FutureSightDrive: Thinking Visually with Spatio-Temporal CoT for Autonomous Driving

Shuang Zeng, Xinyuan Chang, Mengwei Xie, Xinran Liu, Yifan Bai, Zheng Pan, Mu Xu, Xing Wei

arXiv:2505.17685 · 2026-08-15 공개 · arXiv · PDF

vision-language-action autonomous-driving navsim nuscenes scene-understanding trajectory-planning spatio-temporal-cot future-frame-prediction

Abstract

Vision-Language-Action (VLA) models offer significant potential for end-to-end driving, yet their reasoning is often constrained by textual Chains-of-Thought (CoT). This symbolic compression of visual information creates a modality gap between perception and planning by blurring spatio-temporal relations and discarding fine-grained cues. We introduce FSDrive, a framework that empowers VLAs to"think visually"using a novel visual spatio-temporal CoT. FSDrive first operates as a world model, generating a unified future frame that combines a predicted background with explicit, physically-plausible priors like future lane dividers and 3D object boxes. This imagined scene serves as the visual spatio-temporal CoT, capturing both spatial structure and temporal evolution in a single representation. The same VLA then functions as an inverse-dynamics model to plan trajectories conditioned on current observations and this visual CoT. We enable this with a unified pre-training paradigm that expands the model's vocabulary with visual tokens and jointly optimizes for semantic understanding (VQA) and future-frame prediction. A progressive curriculum first generates structural priors to enforce physical laws before rendering the full scene. Evaluations on nuScenes and NAVSIM show FSDrive improves trajectory accuracy and reduces collisions, while also achieving competitive FID for video generation with a lightweight autoregressive model and advancing scene understanding on DriveLM. These results confirm that our visual spatio-temporal CoT bridges the perception-planning gap, enabling safer, more anticipatory autonomous driving. Code is available at https://github.com/MIV-XJTU/FSDrive.

한국어 요약

한 줄 요약

FSDrive는 시공간적 Chain-of-Thought(CoT)를 활용해 자율주행 모델이 시각적으로 추론하도록 돕는 새로운 프레임워크이다.

핵심 기여도

핵심 아이디어

기존 VLA 모델은 텍스트 기반 CoT를 사용해 추론을 수행하지만, 이는 시공간 관계를 흐리게 하고 세부 정보를 잃게 만든다. FSDrive는 대신 **시각적 CoT**를 도입하여 미래 장면을 이미지로 생성하고 이를 기반으로 경로를 계획하도록 한다. 이는 인간 운전자의 사고 방식을 모방한 것으로, 뇌에서 미래 장면을 시각적으로 상상하는 것처럼 모델이 미래를 시각적으로 예측하도록 유도한다.

FSDrive는 **VLM을 월드 모델**로 활용해 미래 배경과 물리적으로 타당한 요소(예: 차선, 3D 객체 박스)를 결합한 통일된 미래 프레임을 생성한다. 이 이미지는 시공간적 CoT로 작용하며, 이후 **역동학 모델**로 활용되어 현재 관측과 미래 예측을 기반으로 경로를 계획한다. 이는 텍스트 추상화를 피하고, 시각적 인과 추론을 가능하게 한다.

기술적 접근법

주요 결과

의의 및 한계

FSDrive는 시공간적 CoT를 도입함으로써 텍스트 추상화와 모달 간 변환의 한계를 극복하고, **시각적 인과 추론**을 가능하게 한다. 이는 자율주행 분야에서 **더 안전하고 예측 가능한 운전**을 향한 중요한 발전이다. 또한, 기존 MLLM을 최소한의 데이터와 구조 변경 없이 활용할 수 있어 실용성도 높다.

그러나, **미래 프레임 생성의 물리적 일관성**을 완벽히 보장하기는 어렵고, **고해상도 이미지 생성**이나 **복잡한 다물체 상호작용**에 대한 연구는 아직 부족하다. 또한, **실시간 성능**과 **에너지 효율성**에 대한 평가도 추가 연구가 필요하다.

실용적 활용

FSDrive는 자율주행 차량의 **경로 계획 및 위험 예측**에 적용 가능하며, 특히 **복잡한 도시 환경**에서의 안정적인 운전을 지원할 수 있다. 또한, **시각 생성 기반의 시뮬레이션** 및 **운전자 행동 예측** 연구에도 활용될 수 있다.