English

Simplifying Traffic Anomaly Detection with Video Foundation Models

Computer Vision and Pattern Recognition 2025-09-03 v2

Abstract

Recent methods for ego-centric Traffic Anomaly Detection (TAD) often rely on complex multi-stage or multi-representation fusion architectures, yet it remains unclear whether such complexity is necessary. Recent findings in visual perception suggest that foundation models, enabled by advanced pre-training, allow simple yet flexible architectures to outperform specialized designs. Therefore, in this work, we investigate an architecturally simple encoder-only approach using plain Video Vision Transformers (Video ViTs) and study how pre-training enables strong TAD performance. We find that: (i) advanced pre-training enables simple encoder-only models to match or even surpass the performance of specialized state-of-the-art TAD methods, while also being significantly more efficient; (ii) although weakly- and fully-supervised pre-training are advantageous on standard benchmarks, we find them less effective for TAD. Instead, self-supervised Masked Video Modeling (MVM) provides the strongest signal; and (iii) Domain-Adaptive Pre-Training (DAPT) on unlabeled driving videos further improves downstream performance, without requiring anomalous examples. Our findings highlight the importance of pre-training and show that effective, efficient, and scalable TAD models can be built with minimal architectural complexity. We release our code, domain-adapted encoders, and fine-tuned models to support future work: https://github.com/tue-mps/simple-tad.

Keywords

Cite

@article{arxiv.2507.09338,
  title  = {Simplifying Traffic Anomaly Detection with Video Foundation Models},
  author = {Svetlana Orlova and Tommie Kerssies and Brunó B. Englert and Gijs Dubbelman},
  journal= {arXiv preprint arXiv:2507.09338},
  year   = {2025}
}

Comments

ICCVW 2025 accepted. Code: https://github.com/tue-mps/simple-tad

R2 v1 2026-07-01T03:58:03.542Z