paper-with-me

Papers

Controlling Multimodal LLMs via Reward-guided Decoding

2025-08-15 · Oscar Mañas, Pierluca D'Oro, Koustuv Sinha, Adriana Romero-Soriano, Michal Drozdzal, Aishwarya Agrawal arxiv

As Multimodal Large Language Models (MLLMs) gain widespread applicability, it is becoming increasingly desirable to adapt them for diverse user needs. In this paper, we study the adaptation of MLLMs through controlled decoding. To achieve this, we introduce the first method for reward-guided decoding of MLLMs and demonstrate its application in improving their visual grounding. Our method involves building reward models for visual grounding and using them to guide the MLLM's decoding process. Concretely, we build two separate reward models to independently control the degree of object precision and recall in the model's output. Our approach enables on-the-fly controllability of an MLLM's inference process in two ways: first, by giving control over the relative importance of each reward function during decoding, allowing a user to dynamically trade off object precision for recall in image captioning tasks; second, by giving control over the breadth of the search during decoding, allowing the user to control the trade-off between the amount of test-time compute and the degree of visual grounding. We evaluate our method on standard object hallucination benchmarks, showing that it provides significant controllability over MLLM inference, while consistently outperforming existing hallucination mitigation methods.

📄 PDF Abstract BibTeX arXiv:2508.11616

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningVisual Grounding

Similar Papers 제목 키워드 기반

Reward-Guided Speculative Decoding for Efficient LLM Reasoning

2025-01-31 · Baohao Liao, Yuhui Xu, Hanze Dong, Junnan Li 외

We introduce Reward-Guided Speculative Decoding (RSD), a novel framework aimed at improving the efficiency of inference in large language models (LLMs). RSD synergistically combines a lightweight draft model with a more …

The Missing Piece in Pre-trained Model Evaluation: Reward-Guided Decoding Unlocks Task-Oriented Behavior Without Parameter Updates

2026-05-27 · Shaobo Wang, Guo Chen, Ziyue Wang, Zhengyang Tang 외 arxiv

With the rapid progress of large language models (LLMs), reliably evaluating the capabilities of pre-trained LLMs has become increasingly important. The challenge is that base pre-trained models are optimized for next-to…

Guided Speculative Inference for Efficient Test-Time Alignment of LLMs

2025-06-04 · Jonathan Geuter, Youssef Mroueh, David Alvarez-Melis

We propose Guided Speculative Inference (GSI), a novel algorithm for efficient reward-guided decoding in large language models. GSI combines soft best-of-$n$ test-time scaling with a reward model $r(x,y)$ and speculative…

Math

Information-Guided Frontier Decoding: Contextual Utility-Driven Commitment in dMLLMs

2026-08-27 · Xingyou Fang, Jingxing Zhong, Xiaosong Yuan, Xiaofeng Zhang arxiv

Decoding quality in diffusion multimodal language models (dMLLMs) depends heavily on the order in which masked tokens are committed. Existing confidence-based strategies prioritize locally easy tokens, but confidence doe…

Iterative Value Function Optimization for Guided Decoding

2025-03-04 · Zhenhua Liu, Lijun Li, Ruizhe Chen, Yuxian Jiang 외

While Reinforcement Learning from Human Feedback (RLHF) has become the predominant method for controlling language model outputs, it suffers from high computational costs and training instability. Guided decoding, especi…

Decision MakingInstruction FollowingLanguage ModelingLanguage Modelling+1