TL;DR
Video anomaly detection (VAD) typically requires task-specific training, creating domain dependency and high costs, while existing methods provide only numerical scores without explanation. CoReVAD is a training-free framework using a frozen Vision-Language Model (VLM) to detect anomalies and generate human-readable descriptions without additional training or external language models.
✦ Why It Matters
Engineers can deploy anomaly detection across new domains without retraining, reducing costs and gaining explainable results simultaneously.
Key Takeaways
How It Works
CoReVAD operates by using a frozen Vision-Language Model (VLM) to generate anomaly scores and descriptions directly from video data. The Local Response Cleaning (LRC) module enhances the accuracy of these outputs by aligning local visual features with corresponding textual descriptions.
Additionally, the framework employs softmax-based refinement and Gaussian smoothing to incorporate global temporal context, ensuring that the detected anomalies are not only accurate but also contextually relevant.
Related