Papers › S²Prune: Spatially Structured Visual Token Pruning for Multimodal Large Language Models

S²Prune: Spatially Structured Visual Token Pruning for Multimodal Large Language Models

1 Sep 2026arXiv:2609.01224added by Syntology

Yuanyuan Jia, Shunpu Tang, Qianqian Yang

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

Visual token pruning reduces the inference overhead of multimodal large language models (MLLMs) by retaining only a subset of visual tokens. Existing methods usually select tokens based on importance or redundancy. However, we observe that these criteria produce stable spatial biases across inputs and do not always outperform simple Uniform Grid sampling, highlighting the value of broad spatial coverage. Motivated by this, we propose S²Prune, a training-free pruning method that preserves spatial coverage while adapting token density to local image structure. We first divide the image into regions and assign at least one token to each region to preserve coverage. The remaining token budget is then distributed according to Laplacian variation, giving more tokens to regions with richer structure. We then use Early Representation Change (ERC), computed from the first decoder block, to select representative tokens within each region. We evaluate S²Prune across diverse settings and two MLLM architectures. On Qwen2.5-VL-7B-Instruct, it achieves the highest average accuracy among the evaluated training-free pruning methods. With only 32 of the original 576 visual tokens, it still retains 79.3% of the full-model performance. Code is available at https://github.com/yuanyuanjia71-spec/S2Prune.

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="2609.01224")

Code

Syntology Ran 0 of 13 code samples harvested from 1 repository linked to this paper; 13 have no recorded run.

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

yuanyuanjia71-spec/S2Prune 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

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 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.

13unverified

Licence: 13 of the 13 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 yuanyuanjia71-spec/S2Prune. “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.

build_coarse_regions yuanyuanjia71-spec/S2Prune/s2prune/allocation.py found in paper text by Syntology unverified no licence file found · pointer only · 5fb966047d0f8836 · report
collect_manifest yuanyuanjia71-spec/S2Prune/s2prune/data.py found in paper text by Syntology unverified no licence file found · pointer only · 4b0a04c982231302 · report
collect_mmbench yuanyuanjia71-spec/S2Prune/s2prune/data.py found in paper text by Syntology unverified no licence file found · pointer only · d65f3e1b316b2fd6 · report
collect_scienceqa yuanyuanjia71-spec/S2Prune/s2prune/data.py found in paper text by Syntology unverified no licence file found · pointer only · fc0e1f79d610a751 · report
default_grid_size yuanyuanjia71-spec/S2Prune/s2prune/allocation.py found in paper text by Syntology unverified no licence file found · pointer only · ba1e3ea867a3e79f · report
extract_choice yuanyuanjia71-spec/S2Prune/s2prune/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · a95bf748998486ec · report
extract_final_answer yuanyuanjia71-spec/S2Prune/s2prune/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · bf2ece2a59a66b89 · report
extract_yes_no yuanyuanjia71-spec/S2Prune/s2prune/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · d83d989499ab54f2 · report
laplacian_region_complexity yuanyuanjia71-spec/S2Prune/s2prune/allocation.py found in paper text by Syntology unverified no licence file found · pointer only · 8ad0256b49d0565a · report
load_model yuanyuanjia71-spec/S2Prune/s2prune/qwen.py found in paper text by Syntology unverified no licence file found · pointer only · 8cbe1d5962ac9dab · report
normalize_answer yuanyuanjia71-spec/S2Prune/s2prune/vizwiz_eval.py found in paper text by Syntology unverified no licence file found · pointer only · 3bea898e987fab1e · report
official_vqa_accuracy yuanyuanjia71-spec/S2Prune/s2prune/vizwiz_eval.py found in paper text by Syntology unverified no licence file found · pointer only · ab8cb58c7273ec71 · report
prepare_input yuanyuanjia71-spec/S2Prune/s2prune/qwen.py found in paper text by Syntology unverified no licence file found · pointer only · fc534c9e968d8820 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.01224, was issued in September 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