English

An Attribute-based Method for Video Anomaly Detection

Computer Vision and Pattern Recognition 2025-01-28 v2 Machine Learning

Abstract

Video anomaly detection (VAD) identifies suspicious events in videos, which is critical for crime prevention and homeland security. In this paper, we propose a simple but highly effective VAD method that relies on attribute-based representations. The base version of our method represents every object by its velocity and pose, and computes anomaly scores by density estimation. Surprisingly, this simple representation is sufficient to achieve state-of-the-art performance in ShanghaiTech, the most commonly used VAD dataset. Combining our attribute-based representations with an off-the-shelf, pretrained deep representation yields state-of-the-art performance with a 99.1%,93.7%99.1\%, 93.7\%, and 85.9%85.9\% AUROC on Ped2, Avenue, and ShanghaiTech, respectively.

Keywords

Cite

@article{arxiv.2212.00789,
  title  = {An Attribute-based Method for Video Anomaly Detection},
  author = {Tal Reiss and Yedid Hoshen},
  journal= {arXiv preprint arXiv:2212.00789},
  year   = {2025}
}

Comments

TMLR 2025. Our code is available at https://github.com/talreiss/Accurate-Interpretable-VAD

R2 v1 2026-06-28T07:19:50.699Z