Papers › Vision Is Not Overhead: One-Pass Block Drafting for Lossless Speculative Decoding in...

Vision Is Not Overhead: One-Pass Block Drafting for Lossless Speculative Decoding in Vision-Language Models

31 Aug 2026arXiv:2609.00355added by Syntology

Jungseob Lee, Seongtae Hong, Dongyub Jude Lee, Chanjun Park, Jaehyung Seo, Sugyeong Eo, Heuiseok Lim

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

Speculative decoding accelerates generation without changing its output, yet on vision-language models (VLMs) it has been caught in a self-defeating cycle. The drafter stays autoregressive, so it must stay small. A small drafter cannot afford the image at every step, so vision is compressed, pruned, or hidden. A drafter cut off from the image is then least reliable exactly where the image makes text predictable. We present GLANCE, the first one-pass block drafter that is lossless on an unmodified VLM target, and it breaks the cycle at both ends. A block-diffusion head reads the target's already-fused vision-language state, so vision costs the drafter nothing, and fills a whole block in one forward pass, so depth costs no sequential steps. A wide candidate tree is verified in one target pass, and every audited prompt reproduces greedy decoding exactly. Grounded workloads reward this most, entering a verbatim-copy regime whose long runs cost an autoregressive drafter a pass for every token and a block drafter one in total. Under one engine and one round budget, GLANCE decodes up to 2.93x faster than autoregression, from one draft pass a round where the production EAGLE3-VL head takes eight, and accepts 2.7x longer blocks than an EAGLE-3 head trained on the same corpus. One law organizes these results. Accepted length is set by the target's next-token entropy, with a fitted slope that steepens with grounding across all five tasks. The law transfers across targets and modalities and names its own boundary, since free-running text still favors a chain. Our code is available at https://github.com/js-lee-AI/GLANCE.

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.00355")

Code

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

By repository: found in paper text by Syntology: 19 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.

js-lee-AI/GLANCE found in paper text by SyntologyMIT 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

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

19unverified

Licence: 0 of the 19 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 js-lee-AI/GLANCE. “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.

acceptance_length js-lee-AI/GLANCE/glance/metrics.py found in paper text by Syntology unverified MIT (permissive) · f6fcf834eee1a3af · report
build_budget_tree js-lee-AI/GLANCE/glance/tree.py found in paper text by Syntology unverified MIT (permissive) · 6ce4a273bd1dcfb5 · report
chain_generate js-lee-AI/GLANCE/glance/decode.py found in paper text by Syntology unverified MIT (permissive) · 0653a5681da67185 · report
children_of js-lee-AI/GLANCE/glance/tree.py found in paper text by Syntology unverified MIT (permissive) · 34e06badd80c2f1d · report
context_feature js-lee-AI/GLANCE/glance/head.py found in paper text by Syntology unverified MIT (permissive) · a45078646fd110b6 · report
decile_curve js-lee-AI/GLANCE/glance/law.py found in paper text by Syntology unverified MIT (permissive) · f6630ae39f5a3489 · report
drop_warmup js-lee-AI/GLANCE/glance/metrics.py found in paper text by Syntology unverified MIT (permissive) · 4bc1819404939a0e · report
expected_acceptance js-lee-AI/GLANCE/glance/law.py found in paper text by Syntology unverified MIT (permissive) · 27afe81c104d66f9 · report
first_divergence js-lee-AI/GLANCE/experiments/audit_lossless.py found in paper text by Syntology unverified MIT (permissive) · 1638650f6072b95f · report
gather_cache js-lee-AI/GLANCE/glance/decode.py found in paper text by Syntology unverified MIT (permissive) · 6eeff33767cd17c9 · report
generate js-lee-AI/GLANCE/glance/decode.py found in paper text by Syntology unverified MIT (permissive) · dd66ebd76e41bb93 · report
geomean js-lee-AI/GLANCE/glance/metrics.py found in paper text by Syntology unverified MIT (permissive) · 5b2ee5d633c65fd9 · report
kept_layer_ids js-lee-AI/GLANCE/glance/head.py found in paper text by Syntology unverified MIT (permissive) · ec9e937d8399f3dc · report
load_block_head js-lee-AI/GLANCE/glance/head.py found in paper text by Syntology unverified MIT (permissive) · 0263f41594e0286a · report
load_target js-lee-AI/GLANCE/glance/vl.py found in paper text by Syntology unverified MIT (permissive) · f9dc185617560a6c · report
load_task js-lee-AI/GLANCE/experiments/main_table.py found in paper text by Syntology unverified MIT (permissive) · 32803586af419293 · report
path_of js-lee-AI/GLANCE/glance/tree.py found in paper text by Syntology unverified MIT (permissive) · 56c8adc31f171fef · report
read_rounds js-lee-AI/GLANCE/experiments/fit_law.py found in paper text by Syntology unverified MIT (permissive) · 2c3fdc1a568fc235 · report
target_class_for js-lee-AI/GLANCE/glance/vl.py found in paper text by Syntology unverified MIT (permissive) · acdf4b678500ed77 · report

Results from the paper

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