RefineVAD: Semantic-Guided Feature Recalibration for Weakly Supervised Video Anomaly Detection
Junhee Lee, ChaeBeen Bang, MyoungChul Kim, MyeongAh Cho
TL;DR
RefineVAD tackles weakly supervised video anomaly detection by addressing both how motion unfolds over time and what semantic category the anomaly belongs to. The framework combines MoTAR, which uses motion salience to dynamically recalibrate temporal features and capture long-range dependencies, with CORE, which injects soft category priors through learnable prototypes via cross-attention. This category-aware refinement guides anomaly scoring toward semantically meaningful patterns, improving localization and interpretability. Across WVAD benchmarks, RefineVAD achieves state-of-the-art results and demonstrates strong cross-dataset transfer, highlighting the value of integrating semantic structure with temporal dynamics for practical anomaly detection.
Abstract
Weakly-Supervised Video Anomaly Detection aims to identify anomalous events using only video-level labels, balancing annotation efficiency with practical applicability. However, existing methods often oversimplify the anomaly space by treating all abnormal events as a single category, overlooking the diverse semantic and temporal characteristics intrinsic to real-world anomalies. Inspired by how humans perceive anomalies, by jointly interpreting temporal motion patterns and semantic structures underlying different anomaly types, we propose RefineVAD, a novel framework that mimics this dual-process reasoning. Our framework integrates two core modules. The first, Motion-aware Temporal Attention and Recalibration (MoTAR), estimates motion salience and dynamically adjusts temporal focus via shift-based attention and global Transformer-based modeling. The second, Category-Oriented Refinement (CORE), injects soft anomaly category priors into the representation space by aligning segment-level features with learnable category prototypes through cross-attention. By jointly leveraging temporal dynamics and semantic structure, explicitly models both "how" motion evolves and "what" semantic category it resembles. Extensive experiments on WVAD benchmark validate the effectiveness of RefineVAD and highlight the importance of integrating semantic context to guide feature refinement toward anomaly-relevant patterns.
