AIDive
Back to glossary

What is Anomaly Detection

GlossaryData Science

Methods of searching for unusual events, objects, or patterns that differ markedly from normal data behavior.

Definition

Anomaly detection helps you find something that is rare but could be important: fraud, hardware failure, data error, suspicious login, unusual expense, or new type of user behavior. Often the task is difficult because there are few examples of anomalies or they are unknown in advance.

Example

The payment system notices that a customer suddenly makes a series of unusual transactions from another country and flags the event for review.

Why it matters

The term is important for security, finance, industry, analytics and monitoring: a rare event can be more valuable than an average trend.

How it works

The model learns the normal behavior or distribution of the data and then evaluates how much a new example deviates from what is expected.

Where it is used

  • antifraud
  • equipment monitoring
  • finding errors in data

Limitations

Not every unusual event is a problem. Systems often produce false positives, so a threshold, context, and human verification are needed.