Alibaba’s Qwen Releases Driving Model Whose Explanations Can Diverge From Maneuvers

The open model combines road-scene understanding, traffic questions and route planning. Its reported simulator gains came with more cautious driving, while its written rationales do not always reflect its planned actions.

By 2 min read
Alibaba’s Qwen Releases Driving Model Whose Explanations Can Diverge From Maneuvers
Alibaba’s Qwen Releases Driving Model Whose Explanations Can Diverge From Maneuvers

Listen to this story

The audio brief

About 1:23
0:001:23
Read transcript
Alibaba’s Qwen team has released Qwen-Drive 1.0, an open driving model that can map a road scene in three dimensions, answer traffic questions, and plan the car’s next movements. The surprising part is that its explanation of a maneuver can diverge from the maneuver itself. The system is built on Qwen3.5-4B, a model that processes images and text, with added modules for a top-down road map and short-horizon path planning. Qwen’s team found that adding those modules was not enough: the core model also needed training on spatial tasks to improve its accuracy. Before reinforcement learning, the pipeline used 24 public traffic-scene datasets. In simulation, the reported rate of vehicles leaving the road fell from 24 percent to 12 percent. But the cars also became more cautious and traveled less distance. That is a result in Qwen’s simulator, not proof of real-world driving safety. The model is being released free through Hugging Face, ModelScope, and GitHub, so researchers can inspect the full pipeline. They can also test its most important weakness: a readable rationale may cite the wrong or incomplete cause for braking or turning, while its planned action takes a different form. And perception drops with unfamiliar camera setups. The next question is whether the model’s scene understanding and explanations remain aligned when the vehicle’s cameras change.

Story brief

3 key points

Alibaba’s Qwen team has open-sourced Qwen-Drive 1.0, a 4B-based multimodal driving model that combines 3D scene mapping, traffic-question answering, and short-horizon planning. Reinforcement-learning retraining cut simulated road departures from 24% to 12%, but also made the vehicle more conservative and reduced distance traveled. The bigger research caveat is interpretability: its verbal explanations can cite the...

  1. 01

    Built atop Qwen3.5-4B, with bird’s-eye-view perception and future-path planning modules.

  2. 02

    Training only the added components left spatial accuracy low; the core multimodal model also needed spatial-task training.

  3. 03

    The pipeline used 24 public traffic-scene datasets before reinforcement learning.

Alibaba’s Qwen research team has released Qwen-Drive 1.0, an open model designed to understand driving scenes, answer traffic questions and plan a vehicle’s next movements. It gives researchers one system to inspect across those tasks, but its explanations can diverge from the maneuvers it plans.

Qwen is releasing the model free to the research community through Hugging Face, ModelScope and GitHub. It builds on Qwen3.5-4B, an AI model that works with images and text, then adds components for a top-down 3D road view and short-horizon route planning.

One model, three driving jobs

The shared model handles the language and image work. One added component identifies objects in three dimensions, marks usable and blocked areas, and maps road features from a bird’s-eye view. Another uses the model’s outputs to generate the vehicle’s future path.

Qwen’s researchers found that attaching those components alone did not solve the spatial problem. Training only the added pieces left spatial accuracy low; substantial improvement required training the core image-and-text model on spatial tasks too. The training pipeline used 24 public traffic-scene datasets before a reinforcement-learning stage intended to refine driving behavior.

Better simulator behavior came with restraint

The reported improvement also changed how the model drove: it was more cautious and covered less distance in the simulator. Qwen tested planning from simple predictions through a simulator where mistakes can compound, so the result is evidence about that setting rather than real-world driving performance.

The reason may not be the action

Qwen-Drive can explain decisions such as braking or turning. But its explanation can name an incorrect or incomplete cause, and the planned maneuver does not always match the reasoning offered beforehand. A readable rationale, then, is not necessarily a faithful account of the plan.

Its perception also dropped substantially on footage from vehicles with different camera configurations, where suitable training data was limited. Researchers can now test whether the model’s scene understanding and generated reasons hold up when the camera setup changes.

Sources

  1. the-decoder.comQwen-Drive 1.0 tells you why it brakes, just don't expect the explanation to match the maneuver

Loading discussion...