anomaly-detection-resources
yzhao062/anomaly-detection-resources
Repository for anomaly detection resources including books, papers, videos, and toolboxes
Overview
This repository compiles various resources related to outlier and anomaly detection, such as academic papers, tutorial materials, datasets, open-source libraries, and commercial tools.
Categories
Tags
Similar tools
transformers
huggingface/transformers
huggingface/transformers
JavaGuide
Snailclimb/JavaGuide
Java guide for backend interviews & AI application development covering system design, LLMs, Agents, and RAG.
firecrawl
firecrawl/firecrawl
The API to search, scrape, and interact with the web at scale.
langchain
langchain-ai/langchain
The agent engineering platform.
awesome-llm-apps
Shubhamsaboo/awesome-llm-apps
Shubhamsaboo/awesome-llm-apps
PaddleOCR
PaddlePaddle/PaddleOCR
Transforms images/PDFs into structured data for AI systems with high accuracy.
Install
pip install anomaly-detection-resourcesREADME
Anomaly Detection Learning Resources
.. image:: https://img.shields.io/github/stars/yzhao062/anomaly-detection-resources.svg :target: https://github.com/yzhao062/anomaly-detection-resources/stargazers :alt: GitHub stars
.. image:: https://img.shields.io/github/forks/yzhao062/anomaly-detection-resources.svg?color=blue :target: https://github.com/yzhao062/anomaly-detection-resources/network :alt: GitHub forks
.. image:: https://img.shields.io/github/license/yzhao062/anomaly-detection-resources.svg?color=blue :target: https://github.com/yzhao062/anomaly-detection-resources/blob/master/LICENSE :alt: License
.. image:: https://awesome.re/badge-flat2.svg :target: https://awesome.re/badge-flat2.svg :alt: Awesome
.. image:: https://img.shields.io/badge/ADBench-benchmark_results-pink :target: https://github.com/Minqi824/ADBench :alt: Benchmark
Outlier Detection <https://en.wikipedia.org/wiki/Anomaly_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:
#. Books & Academic Papers #. Online Courses and Videos #. Outlier Datasets #. Open-source and Commercial Libraries/Toolkits #. 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 @ (yzhao010@usc.edu). Enjoy reading!
BTW, you may find my [GitHub] <https://github.com/yzhao062>, [USC FORTIS Lab] <https://github.com/USC-FORTIS>, and
[Google Scholar] <https://scholar.google.com/citations?user=zoGDYsoAAAAJ&hl=en>_ relevant,
especially PyOD library <https://github.com/yzhao062/pyod>, ADBench benchmark <https://github.com/Minqi824/ADBench>, and NLP-ADBench: NLP Anomaly Detection Benchmark <https://github.com/USC-FORTIS/NLP-ADBench>_,.
Table of Contents
-
1. Books & Tutorials & Benchmarks <#1-books--tutorials--benchmarks>_1.1. Benchmarks <#13-benchmarks>_1.2. Tutorials <#12-tutorials>_1.3. Books <#11-books>_
-
2. Courses/Seminars/Videos <#2-coursesseminarsvideos>_ -
3. Toolbox & Datasets <#3-toolbox--datasets>_3.1. Multivariate data outlier detection <#31-multivariate-data>_3.2. Time series outlier detection <#32-time-series-outlier-detection>_3.3. Graph Outlier Detection <#33-graph-outlier-detection>_3.4. Real-time Elasticsearch <#34-real-time-elasticsearch>_3.5. Datasets <#35-datasets>_
-
4. Papers <#4-papers>_4.1. LLM and LLM Agents for Anomaly Detection <#41-llm-and-llm-agents-for-anomaly-detection>_4.2. Emerging and Interesting Topics <#42-emerging-and-interesting-topics>_4.3. Weakly-supervised Methods <#43-weakly-supervised-methods>_4.4. Machine Learning Systems for Outlier Detection <#44-machine-learning-systems-for-outlier-detection>_4.5. Automated Outlier Detection <#45-automated-outlier-detection>_4.6. Outlier Detection with Neural Networks <#46-outlier-detection-with-neural-networks>_4.7. Interpretability <#47-interpretability>_4.8. Representation Learning in Outlier Detection <#48-representation-learning-in-outlier-detection>_4.9. Outlier Detection in Evolving Data <#49-outlier-detection-in-evolving-data>_4.10. Outlier Ensembles <#410-outlier-ensembles>_4.11. High-dimensional & Subspace Outliers <#411-high-dimensional--subspace-outliers>_4.12. Feature Selection in Outlier Detection <#412-feature-selection-in-outlier-detection>_4.13. Time Series Outlier Detection <#413-time-series-outlier-detection>_- `4.14. Graph & Network Outlier