LGCLJan 28

TABED: Test-Time Adaptive Ensemble Drafting for Robust Speculative Decoding in LVLMs

arXiv:2601.20357v1h-index: 5Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient inference for LVLMs, which is incremental as it adapts speculative decoding to a new model type with scenario-specific optimizations.

The paper tackles the problem of accelerating inference in Large Vision-Language Models (LVLMs) by proposing TABED, a test-time adaptive ensemble drafting method that dynamically combines multiple drafts to improve robustness, achieving an average walltime speedup of 1.74x over autoregressive decoding and a 5% improvement over single drafting methods.

Speculative decoding (SD) has proven effective for accelerating LLM inference by quickly generating draft tokens and verifying them in parallel. However, SD remains largely unexplored for Large Vision-Language Models (LVLMs), which extend LLMs to process both image and text prompts. To address this gap, we benchmark existing inference methods with small draft models on 11 datasets across diverse input scenarios and observe scenario-specific performance fluctuations. Motivated by these findings, we propose Test-time Adaptive Batched Ensemble Drafting (TABED), which dynamically ensembles multiple drafts obtained via batch inference by leveraging deviations from past ground truths available in the SD setting. The dynamic ensemble method achieves an average robust walltime speedup of 1.74x over autoregressive decoding and a 5% improvement over single drafting methods, while remaining training-free and keeping ensembling costs negligible through parameter sharing. With its plug-and-play compatibility, we further enhance TABED by integrating advanced verification and alternative drafting methods. Code and custom-trained models are available at https://github.com/furiosa-ai/TABED.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes