ID-Selection: Prune 97% of Visual Tokens in Vision-Language Models While Keeping 92% of Performance

2026-04-08T09:19:42.499ZΒ·1 min read
Vision-language models like GPT-4V and LLaVA process images as sequences of visual tokens. Processing all tokens is extremely expensive. Existing pruning approaches face a trade-off: - Importance-b...

Less Is More: New Method Prunes 97% of Visual Tokens in LLaVA While Preserving Performance

Researchers have developed ID-Selection, a visual token selection strategy for Large Vision-Language Models (LVLMs) that achieves remarkable efficiency gains: pruning 97.2% of visual tokens while retaining only 16 tokens and maintaining 91.8% of original performance β€” all without additional training.

The Problem

Vision-language models like GPT-4V and LLaVA process images as sequences of visual tokens. Processing all tokens is extremely expensive. Existing pruning approaches face a trade-off:

ID-Selection's Innovation

The method couples importance with diversity in a unified process:

  1. Score each visual token for importance
  2. Select high-scoring tokens one by one
  3. Progressively suppress similar tokens already represented

This ensures both informativeness and diversity without either dominating.

Results

MetricValue
Tokens pruned97.2% (576β†’16)
Inference FLOPs reduction>97%
Performance retained91.8%
Additional training requiredNone
Tested on5 LVLM backbones, 16 benchmarks

Why This Matters

  1. Cost reduction β€” Vision-language model inference can be 30x+ cheaper
  2. Edge deployment β€” Makes powerful LVLMs feasible on mobile and edge devices
  3. Speed improvement β€” Near-real-time vision understanding becomes practical
  4. No retraining β€” Works with existing models out of the box
  5. Energy efficiency β€” Critical for datacenter-scale vision AI
β†— Original source Β· 2026-04-08T00:00:00.000Z
← Previous: 150 Gb/s Random Number Generation from Self-Chaotic VCSEL Lasers β€” No External Feedback NeededNext: ISW: Russia Providing Satellite Imagery to Iran for Strait of Hormuz Shipping Attacks β†’
Comments0