paper-with-me

홈 › Papers

Instruction-Evidence Contrastive Dual-Stream Decoding for Grounded Vision-Language Reasoning

2026-04-28 · Yashwant Pravinrao Bangde, Debaditya Roy arxiv

Vision-Language Models (VLMs) exhibit strong performance in instruction following and open-ended vision-language reasoning, yet they frequently generate fluent outputs that are weakly grounded in visual evidence. Prior works have shown that instruction prompting further worsens this issue by amplifying language priors, especially when the visual signal is uncertain or ambiguous. To address this challenge, we propose a decoding framework that explicitly balances linguistic informativeness and visual faithfulness during generation. Our method, Instruction-Evidence Contrastive Dual-Stream Decoding (IECD$^2$), maintains two parallel probability distribution of tokens at each decoding step: an instruction-driven stream that promotes expressive and informative responses, and an evidence-driven stream that enforces strict grounding in the image. These two streams are adaptively fused using a symmetric KL-based contrastive gate, which suppresses tokens favored by language priors but unsupported by visual evidence, while preserving them when both distributions agree. We evaluate IECD$^2$ on multiple datasets spanning various generative vision-language reasoning tasks such as captioning and visual question answering on multiple datasets such as, POPE, MME, VQAv2, AMBER, and MSCOCO. IECD$^2$ demonstrates consistent improvements in task accuracy and reasoning performance with substantial reduction in hallucination compared to state-of-the-art decoding approaches.

📄 PDF Abstract BibTeX arXiv:2604.25809

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringInstruction Following

Similar Papers 제목 키워드 기반

Dual-Confidence Contrastive Decoding for Retrieval-Augmented Generation

2026-07-01 · Raymond Li, Md Tawkat Islam Khondaker, Amirhossein Abaskohi, Gabriel Murray 외 arxiv

Retrieval-augmented generation (RAG) increasingly requires models to answer questions from multiple retrieved documents, where only some sources are relevant and the retrieved bundle may contain stale, noisy, or conflict…

Question Answering

Dual-Stream Cross-Anchor Correction Grounding Long-Form Captions and the Domain Limits of Object-Level Anchors

2026-08-13 · LingKai Bu arxiv

Object hallucination in multimodal large language models arises when language priors and corpus co-occurrence bias outweigh the visual evidence, with nothing tying an object mention to the image. Most remedies intervene …

Adversarial Contrastive Decoding: Boosting Safety Alignment of Large Language Models via Opposite Prompt Optimization

2024-06-24 · Zhengyue Zhao, Xiaoyun Zhang, Kaidi Xu, Xing Hu 외

With the widespread application of Large Language Models (LLMs), it has become a significant concern to ensure their safety and prevent harmful responses. While current safe-alignment methods based on instruction fine-tu…

Safety Alignment

MVCNet: Multi-View Contrastive Network for Motor Imagery Classification

2025-02-18 · Ziwei Wang, Siyang Li, Xiaoqing Chen, Wei Li 외

Electroencephalography (EEG)-based brain-computer interfaces (BCIs) enable neural interaction by decoding brain activity for external communication. Motor imagery (MI) decoding has received significant attention due to i…

Brain Computer InterfaceContrastive LearningData AugmentationEEG+3

MACD: Model-Aware Contrastive Decoding via Counterfactual Data

2026-02-02 · Qixin Xiao, Kun Zhou arxiv

Video language models (Video-LLMs) are prone to hallucinations, generating plausible but ungrounded content when visual evidence is weak, ambiguous, or biased. Existing methods, such as contrastive decoding (CD), rely on…