PerceptDrive: Perception Prior World-Action Modeling with Adaptive Expert Routing for End-to-End Autonomous Driving

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Computer Vision · Depth: Expert, quick

Summary

PerceptDrive is a novel perception prior world-action modeling framework designed for end-to-end autonomous driving, featuring adaptive expert routing. It integrates teacher-distilled priors from a frozen, driving-adapted provider and dense observation latents from a frozen self-supervised video encoder into a trainable expert-routed world-action model. The system employs expert-specific query branches, a prior-retention objective to anchor each branch, and a router that predicts soft gates from a shared scene representation to combine expert conditions for trajectory generation. During training, privileged rule-based sub-metric estimates guide soft-gate distillation. At inference, PerceptDrive operates with a single front-facing camera, generating one trajectory per planning step without test-time scoring or search. It achieves state-of-the-art performance, with 90.4 PDMS on NAVSIM v1 and 90.2 EPDMS on NAVSIM v2. Ablations confirm the benefits of prior retention and scene-conditioned routing, alongside differential reliance on its three priors.

Key takeaway

For Machine Learning Engineers developing end-to-end autonomous driving systems, PerceptDrive demonstrates a critical shift. You should consider integrating frozen perception foundation models with adaptive expert routing to enhance planning accuracy and efficiency. This approach, which avoids complex test-time candidate selection, can significantly improve performance metrics like PDMS and EPDMS, streamlining your inference pipeline and leveraging rich prior knowledge effectively.

Key insights

PerceptDrive improves direct planning by adaptively routing and preserving perception priors from frozen foundation models.

Principles

Method

PerceptDrive feeds teacher-distilled priors and dense observation latents into an expert-routed world-action model, using a router for soft-gate prediction and a flow-matching actor for trajectory generation.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.