model release

Alibaba's Qwen Releases Qwen-Drive-1.0-4B, a Unified VLM for Autonomous Driving Perception and Planning

TL;DR

Alibaba's Qwen team has released Qwen-Drive-1.0-4B, a 4B-parameter vision-language model built on Qwen3.5 that unifies 3D perception, driving question answering, and motion planning in one framework. The model reports strong open-loop, pseudo-closed-loop, and closed-loop driving benchmark results while claiming minimal loss of general vision-language ability.

3 min read
0

Alibaba's Qwen team has released Qwen-Drive-1.0-4B, a vision-language foundation model for autonomous driving that combines 3D perception, visual question answering, and motion planning within a single architecture. The weights are available on Hugging Face, with code and documentation published at QwenLM/Qwen-Drive-1.0 on GitHub.

What it is

Qwen-Drive-1.0 is built on the pretrained Qwen3.5-4B vision-language model, which the team says remains architecturally unchanged. Two external modules are attached to this shared VLM backbone:

  • A BEV perception head that jointly performs 3D object detection, semantic occupancy prediction, and bird's-eye-view (BEV) map segmentation.
  • A Planning Expert that conditions on the VLM's representations to generate future ego trajectories using flow matching.

The repository ships as a single directory: the 9.1 GB VLM at the root (which alone handles VQA), plus a 2.1 GB planner-sft module, a 2.1 GB planner-rl module, and a 0.5 GB perception module. Two Planning Experts are released — planner-sft, trained via imitation learning and supporting both direct and reasoning-based planning, and planner-rl, further optimized with reinforcement learning against NAVSIM PDMS, WOD-E2E RFS, and a displacement term.

Benchmark claims

According to Qwen, Qwen-Drive-1.0-RL scores 90.7 on NAVSIM PDMS (91.4 best-of-6) and 8.45/7.91 on WOD-E2E RFS (val/test), positioning it competitively against baselines including AutoVLA, SpanVLA, MindVLA-U1, and Alpamayo-1.5. On driving VQA, the SFT variant reports a LingoQA score of 77.8 (79.4 under the official LingoJudge protocol), an Ego3D RMSE of 7.78, and a WaymoQA-all score of 74.5 — each claimed as the top result among compared models including InternVL3.5-8B, LLaVA-OV2-8B, and Cosmos-Reason2-8B.

On general vision-language benchmarks, Qwen states the SFT model performs on par with base Qwen3.5-4B, reporting 85.5 on MMBench, 75.9 on MMStar, and 72.7 on MMMU, suggesting no significant catastrophic forgetting after driving-specific training. These figures come from Qwen's own technical report and have not been independently verified.

Training approach

Qwen describes a staged training recipe that unifies trajectory annotations and labels across multiple public driving datasets, filters samples for consistency, and blends driving supervision with general-purpose vision-language data. The company states this design allows domain adaptation to driving tasks while mitigating loss of broader instruction-following and visual reasoning capability.

Pricing is not applicable — the model weights are released openly on Hugging Face. Context window and standard per-token pricing figures do not apply to this specialized multimodal driving model in the way they would to a general-purpose LLM API.

What this means

Qwen-Drive-1.0-4B signals continued expansion of general-purpose VLM providers into domain-specific embodied AI applications, following a pattern seen with models like Cosmos-Reason and Alpamayo. By keeping the base VLM architecture untouched and attaching modular perception and planning heads, Qwen is betting that broad multimodal pretraining transfers well to safety-critical driving tasks without costly retraining. The reported benchmark wins are self-reported and use Qwen's own models (Qwen-Plus) as evaluation judges in at least one case, which warrants independent verification before drawing conclusions about real-world driving performance. The release is notable primarily as an open, inspectable reference architecture for combining perception, reasoning, and planning in one model rather than as a production-ready autonomous driving stack.

Related Articles

model release

Alibaba Releases Qwen-Drive 1.0, an Open Driving Model That Explains Its Own Decisions

Alibaba has released Qwen-Drive 1.0, a driving model built on Qwen3.5-4B that handles spatial perception, route planning, and cockpit dialogue in a single system. Reinforcement learning cut the rate of off-road driving errors in simulation from 24 percent to 12 percent, though the model's stated reasoning doesn't always match its actual maneuvers.

model release

Alibaba Open-Sources Qwen3.8-2.4T-A95B, Its First Qwen-Max-Class Model With Public Weights

Alibaba's Qwen team released Qwen3.8-2.4T-A95B on August 12, 2026, the open-weight version of Qwen3.8-Max and the first Qwen-Max-class model made publicly available. The 2.4 trillion-parameter mixture-of-experts model activates only 95 billion parameters per token and supports context windows up to 1 million tokens.

model release

Alibaba Releases Qwen3.8 Max (0902), a 2.4-Trillion-Parameter MoE Model With 1M-Token Context

Alibaba's Qwen team released Qwen3.8 Max (0902), a 2.4-trillion-parameter mixture-of-experts model with a 1M-token context window that accepts text, image, and video input. The snapshot is post-trained for coding, agentic workflows, and long-horizon task execution, priced at $2/$6 per 1M input/output tokens.

model release

DeepSeek Releases V4.1-Flash: 552B MoE Model Cuts KV Cache to 890 Bytes Per Token

DeepSeek has released V4.1-Flash, a 552B-parameter multimodal Mixture-of-Experts model supporting 1M-token context and activating only 8B parameters during prefill. The model uses a new Causal Encoder-Decoder architecture and Compressed Sparse Attention 2 to cut global KV cache to 890 bytes per token, roughly a quarter of its predecessor.

Comments

Loading...