English

Accident Anticipation via Temporal Occurrence Prediction

Computer Vision and Pattern Recognition 2025-10-28 v1

Abstract

Accident anticipation aims to predict potential collisions in an online manner, enabling timely alerts to enhance road safety. Existing methods typically predict frame-level risk scores as indicators of hazard. However, these approaches rely on ambiguous binary supervision (labeling all frames in accident videos as positive) despite the fact that risk varies continuously over time, leading to unreliable learning and false alarms. To address this, we propose a novel paradigm that shifts the prediction target from current-frame risk scoring to directly estimating accident scores at multiple future time steps (e.g., 0.1s-2.0s ahead), leveraging precisely annotated accident timestamps as supervision. Our method employs a snippet-level encoder to jointly model spatial and temporal dynamics, and a Transformer-based temporal decoder that predicts accident scores for all future horizons simultaneously using dedicated temporal queries. Furthermore, we introduce a refined evaluation protocol that reports Time-to-Accident (TTA) and recall (evaluated at multiple pre-accident intervals (0.5s, 1.0s, and 1.5s)) only when the false alarm rate (FAR) remains within an acceptable range, ensuring practical relevance. Experiments show that our method achieves superior performance in both recall and TTA under realistic FAR constraints.

Keywords

Cite

@article{arxiv.2510.22260,
  title  = {Accident Anticipation via Temporal Occurrence Prediction},
  author = {Tianhao Zhao and Yiyang Zou and Zihao Mao and Peilun Xiao and Yulin Huang and Hongda Yang and Yuxuan Li and Qun Li and Guobin Wu and Yutian Lin},
  journal= {arXiv preprint arXiv:2510.22260},
  year   = {2025}
}

Comments

Accepted by NIPS 2025

R2 v1 2026-07-01T07:05:31.435Z