paper-with-me

홈 › Papers

SwiftVLM: Efficient Vision-Language Model Inference via Cross-Layer Token Bypass

2026-02-03 · Chen Qian, Xinran Yu, Danyang Li, Guoxuan Chi, Zheng Yang, Qiang Ma, Xin Miao arxiv

Visual token pruning is a promising approach for reducing the computational cost of vision-language models (VLMs), and existing methods often rely on early pruning decisions to improve efficiency. While effective on coarse-grained reasoning tasks, they suffer from significant performance degradation on tasks requiring fine-grained visual details. Through layer-wise analysis, we reveal substantial discrepancies in visual token importance across layers, showing that tokens deemed unimportant at shallow layers can later become highly relevant for text-conditioned reasoning. To avoid irreversible critical information loss caused by premature pruning, we introduce a new pruning paradigm, termed bypass, which preserves unselected visual tokens and forwards them to subsequent pruning stages for re-evaluation. Building on this paradigm, we propose SwiftVLM, a simple and training-free method that performs pruning at model-specific layers with strong visual token selection capability, while enabling independent pruning decisions across layers. Experiments across multiple VLMs and benchmarks demonstrate that SwiftVLM consistently outperforms existing pruning strategies, achieving superior accuracy-efficiency trade-offs and more faithful visual token selection behavior.

📄 PDF Abstract BibTeX arXiv:2602.03134

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ViCA: Efficient Multimodal LLMs with Vision-Only Cross-Attention

2026-02-07 · Wenjie Liu, Hao Wu, Xin Qiu, Xudong Wang 외 arxiv

Modern multimodal large language models (MLLMs) adopt a unified self-attention design that processes visual and textual tokens at every Transformer layer, incurring substantial computational overhead. In this work, we re…

Visual Grounding

HiCLIP: Contrastive Language-Image Pretraining with Hierarchy-aware Attention

2023-03-06 · Shijie Geng, Jianbo Yuan, Yu Tian, Yuxiao Chen 외

The success of large-scale contrastive vision-language pretraining (CLIP) has benefited both visual recognition and multimodal content understanding. The concise design brings CLIP the advantage in inference efficiency a…

cross-modal alignment

Phase Diagram of Vision Large Language Models Inference: A Perspective from Interaction across Image and Instruction

2024-11-01 · Houjing Wei, Yuting Shi, Naoya Inoue

Vision Large Language Models (VLLMs) usually take input as a concatenation of image token embeddings and text token embeddings and conduct causal modeling. However, their internal behaviors remain underexplored, raising …

multimodal interaction

Dynamic Alignment Compensation for Hallucination Mitigation in Large Vision-Language Models

2026-08-28 · Kairong Yu, Zixin Zhu, Le Yu, Hongwei Wang arxiv

Large Vision-Language Models (LVLMs) remain prone to hallucinations, producing responses that are irrelevant or inconsistent with the multimodal input. Existing mitigation methods mainly rely on external supervision, out…

PLPHP: Per-Layer Per-Head Vision Token Pruning for Efficient Large Vision-Language Models

2025-02-20 · Yu Meng, Kaiyuan Li, Chenran Huang, Chen Gao 외

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities across a range of multimodal tasks. However, their inference efficiency is constrained by the large number of visual tokens processed during …

Decoder