paper-with-me

홈 › Papers

Video Anomaly Detection with Structured Keywords

2025-03-07 · Thomas Foltz

This paper focuses on detecting anomalies in surveillance video using keywords by leveraging foundational models' feature representation generalization capabilities. We present a novel, lightweight pipeline for anomaly classification using keyword weights. Our pipeline employs a two-stage process: induction followed by deduction. In induction, descriptions are generated from normal and anomalous frames to identify and assign weights to relevant keywords. In deduction, inference frame descriptions are converted into keyword encodings using induction-derived weights for input into our neural network for anomaly classification. We achieved comparable performance on the three benchmarks UCSD Ped2, Shanghai Tech, and CUHK Avenue, with ROC AUC scores of 0.865, 0.745, and 0.742, respectively. These results are achieved without temporal context, making such a system viable for real-time applications. Our model improves implementation setup, interpretability, and inference speed for surveillance devices on the edge, introducing a performance trade-off against other video anomaly detection systems. As the generalization capabilities of open-source foundational models improve, our model demonstrates that the exclusive use of text for feature representations is a promising direction for efficient real-time interpretable video anomaly detection.

📄 PDF Abstract BibTeX arXiv:2503.10653

Code (1)

thomasfoltz/VADSK 공식 구현 pytorch

Tasks

Anomaly ClassificationAnomaly DetectionVideo Anomaly Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Structured Evidence Selection for Weakly Supervised Video Anomaly Detection

2026-07-11 · Chenglizhao Chen, Tianxiang Nan, Wen Li, Xinyu Liu 외 arxiv

Weakly supervised video anomaly detection relies solely on video-level labels for training, making it difficult to accurately localize anomalous events in complex scenes. In real-world videos, anomalous behaviors exhibit…

Computational EfficiencyVideo Anomaly Detection

MMVIAD: Multi-view Multi-task Video Understanding for Industrial Anomaly Detection

2026-05-11 · Xiran Zhao, Jing Jin, Yan Bai, Zhongan Wang 외 arxiv

Industrial anomaly detection is critical for manufacturing quality control, yet existing datasets mainly focus on static images or sparse views, which do not fully reflect continuous inspection processes in real industri…

Anomaly Detection

Knowledge-Guided Textual Reasoning for Explainable Video Anomaly Detection via LLMs

2025-10-30 · Hari Lee arxiv

We introduce Text-based Explainable Video Anomaly Detection (TbVAD), a language-driven framework for weakly supervised video anomaly detection that performs anomaly detection and explanation entirely within the textual d…

Video Anomaly Detection

LogLG: Weakly Supervised Log Anomaly Detection via Log-Event Graph Construction

2022-08-23 · Hongcheng Guo, Yuhui Guo, Renjie Chen, Jian Yang 외

Fully supervised log anomaly detection methods suffer the heavy burden of annotating massive unlabeled log data. Recently, many semi-supervised methods have been proposed to reduce annotation costs with the help of parse…

Anomaly Detectiongraph constructionScene Recognition

Text-guided Fine-Grained Video Anomaly Understanding

2025-11-01 · Jihao Gu, Kun Li, He Wang, Kaan Akşit arxiv

Subtle abnormal events in videos often manifest as weak spatio-temporal cues that are easily overlooked by conventional anomaly detection systems. Existing video anomaly detection approaches typically provide coarse bina…

Video Anomaly DetectionMultimodal Reasoning