🤖 AI Summary
This work addresses the challenges of traffic video understanding—such as sparse events and highly variable viewpoints—that hinder accurate parsing of event evolution and critical interactions. We propose UniTraffic-Agent, the first unified agent framework for multi-task traffic video reasoning, integrating traffic anomaly detection, fisheye video event understanding, and pedestrian intent question answering. Built upon a multimodal large language model, our approach employs an “observe–reason–act–verify” workflow, enhanced with timestamp-aware visual evidence sampling and task-specific action adapters to enable joint reasoning and cross-domain generalization. Evaluated in the AI City Challenge 2026, UniTraffic-Agent achieves leading performance across all three tasks: ranking 16th in TAR (0.5780), 2nd in FETV (0.4884), and 4th in PSI-VQA (64.4161).
📝 Abstract
Traffic video understanding has become an important problem in intelligent transportation, as road videos provide direct evidence for accidents, violations, and interactions between vehicles and vulnerable road users. A useful system should explain how a traffic event develops, why it happens, and when the relevant interaction occurs, yet this remains difficult for multimodal large language models (MLLMs) because traffic videos contain sparse events and varied viewpoints. We introduce UniTraffic-Agent, the MR-CAS solution for Track~3 of the 10th AI City Challenge, which includes Traffic Anomaly Reasoning (TAR) and two out-of-domain evaluations: FETV for fisheye traffic events and PSI-VQA for pedestrian intention reasoning. UniTraffic-Agent follows an observe--reason--act--verify workflow that samples timestamped visual evidence, reasons over all questions from the same clip in one request, and converts responses through task-specific action adapters. On the official Public leaderboards, MR-CAS ranks 16th on TAR with a score of 0.5780, 2nd on FETV with 0.4884, and 4th on PSI-VQA with 64.4161. The code is available at https://github.com/Roclp/UniTraffic-Agent.