π€ AI Summary
Current two-stage fine-tuning paradigms in autonomous driving face two key bottlenecks: (1) supervised fine-tuning exhibits weak generalization, limiting complex reasoning capabilities; and (2) reinforcement fine-tuning is hindered by the non-quantifiability of rewards for open-ended scene understanding tasks. To address these, we propose OpenREADβa novel framework that pioneers end-to-end reinforcement learning for open-ended scene understanding in autonomous driving. It employs a large language model (Qwen3) as a learnable evaluator within a vision-language joint architecture, enabling full-stack optimization from high-level decision-making to low-level trajectory planning. By leveraging large-scale chain-of-thought annotations and LLM-based quantification of reasoning quality, OpenREAD unifies reward modeling across upstream perception and downstream planning tasks. Evaluated on multiple reasoning and planning benchmarks, OpenREAD achieves state-of-the-art performance, empirically validating that reinforcement-driven open-ended reasoning significantly enhances both generalization and overall system performance in autonomous driving.
π Abstract
Recently, two-stage fine-tuning strategies, e.g., acquiring essential driving knowledge through supervised fine-tuning (SFT) and further enhancing decision-making and planning via reinforcement fine-tuning (RFT), have shown strong potential in advancing the knowledge-driven autonomous driving (AD) paradigm. However, the learning nature of SFT still limits the generalization of reasoning, thereby constraining the full potential of driving performance. Meanwhile, current RFT approaches are primarily applied to downstream tasks, since scene understanding is an open-ended problem where corresponding rewards are difficult to quantify. To address these limitations, we propose OpenREAD, an OPEN-ended REasoning reinforced vision-language model (VLM)-based autonomous driving (AD) framework that enables end-to-end RFT across the full spectrum from high-level reasoning to low-level trajectory planning. Specifically, we begin by constructing large-scale Chain-of-Thought (CoT) annotations on open-source driving-related knowledge datasets, and employ the powerful Qwen3 large language model (LLM) as the critic in RFT to quantify reasoning quality for open-ended questions during reward modeling. Extensive experiments confirm that joint end-to-end RFT yields substantial improvements in both upstream and downstream tasks, enabling OpenREAD to achieve state-of-the-art performance on reasoning and planning benchmarks.