paper-with-me

홈 › Papers

HyCoVAD: A Hybrid SSL-LLM Model for Complex Video Anomaly Detection

2025-09-26 · Mohammad Mahdi Hemmatyar, Mahdi Jafari, Mohammad Amin Yousefi, Mohammad Reza Nemati, Mobin Azadani, Hamid Reza Rastad, Amirmohammad Akbari arxiv

Video anomaly detection (VAD) is crucial for intelligent surveillance, but a significant challenge lies in identifying complex anomalies, which are events defined by intricate relationships and temporal dependencies among multiple entities rather than by isolated actions. While self-supervised learning (SSL) methods effectively model low-level spatiotemporal patterns, they often struggle to grasp the semantic meaning of these interactions. Conversely, large language models (LLMs) offer powerful contextual reasoning but are computationally expensive for frame-by-frame analysis and lack fine-grained spatial localization. We introduce HyCoVAD, Hybrid Complex Video Anomaly Detection, a hybrid SSL-LLM model that combines a multi-task SSL temporal analyzer with LLM validator. The SSL module is built upon an nnFormer backbone which is a transformer-based model for image segmentation. It is trained with multiple proxy tasks, learns from video frames to identify those suspected of anomaly. The selected frames are then forwarded to the LLM, which enriches the analysis with semantic context by applying structured, rule-based reasoning to validate the presence of anomalies. Experiments on the challenging ComplexVAD dataset show that HyCoVAD achieves a 72.5% frame-level AUC, outperforming existing baselines by 12.5% while reducing LLM computation. We release our interaction anomaly taxonomy, adaptive thresholding protocol, and code to facilitate future research in complex VAD scenarios.

📄 PDF Abstract BibTeX arXiv:2509.22544

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningVideo Anomaly DetectionImage Segmentation

Similar Papers 제목 키워드 기반

Hybrid Video Anomaly Detection for Anomalous Scenarios in Autonomous Driving

2024-06-10 · Daniel Bogdoll, Jan Imhof, Tim Joseph, Svetlana Pavlitska 외

In autonomous driving, the most challenging scenarios can only be detected within their temporal context. Most video anomaly detection approaches focus either on surveillance or traffic accidents, which are only a subfie…

Anomaly DetectionAutonomous DrivingVideo Anomaly Detection

Hybrid Architecture for Real-Time Video Anomaly Detection: Integrating Spatial and Temporal Analysis

2024-10-21 · Fabien Poirier

In this paper, we propose a new architecture for real-time anomaly detection in video data, inspired by human behavior combining spatial and temporal analyses. This approach uses two distinct models: (i) for temporal ana…

Anomaly DetectionVideo Anomaly Detection

Video Trajectory Classification and Anomaly Detection Using Hybrid CNN-VAE

2018-12-18 · Santhosh Kelathodi Kumaran, Debi Prosad Dogra, Partha Pratim Roy, Adway Mitra

Classifying time series data using neural networks is a challenging problem when the length of the data varies. Video object trajectories, which are key to many of the visual surveillance applications, are often found to…

Anomaly DetectionClassificationClusteringGeneral Classification+3

Abnormal Event Detection In Videos Using Deep Embedding

2024-09-15 · Darshan Venkatrayappa

Abnormal event detection or anomaly detection in surveillance videos is currently a challenge because of the diversity of possible events. Due to the lack of anomalous events at training time, anomaly detection requires …

Anomaly DetectionAnomaly Detection In Surveillance VideosDiversityEvent Detection+1

Exploring a Hybrid Deep Learning Approach for Anomaly Detection in Mental Healthcare Provider Billing: Addressing Label Scarcity through Semi-Supervised Anomaly Detection

2025-07-02 · Samirah Bakker, Yao Ma, Seyed Sahand Mohammadi Ziabari arxiv

The complexity of mental healthcare billing enables anomalies, including fraud. While machine learning methods have been applied to anomaly detection, they often struggle with class imbalance, label scarcity, and complex…

Semi-supervised Anomaly Detection