paper-with-me

Papers

A Modular Zero-Shot Pipeline for Accident Detection, Localization, and Classification in Traffic Surveillance Video

2026-04-05 · Amey Thakur, Sarvesh Talele arxiv

We describe a zero-shot pipeline developed for the ACCIDENT @ CVPR 2026 challenge. The challenge requires predicting when, where, and what type of traffic accident occurs in surveillance video, without labeled real-world training data. Our method separates the problem into three independent modules. The first module localizes the collision in time by running peak detection on z-score normalized frame-difference signals. The second module finds the impact location by computing the weighted centroid of cumulative dense optical flow magnitude maps using the Farneback algorithm. The third module classifies collision type by measuring cosine similarity between CLIP image embeddings of frames near the detected peak and text embeddings built from multi-prompt natural language descriptions of each collision category. No domain-specific fine-tuning is involved; the pipeline processes each video using only pre-trained model weights. Our implementation is publicly available as a Kaggle notebook.

📄 PDF Abstract BibTeX arXiv:2604.09685

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Metadata-Aware Multi-Prompt Reasoning for Zero-Shot Accident Understanding

2026-06-10 · Tarandeep Singh, Soumyanetra Pal, Soham Biswas, Nishanth Chandran arxiv

In this paper, we address the problem of zero-shot understanding of accidents from surveillance videos by identifying when an impact event occurs, what type of impact it is, and where in the frame it occurs using natural…

Multi-Stage VLM Pipeline for Zero-Shot Traffic Accident Understanding

2026-05-28 · Fumiya Tatematsu, Fumihiko Takahashi arxiv

We present the 1st-place solution to the ACCIDENT challenge at the CVPR 2026 AUTOPILOT Workshop, which asks for zero-shot prediction of accident timing, impact centroid, and collision type from CCTV footage. On a frozen …

A VideoMAE-v2 Approach to Zero-Shot Traffic Accident Anticipation

2026-06-08 · Siyuan Li, Xiaoyang Bi, Mengshi Qi arxiv

Traffic accident anticipation -- predicting the likelihood of an imminent collision at every frame of a dashcam video -- is safety-critical yet difficult to scale, because collecting in-domain annotated accident footage …

Accident Anticipation

ACCIDENT: A Benchmark Dataset for Vehicle Accident Detection from Traffic Surveillance Videos

2026-04-10 · Lukas Picek, Michal Čermák, Marek Hanzl, Vojtěch Čermák arxiv

We introduce ACCIDENT, a benchmark dataset for traffic accident detection in CCTV footage, designed to evaluate models in supervised (IID and OOD) and zero-shot settings, reflecting both data-rich and data-scarce scenari…

Traffic Accident Detection

iFinder: Structured Zero-Shot Vision-Based LLM Grounding for Dash-Cam Video Reasoning

2025-09-23 · Manyi Yao, Bingbing Zhuang, Sparsh Garg, Amit Roy-Chowdhury 외 arxiv

Grounding large language models (LLMs) in domain-specific tasks like post-hoc dash-cam driving video analysis is challenging due to their general-purpose training and lack of structured inductive biases. As vision is oft…

Spatial ReasoningCausal Inference