GLANCE Accelerates Vision-Language Models with Lossless Speculative Decoding

Jungseob Lee, Seongtae Hong, Dongyub Jude Lee, Chanjun Park, Jaehyung Seo, Sugyeong Eo, Heuiseok Lim· September 2, 2026 View original

Key takeaways

  • Speculative decoding for VLMs traditionally struggles with vision processing overhead.
  • GLANCE introduces a one-pass block drafter for lossless, faster VLM inference.
  • It reads the VLM's fused vision-language state, making vision cost-free for the drafter.
  • GLANCE achieves up to 2.93x speedup, especially for grounded, verbatim-copy workloads.

Who benefits

RoboticsAutonomous VehiclesAugmented RealityContent CreationHealthcare

Summary

GLANCE is a novel one-pass block drafter that achieves lossless speculative decoding for Vision-Language Models (VLMs) by reading the target's fused vision-language state. It breaks the cycle of small, vision-limited drafters, enabling up to 2.93x faster decoding without compromising output quality, especially for grounded workloads.

Speculative decoding is a technique designed to accelerate text generation from large language models without altering the final output. However, applying this to Vision-Language Models (VLMs) has been problematic. Traditional drafters for VLMs are often small and autoregressive, meaning they cannot efficiently process image data at every step, leading to compromises like vision compression or pruning. This limitation makes the drafter less reliable precisely where visual information is most crucial for text prediction. Researchers have introduced GLANCE, the first one-pass block drafter that achieves lossless speculative decoding for unmodified VLM targets. GLANCE overcomes previous limitations by employing a block-diffusion head that directly reads the target VLM's already-fused vision-language state. This design eliminates the vision processing cost for the drafter and allows it to fill an entire block of text in a single forward pass, making depth computationally inexpensive. GLANCE verifies a wide candidate tree in one target pass, ensuring that every audited prompt exactly reproduces greedy decoding. The system particularly benefits grounded workloads, where long verbatim copies can be generated with significantly fewer passes compared to autoregressive or other block drafters. GLANCE demonstrates up to 2.93x faster decoding than autoregression and accepts 2.7x longer blocks than previous methods, all while maintaining output fidelity. The core principle governing these results is that accepted block length is determined by the target's next-token entropy, with a fitted slope that steepens with grounding across tasks.

Why it matters

This breakthrough significantly boosts the inference speed of Vision-Language Models without sacrificing output quality, making VLMs more practical and cost-effective for real-time applications and large-scale deployments, especially in scenarios requiring visual grounding.

How to implement this in your domain

  1. 1Evaluate current VLM inference speeds and identify bottlenecks in your applications.
  2. 2Explore integrating GLANCE or similar one-pass block drafting techniques into your VLM deployment pipeline.
  3. 3Assess the computational benefits of lossless speculative decoding for your specific grounded VLM workloads.
  4. 4Monitor the next-token entropy of your VLM outputs to understand potential gains from block drafting.
  5. 5Experiment with GLANCE's open-source code to benchmark performance improvements on your datasets.

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

"arXiv:2609.00355v1 Announce Type: new Abstract: 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 can…"

View on X

Originally posted by Jungseob Lee, Seongtae Hong, Dongyub Jude Lee, Chanjun Park, Jaehyung Seo, Sugyeong Eo, Heuiseok Lim on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses