paper-with-me

Papers

MemStream: Memory-Based Streaming Anomaly Detection

2021-06-07 · Siddharth Bhatia, Arjit Jain, Shivin Srivastava, Kenji Kawaguchi, Bryan Hooi

Given a stream of entries over time in a multi-dimensional data setting where concept drift is present, how can we detect anomalous activities? Most of the existing unsupervised anomaly detection approaches seek to detect anomalous events in an offline fashion and require a large amount of data for training. This is not practical in real-life scenarios where we receive the data in a streaming manner and do not know the size of the stream beforehand. Thus, we need a data-efficient method that can detect and adapt to changing data trends, or concept drift, in an online manner. In this work, we propose MemStream, a streaming anomaly detection framework, allowing us to detect unusual events as they occur while being resilient to concept drift. We leverage the power of a denoising autoencoder to learn representations and a memory module to learn the dynamically changing trend in data without the need for labels. We prove the optimum memory size required for effective drift handling. Furthermore, MemStream makes use of two architecture design choices to be robust to memory poisoning. Experimental results show the effectiveness of our approach compared to state-of-the-art streaming baselines using $2$ synthetic datasets and $11$ real-world datasets.

📄 PDF Abstract BibTeX arXiv:2106.03837

Code (1)

Stream-AD/MemStream 공식 구현 pytorch

Tasks

Anomaly DetectionDenoisingUnsupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Denoising Autoencoder A Denoising Autoencoder is a modification on the autoencoder to prevent the network learning the identity function.…

Similar Papers 제목 키워드 기반

Streaming Anomaly Detection

2023-01-30 · Siddharth Bhatia

Anomaly detection is critical for finding suspicious behavior in innumerable systems. We need to detect anomalies in real-time, i.e. determine if an incoming entity is anomalous or not, as soon as we receive it, to minim…

Anomaly DetectionDenoising

Real-Time Anomaly Detection for Streaming Analytics

2016-07-08 · Subutai Ahmad, Scott Purdy

Much of the worlds data is streaming, time-series data, where anomalies give significant information in critical situations. Yet detecting anomalies in streaming data is a difficult task, requiring detectors to process d…

Anomaly DetectionTime SeriesTime Series Analysis

Unsupervised real-time anomaly detection for streaming data

2017-06-02 · Neurocomputing 2017 6 · Subutai Ahmad;Alexander Lavin;Scott Purdy; Zuha Agha

We are seeing an enormous increase in the availability of streaming, time-series data. Largely driven by the rise of connected real-time data sources, this data presents technical challenges and opportunities. One fundam…

Anomaly DetectionTime SeriesTime Series Analysis

Towards Total Online Unsupervised Anomaly Detection and Localization in Industrial Vision

2023-05-25 · Han Gao, Huiyuan Luo, Fei Shen, Zhengtao Zhang

Although existing image anomaly detection methods yield impressive results, they are mostly an offline learning paradigm that requires excessive data pre-collection, limiting their adaptability in industrial scenarios wi…

Anomaly DetectionContrastive LearningUnsupervised Anomaly Detection

InQMAD: Incremental Quantum Measurement Anomaly Detection

2022-10-11 · Joseph Gallego-Mejia, Oscar Bustos-Brinez, Fabio Gonzalez

Streaming anomaly detection refers to the problem of detecting anomalous data samples in streams of data. This problem poses challenges that classical and deep anomaly detection methods are not designed to cope with, suc…

Anomaly DetectionDensity Estimation