Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pycaret | 7,087 | 13 | 7 hours ago | 83 | June 06, 2022 | 263 | mit | Jupyter Notebook | ||
An open-source, low-code machine learning library in Python | ||||||||||
Darts | 5,588 | 7 | 9 hours ago | 25 | June 22, 2022 | 211 | apache-2.0 | Python | ||
A python library for user-friendly forecasting and anomaly detection on time series. | ||||||||||
Merlion | 2,921 | 5 days ago | 14 | June 28, 2022 | 14 | bsd-3-clause | Python | |||
Merlion: A Machine Learning Framework for Time Series Intelligence | ||||||||||
Awesome Ts Anomaly Detection | 2,320 | 6 months ago | 1 | |||||||
List of tools & datasets for anomaly detection on time-series data. | ||||||||||
Flow Forecast | 1,371 | 3 days ago | 87 | gpl-3.0 | Python | |||||
Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting). | ||||||||||
Sentinl | 1,321 | 8 months ago | 22 | apache-2.0 | JavaScript | |||||
Kibana Alert & Report App for Elasticsearch | ||||||||||
Egads | 1,052 | a year ago | 2 | December 22, 2021 | 23 | gpl-3.0 | Java | |||
A Java package to automatically detect anomalies in large scale time-series data | ||||||||||
Luminol | 1,043 | 14 | 1 | 7 months ago | 5 | December 11, 2017 | 32 | apache-2.0 | Python | |
Anomaly Detection and Correlation library | ||||||||||
Time Series Transformers Review | 949 | a month ago | 1 | mit | ||||||
A professionally curated list of awesome resources (paper, code, data, etc.) on transformers in time series. | ||||||||||
Tods | 916 | 7 days ago | 59 | apache-2.0 | Python | |||||
TODS: An Automated Time-series Outlier Detection System |
Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy
Unsupervised detection of anomaly points in time series is a challenging problem, which requires the model to learn informative representation and derive a distinguishable criterion. In this paper, we propose the Anomaly Transformer in these three folds:
./scripts
. You can reproduce the experiment results as follows:bash ./scripts/SMD.sh
bash ./scripts/MSL.sh
bash ./scripts/SMAP.sh
bash ./scripts/PSM.sh
Especially, we use the adjustment operation proposed by Xu et al, 2018 for model evaluation. If you have questions about this, please see this issue or email us.
We compare our model with 15 baselines, including THOC, InterFusion, etc. Generally, Anomaly-Transformer achieves SOTA.
If you find this repo useful, please cite our paper.
@inproceedings{
xu2022anomaly,
title={Anomaly Transformer: Time Series Anomaly Detection with Association Discrepancy},
author={Jiehui Xu and Haixu Wu and Jianmin Wang and Mingsheng Long},
booktitle={International Conference on Learning Representations},
year={2022},
url={https://openreview.net/forum?id=LzQQ89U1qm_}
}
If you have any question, please contact [email protected], [email protected].