paper-with-me

Papers

A Revisit of Sparse Coding Based Anomaly Detection in Stacked RNN Framework

2017-10-01 · ICCV 2017 10 · Weixin Luo, Wen Liu, Shenghua Gao

Motivated by the capability of sparse coding based anomaly detection, we propose a Temporally-coherent Sparse Coding (TSC) where we enforce similar neighbouring frames be encoded with similar reconstruction coefficients. Then we map the TSC with a special type of stacked Recurrent Neural Network (sRNN). By taking advantage sRNN in learning all parameters simultaneously, the nontrivial hyper-parameter selection to TSC can be avoided, meanwhile with a shallow sRNN, the reconstruction coefficients can be inferred within a forward pass, which reduces the computational cost for learning sparse coefficients. The contributions of this paper are two-fold: i) We propose a TSC, which can be mapped to a sRNN which facilitates the parameter optimization and accelerates the anomaly prediction. ii) We build a very large dataset which is even larger than the summation of all existing dataset for anomaly detection in terms of both the volume of data and the diversity of scenes. Extensive experiments on both a toy dataset and real datasets demonstrate that our TSC based and sRNN based method consistently outperform existing methods, which validates the effectiveness of our method.

📄 PDF Abstract BibTeX

Code (1)

StevenLiuWen/sRNN_TSC_Anomaly_Detection 공식 구현 tf

Tasks

Anomaly DetectionDiversity

Similar Papers 제목 키워드 기반

MLF-SC: Incorporating multi-layer features to sparse coding for anomaly detection

2021-04-09 · Ryuji Imamura, Kohei Azuma, Atsushi Hanamoto, Atsunori Kanemura

Anomalies in images occur in various scales from a small hole on a carpet to a large stain. However, anomaly detection based on sparse coding, one of the widely used anomaly detection methods, has an issue in dealing wit…

Anomaly Detection

EdgeConvFormer: Dynamic Graph CNN and Transformer based Anomaly Detection in Multivariate Time Series

2023-12-04 · Jie Liu, Qilin Li, Senjian An, Bradley Ezard 외

Transformer-based models for anomaly detection in multivariate time series can benefit from the self-attention mechanism due to its advantage in modeling long-term dependencies. However, Transformer-based anomaly detecti…

Anomaly DetectionTime Series

Sparse Coding-inspired GAN for Weakly Supervised Hyperspectral Anomaly Detection

2021-01-01 · Tao Jiang, Weiying Xie, Jie Lei, Yunsong Li 외

Anomaly detection (AD) on hyperspectral images (HSIs) is of great importance in both space exploration and earth observations. However, the challenges caused by insufficient datasets, no labels, and noise corruption subs…

Anomaly DetectionDecoderGenerative Adversarial NetworkWeakly-supervised Learning

Long Short Term Memory Networks for Anomaly Detection in Time Series

2015-04-22 · ESANN 2015 4 · Pankaj Malhotra, Lovekesh Vig, Gautam Shroff, Puneet Agarwal

Long Short Term Memory (LSTM) networks have been demonstrated to be particularly useful for learning sequences containing longer term patterns of unknown length, due to their ability to maintain long term memory. Stackin…

Anomaly DetectionFault DetectionTime SeriesTime Series Anomaly Detection

Anomaly detection with Wasserstein GAN

2018-12-06 · Ilyass Haloui, Jayant Sen Gupta, Vincent Feuillard

Generative adversarial networks are a class of generative algorithms that have been widely used to produce state-of-the-art samples. In this paper, we investigate GAN to perform anomaly detection on time series dataset. …

Anomaly DetectionTime SeriesTime Series Analysis