Papers › Position: Quo Vadis, Unsupervised Time Series Anomaly Detection?

Position: Quo Vadis, Unsupervised Time Series Anomaly Detection?

4 May 2024arXiv:2405.02678archive 2025-07-28

M. Saquib Sarfraz, Mei-Yen Chen, Lukas Layer, Kunyu Peng, Marios Koulakis

The current state of machine learning scholarship in Timeseries Anomaly Detection (TAD) is plagued by the persistent use of flawed evaluation metrics, inconsistent benchmarking practices, and a lack of proper justification for the choices made in novel deep learning-based model designs. Our paper presents a critical analysis of the status quo in TAD, revealing the misleading track of current research and highlighting problematic methods, and evaluation practices. Our position advocates for a shift in focus from solely pursuing novel model designs to improving benchmarking practices, creating non-trivial datasets, and critically evaluating the utility of complex methods against simpler baselines. Our findings demonstrate the need for rigorous evaluation protocols, the creation of simple baselines, and the revelation that state-of-the-art deep anomaly detection models effectively learn linear mappings. These findings suggest the need for more exploration and development of simple and interpretable TAD methods. The increment of model complexity in the state-of-the-art deep-learning based models unfortunately offers very little improvement. We offer insights and suggestions for the field to move forward. Code: https://github.com/ssarfraz/QuoVadisTAD

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="2405.02678")

Code

Syntology Ran 14 of 15 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 14 ran with no contract checked.

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

ssarfraz/QuoVadisTAD officialmentioned in papermentioned on GitHubtfMIT 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

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

14ran
1unverified

Licence: 0 of the 15 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 ssarfraz/QuoVadisTAD. “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.

add_anomalies_to_univariate_series ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/synthetic_series.py official repository ran MIT (permissive) · ef109be6043f560e · report
adj_standard ssarfraz/QuoVadisTAD/quovadis_tad/model_utils/gnn.py official repository ran fingerprinted MIT (permissive) · d49126dac29f6ae1 · report
compute_adj_on_slices ssarfraz/QuoVadisTAD/quovadis_tad/model_utils/gnn.py official repository ran MIT (permissive) · 549caeddffb77285 · report
compute_finch_adjacency_matrix ssarfraz/QuoVadisTAD/quovadis_tad/model_utils/gnn.py official repository ran MIT (permissive) · 7ba0eb523d055ae9 · report
concatenate_windows_feat ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/data_utils.py official repository ran fingerprinted MIT (permissive) · dfb4bb8f14b79db2 · report
create_tf_dataset ssarfraz/QuoVadisTAD/quovadis_tad/model_utils/tf_data_loader.py official repository ran MIT (permissive) · a971fa123110463b · report
find_files_in_path ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/dataset_reader.py official repository ran fingerprinted MIT (permissive) · 1bb7891844cde6e8 · report
get_label_loader ssarfraz/QuoVadisTAD/quovadis_tad/model_utils/model_def.py official repository ran MIT (permissive) · 6f4a6cd9b2eb098a · report
load_wadi_112 ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/dataset_reader.py official repository ran MIT (permissive) · 1caf05df591ca634 · report
load_wadi_127 ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/dataset_reader.py official repository ran MIT (permissive) · 68e07f6da439fc28 · report
norm_1_1 ssarfraz/QuoVadisTAD/quovadis_tad/model_utils/model_def.py official repository ran fingerprinted MIT (permissive) · 7f7d95ada40f0907 · report
normalise_scores ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/data_utils.py official repository ran MIT (permissive) · 774ce9c1ec908429 · report
preprocess_data ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/data_utils.py official repository ran MIT (permissive) · baeee7bf45f131bd · report
synthetic_dataset_with_out_of_range_anomalies ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/synthetic_series.py official repository ran MIT (permissive) · 8abe71fff56ac4fc · report
convert_array_to_dataframe_for_plotting ssarfraz/QuoVadisTAD/quovadis_tad/dataset_utils/visualization.py official repository unverified MIT (permissive) · d1a6b21a4c3a9471 · report

Tasks

Anomaly DetectionBenchmarkingTime SeriesTime Series Anomaly Detection

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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