Token-Level Inference-Time Alignment for Vision-Language Models
Kejia Chen, Jiawen Zhang, Jiacong Hu, Kewei Gao, Jian Lou, Zunlei Feng, Mingli Song
TL;DR
Vision-Language Models often hallucinate due to reliance on language priors when visual grounding is weak. The paper proposes TITA, a token-level inference-time alignment framework that freezes the VLM and trains a lightweight autoregressive reward model; during generation, token-level log-probability ratios guide decoding without fine-tuning the backbone. TITA aggregates diverse augmented views to form informative preference data, and a logit-mapping mechanism ensures compatibility across tokenizers, enabling plug-and-play deployment. The approach yields consistent improvements across 12 benchmarks and multiple LVLMs with minimal overhead, offering a practical, scalable path to more trustworthy multimodal reasoning.
Abstract
Vision-Language Models (VLMs) have become essential backbones of modern multimodal intelligence, yet their outputs remain prone to hallucination-plausible text misaligned with visual inputs. Existing alignment approaches often rely on expensive fine-tuning with annotated preference data or sequence-level inference strategies that provide only coarse, delayed feedback. To overcome these limitations, we present TITA (Token-level Inference-Time Alignment), a lightweight framework that freezes the base VLM and instead trains a reward model to approximate its distribution. During inference, implicit preference signals are extracted as log-probability ratios between the reward model and the target VLM, yielding dense autoregressive feedback. This formulation can be viewed as an inference-time variant of Direct Preference Optimization (DPO), providing token-level corrective signals without retraining the backbone. Extensive evaluations on LLaVA-1.5-7B and 13B show consistent gains across 12 benchmarks, with improvements of 8.6% on MMVet and 6.7% on POPE, indicating stronger general understanding and reduced hallucinations. Additional experiments on Qwen2.5-VL-7B and DeepSeek-VL2-27.5B show comparable gains, especially in hallucination reduction and VQA accuracy, while incurring negligible inference overhead.
