This paper addresses the problem of anticipating traffic accidents, which aims to forecast potential accidents before they happen. Real-time anticipation is crucial for safe autonomous driving, yet most methods rely on computationally heavy modules like optical flow and intermediate feature extractors, making real-world deployment challenging.
We introduce RARE (Real-time Accident anticipation with Reused Embeddings), a lightweight framework that capitalizes on intermediate features from a single pre-trained object detector. By eliminating additional feature-extraction pipelines, RARE significantly reduces latency. Furthermore, we introduce a novel Attention Score Ranking Loss, which prioritizes higher attention on accident-related objects over non-relevant ones.
RARE demonstrates a 4-8× speedup over existing approaches on the DAD and CCD benchmarks, achieving a latency of 13.6 ms per frame (73.3 FPS) on an RTX 6000. Despite its reduced complexity, it attains state-of-the-art Average Precision and reliably anticipates imminent collisions in real time, highlighting RARE's potential for safety-critical applications.