Anomaly Detection Flashcards

1
Q

Anomaly Detection / Deviation Detection / Exception Mining

A

The process of identifying patterns or instances in data that deviate significantly from the norm or expected behaviour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2 Characteristics of Anomaly Detection Methods

A

Model-based - Learns a model of both the normal and anomalous classes.
Model-free

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

2 Type of Model-Based Anomaly Detection

A

Unsupervised - Anomalies are those points that don’t fit well
Supervised - Anomalies are regarded as a rare class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

2 Anomaly Detection Techniques

A

Statistical Approaches
Gaussian Mixture Model (GMM)
The instances located in areas below that threshold density => outliers

Proximity-based
Distance-Based Approaches - The outlier score of an object is the distance to its kth nearest neighbour
Proximity-based approaches - Local perspective

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Anomaly Detection vs Novelty Detection

A

Anomaly Detection - The algorithm is trained on a dataset that may contain outliers, and the goal is typically to identify these outliers (within the training set), as well as outliers among new instances.

Novelty Detection - The algorithm is trained on a dataset that is presumed to be “clean,” and the objective is to detect novelties strictly among new instances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly