Papers › Evaluating Real-time Anomaly Detection Algorithms - the Numenta Anomaly Benchmark

Evaluating Real-time Anomaly Detection Algorithms - the Numenta Anomaly Benchmark

12 Oct 2015arXiv:1510.03336archive 2025-07-28

Alexander Lavin, Subutai Ahmad

Much of the world's data is streaming, time-series data, where anomalies give significant information in critical situations; examples abound in domains such as finance, IT, security, medical, and energy. Yet detecting anomalies in streaming data is a difficult task, requiring detectors to process data in real-time, not batches, and learn while simultaneously making predictions. There are no benchmarks to adequately test and score the efficacy of real-time anomaly detectors. Here we propose the Numenta Anomaly Benchmark (NAB), which attempts to provide a controlled and repeatable environment of open-source tools to test and measure anomaly detection algorithms on streaming data. The perfect detector would detect all anomalies as soon as possible, trigger no false alarms, work with real-world time-series data across a variety of domains, and automatically adapt to changing statistics. Rewarding these characteristics is formalized in NAB, using a scoring algorithm designed for streaming data. NAB evaluates detectors on a benchmark dataset with labeled, real-world time-series data. We present these components, and give results and analyses for several open source, commercially-used algorithms. The goal for NAB is to provide a standard, open source framework with which the research community can compare and evaluate different algorithms for detecting anomalies in streaming data.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1510.03336")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: official repository: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

numenta/NAB officialmentioned in papermentioned on GitHubMIT report
askarmel/SDAD mentioned on GitHubpytorchMIT report
numenta/htmpapers mentioned on GitHubpytorchAGPL-3.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from numenta/NAB. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bucket numenta/NAB/nab/labeler.py official repository unverified MIT (permissive) · 9a4c2630adda5a85 · report
first_hour_average numenta/NAB/nab/detectors/earthgecko_skyline/algorithms.py official repository unverified MIT (permissive) · d33681df918fd2b2 · report
first_hour_average numenta/NAB/nab/detectors/skyline/algorithms.py official repository unverified MIT (permissive) · d6971b9504b89d63 · report
getCSVData numenta/NAB/nab/plot.py official repository unverified MIT (permissive) · bada6902c220a897 · report
getJSONData numenta/NAB/nab/plot.py official repository unverified MIT (permissive) · 7f34e0f9672bb223 · report
getOldDict numenta/NAB/nab/util.py official repository unverified MIT (permissive) · f270befe213c6d47 · report
getProbationPeriod numenta/NAB/nab/util.py official repository unverified MIT (permissive) · 1eca27b865505abe · report
grubbs numenta/NAB/nab/detectors/earthgecko_skyline/skyline_algorithms.py official repository unverified MIT (permissive) · c7bfdf528eb66864 · report
ks_test numenta/NAB/nab/detectors/earthgecko_skyline/skyline_algorithms.py official repository unverified MIT (permissive) · 8353d7533e02a90f · report
median_absolute_deviation numenta/NAB/nab/detectors/earthgecko_skyline/algorithms.py official repository unverified MIT (permissive) · aed7e82e6637d2b8 · report
median_absolute_deviation numenta/NAB/nab/detectors/skyline/algorithms.py official repository unverified MIT (permissive) · 9239f56a1214dbbb · report
merge numenta/NAB/nab/labeler.py official repository unverified MIT (permissive) · 2450f3c7bccc409c · report
prepAnomalyListForScoring numenta/NAB/nab/sweeper.py official repository unverified MIT (permissive) · 89aa393bd105e967 · report
scaledSigmoid numenta/NAB/nab/sweeper.py official repository unverified MIT (permissive) · c5f00c23fb7e6f64 · report
sigmoid numenta/NAB/nab/sweeper.py official repository unverified MIT (permissive) · 19a920b3f3c3951e · report
tail_avg numenta/NAB/nab/detectors/earthgecko_skyline/algorithms.py official repository unverified MIT (permissive) · 32efefbc4b964aa2 · report
tail_avg numenta/NAB/nab/detectors/skyline/algorithms.py official repository unverified MIT (permissive) · cc3aa4a683bb7b7e · report
updateFinalResults numenta/NAB/nab/util.py official repository unverified MIT (permissive) · 8f147fded2cf0061 · report

Tasks

Anomaly DetectionTime SeriesTime Series Analysis

Datasets

Introduced by this paper, per the archive.

NAB

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Anomaly Detection Numenta Anomaly Benchmark Numenta HTM NAB score 64.7 #4 of 10 Archive leaderboard report
Anomaly Detection Numenta Anomaly Benchmark Twitter ADVec v1.0.0 NAB score 47.1 #6 of 10 Archive leaderboard report
Anomaly Detection Numenta Anomaly Benchmark Etsy Skyline NAB score 35.7 #7 of 10 Archive leaderboard report
Anomaly Detection Numenta Anomaly Benchmark Random NAB score 16.8 #9 of 10 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections