paper-with-me

홈 › Papers

Self-Aug: Query and Entropy Adaptive Decoding for Large Vision-Language Models

2025-10-15 · Eun Woo Im, Muhammad Kashif Ali, Vivek Gupta arxiv

Large Vision-Language Models (LVLMs) have demonstrated remarkable multimodal capabilities, but they inherit the tendency to hallucinate from their underlying language models. While visual contrastive decoding has been proposed to mitigate this issue, existing methods often apply generic visual augmentations that disregard the specific context provided by the text query, limiting their effectiveness. This study introduces a novel training-free decoding strategy that addresses these limitations, featuring two key contributions. First, a self-augmentation prompting strategy that leverages the intrinsic knowledge of the model to dynamically align semantics between the query and the visual augmentation. Second, an adaptive thresholding algorithm that adaptively adjusts next token candidate size based on the output sparsity, utilizing full information from the logit distribution. Extensive experiments across four LVLMs and seven benchmarks demonstrate that the proposed decoding significantly enhances factual consistency compared to state-of-the-art decoding methods. This work highlights the importance of integrating query-dependent augmentation and entropy-aware decoding for improving effective generation of LVLMs.

📄 PDF Abstract BibTeX arXiv:2510.13315

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Entropic-Time Inference: Self-Organizing Large Language Model Decoding Beyond Attention

2026-02-08 · Andrew Kiruluta arxiv

Modern large language model (LLM) inference engines optimize throughput and latency under fixed decoding rules, treating generation as a linear progression in token time. We propose a fundamentally different paradigm: en…

MAD: Modality-Adaptive Decoding for Mitigating Cross-Modal Hallucinations in Multimodal Large Language Models

2026-01-29 · Sangyun Chung, Se Yeon Kim, Youngchae Chee, Yong Man Ro arxiv

Multimodal Large Language Models (MLLMs) suffer from cross-modal hallucinations, where one modality inappropriately influences generation about another, leading to fabricated output. This exposes a more fundamental defic…

Multimodal Reasoning

Entropy-informed Decoding: Adaptive Information-Driven Branching

2026-05-10 · Benjamin Patrick Evans, Sumitra Ganesh, Leo Ardon arxiv

Large language models (LLMs) achieve remarkable generative performance, yet their output quality is dependent on the decoding strategy. While sampling-based methods (e.g., top-k, nucleus) and search-and-select based meth…

Mathematical ReasoningCode Generation

APCD: Adaptive Path-Contrastive Decoding for Reliable Large Language Model Generation

2026-05-10 · Tianyu Zheng, Hong Wu, Jiaji Zhong arxiv

Large language models (LLMs) often suffer from hallucinations due to error accumulation in autoregressive decoding, where suboptimal early token choices misguide subsequent generation. Although multi-path decoding can im…

Top-b: Entropic Regulation of Relative Probability Bands in Autoregressive Language Processes

2026-03-15 · Deepon Halder, Raj Dabre arxiv

Probabilistic language generators are theoretically modeled as discrete stochastic processes, yet standard decoding strategies (Top-k, Top-p) impose static truncation rules that fail to accommodate the dynamic informatio…

Logical Reasoning