CVJul 27

Reasoning to Regulate: Chain-of-Thought for Traffic Rule Understanding

arXiv:2607.2419915.0
Predicted impact top 13% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For autonomous driving systems, this work provides a method to improve compliance with traffic regulations through explicit reasoning, which is safety-critical but previously underexplored.

The paper addresses the challenge of traffic rule understanding for autonomous driving by introducing a chain-of-thought reasoning framework for vision-language models. Their approach achieves significant improvements in both interpretability and accuracy on the MapDR benchmark, establishing the first reasoning-based framework for this task.

Understanding and complying with traffic regulations is a safety-critical requirement for autonomous driving, yet remains challenging due to the diversity and context dependence of traffic signage. Importantly, regulation understanding is not a simple recognition task, but a reasoning problem: whether a rule applies depends on interpreting the sign in relation to the spatial layout of lanes and scene context. To support such reasoning, MapDR provide fine-grained annotations that link each traffic sign's regulatory rules to the specific lanes they govern. Existing methods, however, largely treat this as direct sequence prediction, ignoring the underlying reasoning that connects sign semantics and map structure. To address this limitation, we explicitly incorporate reasoning into this task and propose a framework that equips vision-language models (VLMs) with chain-of-thought (CoT) capabilities. We first design a scalable CoT curation pipeline that bootstraps rationales from a strong LLM through a two-round strategy and employs a VLM-based verifier to filter out incorrect cases, yielding a high-quality set of (CoT, answer) pairs. Building on this foundation, we adopt a two-stage training scheme: supervised fine-tuning (SFT) to teach rationale-to-answer generation, followed by GRPO reinforcement learning with answer-grounded, fine-grained rewards to further improve final answer accuracy. Extensive experiments on MapDR show that our approach significantly improves both interpretability and accuracy, establishing the first reasoning-based framework for regulation-aware autonomous driving.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes