Papers › Focus When Necessary: Adaptive Routing and Collaborative Grounding for Training-Free...

Focus When Necessary: Adaptive Routing and Collaborative Grounding for Training-Free Visual Grounding

15 Jun 2026arXiv:2606.16158added by Syntology

Yifan Wang, Peiming Li, Shiyu Li, Zhiyuan Hu, Xiaochen Yang, Wenming Yang, Yang Tang, Zheng Wei

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

While Multimodal Large Language Models (MLLMs) excel in cross-modal reasoning, they often struggle to perceive fine-grained details in complex high-resolution images. Recent training-free methods address this through image scaling and localized cropping. However, applying these manipulations indiscriminately introduces computational redundancy for simple queries and can degrade accuracy by truncating essential global context or introducing irrelevant background noise. To this end, we propose LazyMCoT, a dynamic and training-free framework that adaptively allocates visual grounding efforts based on sample difficulty. The framework features an Adaptive Routing mechanism that evaluates predictive uncertainty using first-token statistics from a single forward pass. This efficiently bypasses confident cases while ensuring the recall of difficult samples via conformal calibration. For these challenging cases, a Collaborative Grounding module integrates the inherent cross-modal attention of the model with an external visual expert through a two-stage refinement process. This refinement process generates a precise localized display to recover small or occluded targets. Extensive experiments across diverse benchmarks demonstrate that LazyMCoT rivals training-based approaches by simultaneously improving reasoning accuracy and reducing average inference latency. Our code is availble at https://github.com/TencentBAC/LazyMCoT.

PaperPDFCode Syntology ran

In Syntology 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="2606.16158")

Code

Syntology Ran 17 of 21 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 14 ran with no contract checked.

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

TencentBAC/LazyMCoT 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

21 samples harvested; 17 ran; 0 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 · our draft was wrong
2ran · fixture could not drive it
14ran
4unverified

Licence: 0 of the 21 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 TencentBAC/LazyMCoT. “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.

repeat_kv TencentBAC/LazyMCoT/Qwen2.5/modeling_qwen2_5_vl_re_infer.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 3c76e52815c5401d · report
add_legend_to_lpd_image TencentBAC/LazyMCoT/Qwen2.5/Get_box.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4e0b167ecec51c2f · report
assign_entity_colors TencentBAC/LazyMCoT/Qwen2.5/Get_box.py found in paper text by Syntology ran Apache-2.0 (permissive) · 68c10fc085ad39ab · report
bbox_is_contained TencentBAC/LazyMCoT/Qwen2.5/Get_box.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4ff5e2363f779bc5 · report
build_answer_instr_v2 TencentBAC/LazyMCoT/Qwen2.5/inference.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · e73c38d042a613e4 · report
build_transform TencentBAC/LazyMCoT/Internvl/utiles_internvl.py found in paper text by Syntology ran Apache-2.0 (permissive) · 57e95166ade5f25c · report
call_grounding_expert TencentBAC/LazyMCoT/Qwen2.5/utiles.py found in paper text by Syntology ran Apache-2.0 (permissive) · fc36fa0d03b1f887 · report
call_grounding_expert_local TencentBAC/LazyMCoT/Qwen2.5/utiles.py found in paper text by Syntology ran Apache-2.0 (permissive) · db8e58c7121842e5 · report
compute_router_v2_features TencentBAC/LazyMCoT/Qwen2.5/inference.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4f3612bd2bd5cd21 · report
dynamic_preprocess TencentBAC/LazyMCoT/Internvl/utiles_internvl.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3ff7a3c1eec6ef6c · report
find_closest_aspect_ratio TencentBAC/LazyMCoT/Internvl/utiles_internvl.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · bd77f5f8067f18e9 · report
find_entity_token_indices TencentBAC/LazyMCoT/Qwen2.5/utiles.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0ec3c2d60f8cdba2 · report
get_available_gpus TencentBAC/LazyMCoT/Internvl/cycle_inference_internvl.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3cbd0221e03b6e19 · report
get_available_gpus TencentBAC/LazyMCoT/Qwen2.5/cycle_infer.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0a4e5b7b6a531990 · report
load_dataset TencentBAC/LazyMCoT/Qwen2.5/Vstar_Metric.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8e2521476d8d70a8 · report
rotate_half TencentBAC/LazyMCoT/Qwen2.5/modeling_qwen2_5_vl_re_infer.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · e03d53ba9d4f9ae5 · report
unpack_att_result TencentBAC/LazyMCoT/Qwen2.5/inference.py found in paper text by Syntology ran Apache-2.0 (permissive) · be98428cc9e7a491 · report
apply_rotary_pos_emb_vision TencentBAC/LazyMCoT/Qwen2.5/modeling_qwen2_5_vl_re_infer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 049747a79920f0f7 · report
get_conv_template TencentBAC/LazyMCoT/Internvl/conversation.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4b4a1446c2b464c6 · report
merge_json_files TencentBAC/LazyMCoT/Qwen2.5/Vstar_Metric.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2beb8dd1f96cde4d · report
read_multi_line_json_objects TencentBAC/LazyMCoT/Qwen2.5/Vstar_Metric.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 18d3d1616e0f719c · report

Results from the paper

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