paper-with-me

Papers

Plug-and-Play Anomaly Detection with Expectation Maximization Filtering

2020-06-16 · Muhammad Umar Karim Khan, Mishal Fatima, Chong-Min Kyung

Anomaly detection in crowds enables early rescue response. A plug-and-play smart camera for crowd surveillance has numerous constraints different from typical anomaly detection: the training data cannot be used iteratively; there are no training labels; and training and classification needs to be performed simultaneously. We tackle all these constraints with our approach in this paper. We propose a Core Anomaly-Detection (CAD) neural network which learns the motion behavior of objects in the scene with an unsupervised method. On average over standard datasets, CAD with a single epoch of training shows a percentage increase in Area Under the Curve (AUC) of 4.66% and 4.9% compared to the best results with convolutional autoencoders and convolutional LSTM-based methods, respectively. With a single epoch of training, our method improves the AUC by 8.03% compared to the convolutional LSTM-based approach. We also propose an Expectation Maximization filter which chooses samples for training the core anomaly-detection network. The overall framework improves the AUC compared to future frame prediction-based approach by 24.87% when crowd anomaly detection is performed on a video stream. We believe our work is the first step towards using deep learning methods with autonomous plug-and-play smart cameras for crowd anomaly detection.

📄 PDF Abstract BibTeX arXiv:2006.08933

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Learning Diffusion Model from Noisy Measurement using Principled Expectation-Maximization Method

2024-10-15 · Weimin Bai, Weiheng Tang, Enze Ye, Siyi Chen 외

Diffusion models have demonstrated exceptional ability in modeling complex image distributions, making them versatile plug-and-play priors for solving imaging inverse problems. However, their reliance on large-scale clea…

DeblurringDenoising

Analytical Probability Distributions and Exact Expectation-Maximization for Deep Generative Networks

2020-12-01 · NeurIPS 2020 12 · Randall Balestriero, Sebastien Paris, Richard Baraniuk

Deep Generative Networks (DGNs) with probabilistic modeling of their output and latent space are currently trained via Variational Autoencoders (VAEs). In the absence of a known analytical form for the posterior and like…

Anomaly DetectionImputationVariational Inference

Anomalib: A Deep Learning Library for Anomaly Detection

2022-02-16 · Samet Akcay, Dick Ameln, Ashwin Vaidya, Barath Lakshmanan 외

This paper introduces anomalib, a novel library for unsupervised anomaly detection and localization. With reproducibility and modularity in mind, this open-source library provides algorithms from the literature and a set…

Anomaly DetectionDeep LearningModel OptimizationUnsupervised Anomaly Detection

Improving Anomaly Detection with Foundation-Model Synthesis and Wavelet-Domain Attention

2026-03-03 · Wensheng Wu, Zheming Lu, Ziqian Lu, Zewei He 외 arxiv

Industrial anomaly detection faces significant challenges due to the scarcity of anomalous samples and the complexity of real-world anomalies. In this paper, we propose a foundation model-based anomaly synthesis pipeline…

Computational EfficiencyAnomaly Detection

Video Anomaly Detection by Estimating Likelihood of Representations

2020-12-02 · Yuqi Ouyang, Victor Sanchez

Video anomaly detection is a challenging task not only because it involves solving many sub-tasks such as motion representation, object localization and action recognition, but also because it is commonly considered as a…

Action RecognitionAnomaly DetectionClusteringDensity Estimation+2