paper-with-me

홈 › Papers

Beyond the Benchmark: Detecting Diverse Anomalies in Videos

2023-10-03 · Yoav Arad, Michael Werman

Video Anomaly Detection (VAD) plays a crucial role in modern surveillance systems, aiming to identify various anomalies in real-world situations. However, current benchmark datasets predominantly emphasize simple, single-frame anomalies such as novel object detection. This narrow focus restricts the advancement of VAD models. In this research, we advocate for an expansion of VAD investigations to encompass intricate anomalies that extend beyond conventional benchmark boundaries. To facilitate this, we introduce two datasets, HMDB-AD and HMDB-Violence, to challenge models with diverse action-based anomalies. These datasets are derived from the HMDB51 action recognition dataset. We further present Multi-Frame Anomaly Detection (MFAD), a novel method built upon the AI-VAD framework. AI-VAD utilizes single-frame features such as pose estimation and deep image encoding, and two-frame features such as object velocity. They then apply a density estimation algorithm to compute anomaly scores. To address complex multi-frame anomalies, we add a deep video encoding features capturing long-range temporal dependencies, and logistic regression to enhance final score calculation. Experimental results confirm our assumptions, highlighting existing models limitations with new anomaly types. MFAD excels in both simple and complex anomaly detection scenarios.

📄 PDF Abstract BibTeX arXiv:2310.01904

Code (1)

yoavarad/mfad 공식 구현 pytorch

Tasks

Action RecognitionAnomaly DetectionDensity EstimationNovel Object Detectionobject-detectionObject DetectionPose EstimationVideo Anomaly Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

MGFN: Magnitude-Contrastive Glance-and-Focus Network for Weakly-Supervised Video Anomaly Detection

2022-11-28 · Yingxian Chen, Zhengzhe Liu, Baoheng Zhang, Wilton Fok 외

Weakly supervised detection of anomalies in surveillance videos is a challenging task. Going beyond existing works that have deficient capabilities to localize anomalies in long videos, we propose a novel glance and focu…

Anomaly DetectionAnomaly Detection In Surveillance VideosVideo Anomaly DetectionWeakly-supervised Video Anomaly Detection

Recognition of Abnormal Events in Surveillance Videos using Weakly Supervised Dual-Encoder Models

2025-11-17 · Noam Tsfaty, Avishai Weizman, Liav Cohen, Moshe Tshuva 외 arxiv

We address the challenge of detecting rare and diverse anomalies in surveillance videos using only video-level supervision. Our dual-backbone framework combines convolutional and transformer representations through top-k…

Approaches Toward Physical and General Video Anomaly Detection

2021-12-14 · Laura Kart, Niv Cohen

In recent years, many works have addressed the problem of finding never-seen-before anomalies in videos. Yet, most work has been focused on detecting anomalous frames in surveillance videos taken from security cameras. M…

Anomaly DetectionDensity EstimationGeneral Action Video Anomaly DetectionPhysical Video Anomaly Detection+2

A Deep Learning Approach to Video Anomaly Detection using Convolutional Autoencoders

2023-11-07 · Gopikrishna Pavuluri, Gayathri Annem

In this research we propose a deep learning approach for detecting anomalies in videos using convolutional autoencoder and decoder neural networks on the UCSD dataset.Our method utilizes a convolutional autoencoder to le…

Anomaly DetectionDecoderVideo Anomaly Detection

Attentioned Convolutional LSTM InpaintingNetwork for Anomaly Detection in Videos

2018-11-26 · Itamar Ben-Ari, Ravid Shwartz-Ziv

We propose a semi-supervised model for detecting anomalies in videos inspiredby the Video Pixel Network [van den Oord et al., 2016]. VPN is a probabilisticgenerative model based on a deep neural network that estimates th…

Anomaly DetectionCommon Sense ReasoningDecoder