GitPedia

Ts anomaly benchmark

Time-Series Anomaly Detection Comprehensive Benchmark

From zamanzadeh·Updated June 13, 2026·View on GitHub·

**ts anomaly benchmark** is a Time-Series Anomaly Detection Comprehensive Benchmark The project is distributed under the MIT License license, first published in 2022. Key topics include: anomaly, anomaly-detection, dataset, machine-learning, multivariate-timeseries.

Deep Learning for Time Series Anomaly Detection (Models and Datasets)

Time-Series Anomaly Detection Comprehensive Benchmark

This repository updates the comprehensive list of classic and state-of-the-art deep learning methods and datasets for Anomaly Detection in Time Series by

enter image description here

If you use this repository in your works, please cite the main article:

[-] Zamanzadeh Darban, Z., Webb, G. I., Pan, S., Aggarwal, C. C., & Salehi, M. (2024). Deep Learning for Time Series Anomaly Detection: A Survey. doi:10.1145/3691338 [link]

@article{10.1145/3691338,
	author = {Zamanzadeh Darban, Zahra and Webb, Geoffrey I. and Pan, Shirui and Aggarwal, Charu and Salehi, Mahsa},
	title = {Deep Learning for Time Series Anomaly Detection: A Survey},
	year = {2024},
	issue_date = {January 2025},
	publisher = {Association for Computing Machinery},
	address = {New York, NY, USA},
	volume = {57},
	number = {1},
	issn = {0360-0300},
	url = {https://doi.org/10.1145/3691338},
	doi = {10.1145/3691338},
	journal = {ACM Comput. Surv.},
	month = oct,
	articleno = {15},
	numpages = {42},
}
  1. Revisiting Time Series Outlier Detection: Definitions and Benchmarks, NeurIPS 2021.
  2. Current Time Series Anomaly Detection Benchmarks are Flawed and are Creating the Illusion of Progress, TKDE, 2021.
  3. Towards a Rigorous Evaluation of Time-Series Anomaly Detection, AAAI 2022.
  4. Anomaly detection in time series: a comprehensive evaluation, VLDB 2022.

DL Models for TSAD

<table style="border-collapse: collapse; border: none;"> <tr> <td style="border: none;"><img src="figs/deep_utsad.png" alt="Image 1" width="300"/></td> <td style="border: none;"><img src="figs/deep_mtsad.png" alt="Image 2" width="600"/></td> </tr> </table>

Datasets/Benchmarks for time series anomaly detection

Dataset/BenchmarkReal/SynthMTS/UTS# Samples# Entities# DimDomain
CalIt2RealMTS10,08022Urban events management
CAPRealMTS921,700,00010821Medical and health
CICIDS2017RealMTS2,830,5401583Server machines monitoring
Credit Card fraud detectionRealMTS284,807131Fraud detectcion
DMDSRealMTS725,402132Industrial Control Systems
Engine DatasetRealMTSNANA12Industrial control systems
ExathlonRealMTS47,5303945Server machines monitoring
GECCO IoTRealMTS139,56619Internet of things (IoT)
GenesisRealMTS16,220118Industrial control systems
GHLSynthMTS200,0014822Industrial control systems
IOnsphereRealMTS35132Astronomical studies
KDDCUP99RealMTS4,898,427541Computer networks
KitsuneRealMTS3,018,9739115Computer networks
MBDRealMTS8,640526Server machines monitoring
MetroRealMTS48,20415Urban events management
MIT-BIH Arrhythmia (ECG)RealMTS28,600,000482Medical and health
MIT-BIH-SVDBRealMTS17,971,200782Medical and health
MMSRealMTS4,370507Server machines monitoring
MSLRealMTS132,0462755Aerospace
NAB-realAdExchangeRealMTS9,61632Business
NAB-realAWSCloudwatchRealMTS67,644117Server machines monitoring
NASA Shuttle Valve DataRealMTS49,09719Aerospace
OPPORTUNITYRealMTS869,37624133Computer networks
Pooled Server Metrics (PSM)RealMTS132,480124Server machines monitoring
PUMPRealMTS220,302144Industrial control systems
SMAPRealMTS562,8005525Environmental management
SMDRealMTS1,416,8252838Server machines monitoring
SWAN-SFRealMTS355,330551Astronomical studies
SWaTRealMTS946,719151Industrial control systems
WADIRealMTS957,3721127Industrial control systems
NYC BikeRealMTS/UTS+25MNANAUrban events management
NYC TaxiRealMTS/UTS+200MNANAUrban events management
UCRReal/SynthMTS/UTSNANANAMultiple domains
Dodgers Loop Sensor DatasetRealUTS50,40011Urban events management
IOPSRealUTS2,918,821291Business
KPI AIOPSRealUTS5,922,913581Business
MGABSynthUTS100,000101Medical and health
MIT-BIH-LTDBRealUTS67,944,95471Medical and health
NAB-artificialNoAnomalySynthUTS20,16551-
NAB-artificialWithAnomalySynthUTS24,19261-
NAB-realKnownCauseRealUTS69,56871Multiple domains
NAB-realTrafficRealUTS15,66271Urban events management
NAB-realTweetsRealUTS158,511101Business
NeurIPS-TSSynthUTSNA11-
NormAReal/SynthUTS1,756,524211Multiple domains
Power Demand DatasetRealUTS35,04011Industrial control systems
SensoreScopeRealUTS621,874231Internet of things (IoT)
Space Shuttle DatasetRealUTS15,000151Aerospace
YahooReal/SynthUTS572,9663671Multiple domains
WaterLogRealMTS132,319161Industrial control systems

Univariate Deep Anomaly Detection Models in Time Series

A<sup>1</sup>MA<sup>2</sup>ModelYearSu/Un<sup>3</sup>InputP/S<sup>4</sup>Code
ForecastingRNNLSTM-AD <a href="#ref1" id="ref1">[1]</a>YearUnPPointGithub
ForecastingRNNDeepLSTM <a href="#ref13" id="ref13">[13]</a>2015SemiPPoint
ForecastingRNNLSTM RNN <a href="#ref2" id="ref2">[2]</a>2015SemiPSubseq
ForecastingRNNLSTM-based <a href="#ref3" id="ref3">[3]</a>2019UnW-
ForecastingRNNTCQSA <a href="#ref4" id="ref4">[4]</a>2020SuP-
ForecastingHTMNumenta HTM <a href="#ref5" id="ref5">[5]</a>2017Un--
ForecastingHTMMulti HTM <a href="#ref6" id="ref6">[6]</a>2018Un--Github
ForecastingCNNSR-CNN <a href="#ref7" id="ref7">[7]</a>2019UnWPoint + SubseqGithub
ReconstructionVAEDonut <a href="#ref8" id="ref8">[8]</a>2018UnWSubseqGithub
ReconstructionVAEBagel <a href="#ref10" id="ref10">[10]</a>2018UnWSubseqGithub
ReconstructionVAEBuzz <a href="#ref9" id="ref9">[9]</a>2019UnWSubseq
ReconstructionAEEncDec-AD <a href="#ref11" id="ref11">[11]</a>2016SemiWPointGithub

Multivariate Deep Anomaly Detection Models in Time Series

A<sup>1</sup>MA<sup>2</sup>ModelYearT/S<sup>3</sup>Su/Un<sup>4</sup>InputInt<sup>5</sup>P/S<sup>6</sup>Code
ForecastingRNNLSTM-PRED <a href="#ref14" id="ref14">[14]</a>2017TUnW-
ForecastingRNNLSTM-NDT <a href="#ref12" id="ref12">[12]</a>2018TUnWSubseqGithub
ForecastingRNNLGMAD <a href="#ref15" id="ref15">[15]</a>2019TSemiPPoint
ForecastingRNNTHOC <a href="#ref16" id="ref16">[16]</a>2020TSelfWSubseq
ForecastingRNNAD-LTI <a href="#ref17" id="ref17">[17]</a>2020TUnPPoint (frame)
ForecastingCNNDeepAnt <a href="#ref18" id="ref18">[18]</a>2018TUnWPoint + SubseqGithub
ForecastingCNNTCN-ms <a href="#ref19" id="ref19">[19]</a>2019TUnW-
ForecastingCNNTimesNet <a href="#ref57" id="ref57">[57]</a>2023TSemiWSubseqGithub
ForecastingGNNGDN <a href="#ref20" id="ref20">[20]</a>2021SUnW-Github
ForecastingGNNGTA* <a href="#ref21" id="ref21">[21]</a>2021STSemi--Github
ForecastingGNNGANF <a href="#ref22" id="ref22">[22]</a>2022STUnWGithub
ForecastingHTMRADM <a href="#ref23" id="ref23">[23]</a>2018TUnW-
ForecastingTransformerSAND <a href="#ref24" id="ref24">[24]</a>2018TSemiW-Github
ForecastingTransformerGTA* <a href="#ref21" id="ref21">[21]</a>2021STSemi--Github
ReconstructionAEAE/DAE <a href="#ref25" id="ref25">[25]</a>2014TSemiPPointGithub
ReconstructionAEDAGMM <a href="#ref26" id="ref26">[26]</a>2018SUnPPointGithub
ReconstructionAEMSCRED <a href="#ref27" id="ref27">[27]</a>2019STUnWSubseqGithub
ReconstructionAEUSAD <a href="#ref28" id="ref28">[28]</a>2020TUnWPointGithub
ReconstructionAEAPAE <a href="#ref29" id="ref29">[29]</a>2020TUnW-
ReconstructionAERANSynCoders <a href="#ref30" id="ref30">[30]</a>2021STUnPPointGithub
ReconstructionAECAE-Ensemble <a href="#ref31" id="ref31">[31]</a>2021TUnWSubseqGithub
ReconstructionAEAMSL <a href="#ref32" id="ref32">[32]</a>2022TSelfW-Github
ReconstructionAEContextDA <a href="#ref58" id="ref58">[58]</a>2023TUnWPoint + Subseq
ReconstructionVAESTORN <a href="#ref35" id="ref35">[35]</a>2016STUnPPoint
ReconstructionVAEGGM-VAE <a href="#ref36" id="ref36">[36]</a>2018TUnWSubseq
ReconstructionVAELSTM-VAE <a href="#ref33" id="ref33">[33]</a>2018TSemiP-Github
ReconstructionVAEOmniAnomaly <a href="#ref34" id="ref34">[34]</a>2019TUnWPoint + SubseqGithub
ReconstructionVAEVELC <a href="#ref39" id="ref39">[39]</a>2019TUn--Github
ReconstructionVAESISVAE <a href="#ref37" id="ref37">[37]</a>2020TUnWPoint
ReconstructionVAEVAE-GAN <a href="#ref38" id="ref38">[38]</a>2020TSemiWPoint
ReconstructionVAETopoMAD <a href="#ref40" id="ref40">[40]</a>2020STUnWSubseqGithub
ReconstructionVAEPAD <a href="#ref41" id="ref41">[41]</a>2021TUnWSubseq
ReconstructionVAEInterFusion <a href="#ref42" id="ref42">[42]</a>2021STUnWSubseqGithub
ReconstructionVAEMT-RVAE* <a href="#ref43" id="ref43">[43]</a>2022STUnW-
ReconstructionVAERDSMM <a href="#ref44" id="ref44">[44]</a>2022TUnWPoint + Subseq
ReconstructionGANMAD-GAN <a href="#ref45" id="ref45">[45]</a>2019STUnWSubseqGithub
ReconstructionGANBeatGAN <a href="#ref46" id="ref46">[46]</a>2019TUnWSubseqGithub
ReconstructionGANDAEMON <a href="#ref47" id="ref47">[47]</a>2021TUnWSubseq
ReconstructionGANFGANomaly <a href="#ref48" id="ref48">[48]</a>2021TUnWPoint + Subseq
ReconstructionGANDCT-GAN* <a href="#ref49" id="ref49">[49]</a>2021TUnW-
ReconstructionTransformerAnomaly Transformer <a href="#ref50" id="ref50">[50]</a>2021TUnWSubseqGithub
ReconstructionTransformerDCT-GAN* <a href="#ref49" id="ref49">[49]</a>2021TUnW-
ReconstructionTransformerTranAD <a href="#ref51" id="ref51">[51]</a>2022TUnWSubseqGithub
ReconstructionTransformerMT-RVAE* <a href="#ref43" id="ref43">[43]</a>2022STUnW-
ReconstructionTransformerDual-TF <a href="#ref59" id="ref59">[59]</a>2024TUnWPoint + Subseq
RepresentationTransformerTS2Vec <a href="#ref60" id="ref60">[60]</a>2022TSelfPPointGithub
RepresentationCNNTF-C <a href="#ref61" id="ref61">[61]</a>2022TSelfW-Github
RepresentationCNNDCdetector <a href="#ref62" id="ref62">[62]</a>2023STSelfWPoint + SubseqGithub
RepresentationCNNCARLA <a href="#ref63" id="ref63">[63]</a>2024STSelfWPoint + SubseqGithub
RepresentationCNNDACAD <a href="#ref64" id="ref64">[64]</a>2024STSelfWPoint + SubseqGithub
HybridAECAE-M <a href="#ref52" id="ref52">[52]</a>2021STUnWSubseq
HybridAENSIBF* <a href="#ref53" id="ref53">[53]</a>2021TUnWSubseqGithub
HybridRNNTAnoGAN <a href="#ref54" id="ref54">[54]</a>2020TUnWSubseqGithub
HybridRNNNSIBF* <a href="#ref53" id="ref53">[53]</a>2021TUnWSubseqGithub
HybridGNNMTAD-GAT <a href="#ref55" id="ref55">[55]</a>2020STSelfWSubseqGithub
HybridGNNFuSAGNet <a href="#ref56" id="ref56">[56]</a>2022STSemiWSubseqGithub

<sub><a name="Approach">1</a>: Approach. </sub>

<sub><a name="Main">2</a>: Main Approach. </sub>

<sub><a name="temp">3</a>: Temporal/Spatial

<sub><a name="Su">4</a>: Supervised/Unsupervised | Values: [Su: Supervised, Un: Unsupervised, Semi: Semi-supervised, Self: Self-supervised]. </sub>

<sub><a name="int">5</a>: Interpretability

<sub><a name="point">6</a>: Point/Sub-sequence </sub>

Guidelines to Use Evaluation Metrics for Time Series Anomaly Detection

MetricsValue ExplanationWhen to Use
PrecisionLow precision indicates many false alarms (normal instances classified as anomalies). High precision indicates most detected anomalies are actual anomalies, implying few false alarms.Use when it is crucial to minimize false alarms and ensure that detected anomalies are truly significant.
RecallLow recall indicates many true anomalies are missed, leading to undetected critical events. High recall indicates most anomalies are detected, ensuring prompt action on critical events.Use when it is critical to detect all anomalies, even if it means tolerating some false alarms.
F1A Low F1 score indicates a poor balance between precision and recall, leading to either many missed anomalies and/or many false alarms. A high F1 score indicates a good balance, ensuring reliable anomaly detection with minimal misses and false alarms.Use when a balance between precision and recall is needed to ensure reliable overall performance.
F1<sub>PA</sub> ScoreLow F1<sub>PA</sub> indicates difficulty in accurately identifying the exact points of anomalies. High F1<sub>PA</sub> indicates effective handling of slight deviations, ensuring precise anomaly detection.Use when anomalies may not be precisely aligned and slight deviations in detection points are acceptable.
PA%KLow PA%K indicates that the model struggles to detect a sufficient portion of the anomalous segment. High PA%K indicates effective detection of segments, ensuring that a significant portion of the segment is identified as anomalous.Use when evaluating the model's performance in detecting segments of anomalies rather than individual points.
AU-PRLow AU-PR indicates poor model performance, especially with imbalanced datasets. High AU-PR indicates strong performance, maintaining high precision and recall across thresholds.Use when dealing with imbalanced datasets, where anomalies are rare compared to normal instances.
AU-ROCLow AU-ROC indicates the model struggles to distinguish between normal and anomalous patterns. High AU-ROC indicates effective differentiation, providing reliable anomaly detection.Use for a general assessment of the model's ability to distinguish between normal and anomalous instances.
MTTDHigh MTTD indicates significant delays in detecting anomalies. Low MTTD indicates quick detection, allowing prompt responses to critical events.Use when the speed of anomaly detection is critical and prompt action is required.
AffiliationA High value of the affiliation metric indicates a strong overlap or alignment between the detected anomalies and the true anomalies in a time series.Use when a comprehensive evaluation is required or the focus is early detection.
VUSA lower VUS value indicates better performance, as it means the predicted anomaly signal is closer to the true signal.Use when a holistic and threshold-free evaluation of TSAD methods is required.

References

<a href="#ref1" id="ref1">[1]</a> Pankaj Malhotra, Lovekesh Vig, Gautam Shroff, Puneet Agarwal, et al . 2015. Long short-term memory networks for anomaly detection in time
series. In Proceedings of ESANN, Vol. 89. 89–94.

<a id="ref2" href="#ref2">[2]</a> Loïc Bontemps, Van Loi Cao, James McDermott, and Nhien-An Le-Khac. 2016. Collective anomaly detection based on long short-term memory
recurrent neural networks. At the International conference on future data and security engineering, Springer, 141–152.

<a href="#ref3" id="ref3">[3]</a> Tolga Ergen and Suleyman Serdar Kozat. 2019. Unsupervised anomaly detection with LSTM neural networks. IEEE Transactions on Neural Networks
and Learning Systems 31, 8 (2019), 3127–3141.

<a href="#ref4" id="ref4">[4]</a> Fan Liu, Xingshe Zhou, Jinli Cao, Zhu Wang, Tianben Wang, Hua Wang, and Yanchun Zhang. 2020. Anomaly detection in quasi-periodic time
series based on automatic data segmentation and attentional LSTM-CNN. IEEE Transactions on Knowledge and Data Engineering (2020).

<a href="#ref5" id="ref5">[5]</a> Subutai Ahmad, Alexander Lavin, Scott Purdy, and Zuha Agha. 2017. Unsupervised real-time anomaly detection for streaming data. Neurocomputing
262 (2017), 134–147.

<a href="#ref6" id="ref6">[6]</a> Jia Wu, Weiru Zeng, and Fei Yan. 2018. Hierarchical temporal memory method for time-series-based anomaly detection. Neurocomputing 273
(2018), 535–546.

<a href="#ref7" id="ref7">[7]</a> Hansheng Ren, Bixiong Xu, Yujing Wang, Chao Yi, Congrui Huang, Xiaoyu Kou, Tony Xing, Mao Yang, Jie Tong, and Qi Zhang. 2019. Time-series
anomaly detection service at Microsoft. In Proceedings of the 25th ACM SIGKDD international conference on knowledge discovery & data mining. 3009–3017.

<a href="#ref8" id="ref8">[8]</a> Haowen Xu, Wenxiao Chen, Nengwen Zhao, Zeyan Li, Jiahao Bu, Zhihan Li, Ying Liu, Youjian Zhao, Dan Pei, Yang Feng, et al. 2018. Unsupervised
anomaly detection via variational auto-encoder for seasonal KPIs in web applications. In World Wide Web Conference. 187–196.

<a href="#ref9" id="ref9">[9]</a> Wenxiao Chen, Haowen Xu, Zeyan Li, Dan Pei, Jie Chen, Honglin Qiao, Yang Feng, and Zhaogang Wang. 2019. Unsupervised anomaly detection
for intricate kpis via adversarial training of vae. In IEEE INFOCOM 2019-IEEE Conference on Computer Communications. IEEE, 1891–1899.

<a href="#ref10" id="ref10">[10]</a> Zeyan Li, Wenxiao Chen, and Dan Pei. 2018. Robust and unsupervised kpi anomaly detection based on conditional variational autoencoder. In
International Performance Computing and Communications Conference (IPCCC). IEEE, 1–9.

<a href="#ref11" id="ref11">[11]</a> Pankaj Malhotra, Anusha Ramakrishnan, Gaurangi Anand, Lovekesh Vig, Puneet Agarwal, and Gautam Shroff. 2016. LSTM-based encoder-decoder
for multi-sensor anomaly detection. arXiv preprint arXiv:1607.00148 (2016).

<a href="#ref12" id="ref12">[12]</a> Kyle Hundman, Valentino Constantinou, Christopher Laporte, Ian Colwell, and Tom Soderstrom. 2018. Detecting spacecraft anomalies using lstms
and nonparametric dynamic thresholding. In Proceedings of the 24th ACM SIGKDD international conference on knowledge discovery & data mining.
387–395.

<a href="#ref13" id="ref13">[13]</a> Sucheta Chauhan and Lovekesh Vig. 2015. Anomaly detection in ECG time signals via deep long short-term memory networks. In 2015 IEEE
International Conference on Data Science and Advanced Analytics (DSAA). IEEE, 1–7.

<a href="#ref14" id="ref14">[14]</a> Jonathan Goh, Sridhar Adepu, Marcus Tan, and Zi Shan Lee. 2017. Anomaly detection in cyber physical systems using recurrent neural networks.
In 2017 IEEE 18th International Symposium on High Assurance Systems Engineering (HASE). IEEE, 140–145.

<a href="#ref15" id="ref15">[15]</a> Nan Ding, HaoXuan Ma, Huanbo Gao, YanHua Ma, and GuoZhen Tan. 2019. Real-time anomaly detection based on long short-Term memory and
Gaussian Mixture Model. Computers & Electrical Engineering 79 (2019), 106458.

<a href="#ref16" id="ref16">[16]</a> Lifeng Shen, Zhuocong Li, and James Kwok. 2020. Timeseries anomaly detection using temporal hierarchical one-class network. Advances in
Neural Information Processing Systems 33 (2020), 13016–13026.

<a href="#ref17" id="ref17">[17]</a> Wentai Wu, Ligang He, Weiwei Lin, Yi Su, Yuhua Cui, Carsten Maple, and Stephen A Jarvis. 2020. Developing an unsupervised real-time anomaly
detection scheme for time series with multi-seasonality. IEEE Transactions on Knowledge and Data Engineering (2020).

<a href="#ref18" id="ref18">[18]</a> Mohsin Munir, Shoaib Ahmed Siddiqui, Andreas Dengel, and Sheraz Ahmed. 2018. DeepAnT: A deep learning approach for unsupervised anomaly
detection in time series. Ieee Access 7 (2018), 1991–2005.

<a href="#ref19" id="ref19">[19]</a> Yangdong He and Jiabao Zhao. 2019. Temporal convolutional networks for anomaly detection in time series. In Journal of Physics: Conference
Series, Vol. 1213. IOP Publishing, 042050.

<a href="#ref20" id="ref20">[20]</a> Ailin Deng and Bryan Hooi. 2021. Graph neural network-based anomaly detection in multivariate time series. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 35. 4027–4035.

<a href="#ref21" id="ref21">[21]</a> Zekai Chen, Dingshuo Chen, Xiao Zhang, Zixuan Yuan, and Xiuzhen Cheng. 2021. Learning graph structures with transformer for multivariate
time series anomaly detection in iot. IEEE Internet of Things Journal (2021).

<a href="#ref22" id="ref22">[22]</a> Enyan Dai and Jie Chen. 2022. Graph-Augmented Normalizing Flows for Anomaly Detection of Multiple Time Series. arXiv preprint arXiv:2202.07857
(2022).

<a href="#ref23" id="ref23">[23]</a> Nan Ding, Huanbo Gao, Hongyu Bu, Haoxuan Ma, and Huaiwei Si. 2018. Multivariate-time-series-driven real-time anomaly detection based on
bayesian network. Sensors 18, 10 (2018), 3367.

<a href="#ref24" id="ref24">[24]</a> Huan Song, Deepta Rajan, Jayaraman Thiagarajan, and Andreas Spanias. 2018. Attend and diagnose: Clinical time series analysis using attention
models. In Proceedings of the AAAI conference on artificial intelligence, Vol. 32.

<a href="#ref25" id="ref25">[25]</a> Mayu Sakurada and Takehisa Yairi. 2014. Anomaly detection using autoencoders with nonlinear dimensionality reduction. In Workshop on Machine
Learning for Sensory Data Analysis. 4–11.

<a href="#ref26" id="ref26">[26]</a> Bo Zong, Qi Song, Martin Renqiang Min, Wei Cheng, Cristian Lumezanu, Daeki Cho, and Haifeng Chen. 2018. Deep autoencoding gaussian
mixture model for unsupervised anomaly detection. In International conference on learning representations.

<a href="#ref27" id="ref27">[27]</a> Chuxu Zhang, Dongjin Song, Yuncong Chen, Xinyang Feng, Cristian Lumezanu, Wei Cheng, Jingchao Ni, Bo Zong, Haifeng Chen, and Nitesh V
Chawla. 2019. A deep neural network for unsupervised anomaly detection and diagnosis in multivariate time series data. In Proceedings of the
AAAI conference on artificial intelligence, Vol. 33. 1409–1416.

<a href="#ref28" id="ref28">[28]</a> Julien Audibert, Pietro Michiardi, Frédéric Guyard, Sébastien Marti, and Maria A Zuluaga. 2020. Usad: Unsupervised anomaly detection on
multivariate time series. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. 3395–3404.

<a href="#ref29" id="ref29">[29]</a> Adam Goodge, Bryan Hooi, See-Kiong Ng, and Wee Siong Ng. 2020. Robustness of Autoencoders for Anomaly Detection Under Adversarial
Impact.. In IJCAI. 1244–1250.

<a href="#ref30" id="ref30">[30]</a> Ahmed Abdulaal, Zhuanghua Liu, and Tomer Lancewicki. 2021. Practical approach to asynchronous multivariate time series anomaly detection
and localization. In ACM SIGKDD Conference on Knowledge Discovery & Data Mining. 2485–2494.

<a href="#ref31" id="ref31">[31]</a> David Campos, Tung Kieu, Chenjuan Guo, Feiteng Huang, Kai Zheng, Bin Yang, and Christian S Jensen. 2021. Unsupervised Time Series Outlier
Detection with Diversity-Driven Convolutional Ensembles–Extended Version. arXiv preprint arXiv:2111.11108 (2021).

<a href="#ref32" id="ref32">[32]</a> Yuxin Zhang, Jindong Wang, Yiqiang Chen, Han Yu, and Tao Qin. 2022. Adaptive memory networks with self-supervised learning for unsupervised
anomaly detection. IEEE Transactions on Knowledge and Data Engineering (2022).

<a href="#ref33" id="ref33">[33]</a> Daehyung Park, Yuuna Hoshi, and Charles C Kemp. 2018. A multimodal anomaly detector for robot-assisted feeding using an lstm-based variational
autoencoder. IEEE Robotics and Automation Letters 3, 3 (2018), 1544–1551.

<a href="#ref34" id="ref34">[34]</a> Ya Su, Youjian Zhao, Chenhao Niu, Rong Liu, Wei Sun, and Dan Pei. 2019. Robust anomaly detection for multivariate time series through stochastic recurrent neural network. In Proceedings of the 25th ACM SIGKDD international conference on knowledge discovery & data mining. 2828–2837.

<a href="#ref35" id="ref35">[35]</a> Maximilian Sölch, Justin Bayer, Marvin Ludersdorfer, and Patrick van der Smagt. 2016. Variational inference for on-line anomaly detection in
high-dimensional time series. arXiv preprint arXiv:1602.07109 (2016).

<a href="#ref36" id="ref36">[36]</a> Yifan Guo, Weixian Liao, Qianlong Wang, Lixing Yu, Tianxi Ji, and Pan Li. 2018. Multidimensional time series anomaly detection: A gru-based
gaussian mixture variational autoencoder approach. In Asian Conference on Machine Learning. PMLR, 97–112.

<a href="#ref37" id="ref37">[37]</a> Longyuan Li, Junchi Yan, Haiyang Wang, and Yaohui Jin. 2020. Anomaly detection of time series with smoothness-inducing sequential variational
auto-encoder. IEEE transactions on neural networks and learning systems 32, 3 (2020), 1177–1191.

<a href="#ref38" id="ref38">[38]</a> Zijian Niu, Ke Yu, and Xiaofei Wu. 2020. LSTM-based VAE-GAN for time-series anomaly detection. Sensors 20, 13 (2020), 3738.

<a href="#ref39" id="ref39">[39]</a> Chunkai Zhang, Shaocong Li, Hongye Zhang, and Yingyang Chen. 2019. VELC: A new variational autoencoder based model for time series
anomaly detection. arXiv preprint arXiv:1907.01702 (2019).

<a href="#ref40" id="ref40">[40]</a> Zilong He, Pengfei Chen, Xiaoyun Li, Yongfeng Wang, Guangba Yu, Cailin Chen, Xinrui Li, and Zibin Zheng. 2020. A spatiotemporal deep learning
approach for unsupervised anomaly detection in cloud systems. IEEE Transactions on Neural Networks and Learning Systems (2020).

<a href="#ref41" id="ref41">[41]</a> Run-Qing Chen, Guang-Hui Shi, Wan-Lei Zhao, and Chang-Hui Liang. 2021. A joint model for IT operation series prediction and anomaly
detection. Neurocomputing 448 (2021), 130–139.

<a href="#ref42" id="ref42">[42]</a> Zhihan Li, Youjian Zhao, Jiaqi Han, Ya Su, Rui Jiao, Xidao Wen, and Dan Pei. 2021. Multivariate time series anomaly detection and interpretation using hierarchical inter-metric and temporal embedding. In ACM SIGKDD Conference on Knowledge Discovery & Data Mining. 3220–3230.

<a href="#ref43" id="ref43">[43]</a> Xixuan Wang, Dechang Pi, Xiangyan Zhang, Hao Liu, and Chang Guo. 2022. Variational transformer-based anomaly detection approach for
multivariate time series. Measurement 191 (2022), 110791.

<a href="#ref44" id="ref44">[44]</a> Longyuan Li, Junchi Yan, Qingsong Wen, Yaohui Jin, and Xiaokang Yang. 2022. Learning Robust Deep State Space for Unsupervised Anomaly
Detection in Contaminated Time-Series. IEEE Transactions on Knowledge and Data Engineering (2022).

<a href="#ref45" id="ref45">[45]</a> Dan Li, Dacheng Chen, Baihong Jin, Lei Shi, Jonathan Goh, and See-Kiong Ng. 2019. MAD-GAN: Multivariate anomaly detection for time series
data with generative adversarial networks. In International conference on artificial neural networks. Springer, 703–716.

<a href="#ref46" id="ref46">[46]</a> Bin Zhou, Shenghua Liu, Bryan Hooi, Xueqi Cheng, and Jing Ye. 2019. BeatGAN: Anomalous Rhythm Detection using Adversarially Generated
Time Series. In IJCAI. 4433–4439.

<a href="#ref47" id="ref47">[47]</a> Xuanhao Chen, Liwei Deng, Feiteng Huang, Chengwei Zhang, Zongquan Zhang, Yan Zhao, and Kai Zheng. 2021. Daemon: Unsupervised anomaly
detection and interpretation for multivariate time series. In 2021 IEEE 37th International Conference on Data Engineering (ICDE). IEEE, 2225–2230.

<a href="#ref48" id="ref48">[48]</a> Bowen Du, Xuanxuan Sun, Junchen Ye, Ke Cheng, Jingyuan Wang, and Leilei Sun. 2021. GAN-Based Anomaly Detection for Multivariate Time
Series Using Polluted Training Set. IEEE Transactions on Knowledge and Data Engineering (2021).

<a href="#ref49" id="ref49">[49]</a> Yifan Li, Xiaoyan Peng, Jia Zhang, Zhiyong Li, and Ming Wen. 2021. DCT-GAN: Dilated Convolutional Transformer-based GAN for Time Series
Anomaly Detection. IEEE Transactions on Knowledge and Data Engineering (2021).

<a href="#ref50" id="ref50">[50]</a> Jiehui Xu, Haixu Wu, Jianmin Wang, and Mingsheng Long. 2021. Anomaly transformer: Time series anomaly detection with association discrepancy.
arXiv preprint arXiv:2110.02642 (2021).

<a href="#ref51" id="ref51">[51]</a> Shreshth Tuli, Giuliano Casale, and Nicholas R Jennings. 2022. TranAD: Deep transformer networks for anomaly detection in multivariate time
series data. arXiv preprint arXiv:2201.07284 (2022).

<a href="#ref52" id="ref52">[52]</a> Yuxin Zhang, Yiqiang Chen, Jindong Wang, and Zhiwen Pan. 2021. Unsupervised deep anomaly detection for multi-sensor time-series signals.
IEEE Transactions on Knowledge and Data Engineering (2021).

<a href="#ref53" id="ref53">[53]</a> Cheng Feng and Pengwei Tian. 2021. Time series anomaly detection for cyber-physical systems via neural system identification and bayesian
filtering. In ACM SIGKDD Conference on Knowledge Discovery & Data Mining. 2858–2867.

<a href="#ref54" id="ref54">[54]</a> Md Abul Bashar and Richi Nayak. 2020. TAnoGAN: Time series anomaly detection with generative adversarial networks. In 2020 IEEE Symposium
Series on Computational Intelligence (SSCI). IEEE, 1778–1785.

<a href="#ref55" id="ref55">[55]</a> Hang Zhao, Yujing Wang, Juanyong Duan, Congrui Huang, Defu Cao, Yunhai Tong, Bixiong Xu, Jing Bai, Jie Tong, and Qi Zhang. 2020. Multivariate
time-series anomaly detection via graph attention network. In 2020 IEEE International Conference on Data Mining (ICDM). IEEE, 841–850.

<a href="#ref56" id="ref56">[56]</a> Siho Han and Simon S Woo. 2022. Learning Sparse Latent Graph Representations for Anomaly Detection in Multivariate Time Series. In Proceedings
of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2977–2986.

<a href="#ref57" id="ref57">[57]</a> Haixu Wu, Tengge Hu, Yong Liu, Hang Zhou, Jianmin Wang, and Mingsheng Long. 2023. TimesNet: Temporal 2D-Variation Modeling for General
Time Series Analysis. In ICLR.

<a href="#ref58" id="ref58">[58]</a> Kwei-Herng Lai, Lan Wang, Huiyuan Chen, Kaixiong Zhou, Fei Wang, Hao Yang, and Xia Hu. 2023. Context-aware domain adaptation for time
series anomaly detection. In SDM. SIAM, 676–684.

<a href="#ref59" id="ref59">[59]</a> Youngeun Nam, Susik Yoon, Yooju Shin, Minyoung Bae, Hwanjun Song, Jae-Gil Lee, and Byung Suk Lee. 2024. Breaking the Time-Frequency
Granularity Discrepancy in Time-Series Anomaly Detection. In Proceedings of the ACM on Web Conference 2024. 4204–4215.

<a href="#ref60" id="ref60">[60]</a> Zhihan Yue, Yujing Wang, Juanyong Duan, Tianmeng Yang, Congrui Huang, Yunhai Tong, and Bixiong Xu. 2022. Ts2vec: Towards universal
representation of time series. In AAAI, Vol. 36. 8980–8987.

<a href="#ref61" id="ref61">[61]</a> Xiang Zhang, Ziyuan Zhao, Theodoros Tsiligkaridis, and Marinka Zitnik. 2022. Self-supervised contrastive pre-training for time series via
time-frequency consistency. NeurIPS 35 (2022), 3988–4003.

<a href="#ref62" id="ref62">[62]</a> Zahra Zamanzadeh Darban, Geoffrey I Webb, Shirui Pan, Charu C Aggarwal, and Mahsa Salehi. 2023. CARLA: Self-supervised contrastive representation learning for time series anomaly detection. Pattern Recognition (2024).

<a href="#ref63" id="ref63">[63]</a> Zahra Zamanzadeh Darban, Geoffrey I Webb, and Mahsa Salehi. 2024. DACAD: Domain Adaptation Contrastive Learning for Anomaly Detection
in Multivariate Time Series. arXiv preprint arXiv:2404.11269 (2024).

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from zamanzadeh/ts-anomaly-benchmark via the GitHub API.Last fetched: 6/27/2026