paper-with-me

홈 › Papers

Prune2Drive: A Plug-and-Play Framework for Accelerating Vision-Language Models in Autonomous Driving

2025-08-18 · Minhao Xiong, Zichen Wen, Zhuangcheng Gu, Xuyang Liu, Rui Zhang, Hengrui Kang, Jiabing Yang, Junyuan Zhang, Weijia Li, Conghui He, Yafei Wang, Linfeng Zhang arxiv

Vision-Language Models (VLMs) have emerged as a promising paradigm in autonomous driving (AD), providing a unified framework for perception and decision-making. However, their real-world deployment is hindered by significant computational overhead when processing high-resolution, multi-view images. This complexity stems from the massive number of visual tokens, which increases inference latency and memory consumption due to the quadratic complexity of self-attention. To address these challenges, we propose Prune2Drive, a plug-and-play visual token pruning framework for multi-view VLMs in AD. Prune2Drive introduces two core innovations: (i) a diversity-aware token selection mechanism that prioritizes semantic and spatial coverage across views, and (ii) a view-adaptive pruning controller that automatically learns optimal pruning ratios based on camera importance to downstream tasks. Unlike prior methods, Prune2Drive requires no model retraining or access to attention maps, ensuring compatibility with modern efficient attention implementations. Extensive experiments on the DriveLM and DriveLMM-o1 benchmarks demonstrate that Prune2Drive achieves significant speedups and memory savings with minimal performance impact. When retaining only 10% of visual tokens, our method achieves a 6.40x speedup in the prefilling phase and consumes only 13.4% of the original FLOPs, with a mere 3% average performance drop on the DriveLM benchmark. Code is available at: https://github.com/MinhaoXiong/Prune2Drive.git

📄 PDF Abstract BibTeX arXiv:2508.13305

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

FastDriveVLA: Efficient End-to-End Driving via Plug-and-Play Reconstruction-based Token Pruning

2025-07-31 · Jiajun Cao, Qizhe Zhang, Peidong Jia, Xuhui Zhao 외 arxiv

Vision-Language-Action (VLA) models have demonstrated significant potential in complex scene understanding and action reasoning, leading to their increasing adoption in end-to-end autonomous driving systems. However, the…

Scene UnderstandingAutonomous Driving

Practical Operator Sketching Framework for Accelerating Iterative Data-Driven Solutions in Inverse Problems

2022-08-31 · Junqi Tang, Guixian Xu, Subhadip Mukherjee, Carola-Bibiane Schönlieb

We propose a new operator-sketching paradigm for designing efficient iterative data-driven reconstruction (IDR) schemes, e.g. Plug-and-Play algorithms and deep unrolling networks. These IDR schemes are currently the stat…

DenoisingDimensionality ReductionImage ReconstructionRolling Shutter Correction+1

SAFE-Pruner: Semantic Attention-Guided Future-Aware Token Pruning for Efficient Vision-Language-Action Manipulation

2026-05-28 · Shilin Ma, Chubin Zhang, Changyuan Wang, Yuji Wang 외 arxiv

Real-time inference of vision-language-action (VLA) models is essential for robotic control. While visual token pruning has shown strong potential for accelerating inference, most existing methods mainly base pruning dec…

PruneGround: Plug-and-play Spatial Pruning for 3D Visual Grounding

2026-06-30 · Duc Cao Dinh, Khai Le-Duc, Florent Draye, Chris Ngo 외 arxiv

3D Visual Grounding (3DVG) aims to localize target objects in 3D scenes given natural language descriptions. Existing approaches typically perform reasoning over the entire scene, leading to ambiguous predictions and hig…

Visual Grounding

Bridging the Semantic-Action Gap in Visual Token Pruning for Efficient VLA Inference

2025-11-20 · Ziyan Liu, Yeqiu Chen, Hongyi Cai, Tao Lin 외 arxiv

Vision-Language-Action (VLA) models have shown great potential for embodied AI by integrating visual perception, language understanding, and action execution. In real-time deployment, these models must process continuous…

Robot Manipulation