paper-with-me

홈 › Papers

Detection of Unknown Anomalies in Streaming Videos with Generative Energy-based Boltzmann Models

2018-05-03 · Hung Vu, Tu Dinh Nguyen, Dinh Phung

Abnormal event detection is one of the important objectives in research and practical applications of video surveillance. However, there are still three challenging problems for most anomaly detection systems in practical setting: limited labeled data, ambiguous definition of "abnormal" and expensive feature engineering steps. This paper introduces a unified detection framework to handle these challenges using energy-based models, which are powerful tools for unsupervised representation learning. Our proposed models are firstly trained on unlabeled raw pixels of image frames from an input video rather than hand-crafted visual features; and then identify the locations of abnormal objects based on the errors between the input video and its reconstruction produced by the models. To handle video stream, we develop an online version of our framework, wherein the model parameters are updated incrementally with the image frames arriving on the fly. Our experiments show that our detectors, using Restricted Boltzmann Machines (RBMs) and Deep Boltzmann Machines (DBMs) as core modules, achieve superior anomaly detection performance to unsupervised baselines and obtain accuracy comparable with the state-of-the-art approaches when evaluating at the pixel-level. More importantly, we discover that our system trained with DBMs is able to simultaneously perform scene clustering and scene reconstruction. This capacity not only distinguishes our method from other existing detectors but also offers a unique tool to investigate and understand how the model works.

📄 PDF Abstract BibTeX arXiv:1805.01090

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionClusteringEvent DetectionFeature EngineeringRepresentation Learning

Similar Papers 제목 키워드 기반

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

Real-Time Anomaly Detection for Advanced Manufacturing: Improving on Twitter's State of the Art

2019-11-13 · Caitríona M. Ryan, Andrew Parnell, Catherine Mahoney

The detection of anomalies in real time is paramount to maintain performance and efficiency across a wide range of applications including web services and smart manufacturing. This paper presents a novel algorithm to det…

Anomaly DetectionTime SeriesTime Series Analysis

Correlated Anomaly Detection from Large Streaming Data

2018-12-19 · Zheng Chen, Xinli Yu, Yuan Ling, Bo Song 외

Correlated anomaly detection (CAD) from streaming data is a type of group anomaly detection and an essential task in useful real-time data mining applications like botnet detection, financial event detection, industrial …

Anomaly DetectionEvent DetectionGroup Anomaly Detection

Evaluating Real-time Anomaly Detection Algorithms - the Numenta Anomaly Benchmark

2015-10-12 · Alexander Lavin, Subutai Ahmad

Much of the world's data is streaming, time-series data, where anomalies give significant information in critical situations; examples abound in domains such as finance, IT, security, medical, and energy. Yet detecting a…

Anomaly DetectionTime SeriesTime Series Analysis

Unsupervised Video Anomaly Detection via Normalizing Flows with Implicit Latent Features

2020-10-15 · MyeongAh Cho, Taeoh Kim, Woo Jin Kim, Suhwan Cho 외

In contemporary society, surveillance anomaly detection, i.e., spotting anomalous events such as crimes or accidents in surveillance videos, is a critical task. As anomalies occur rarely, most training data consists of u…

Anomaly DetectionDecoderDensity EstimationOptical Flow Estimation+2