CVAIJun 19

A DVDrive Approach for doScenes Instructed Driving Challenge

arXiv:2606.2162313.1Has Code
Predicted impact top 33% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work provides an incremental improvement for instruction-conditioned trajectory prediction in autonomous driving, a domain-specific problem.

The authors adapted OmniDrive for instruction-conditioned trajectory prediction in the doScenes challenge, introducing a divided-view perception module that improved multi-view visual grounding. Their method achieved competitive performance on the benchmark.

Instruction-conditioned trajectory prediction is an emerging problem in autonomous driving, where a model predicts the future ego trajectory not only from visual scene context and historical motion, but also from a natural-language maneuver instruction. This paper presents our submission to the doScenes Instructed Driving Challenge, built upon OmniDrive, a vision-language-action driving agent with 3D perception, reasoning, and planning capabilities. We adapt OmniDrive to the doScenes setting by training it on instruction-annotated nuScenes scenes and generating a 6-second ego trajectory represented by 12 future waypoints. To improve multi-view visual grounding, we further introduce a DVPE-style divided-view perception module into the OmniDrive perception head. Instead of attending globally to all camera features, the proposed module groups query features and image tokens into divided local view spaces and performs visibility-aware cross-attention within each view. This design reduces irrelevant cross-view interference and helps the model better align language instructions with local driving-relevant visual evidence. The code is publicly available at: https://github.com/feel12348/doscenes-omnidrive.

Code Implementations1 repo
Foundations

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

Your Notes