paper-with-me

홈 › Papers

FROST-Drive: Scalable and Efficient End-to-End Driving with a Frozen Vision Encoder

2026-01-06 · Zeyu Dong, Yimin Zhu, Yu Wu, Yu Sun arxiv

End-to-end (E2E) models in autonomous driving aim to directly map sensor inputs to control commands, but their ability to generalize to novel and complex scenarios remains a key challenge. The common practice of fully fine-tuning the vision encoder on driving datasets potentially limits its generalization by causing the model to specialize too heavily in the training data. This work challenges the necessity of this training paradigm. We propose FROST-Drive, a novel E2E architecture designed to preserve and leverage the powerful generalization capabilities of a pretrained vision encoder from a Vision-Language Model (VLM). By keeping the encoder's weights frozen, our approach directly transfers the rich, generalized world knowledge from the VLM to the driving task. Our model architecture combines this frozen encoder with a transformer-based adapter for multimodal fusion and a GRU-based decoder for smooth waypoint generation. Furthermore, we introduce a custom loss function designed to directly optimize for Rater Feedback Score (RFS), a metric that prioritizes robust trajectory planning. We conduct extensive experiments on Waymo Open E2E Dataset, a large-scale datasets deliberately curated to capture the long-tail scenarios, demonstrating that our frozen-encoder approach significantly outperforms models that employ full fine-tuning. Our results provide substantial evidence that preserving the broad knowledge of a capable VLM is a more effective strategy for achieving robust, generalizable driving performance than intensive domain-specific adaptation. This offers a new pathway for developing vision-based models that can better handle the complexities of real-world application domains.

📄 PDF Abstract BibTeX arXiv:2601.03460

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory PlanningAutonomous Driving

Similar Papers 제목 키워드 기반

FROST: Training-Free Few-Shot Segmentation with Frozen Features and Nonparametric Statistics

2026-06-30 · Junghwan Park arxiv

Few-shot segmentation asks a model to delineate a target class in a query image from only a handful of annotated examples, a setting most acute in remote sensing, where labels are scarce and the imagery departs sharply f…

Point Clouds

FrozenDrive: Zero-Shot Text-Guided Driving Scene Generation and Data Augmentation with Parameter-Free Frozen Diffusion Model

2026-06-18 · Yuhwan Jeong, Hyeonseong Kim, Daehyun We, Seonkyu Song 외 arxiv

Synthetic data for autonomous driving is surging, powered by diffusion models that promise scalable scene generation. Yet key obstacles remain, as enforcing multi-view and temporal consistency often relies on backbone fi…

Autonomous DrivingData AugmentationScene Generation

FROSTER: Frozen CLIP Is A Strong Teacher for Open-Vocabulary Action Recognition

2024-02-05 · Xiaohu Huang, Hao Zhou, Kun Yao, Kai Han

In this paper, we introduce FROSTER, an effective framework for open-vocabulary action recognition. The CLIP model has achieved remarkable success in a range of image-based tasks, benefiting from its strong generalizatio…

Action RecognitionOpen Vocabulary Action Recognition

DriveWAM: Video Generative Priors Enable Scalable World-Action Modeling for Autonomous Driving

2026-05-27 · Chen Shi, Jinrui Xu, Shaoshuai Shi, Kehua Sheng 외 arxiv

Pretrained foundation models have become an important basis for end-to-end autonomous driving. In contrast to vision-language models pretrained primarily on static image-text pairs, video generative models capture tempor…

Scene UnderstandingAutonomous Driving

DriveZero: End-to-End Driving Beyond Human Demonstrations

2026-09-05 · Hao He, Chengcheng Hu, Zirun Su, Heng Zhang 외 hf

Most end-to-end autonomous-driving systems learn by imitating human driving logs, leaving their learned behavior constrained by the quality and behavioral coverage of the recorded trajectories. This report presents Drive…