Papers › CoreMatching: A Co-adaptive Sparse Inference Framework with Token and Neuron Pruning...

CoreMatching: A Co-adaptive Sparse Inference Framework with Token and Neuron Pruning for Comprehensive Acceleration of Vision-Language Models

25 May 2025arXiv:2505.19235archive 2025-07-28

Qinsi Wang, Hancheng Ye, Ming-Yu Chung, Yudong Liu, Yueqian Lin, Martin Kuo, Mingyuan Ma, Jianyi Zhang, Yiran Chen

Vision-Language Models (VLMs) excel across diverse tasks but suffer from high inference costs in time and memory. Token sparsity mitigates inefficiencies in token usage, while neuron sparsity reduces high-dimensional computations, both offering promising solutions to enhance efficiency. Recently, these two sparsity paradigms have evolved largely in parallel, fostering the prevailing assumption that they function independently. However, a fundamental yet underexplored question remains: Do they truly operate in isolation, or is there a deeper underlying interplay that has yet to be uncovered? In this paper, we conduct the first comprehensive investigation into this question. By introducing and analyzing the matching mechanism between Core Neurons and Core Tokens, we found that key neurons and tokens for inference mutually influence and reinforce each other. Building on this insight, we propose CoreMatching, a co-adaptive sparse inference framework, which leverages the synergy between token and neuron sparsity to enhance inference efficiency. Through theoretical analysis and efficiency evaluations, we demonstrate that the proposed method surpasses state-of-the-art baselines on ten image understanding tasks and three hardware devices. Notably, on the NVIDIA Titan Xp, it achieved 5x FLOPs reduction and a 10x overall speedup. Code is released at https://github.com/wangqinsi1/2025-ICML-CoreMatching/tree/main.

PaperPDFCodeCode 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="2505.19235")

Code

Syntology Ran 12 of 17 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 11 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wangqinsi1/2025-icml-corematching officialmentioned in papermentioned on GitHubjaxApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

17 samples harvested; 12 ran; 1 honoured the contract we drafted; 5 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
1ran · fixture could not drive it
10ran
5unverified

Licence: 1 of the 17 samples is 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 wangqinsi1/2025-ICML-CoreMatching. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

booleans_processing wangqinsi1/2025-ICML-CoreMatching/transformers/modeling_tf_utils.py official repository ran Apache-2.0 (permissive) · 743ceb9025a7955d · report
dummy_loss wangqinsi1/2025-ICML-CoreMatching/transformers/modeling_tf_utils.py official repository ran Apache-2.0 (permissive) · 3c1eb64dde6b86af · report
get_imports wangqinsi1/2025-ICML-CoreMatching/transformers/dynamic_module_utils.py official repository ran Apache-2.0 (permissive) · 1adcf2d05b2faed1 · report
get_relative_import_files wangqinsi1/2025-ICML-CoreMatching/transformers/dynamic_module_utils.py official repository ran Apache-2.0 (permissive) · 518f6a89865f25d2 · report
get_relative_imports wangqinsi1/2025-ICML-CoreMatching/transformers/dynamic_module_utils.py official repository ran Apache-2.0 (permissive) · 4af5faa701d0f2c9 · report
infer_metric_tags_from_eval_results wangqinsi1/2025-ICML-CoreMatching/transformers/modelcard.py official repository ran Apache-2.0 (permissive) · dd8f7751ef859581 · report
keras_serializable wangqinsi1/2025-ICML-CoreMatching/transformers/modeling_tf_utils.py official repository ran Apache-2.0 (permissive) · 6a3959a0ffd36577 · report
load_image wangqinsi1/2025-ICML-CoreMatching/predict.py official repository ran · honoured contract Apache-2.0 (permissive) · 9b3c1cb391672ccb · report
parse_keras_history wangqinsi1/2025-ICML-CoreMatching/transformers/modelcard.py official repository ran Apache-2.0 (permissive) · a4491b45d19b7a39 · report
quick_gelu wangqinsi1/2025-ICML-CoreMatching/transformers/modeling_flax_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · a66d2b78670c85e1 · report
rename_key_and_reshape_tensor wangqinsi1/2025-ICML-CoreMatching/transformers/modeling_flax_pytorch_utils.py official repository ran Apache-2.0 (permissive) · 30d50ff2ced6b7a3 · report
convert_pytorch_state_dict_to_flax wangqinsi1/2025-ICML-CoreMatching/transformers/modeling_flax_pytorch_utils.py official repository unverified Apache-2.0 (permissive) · b1260d802f5e3997 · report
dtype_byte_size wangqinsi1/2025-ICML-CoreMatching/transformers/modeling_flax_utils.py official repository unverified Apache-2.0 (permissive) · 9d98806acb3144b7 · report
flax_shard_checkpoint wangqinsi1/2025-ICML-CoreMatching/transformers/modeling_flax_utils.py official repository unverified Apache-2.0 (permissive) · e3ce70ca9258800e · report
is_hf_dataset wangqinsi1/2025-ICML-CoreMatching/transformers/modelcard.py official repository unverified Apache-2.0 (permissive) · ec7b1528a936234d · report
load_image wangqinsi1/2025-ICML-CoreMatching/inference.py official repository unverified Apache-2.0 (permissive) · 522afabbcdf0f218 · report
unpad_image identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 55c32993da87759b · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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