paper-with-me

홈 › Papers

Reroute, Don't Remove: Recoverable Visual Token Routing for Vision-Language Models

2026-06-10 · Cheng-Yu Yang, Shao-Yuan Lo, Yu-Lun Liu arxiv

Vision-language models (VLMs) project images into hundreds to thousands of visual tokens, making decoder inference expensive in both attention computation and KV-cache memory. Existing visual-token reduction methods largely follow a rank-and-remove paradigm: they score visual tokens, keep a compact subset, and permanently discard the rest. We show that this irreversible action is fragile because visual-token importance changes across decoder depth; tokens ranked low at one stage may become relevant in later layers, especially for grounding-sensitive queries. We propose Reroute, a training-free plug-in that replaces removal with recoverable routing. At each routing stage, selected vision tokens pass through decoder blocks, while deferred tokens bypass the stage and re-enter the candidate pool at the next routing decision. Reroute reuses existing attention-score ranking rules and stage-wise schedules, preserving the theoretical TFLOPs and KV-cache budget class of the pruning method it augments. Across FastV, PDrop, and Nüwa variants on LLaVA-1.5 and Qwen backbones, reroute improves grounding under aggressive token reduction while maintaining general VQA performance. These results suggest that VLM token reduction should not be viewed only as irreversible pruning, but also as recoverable routing. The code can be found here: https://github.com/elmma/mllm-reroute/

📄 PDF Abstract BibTeX arXiv:2606.12412

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

To Rip or not to Rip: A Reinforcement Learning-based Rip-up and Reroute Algorithm for Global Routing

2020-12-14 · CUHK Course IERG5350 2020 12 · Fangzhou Wang, Wanying ZHENG

Routing, including global routing and detailed routing, has been a critical step in the design of integrated circuits. Most of the existing global routers will firstly use techniques like pattern routing and layer assign…

SecureRouter: Encrypted Routing for Efficient Secure Inference

2026-04-16 · Yukuan Zhang, Mengxin Zheng, Qian Lou arxiv

Cryptographically secure neural network inference typically relies on secure computing techniques such as Secure Multi-Party Computation (MPC), enabling cloud servers to process client inputs without decrypting them. Alt…

The Other Half of the Memory Wall: Serving 35B MoEs from SSD with Trained Routing Prediction

2026-09-16 · Yu Lin, Yiming Wang, Runyuan Cai, Hanze Liu 외 hf

Mixture-of-experts (MoE) inference on consumer hardware is bounded by weight memory: a 35B-class model is 19.5GB at 4-bit, and sparsity shrinks the compute per token, not the bytes that must be held. Naive offloading to …

FastMMoE: Accelerating Multimodal Large Language Models through Dynamic Expert Activation and Routing-Aware Token Pruning

2025-11-22 · Guoyang Xia, Yifeng Ding, Fengfa Li, Lei Ren 외 arxiv

Multimodal large language models (MLLMs) have achieved impressive performance, but high-resolution visual inputs result in long sequences of visual tokens and substantial inference latency. Reducing redundant visual toke…

Beyond Visual Memory: Mechanistic Diagnostics of Latent Visual Reasoning

2026-05-31 · Garvin Guo, Yu Chen, Xiang Wang, Shuai Li 외 arxiv

Recent latent visual reasoning methods achieve substantial gains by inserting continuous latent tokens into multimodal language models. These gains are commonly attributed to the tokens encoding visual evidence; recent a…

Visual Reasoning