Anomaly detection related books, papers, videos, and toolboxes

Overview

Anomaly Detection Learning Resources

GitHub stars GitHub forks License Awesome

Outlier Detection (also known as Anomaly Detection) is an exciting yet challenging field, which aims to identify outlying objects that are deviant from the general data distribution. Outlier detection has been proven critical in many fields, such as credit card fraud analytics, network intrusion detection, and mechanical unit defect detection.

This repository collects:

  1. Books & Academic Papers
  2. Online Courses and Videos
  3. Outlier Datasets
  4. Open-source and Commercial Libraries/Toolkits
  5. Key Conferences & Journals

More items will be added to the repository. Please feel free to suggest other key resources by opening an issue report, submitting a pull request, or dropping me an email @ ([email protected]). Enjoy reading!

BTW, you may find my [GitHub] and [outlier detection papers] useful.


Table of Contents


1. Books & Tutorials

1.1. Books

Outlier Analysis by Charu Aggarwal: Classical text book covering most of the outlier analysis techniques. A must-read for people in the field of outlier detection. [Preview.pdf]

Outlier Ensembles: An Introduction by Charu Aggarwal and Saket Sathe: Great intro book for ensemble learning in outlier analysis.

Data Mining: Concepts and Techniques (3rd) by Jiawei Han and Micheline Kamber and Jian Pei: Chapter 12 discusses outlier detection with many key points. [Google Search]

1.2. Tutorials

Tutorial Title Venue Year Ref Materials
Data mining for anomaly detection PKDD 2008 [42] [Video]
Outlier detection techniques ACM SIGKDD 2010 [38] [PDF]
Anomaly Detection: A Tutorial ICDM 2011 [19] [PDF]
Anomaly Detection in Networks KDD 2017 [53] [Page]
Which Anomaly Detector should I use? ICDM 2018 [77] [PDF]
Deep Learning for Anomaly Detection KDD 2020 [81] [HTML], [Video]
Deep Learning for Anomaly Detection WSDM 2021 [60] [HTML]

2. Courses/Seminars/Videos

Coursera Introduction to Anomaly Detection (by IBM): [See Video]

Coursera Real-Time Cyber Threat Detection and Mitigation partly covers the topic: [See Video]

Coursera Machine Learning by Andrew Ng also partly covers the topic:

Udemy Outlier Detection Algorithms in Data Mining and Data Science: [See Video]

Stanford Data Mining for Cyber Security also covers part of anomaly detection techniques: [See Video]


3. Toolbox & Datasets

3.1. Multivariate Data

[Python] Python Outlier Detection (PyOD): PyOD is a comprehensive and scalable Python toolkit for detecting outlying objects in multivariate data. It contains more than 20 detection algorithms, including emerging deep learning models and outlier ensembles.

[Python, GPU] TOD: Tensor-based Outlier Detection (PyTOD): A general GPU-accelerated framework for outlier detection.

[Python] Python Streaming Anomaly Detection (PySAD): PySAD is a streaming anomaly detection framework in Python, which provides a complete set of tools for anomaly detection experiments. It currently contains more than 15 online anomaly detection algorithms and 2 different methods to integrate PyOD detectors to the streaming setting.

[Python] Scikit-learn Novelty and Outlier Detection. It supports some popular algorithms like LOF, Isolation Forest, and One-class SVM.

[Python] Scalable Unsupervised Outlier Detection (SUOD): SUOD (Scalable Unsupervised Outlier Detection) is an acceleration framework for large-scale unsupervised outlier detector training and prediction, on top of PyOD.

[Java] ELKI: Environment for Developing KDD-Applications Supported by Index-Structures: ELKI is an open source (AGPLv3) data mining software written in Java. The focus of ELKI is research in algorithms, with an emphasis on unsupervised methods in cluster analysis and outlier detection.

[Java] RapidMiner Anomaly Detection Extension: The Anomaly Detection Extension for RapidMiner comprises the most well know unsupervised anomaly detection algorithms, assigning individual anomaly scores to data rows of example sets. It allows you to find data, which is significantly different from the normal, without the need for the data being labeled.

[R] CRAN Task View: Anomaly Detection with R: This CRAN task view contains a list of packages that can be used for anomaly detection with R.

[R] outliers package: A collection of some tests commonly used for identifying outliers in R.

[Matlab] Anomaly Detection Toolbox - Beta: A collection of popular outlier detection algorithms in Matlab.

3.2. Time series outlier detection

[Python] TODS: TODS is a full-stack automated machine learning system for outlier detection on multivariate time-series data.

[Python] skyline: Skyline is a near real time anomaly detection system.

[Python] banpei: Banpei is a Python package of the anomaly detection.

[Python] telemanom: A framework for using LSTMs to detect anomalies in multivariate time series data.

[Python] DeepADoTS: A benchmarking pipeline for anomaly detection on time series data for multiple state-of-the-art deep learning methods.

[Python] NAB: The Numenta Anomaly Benchmark: NAB is a novel benchmark for evaluating algorithms for anomaly detection in streaming, real-time applications.

[Python] CueObserve: Anomaly detection on SQL data warehouses and databases.

[R] CRAN Task View: Anomaly Detection with R: This CRAN task view contains a list of packages that can be used for anomaly detection with R.

[R] AnomalyDetection: AnomalyDetection is an open-source R package to detect anomalies which is robust, from a statistical standpoint, in the presence of seasonality and an underlying trend.

[R] anomalize: The 'anomalize' package enables a "tidy" workflow for detecting anomalies in data.

3.3. Real-time Elasticsearch

[Open Distro] Real Time Anomaly Detection in Open Distro for Elasticsearch by Amazon: A machine learning-based anomaly detection plugins for Open Distro for Elasticsearch. See Real Time Anomaly Detection in Open Distro for Elasticsearch.

[Python] datastream.io: An open-source framework for real-time anomaly detection using Python, Elasticsearch and Kibana.

3.4. Datasets

ELKI Outlier Datasets: https://elki-project.github.io/datasets/outlier

Outlier Detection DataSets (ODDS): http://odds.cs.stonybrook.edu/#table1

Unsupervised Anomaly Detection Dataverse: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/OPQMVF

Anomaly Detection Meta-Analysis Benchmarks: https://ir.library.oregonstate.edu/concern/datasets/47429f155

Skoltech Anomaly Benchmark (SKAB): https://github.com/waico/skab


4. Papers

4.1. Overview & Survey Papers

Papers are sorted by the publication year.

Paper Title Venue Year Ref Materials
A survey of outlier detection methodologies ARTIF INTELL REV 2004 [35] [PDF]
Anomaly detection: A survey CSUR 2009 [18] [PDF]
A meta-analysis of the anomaly detection problem Preprint 2015 [27] [PDF]
On the evaluation of unsupervised outlier detection: measures, datasets, and an empirical study DMKD 2016 [13] [HTML], [SLIDES]
A comparative evaluation of unsupervised anomaly detection algorithms for multivariate data PLOS ONE 2016 [31] [PDF]
A comparative evaluation of outlier detection algorithms: Experiments and analyses Pattern Recognition 2018 [26] [PDF]
Research Issues in Outlier Detection Book Chapter 2019 [75] [HTML]
Quantitative comparison of unsupervised anomaly detection algorithms for intrusion detection SAC 2019 [29] [HTML]
Progress in Outlier Detection Techniques: A Survey IEEE Access 2019 [80] [PDF]
Deep learning for anomaly detection: A survey Preprint 2019 [17] [PDF]
Anomalous Instance Detection in Deep Learning: A Survey Tech Report 2020 [12] [PDF]
Anomaly detection in univariate time-series: A survey on the state-of-the-art Preprint 2020 [10] [PDF]
Deep Learning for Anomaly Detection: A Review CSUR 2021 [59] [PDF]
A Comprehensive Survey on Graph Anomaly Detection with Deep Learning Preprint 2021 [50] [PDF]
Revisiting Time Series Outlier Detection: Definitions and Benchmarks NeurIPS 2021 [39] [PDF], [Code]
A Unified Survey on Anomaly, Novelty, Open-Set, and Out-of-Distribution Detection: Solutions and Future Challenges Preprint 2021 [69] [PDF]

4.2. Key Algorithms

Abbreviation Paper Title Venue Year Ref Materials
kNN Efficient algorithms for mining outliers from large data sets ACM SIGMOD Record 2000 [63] [PDF]
KNN Fast outlier detection in high dimensional spaces PKDD 2002 [6] [PDF]
LOF LOF: identifying density-based local outliers ACM SIGMOD Record 2000 [11] [PDF]
IForest Isolation forest ICDM 2008 [45] [PDF]
OCSVM Estimating the support of a high-dimensional distribution Neural Computation 2001 [70] [PDF]
AutoEncoder Ensemble Outlier detection with autoencoder ensembles SDM 2017 [20] [PDF]
COPOD COPOD: Copula-Based Outlier Detection ICDM 2020 [44] [PDF]

4.3. Graph & Network Outlier Detection

Paper Title Venue Year Ref Materials
Graph based anomaly detection and description: a survey DMKD 2015 [5] [PDF]
Anomaly detection in dynamic networks: a survey WIREs Computational Statistic 2015 [64] [PDF]
Outlier detection in graphs: On the impact of multiple graph models ComSIS 2019 [15] [PDF]
A Comprehensive Survey on Graph Anomaly Detection with Deep Learning TKDE 2021 [50] [PDF]

4.4. Time Series Outlier Detection

Paper Title Venue Year Ref Materials
Outlier detection for temporal data: A survey TKDE 2014 [32] [PDF]
Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding KDD 2018 [36] [PDF], [Code]
Time-Series Anomaly Detection Service at Microsoft KDD 2019 [65] [PDF]
Revisiting Time Series Outlier Detection: Definitions and Benchmarks NeurIPS 2021 [39] [PDF], [Code]

4.5. Feature Selection in Outlier Detection

Paper Title Venue Year Ref Materials
Unsupervised feature selection for outlier detection by modelling hierarchical value-feature couplings ICDM 2016 [56] [PDF]
Learning homophily couplings from non-iid data for joint feature selection and noise-resilient outlier detection IJCAI 2017 [57] [PDF]

4.6. High-dimensional & Subspace Outliers

Paper Title Venue Year Ref Materials
A survey on unsupervised outlier detection in high-dimensional numerical data Stat Anal Data Min 2012 [97] [HTML]
Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection SIGKDD 2018 [58] [PDF]
Reverse Nearest Neighbors in Unsupervised Distance-Based Outlier Detection TKDE 2015 [62] [PDF], [SLIDES]
Outlier detection for high-dimensional data Biometrika 2015 [67] [PDF]

4.7. Outlier Ensembles

Paper Title Venue Year Ref Materials
Outlier ensembles: position paper SIGKDD Explorations 2013 [2] [PDF]
Ensembles for unsupervised outlier detection: challenges and research questions a position paper SIGKDD Explorations 2014 [98] [PDF]
An Unsupervised Boosting Strategy for Outlier Detection Ensembles PAKDD 2018 [14] [HTML]
LSCP: Locally selective combination in parallel outlier ensembles SDM 2019 [90] [PDF]

4.8. Outlier Detection in Evolving Data

Paper Title Venue Year Ref Materials
A Survey on Anomaly detection in Evolving Data: [with Application to Forest Fire Risk Prediction] SIGKDD Explorations 2018 [68] [PDF]
Unsupervised real-time anomaly detection for streaming data Neurocomputing 2017 [4] [PDF]
Outlier Detection in Feature-Evolving Data Streams SIGKDD 2018 [52] [PDF], [Github]
Evaluating Real-Time Anomaly Detection Algorithms--The Numenta Anomaly Benchmark ICMLA 2015 [41] [PDF], [Github]
MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams AAAI 2020 [9] [PDF], [Github]
NETS: Extremely Fast Outlier Detection from a Data Stream via Set-Based Processing VLDB 2019 [84] [PDF], [Github], [Slide]
Ultrafast Local Outlier Detection from a Data Stream with Stationary Region Skipping KDD 2020 [85] [PDF], [Github], [Slide]

4.9. Representation Learning in Outlier Detection

Paper Title Venue Year Ref Materials
Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection SIGKDD 2018 [58] [PDF]
Learning representations for outlier detection on a budget Preprint 2015 [54] [PDF]
XGBOD: improving supervised outlier detection with unsupervised representation learning IJCNN 2018 [89] [PDF]

4.10. Interpretability

Paper Title Venue Year Ref Materials
Explaining Anomalies in Groups with Characterizing Subspace Rules DMKD 2018 [51] [PDF]
Beyond Outlier Detection: LookOut for Pictorial Explanation ECML-PKDD 2018 [55] [PDF]
Contextual outlier interpretation IJCAI 2018 [47] [PDF]
Mining multidimensional contextual outliers from categorical relational data IDA 2015 [76] [PDF]
Discriminative features for identifying and interpreting outliers ICDE 2014 [21] [PDF]
Sequential Feature Explanations for Anomaly Detection TKDD 2019 [73] [HTML]
Beyond Outlier Detection: Outlier Interpretation by Attention-Guided Triplet Deviation Network WWW 2021 [83] [PDF]

4.11. Outlier Detection with Neural Networks

Paper Title Venue Year Ref Materials
Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding KDD 2018 [36] [PDF], [Code]
MAD-GAN: Multivariate Anomaly Detection for Time Series Data with Generative Adversarial Networks ICANN 2019 [43] [PDF], [Code]
Generative Adversarial Active Learning for Unsupervised Outlier Detection TKDE 2019 [48] [PDF], [Code]
Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection ICLR 2018 [99] [PDF], [Code]
Deep Anomaly Detection with Outlier Exposure ICLR 2019 [34] [PDF], [Code]
Unsupervised Anomaly Detection With LSTM Neural Networks TNNLS 2019 [28] [PDF], [IEEE],
Effective End-to-end Unsupervised Outlier Detection via Inlier Priority of Discriminative Network NeurIPS 2019 [79] [PDF] [Code]

4.12. Active Anomaly Detection

Paper Title Venue Year Ref Materials
Active learning for anomaly and rare-category detection NeurIPS 2005 [61] [PDF]
Outlier detection by active learning SIGKDD 2006 [1] [PDF]
Active Anomaly Detection via Ensembles: Insights, Algorithms, and Interpretability Preprint 2019 [22] [PDF]
Meta-AAD: Active Anomaly Detection with Deep Reinforcement Learning ICDM 2020 [88] [PDF]
A3: Activation Anomaly Analysis ECML-PKDD 2020 [74] [PDF], [Code]

4.13. Interactive Outlier Detection

Paper Title Venue Year Ref Materials
Learning On-the-Job to Re-rank Anomalies from Top-1 Feedback SDM 2019 [40] [PDF]
Interactive anomaly detection on attributed networks WSDM 2019 [24] [PDF]
eX2: a framework for interactive anomaly detection IUI Workshop 2019 [7] [PDF]
Tripartite Active Learning for Interactive Anomaly Discovery IEEE Access 2019 [96] [PDF]

4.14. Outlier Detection in Other fields

Field Paper Title Venue Year Ref Materials
Text Outlier detection for text data SDM 2017 [37] [PDF]

4.15. Outlier Detection Applications

Field Paper Title Venue Year Ref Materials
Security A survey of distance and similarity measures used within network intrusion anomaly detection IEEE Commun. Surv. Tutor. 2015 [82] [PDF]
Security Anomaly-based network intrusion detection: Techniques, systems and challenges Computers & Security 2009 [30] [PDF]
Finance A survey of anomaly detection techniques in financial domain Future Gener Comput Syst 2016 [3] [PDF]
Traffic Outlier Detection in Urban Traffic Data WIMS 2018 [25] [PDF]
Social Media A survey on social media anomaly detection SIGKDD Explorations 2016 [87] [PDF]
Social Media GLAD: group anomaly detection in social media analysis TKDD 2015 [86] [PDF]
Machine Failure Detecting the Onset of Machine Failure Using Anomaly Detection Methods DAWAK 2019 [66] [PDF]
Video Surveillance AnomalyNet: An anomaly detection network for video surveillance TIFS 2019 [95] [IEEE], Code

4.16. Automated Outlier Detection

Paper Title Venue Year Ref Materials
AutoOD: Automated Outlier Detection via Curiosity-guided Search and Self-imitation Learning ICDE 2020 [49] [PDF]
Automatic Unsupervised Outlier Model Selection NeurIPS 2021 [92] [PDF], [Code]

4.17. Machine Learning Systems for Outlier Detection

This section summarizes a list of systems for outlier detection, which may overlap with the section of tools and libraries.

Paper Title Venue Year Ref Materials
PyOD: A Python Toolbox for Scalable Outlier Detection JMLR 2019 [91] [PDF], [Code]
SUOD: Accelerating Large-Scale Unsupervised Heterogeneous Outlier Detection MLSys 2021 [93] [PDF], [Code]
TOD: Tensor-based Outlier Detection Preprint 2021 [94] [PDF], [Code]

4.18. Fairness and Bias in Outlier Detection

Paper Title Venue Year Ref Materials
A Framework for Determining the Fairness of Outlier Detection ECAI 2020 [23] [PDF]
FAIROD: Fairness-aware Outlier Detection AIES 2021 [72] [PDF]

4.19. Isolation-Based Methods

Paper Title Venue Year Ref Materials
Isolation forest ICDM 2008 [45] [PDF]
Isolation‐based anomaly detection using nearest‐neighbor ensembles Computational Intelligence 2018 [8] [PDF], [Code]
Extended Isolation Forest TKDE 2019 [33] [PDF], [Code]
Isolation Distributional Kernel: A New Tool for Kernel based Anomaly Detection KDD 2020 [78] [PDF], [Code]

4.20. Emerging and Interesting Topics

Paper Title Venue Year Ref Materials
Clustering with Outlier Removal TKDE 2019 [46] [PDF]
Real-World Anomaly Detection by using Digital Twin Systems and Weakly-Supervised Learning IEEE Trans. Ind. Informat. 2020 [16] [PDF]
SSD: A Unified Framework for Self-Supervised Outlier Detection ICLR 2021 [71] [PDF], [Code]

5. Key Conferences/Workshops/Journals

5.1. Conferences & Workshops

Key data mining conference deadlines, historical acceptance rates, and more can be found data-mining-conferences.

ACM International Conference on Knowledge Discovery and Data Mining (SIGKDD). Note: SIGKDD usually has an Outlier Detection Workshop (ODD), see ODD 2021.

ACM International Conference on Management of Data (SIGMOD)

The Web Conference (WWW)

IEEE International Conference on Data Mining (ICDM)

SIAM International Conference on Data Mining (SDM)

IEEE International Conference on Data Engineering (ICDE)

ACM InternationalConference on Information and Knowledge Management (CIKM)

ACM International Conference on Web Search and Data Mining (WSDM)

The European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML-PKDD)

The Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD)

5.2. Journals

ACM Transactions on Knowledge Discovery from Data (TKDD)

IEEE Transactions on Knowledge and Data Engineering (TKDE)

ACM SIGKDD Explorations Newsletter

Data Mining and Knowledge Discovery

Knowledge and Information Systems (KAIS)


References

[1] Abe, N., Zadrozny, B. and Langford, J., 2006, August. Outlier detection by active learning. In Proceedings of the 12th ACM SIGKDD international conference on Knowledge discovery and data mining, pp. 504-509, ACM.
[2] Aggarwal, C.C., 2013. Outlier ensembles: position paper. ACM SIGKDD Explorations Newsletter, 14(2), pp.49-58.
[3] Ahmed, M., Mahmood, A.N. and Islam, M.R., 2016. A survey of anomaly detection techniques in financial domain. Future Generation Computer Systems, 55, pp.278-288.
[4] Ahmad, S., Lavin, A., Purdy, S. and Agha, Z., 2017. Unsupervised real-time anomaly detection for streaming data. Neurocomputing, 262, pp.134-147.
[5] Akoglu, L., Tong, H. and Koutra, D., 2015. Graph based anomaly detection and description: a survey. Data Mining and Knowledge Discovery, 29(3), pp.626-688.
[6] Angiulli, F. and Pizzuti, C., 2002, August. Fast outlier detection in high dimensional spaces. In European Conference on Principles of Data Mining and Knowledge Discovery, pp. 15-27.
[7] Arnaldo, I., Veeramachaneni, K. and Lam, M., 2019. ex2: a framework for interactive anomaly detection. In ACM IUI Workshop on Exploratory Search and Interactive Data Analytics (ESIDA).
[8] Bandaragoda, Tharindu R., Kai Ming Ting, David Albrecht, Fei Tony Liu, Ye Zhu, and Jonathan R. Wells. "Isolation‐based anomaly detection using nearest‐neighbor ensembles." Computational Intelligence 34, no. 4 (2018): 968-998.
[9] Bhatia, S., Hooi, B., Yoon, M., Shin, K. and Faloutsos. C., 2020. MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams. In AAAI Conference on Artificial Intelligence (AAAI).
[10] Braei, M. and Wagner, S., 2020. Anomaly detection in univariate time-series: A survey on the state-of-the-art. arXiv preprint arXiv:2004.00433.
[11] Breunig, M.M., Kriegel, H.P., Ng, R.T. and Sander, J., 2000, May. LOF: identifying density-based local outliers. ACM SIGMOD Record, 29(2), pp. 93-104.
[12] Bulusu, S., Kailkhura, B., Li, B., Varshney, P. and Song, D., 2020. Anomalous instance detection in deep learning: A survey (No. LLNL-CONF-808677). Lawrence Livermore National Lab.(LLNL), Livermore, CA (United States).
[13] Campos, G.O., Zimek, A., Sander, J., Campello, R.J., Micenková, B., Schubert, E., Assent, I. and Houle, M.E., 2016. On the evaluation of unsupervised outlier detection: measures, datasets, and an empirical study. Data Mining and Knowledge Discovery, 30(4), pp.891-927.
[14] Campos, G.O., Zimek, A. and Meira, W., 2018, June. An Unsupervised Boosting Strategy for Outlier Detection Ensembles. In Pacific-Asia Conference on Knowledge Discovery and Data Mining (pp. 564-576). Springer, Cham.
[15] Campos, G.O., Moreira, E., Meira Jr, W. and Zimek, A., 2019. Outlier Detection in Graphs: A Study on the Impact of Multiple Graph Models. Computer Science & Information Systems, 16(2).
[16] Castellani, A., Schmitt, S., Squartini, S., 2020. Real-World Anomaly Detection by using Digital Twin Systems and Weakly-Supervised Learning. In IEEE Transactions on Industrial Informatics.
[17] Chalapathy, R. and Chawla, S., 2019. Deep learning for anomaly detection: A survey. arXiv preprint arXiv:1901.03407.
[18] Chandola, V., Banerjee, A. and Kumar, V., 2009. Anomaly detection: A survey. ACM computing surveys , 41(3), p.15.
[19] Chawla, S. and Chandola, V., 2011, Anomaly Detection: A Tutorial. Tutorial at ICDM 2011.
[20] Chen, J., Sathe, S., Aggarwal, C. and Turaga, D., 2017, June. Outlier detection with autoencoder ensembles. SIAM International Conference on Data Mining, pp. 90-98. Society for Industrial and Applied Mathematics.
[21] Dang, X.H., Assent, I., Ng, R.T., Zimek, A. and Schubert, E., 2014, March. Discriminative features for identifying and interpreting outliers. In International Conference on Data Engineering (ICDE). IEEE.
[22] Das, S., Islam, M.R., Jayakodi, N.K. and Doppa, J.R., 2019. Active Anomaly Detection via Ensembles: Insights, Algorithms, and Interpretability. arXiv preprint arXiv:1901.08930.
[23] Davidson, I. and Ravi, S.S., 2020. A framework for determining the fairness of outlier detection. In Proceedings of the 24th European Conference on Artificial Intelligence (ECAI2020) (Vol. 2029).
[24] Ding, K., Li, J. and Liu, H., 2019, January. Interactive anomaly detection on attributed networks. In Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining, pp. 357-365. ACM.
[25] Djenouri, Y. and Zimek, A., 2018, June. Outlier detection in urban traffic data. In Proceedings of the 8th International Conference on Web Intelligence, Mining and Semantics. ACM.
[26] Domingues, R., Filippone, M., Michiardi, P. and Zouaoui, J., 2018. A comparative evaluation of outlier detection algorithms: Experiments and analyses. Pattern Recognition, 74, pp.406-421.
[27] Emmott, A., Das, S., Dietterich, T., Fern, A. and Wong, W.K., 2015. A meta-analysis of the anomaly detection problem. arXiv preprint arXiv:1503.01158.
[28] Ergen, T. and Kozat, S.S., 2019. Unsupervised Anomaly Detection With LSTM Neural Networks. IEEE transactions on neural networks and learning systems.
[29] Falcão, F., Zoppi, T., Silva, C.B.V., Santos, A., Fonseca, B., Ceccarelli, A. and Bondavalli, A., 2019, April. Quantitative comparison of unsupervised anomaly detection algorithms for intrusion detection. In Proceedings of the 34th ACM/SIGAPP Symposium on Applied Computing, (pp. 318-327). ACM.
[30] Garcia-Teodoro, P., Diaz-Verdejo, J., Maciá-Fernández, G. and Vázquez, E., 2009. Anomaly-based network intrusion detection: Techniques, systems and challenges. Computers & Security, 28(1-2), pp.18-28.
[31] Goldstein, M. and Uchida, S., 2016. A comparative evaluation of unsupervised anomaly detection algorithms for multivariate data. PloS one, 11(4), p.e0152173.
[32] Gupta, M., Gao, J., Aggarwal, C.C. and Han, J., 2014. Outlier detection for temporal data: A survey. IEEE Transactions on Knowledge and Data Engineering, 26(9), pp.2250-2267.
[33] Hariri, S., Kind, M.C. and Brunner, R.J., 2019. Extended Isolation Forest. IEEE Transactions on Knowledge and Data Engineering.
[34] Hendrycks, D., Mazeika, M. and Dietterich, T.G., 2019. Deep Anomaly Detection with Outlier Exposure. International Conference on Learning Representations (ICLR).
[35] Hodge, V. and Austin, J., 2004. A survey of outlier detection methodologies. Artificial intelligence review, 22(2), pp.85-126.
[36] (1, 2) Hundman, K., Constantinou, V., Laporte, C., Colwell, I. and Soderstrom, T., 2018, July. Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding. In Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, (pp. 387-395). ACM.
[37] Kannan, R., Woo, H., Aggarwal, C.C. and Park, H., 2017, June. Outlier detection for text data. In Proceedings of the 2017 SIAM International Conference on Data Mining, pp. 489-497. Society for Industrial and Applied Mathematics.
[38] Kriegel, H.P., Kröger, P. and Zimek, A., 2010. Outlier detection techniques. Tutorial at ACM SIGKDD 2010.
[39] (1, 2) Lai, K.H., Zha, D., Xu, J., Zhao, Y., Wang, G. and Hu, X., 2021. Revisiting Time Series Outlier Detection: Definitions and Benchmarks. Advances in Neural Information Processing Systems (NeurIPS), Datasets and Benchmarks Track.
[40] Lamba, H. and Akoglu, L., 2019, May. Learning On-the-Job to Re-rank Anomalies from Top-1 Feedback. In Proceedings of the 2019 SIAM International Conference on Data Mining (SDM), pp. 612-620. Society for Industrial and Applied Mathematics.
[41] Lavin, A. and Ahmad, S., 2015, December. Evaluating Real-Time Anomaly Detection Algorithms--The Numenta Anomaly Benchmark. In 2015 IEEE 14th International Conference on Machine Learning and Applications (ICMLA) (pp. 38-44). IEEE.
[42] Lazarevic, A., Banerjee, A., Chandola, V., Kumar, V. and Srivastava, J., 2008, September. Data mining for anomaly detection. Tutorial at ECML PKDD 2008.
[43] Li, D., Chen, D., Jin, B., Shi, L., Goh, J. and Ng, S.K., 2019, September. MAD-GAN: Multivariate anomaly detection for time series data with generative adversarial networks. In International Conference on Artificial Neural Networks (pp. 703-716). Springer, Cham.
[44] Li, Z., Zhao, Y., Botta, N., Ionescu, C. and Hu, X. COPOD: Copula-Based Outlier Detection. IEEE International Conference on Data Mining (ICDM), 2020.
[45] (1, 2) Liu, F.T., Ting, K.M. and Zhou, Z.H., 2008, December. Isolation forest. In International Conference on Data Mining, pp. 413-422. IEEE.
[46] Liu, H., Li, J., Wu, Y. and Fu, Y., 2019. Clustering with outlier removal. IEEE transactions on knowledge and data engineering.
[47] Liu, N., Shin, D. and Hu, X., 2017. Contextual outlier interpretation. In International Joint Conference on Artificial Intelligence (IJCAI-18), pp.2461-2467.
[48] Liu, Y., Li, Z., Zhou, C., Jiang, Y., Sun, J., Wang, M. and He, X., 2019. Generative Adversarial Active Learning for Unsupervised Outlier Detection. IEEE transactions on knowledge and data engineering.
[49] Li, Y., Chen, Z., Zha, D., Zhou, K., Jin, H., Chen, H. and Hu, X., 2020. AutoOD: Automated Outlier Detection via Curiosity-guided Search and Self-imitation Learning. ICDE.
[50] (1, 2) Ma, X., Wu, J., Xue, S., Yang, J., Zhou, C., Sheng, Q.Z., Xiong, H. and Akoglu, L., 2021. A comprehensive survey on graph anomaly detection with deep learning. IEEE Transactions on Knowledge and Data Engineering.
[51] Macha, M. and Akoglu, L., 2018. Explaining anomalies in groups with characterizing subspace rules. Data Mining and Knowledge Discovery, 32(5), pp.1444-1480.
[52] Manzoor, E., Lamba, H. and Akoglu, L. Outlier Detection in Feature-Evolving Data Streams. In 24th ACM SIGKDD International Conference on Knowledge Discovery and Data mining (KDD). 2018.
[53] Mendiratta, B.V., 2017. Anomaly Detection in Networks. Tutorial at ACM SIGKDD 2017.
[54] Micenková, B., McWilliams, B. and Assent, I., 2015. Learning representations for outlier detection on a budget. arXiv preprint arXiv:1507.08104.
[55] Gupta, N., Eswaran, D., Shah, N., Akoglu, L. and Faloutsos, C., Beyond Outlier Detection: LookOut for Pictorial Explanation. ECML PKDD 2018.
[56] Pang, G., Cao, L., Chen, L. and Liu, H., 2016, December. Unsupervised feature selection for outlier detection by modelling hierarchical value-feature couplings. In Data Mining (ICDM), 2016 IEEE 16th International Conference on (pp. 410-419). IEEE.
[57] Pang, G., Cao, L., Chen, L. and Liu, H., 2017, August. Learning homophily couplings from non-iid data for joint feature selection and noise-resilient outlier detection. In Proceedings of the 26th International Joint Conference on Artificial Intelligence (pp. 2585-2591). AAAI Press.
[58] (1, 2) Pang, G., Cao, L., Chen, L. and Liu, H., 2018. Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection. In 24th ACM SIGKDD International Conference on Knowledge Discovery and Data mining (KDD). 2018.
[59] Pang, G., Shen, C., Cao, L. and Hengel, A.V.D., 2021. Deep Learning for Anomaly Detection: A Review. ACM Computing Surveys (CSUR), 54(2), pp.1-38.
[60] Pang, G., Cao, L. and Aggarwal, C., 2021. Deep Learning for Anomaly Detection. Tutorial at WSDM 2021.
[61] Pelleg, D. and Moore, A.W., 2005. Active learning for anomaly and rare-category detection. In Advances in neural information processing systems, pp. 1073-1080.
[62] Radovanović, M., Nanopoulos, A. and Ivanović, M., 2015. Reverse nearest neighbors in unsupervised distance-based outlier detection. IEEE transactions on knowledge and data engineering, 27(5), pp.1369-1382.
[63] Ramaswamy, S., Rastogi, R. and Shim, K., 2000, May. Efficient algorithms for mining outliers from large data sets. ACM SIGMOD Record, 29(2), pp. 427-438.
[64] Ranshous, S., Shen, S., Koutra, D., Harenberg, S., Faloutsos, C. and Samatova, N.F., 2015. Anomaly detection in dynamic networks: a survey. Wiley Interdisciplinary Reviews: Computational Statistics, 7(3), pp.223-247.
[65] Ren, H., Xu, B., Wang, Y., Yi, C., Huang, C., Kou, X., Xing, T., Yang, M., Tong, J. and Zhang, Q., 2019. Time-Series Anomaly Detection Service at Microsoft. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. ACM.
[66] Riazi, M., Zaiane, O., Takeuchi, T., Maltais, A., Günther, J. and Lipsett, M., Detecting the Onset of Machine Failure Using Anomaly Detection Methods.
[67] Ro, K., Zou, C., Wang, Z. and Yin, G., 2015. Outlier detection for high-dimensional data. Biometrika, 102(3), pp.589-599.
[68] Salehi, Mahsa & Rashidi, Lida. (2018). A Survey on Anomaly detection in Evolving Data: [with Application to Forest Fire Risk Prediction]. ACM SIGKDD Explorations Newsletter. 20. 13-23.
[69] Salehi, M., Mirzaei, H., Hendrycks, D., Li, Y., Rohban, M.H., Sabokrou, M., 2021. A Unified Survey on Anomaly, Novelty, Open-Set, and Out-of-Distribution Detection: Solutions and Future Challenges. arXiv preprint arXiv:2110.14051.
[70] Schölkopf, B., Platt, J.C., Shawe-Taylor, J., Smola, A.J. and Williamson, R.C., 2001. Estimating the support of a high-dimensional distribution. Neural Computation, 13(7), pp.1443-1471.
[71] Sehwag, V., Chiang, M., Mittal, P., 2021. SSD: A Unified Framework for Self-Supervised Outlier Detection. International Conference on Learning Representations (ICLR).
[72] Shekhar, S., Shah, N. and Akoglu, L., 2021. FAIROD: Fairness-aware Outlier Detection. AAAI/ACM Conference on AI, Ethics, and Society (AIES).
[73] Siddiqui, M.A., Fern, A., Dietterich, T.G. and Wong, W.K., 2019. Sequential Feature Explanations for Anomaly Detection. ACM Transactions on Knowledge Discovery from Data (TKDD), 13(1), p.1.
[74] Sperl, P., Schulze, J.-P., and Böttinger, K., 2021. Activation Anomaly Analysis. European Conference on Machine Learning and Data Mining (ECML-PKDD) 2020.
[75] Suri, N.R. and Athithan, G., 2019. Research Issues in Outlier Detection. In Outlier Detection: Techniques and Applications, pp. 29-51. Springer, Cham.
[76] Tang, G., Pei, J., Bailey, J. and Dong, G., 2015. Mining multidimensional contextual outliers from categorical relational data. Intelligent Data Analysis, 19(5), pp.1171-1192.
[77] Ting, KM., Aryal, S. and Washio, T., 2018, Which Anomaly Detector should I use? Tutorial at ICDM 2018.
[78] Ting, Kai Ming, Bi-Cun Xu, Takashi Washio, and Zhi-Hua Zhou. "Isolation Distributional Kernel: A New Tool for Kernel based Anomaly Detection." In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 198-206. 2020.
[79] Wang, S., Zeng, Y., Liu, X., Zhu, E., Yin, J., Xu, C. and Kloft, M., 2019. Effective End-to-end Unsupervised Outlier Detection via Inlier Priority of Discriminative Network. In 33rd Conference on Neural Information Processing Systems.
[80] Wang, H., Bah, M.J. and Hammad, M., 2019. Progress in Outlier Detection Techniques: A Survey. IEEE Access, 7, pp.107964-108000.
[81] Wang, R., Nie, K., Chang, Y. J., Gong, X., Wang, T., Yang, Y., Long, B., 2020. Deep Learning for Anomaly Detection. Tutorial at KDD 2020.
[82] Weller-Fahy, D.J., Borghetti, B.J. and Sodemann, A.A., 2015. A survey of distance and similarity measures used within network intrusion anomaly detection. IEEE Communications Surveys & Tutorials, 17(1), pp.70-91.
[83] Xu, H., Wang, Y., Jian, S., Huang, Z., Wang, Y., Liu, N. and Li, F., 2021, April. Beyond Outlier Detection: Outlier Interpretation by Attention-Guided Triplet Deviation Network. In Proceedings of the Web Conference 2021 (pp. 1328-1339).
[84] Yoon, S., Lee, J. G., & Lee, B. S., 2019. NETS: extremely fast outlier detection from a data stream via set-based processing. Proceedings of the VLDB Endowment, 12(11), 1303-1315.
[85] Yoon, S., Lee, J. G., & Lee, B. S., 2020. Ultrafast local outlier detection from a data stream with stationary region skipping. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (pp. 1181-1191)
[86] Yu, R., He, X. and Liu, Y., 2015. GLAD: group anomaly detection in social media analysis. ACM Transactions on Knowledge Discovery from Data (TKDD), 10(2), p.18.
[87] Yu, R., Qiu, H., Wen, Z., Lin, C. and Liu, Y., 2016. A survey on social media anomaly detection. ACM SIGKDD Explorations Newsletter, 18(1), pp.1-14.
[88] Zha, D., Lai, K.H., Wan, M. and Hu, X., 2020. Meta-AAD: Active Anomaly Detection with Deep Reinforcement Learning. ICDM.
[89] Zhao, Y. and Hryniewicki, M.K., 2018, July. XGBOD: improving supervised outlier detection with unsupervised representation learning. In 2018 International Joint Conference on Neural Networks (IJCNN). IEEE.
[90] Zhao, Y., Nasrullah, Z., Hryniewicki, M.K. and Li, Z., 2019, May. LSCP: Locally selective combination in parallel outlier ensembles. In Proceedings of the 2019 SIAM International Conference on Data Mining (SDM), pp. 585-593. Society for Industrial and Applied Mathematics.
[91] Zhao, Y., Nasrullah, Z. and Li, Z., PyOD: A Python Toolbox for Scalable Outlier Detection. Journal of Machine Learning Research, 20, pp.1-7.
[92] Zhao, Y., Rossi, R.A. and Akoglu, L., 2021. Automatic Unsupervised Outlier Model Selection. Advances in Neural Information Processing Systems.
[93] Zhao, Y., Hu, X., Cheng, C., Wang, C., Wan, C., Wang, W., Yang, J., Bai, H., Li, Z., Xiao, C. and Wang, Y., 2021. SUOD: Accelerating Large-scale Unsupervised Heterogeneous Outlier Detection. Proceedings of Machine Learning and Systems (MLSys).
[94] Zhao, Y., Chen, G.H. and Jia, Z., 2021. TOD: Tensor-based Outlier Detection. arXiv preprint arXiv:2110.14007.
[95] Zhou, J.T., Du, J., Zhu, H., Peng, X., Liu, Y. and Goh, R.S.M., 2019. AnomalyNet: An anomaly detection network for video surveillance. IEEE Transactions on Information Forensics and Security.
[96] Zhu, Y. and Yang, K., 2019. Tripartite Active Learning for Interactive Anomaly Discovery. IEEE Access.
[97] Zimek, A., Schubert, E. and Kriegel, H.P., 2012. A survey on unsupervised outlier detection in high‐dimensional numerical data. Statistical Analysis and Data Mining: The ASA Data Science Journal, 5(5), pp.363-387.
[98] Zimek, A., Campello, R.J. and Sander, J., 2014. Ensembles for unsupervised outlier detection: challenges and research questions a position paper. ACM Sigkdd Explorations Newsletter, 15(1), pp.11-22.
[99] Zong, B., Song, Q., Min, M.R., Cheng, W., Lumezanu, C., Cho, D. and Chen, H., 2018. Deep autoencoding gaussian mixture model for unsupervised anomaly detection. International Conference on Learning Representations (ICLR).
Comments
  • Suggestion to include

    Suggestion to include "SSD: A self-supervised approach to outlier detection with deep neural networks"

    Title: SSD: A Unified Framework for Self-Supervised Outlier Detection Link: https://openreview.net/forum?id=v5gjXpmR8J (ICLR 2021) Code: https://github.com/inspire-group/SSD

    opened by VSehwag 2
  • Added Reference

    Added Reference

    Added "A3: Activation Anomaly Analysis", a semi-supervised anomaly detection method. https://doi.org/10.1007/978-3-030-67661-2_5

    Thanks for maintaining this well curated list of anomaly detection research!

    opened by acrylschaf 1
  • About new isolation based anomaly detection methods

    About new isolation based anomaly detection methods

    Hi Yue,

    I found your repository is amazing. Just let you know that our research group (the inventor of iForest) recently has proposed new isolation based anomaly detection methods that you may like to include:

    1. Ting, Kai Ming, Bi-Cun Xu, Takashi Washio, and Zhi-Hua Zhou. "Isolation Distributional Kernel: A New Tool for Kernel based Anomaly Detection." In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 198-206. 2020.

    code: https://github.com/IsolationKernel/Codes/tree/main/IDK

    1. Bandaragoda, Tharindu R., Kai Ming Ting, David Albrecht, Fei Tony Liu, Ye Zhu, and Jonathan R. Wells. "Isolation‐based anomaly detection using nearest‐neighbor ensembles." Computational Intelligence 34, no. 4 (2018): 968-998.

    code: https://github.com/zhuye88/iNNE

    Cheers, Ye Zhu

    opened by zhuye88 1
  • Adding Skoltech Anomaly Benchmark (SKAB)

    Adding Skoltech Anomaly Benchmark (SKAB)

    SKAB (Skoltech Anomaly Benchmark) is designed for evaluating algorithms for anomaly detection. The benchmark currently includes 30+ datasets plus Python modules for algorithms’ evaluation. Each dataset represents a multivariate time series collected from the sensors installed on the testbed. All instances are labeled for evaluating the results of solving outlier detection and changepoint detection problems.

    opened by YKatser 1
  • paper link to XGBOD failed, cannot connect to www.yuezhao.me

    paper link to XGBOD failed, cannot connect to www.yuezhao.me

    I cannot open to link to the XGBOD paper.

    the following is the error message. I guess I just dont have access right to this url.

    Secure Connection Failed

    An error occurred during a connection to www.yuezhao.me. PR_END_OF_FILE_ERROR

    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem.
    
    opened by EricWebsmith 1
  • Anomaly Detection Using Seasonal Hybrid Extreme Studentized Deviate Test + tidy

    Anomaly Detection Using Seasonal Hybrid Extreme Studentized Deviate Test + tidy

    https://github.com/hrbrmstr/AnomalyDetection/blob/master/README.md Anomaly Detection Using Seasonal Hybrid Extreme Studentized Deviate Test

    Twitterfolks launched this package in 2014. Many coding and package standards have changed. The package now conforms to CRAN standards.

    The plots were nice and all but terribly unnecessary. The two core functions have been modified to only return tidy data frames (tibbles, actually). This makes it easier to chain them without having to deal with list element dereferencing.

    Shorter, snake-case aliases have also been provided:

    ad_ts for AnomalyDetectionTs
    ad_vec for AnomalyDetectionVec
    

    The original names are still in the package but the README and examples all use the newer, shorter versions.

    The following outstanding PRs from the original repo are included:

    Added in PR #98 (@gggodhwani)
    Added in PR #93 (@nujnimka)
    Added in PR #69 (@randakar)
    Added in PR #44 (@nicolasmiller)
    PR #92 (@caijun) inherently resolved
    

    If those authors find this repo, please add yourselves to the DESCRIPTION as contirbutors.

    opened by cneskey 1
  • A Meta-analysis of Anomaly Detection Problem

    A Meta-analysis of Anomaly Detection Problem

    This is one of the most comprehensive work towards the true definition of anomaly detection. I think you'd want to include it.

    https://www.groundai.com/project/a-meta-analysis-of-the-anomaly-detection-problem/

    opened by dorukhansergin 1
  • Add paper 'Outlier Detection: Applications And Techniques

    Add paper 'Outlier Detection: Applications And Techniques"

    Hello there,

    Not sure if you are accepting pull requests but this paper/survey talks about the different applications of outlier detection along with the papers associated with it.

    Helpful for beginners who are starting out in this field.

    opened by mesaugat 1
  • Add PySAD

    Add PySAD

    Added PySAD to the multivariate anomaly detection list of the README.rst.

    Since its text includes PyOD (due to its integration), I added it just after the PyOD. I am not sure about the order.

    opened by selimfirat 0
  • Update README

    Update README

    Add a paper related to Outlier Detection in Neural Networks:

    • Effective End-to-end Unsupervised Outlier Detection via Inlier Priority of Discriminative Network, NeurIPS 2019.

    @wangsiqinudt

    opened by demonzyj56 0
  • There is a new survey on outlier detection time series

    There is a new survey on outlier detection time series

    opened by EricWebsmith 2
  • Is there any possbility that a ordinary supervised model performs better than a outlier algorithm in this task?

    Is there any possbility that a ordinary supervised model performs better than a outlier algorithm in this task?

    I have tried some outlier detection datasets (ODDs) in this website like Annthyroid dataset (http://odds.cs.stonybrook.edu/annthyroid-dataset/).

    However, when I compare some ordinary supervised models (e.g., SVM and Random Forest), the results indicate that SVM and RF are much better than the anomaly detection algorithms like OC-SVM and Isolation Forest.

    I was wonder the reason for this weird results, because threoratically the outlier detection algorithms should perform better in the outlier detection task. Could anyone help me figure this problem? Thanks!

    opened by Minqi824 5
  • Outlier detection in contingency tables using decomposable graphical models

    Outlier detection in contingency tables using decomposable graphical models

    Hi,

    We have developed a novel approach for detecting outliers in categorical datasets which you might want to add to this excellent repository.

    • Theory: https://onlinelibrary.wiley.com/doi/full/10.1111/sjos.12407
    • Software: https://github.com/mlindsk/molic

    /Mads

    opened by mlindsk 0
  • 提交一本关于路由器异常检测的书籍

    提交一本关于路由器异常检测的书籍

    提交一本关于路由器异常检测的书籍 Anomaly-Detection and Health-Analysis Techniques for Core Router Systems https://link.springer.com/book/10.1007%2F978-3-030-33664-6#toc

    opened by smartleizi 0
Owner
Yue Zhao
Look for S'22 Internship (ping me)! Ph.D. Student @ CMU. ML Systems (MLSys) | Anomaly/Outlier Detection | AutoML. Top 1000 GitHuber worldwide.
Yue Zhao
arxiv-sanity, but very lite, simply providing the core value proposition of the ability to tag arxiv papers of interest and have the program recommend similar papers.

arxiv-sanity, but very lite, simply providing the core value proposition of the ability to tag arxiv papers of interest and have the program recommend similar papers.

Andrej 671 Dec 31, 2022
The tl;dr on a few notable transformer/language model papers + other papers (alignment, memorization, etc).

The tl;dr on a few notable transformer/language model papers + other papers (alignment, memorization, etc).

Will Thompson 166 Jan 4, 2023
Collect super-resolution related papers, data, repositories

Collect super-resolution related papers, data, repositories

WangChaofeng 1.7k Jan 3, 2023
Fully-automated scripts for collecting AI-related papers

AI-Paper-collector Fully-automated scripts for collecting AI-related papers List of Conferences to crawel ACL: 21-19 (including findings) EMNLP: 21-19

Gordon Lee 776 Jan 8, 2023
(JMLR'19) A Python Toolbox for Scalable Outlier Detection (Anomaly Detection)

Python Outlier Detection (PyOD) Deployment & Documentation & Stats Build Status & Coverage & Maintainability & License PyOD is a comprehensive and sca

Yue Zhao 6.6k Jan 3, 2023
Streaming Anomaly Detection Framework in Python (Outlier Detection for Streaming Data)

Python Streaming Anomaly Detection (PySAD) PySAD is an open-source python framework for anomaly detection on streaming multivariate data. Documentatio

Selim Firat Yilmaz 181 Dec 18, 2022
A Python Library for Graph Outlier Detection (Anomaly Detection)

PyGOD is a Python library for graph outlier detection (anomaly detection). This exciting yet challenging field has many key applications, e.g., detect

PyGOD Team 757 Jan 4, 2023
Demo project for real time anomaly detection using kafka and python

kafkaml-anomaly-detection Project for real time anomaly detection using kafka and python It's assumed that zookeeper and kafka are running in the loca

Rodrigo Arenas 36 Dec 12, 2022
Official Implementation for the "An Empirical Investigation of 3D Anomaly Detection and Segmentation" paper.

An Empirical Investigation of 3D Anomaly Detection and Segmentation Project | Paper Official PyTorch Implementation for the "An Empirical Investigatio

Eliahu Horwitz 55 Dec 14, 2022
Paper list of log-based anomaly detection

Paper list of log-based anomaly detection

Weibin Meng 411 Dec 5, 2022
This is an unofficial implementation of the paper “Student-Teacher Feature Pyramid Matching for Unsupervised Anomaly Detection”.

This is an unofficial implementation of the paper “Student-Teacher Feature Pyramid Matching for Unsupervised Anomaly Detection”.

haifeng xia 32 Oct 26, 2022
Unofficial implementation of PatchCore anomaly detection

PatchCore anomaly detection Unofficial implementation of PatchCore(new SOTA) anomaly detection model Original Paper : Towards Total Recall in Industri

Changwoo Ha 268 Dec 22, 2022
MemStream: Memory-Based Anomaly Detection in Multi-Aspect Streams with Concept Drift

MemStream Implementation of MemStream: Memory-Based Anomaly Detection in Multi-Aspect Streams with Concept Drift . Siddharth Bhatia, Arjit Jain, Shivi

Stream-AD 61 Dec 2, 2022
USAD - UnSupervised Anomaly Detection on multivariate time series

USAD - UnSupervised Anomaly Detection on multivariate time series Scripts and utility programs for implementing the USAD architecture. Implementation

null 116 Jan 4, 2023
LogDeep is an open source deeplearning-based log analysis toolkit for automated anomaly detection.

LogDeep is an open source deeplearning-based log analysis toolkit for automated anomaly detection.

donglee 279 Dec 13, 2022
Code for the paper "TadGAN: Time Series Anomaly Detection Using Generative Adversarial Networks"

TadGAN: Time Series Anomaly Detection Using Generative Adversarial Networks This is a Python3 / Pytorch implementation of TadGAN paper. The associated

Arun 92 Dec 3, 2022
Industrial knn-based anomaly detection for images. Visit streamlit link to check out the demo.

Industrial KNN-based Anomaly Detection ⭐ Now has streamlit support! ⭐ Run $ streamlit run streamlit_app.py This repo aims to reproduce the results of

aventau 102 Dec 26, 2022
Official PyTorch code for WACV 2022 paper "CFLOW-AD: Real-Time Unsupervised Anomaly Detection with Localization via Conditional Normalizing Flows"

CFLOW-AD: Real-Time Unsupervised Anomaly Detection with Localization via Conditional Normalizing Flows WACV 2022 preprint:https://arxiv.org/abs/2107.1

Denis 156 Dec 28, 2022
A PyTorch implementation of "ANEMONE: Graph Anomaly Detection with Multi-Scale Contrastive Learning", CIKM-21

ANEMONE A PyTorch implementation of "ANEMONE: Graph Anomaly Detection with Multi-Scale Contrastive Learning", CIKM-21 Dependencies python==3.6.1 dgl==

Graph Analysis & Deep Learning Laboratory, GRAND 30 Dec 14, 2022