Papers › CLIP Tricks You: Training-free Token Pruning for Efficient Pixel Grounding in Large...

CLIP Tricks You: Training-free Token Pruning for Efficient Pixel Grounding in Large VIsion-Language Models

13 May 2026ICMLarXiv:2605.13178added by Syntology

Sangin Lee, Yukyung Choi

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

In large vision-language models, visual tokens typically constitute the majority of input tokens, leading to substantial computational overhead. To address this, recent studies have explored pruning redundant or less informative visual tokens for image understanding tasks. However, these methods struggle with pixel grounding tasks, where token importance is highly contingent on the input text. Through an in-depth analysis of CLIP, we observe that visual tokens within referent regions often exhibit low similarity to their textual representation. Motivated by this insight, we introduce LiteLVLM, a training-free, text-guided token pruning strategy for efficient pixel grounding inference. By reversing the ranking of CLIP's visual-text similarity, LiteLVLM effectively retains visual tokens covering the referent regions, while recovering context tokens to enable clear foreground-background separation. Extensive experiments demonstrate that LiteLVLM significantly outperforms existing methods by over 5% across diverse token budgets. Without any training or fine-tuning, LiteLVLM maintains 90% of the original performance with a 22% speedup and a 2.3X memory reduction. Our code is available at https://github.com/sejong-rcv/LiteLVLM.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.13178")

Code

Syntology Ran 11 of 15 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 10 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sejong-rcv/LiteLVLM found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 11 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
10ran
4unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sejong-rcv/LiteLVLM. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

align_tensor sejong-rcv/LiteLVLM/model/layers.py found in paper text by Syntology ran Apache-2.0 (permissive) · af6df62850536230 · report
calculate_dice_loss sejong-rcv/LiteLVLM/model/GLaMM.py found in paper text by Syntology ran Apache-2.0 (permissive) · fd57b4987b0d789d · report
compute_sigmoid_cross_entropy sejong-rcv/LiteLVLM/model/GLaMM.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 7a8e2a494862f9e4 · report
coordinate_to_encoding sejong-rcv/LiteLVLM/model/layers.py found in paper text by Syntology ran Apache-2.0 (permissive) · 77950a821bd7955f · report
grounding_image_ecoder_preprocess sejong-rcv/LiteLVLM/eval/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · d7dca4c1e8ab9214 · report
initialize_environment sejong-rcv/LiteLVLM/train_ft.py found in paper text by Syntology ran Apache-2.0 (permissive) · 42b1c23e76107ca3 · report
load_image_from_base64 sejong-rcv/LiteLVLM/model/llava/mm_utils.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 3aada9ef083faccd · report
mask_to_rle_numpy sejong-rcv/LiteLVLM/eval/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 54702fe9ee69e9f0 · report
mask_to_rle_pytorch sejong-rcv/LiteLVLM/eval/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · c83351f91b7210cc · report
process_images sejong-rcv/LiteLVLM/model/llava/mm_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1df990c375318896 · report
str2reg sejong-rcv/LiteLVLM/model/layers.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 4c8f6b3adee39a68 · report
build_sam_vit_b sejong-rcv/LiteLVLM/model/SAM/build_sam.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3f50fb8374909f5f · report
build_sam_vit_h sejong-rcv/LiteLVLM/model/SAM/build_sam.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bf61a91555ac5280 · report
build_sam_vit_l sejong-rcv/LiteLVLM/model/SAM/build_sam.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e2ae4c696b8c968c · report
parse_args sejong-rcv/LiteLVLM/train_ft.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f4d55f9655a6c066 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.13178, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections