AIAny
AI Model2026
Icon for item

Qwen-Drive-1.0-4B

Integrates a pretrained vision–language model with a BEV perception head and a Planning Expert to provide 3D perception, driving VQA and motion planning for autonomous driving while keeping the base VLM architecture unchanged.

Introduction

Why this matters Qwen-Drive-1.0 explores whether a general-purpose multimodal VLM can be adapted into a single foundation model that directly supports 3D BEV perception, driving visual question answering, and long-horizon motion planning. The project emphasizes preserving the pretrained VLM unchanged and attaching lightweight, inspectable modules so driving capabilities are added without catastrophic forgetting of general vision-language skills.

Key Capabilities
  • Unified multimodal backbone: reuses a natively multimodal Qwen3.5-4B VLM as the shared encoder so visual-language reasoning and instruction-following are preserved.
  • Explicit 3D probe (BEV perception head): fuses VLM and encoder features to produce BEV map segmentation, semantic occupancy, and 3D detection as an inspectable intermediate representation rather than a monolithic, opaque detector. Reported 3D numbers include ~43.95 mAP on nuScenes and strong BEV mIoU on multiple benchmarks.
  • Planning Expert with flow matching: treats trajectory generation as conditional sequence generation (50 waypoints, 5s horizon at 10 Hz) and trains with flow-matching and RL reward tuning. Achieves high pseudo-closed-loop PDMS (90.7 on NAVSIM) and improved rater-alignment RFS (7.91 on WOD-E2E after RL).
  • Staged, multi-source training recipe: unifies trajectory annotations across datasets, rewrites and filters driving VQA responses, and mixes driving supervision with general vision-language data to reduce catastrophic forgetting while adding driving-specific competence.
  • Released artifacts: VLM weights plus three task heads (perception, planner-sft imitation head, and planner-rl reward-optimized head) for inference and further research.
Who it's for and trade-offs

Great fit if you are a researcher or engineer who wants a single multimodal foundation model that can a) answer free-form driving questions, b) output explicit BEV-style perception maps, and c) produce sampled future ego trajectories conditioned on VLM representations. The design is valuable for exploring VLM-centered AV pipelines and for experiments that require inspectable 3D outputs tied to language reasoning.

Look elsewhere if you need a production-grade, sensor-fused autonomous driving stack (full lidar/radar fusion, hardened safety validation, real-time control loops). The BEV head is intentionally simple (a probe) rather than an optimized state-of-the-art detector, and closed-loop driving readiness still requires substantial systems engineering and validation beyond the released research artifacts.

Information

  • Websitehuggingface.co
  • AuthorsXin Zhou, Zongchuang Zhao, Zhibo Yang, Mingsheng Li, Humen Zhong, Shuai Bai, Du Chu, Ruizhe Chen, Zhaohai Li, Jun Tang
  • Published date2026/08/27

More Items

Trains LVLMs to improve 3D spatial reasoning using a synthetic block-stacking dataset of 15,000 problems that cover 3D→2D projection, viewpoint transforms, and structural combination; includes color-anchored cues and provides code and data.

An 8B native unified multimodal model that understands, reasons about, and generates high-fidelity visual content without a separate visual encoder or VAE—focused on spatially coherent patch reconstruction, native 4K generation, multi-expert distillation, and improved text rendering and image editing.

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.