Beyond Surrogate Gradients: Fully Differentiable Token Pruning for Vision-Language Models
About
Visual token pruning reduces the computational cost of Vision-Language Models (VLMs) by removing redundant visual tokens. Existing methods typically rely on Gumbel-Softmax to approximate discrete selection during training. However, the optimization is driven by surrogate gradients rather than the true selection process, leading to unreliable learning of token importance. In this paper, we propose DiffPrune, which reformulates pruning as continuous control of token information instead of discrete selection learning. Specifically, we introduce an Information Throttler that modulates each token using variance-preserving noise conditioned on importance scores, where higher scores induce less information suppression during training. This design directly operates on token representations, naturally providing a fully differentiable optimization path for learning token importance. At inference, tokens are removed via hard thresholding on the learned scores. Across ten VLM benchmarks, DiffPrune retains 96.5% of full-model accuracy while accelerating LLM prefill by 2.85x, with only 0.69 ms of inference overhead.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Hallucination Evaluation | POPE | -- | 2019 | |
| Multimodal Understanding | MMBench CN | -- | 254 | |
| Multimodal Evaluation | MME | Total Score1.72e+3 | 23 | |
| Multimodal Understanding and Question Answering | LLaVA 7B Evaluation Suite (GQA, MMBench, MMBench-CN, MME, POPE, ScienceQA, VQAv2, TextVQA, SEED-Bench, VizWiz) 1.5 | GQA Accuracy57.8 | 22 | |
| Science Question Answering | ScienceQA | SQA Score72.7 | 19 | |
| Vision-Language Multi-task Evaluation | Qwen2.5-VL Evaluation Suite MMB, MME, POPE, SQA, VQAText (test) | MMB Score81.7 | 10 | |
| Visual Question Answering | GQA | GQA Score62.3 | 7 | |
| Multimodal Understanding | MMBench | MMB Score64.7 | 7 | |
| Visual Question Answering | VQAv2 | VQAv2 Score78.6 | 7 | |
| Visual Question Answering | TextVQA | VQAText Score56.7 | 7 |