Outlier Detection
155 papers with code • 11 benchmarks • 10 datasets
Outlier Detection is a task of identifying a subset of a given data set which are considered anomalous in that they are unusual from other instances. It is one of the core data mining tasks and is central to many applications. In the security field, it can be used to identify potentially threatening users, in the manufacturing field it can be used to identify parts that are likely to fail.
Libraries
Use these libraries to find Outlier Detection models and implementationsMost implemented papers
Towards Total Recall in Industrial Anomaly Detection
Being able to spot defective parts is a critical component in large-scale industrial manufacturing.
LSTM Fully Convolutional Networks for Time Series Classification
We propose the augmentation of fully convolutional networks with long short term memory recurrent neural network (LSTM RNN) sub-modules for time series classification.
LSTM-based Encoder-Decoder for Multi-sensor Anomaly Detection
Mechanical devices such as engines, vehicles, aircrafts, etc., are typically instrumented with numerous sensors to capture the behavior and health of the machine.
Deep Semi-Supervised Anomaly Detection
Deep approaches to anomaly detection have recently shown promising results over shallow methods on large and complex datasets.
Adversarially Learned One-Class Classifier for Novelty Detection
Our architecture is composed of two deep networks, each of which trained by competing with each other while collaborating to understand the underlying concept in the target class, and then classify the testing samples.
PyOD: A Python Toolbox for Scalable Outlier Detection
PyOD is an open-source Python toolbox for performing scalable outlier detection on multivariate data.
Probabilistic Autoencoder
The PAE is fast and easy to train and achieves small reconstruction errors, high sample quality, and good performance in downstream tasks.
Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection
However, existing unsupervised representation learning methods mainly focus on preserving the data regularity information and learning the representations independently of subsequent outlier detection methods, which can result in suboptimal and unstable performance of detecting irregularities (i. e., outliers).
An Overview and a Benchmark of Active Learning for Outlier Detection with One-Class Classifiers
This article starts with a categorization of the various methods.