paper-with-me

Papers

Self-Correcting Decoding with Generative Feedback for Mitigating Hallucinations in Large Vision-Language Models

2025-02-10 · Ce Zhang, Zifu Wan, Zhehan Kan, Martin Q. Ma, Simon Stepputtis, Deva Ramanan, Russ Salakhutdinov, Louis-Philippe Morency, Katia Sycara, Yaqi Xie

While recent Large Vision-Language Models (LVLMs) have shown remarkable performance in multi-modal tasks, they are prone to generating hallucinatory text responses that do not align with the given visual input, which restricts their practical applicability in real-world scenarios. In this work, inspired by the observation that the text-to-image generation process is the inverse of image-conditioned response generation in LVLMs, we explore the potential of leveraging text-to-image generative models to assist in mitigating hallucinations in LVLMs. We discover that generative models can offer valuable self-feedback for mitigating hallucinations at both the response and token levels. Building on this insight, we introduce self-correcting Decoding with Generative Feedback (DeGF), a novel training-free algorithm that incorporates feedback from text-to-image generative models into the decoding process to effectively mitigate hallucinations in LVLMs. Specifically, DeGF generates an image from the initial response produced by LVLMs, which acts as an auxiliary visual reference and provides self-feedback to verify and correct the initial response through complementary or contrastive decoding. Extensive experimental results validate the effectiveness of our approach in mitigating diverse types of hallucinations, consistently surpassing state-of-the-art methods across six benchmarks. Code is available at https://github.com/zhangce01/DeGF.

📄 PDF Abstract BibTeX arXiv:2502.06130

Code (1)

zhangce01/degf 공식 구현 pytorch

Tasks

Image GenerationResponse GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Intent-Aware Self-Correction for Mitigating Social Biases in Large Language Models

2025-03-08 · Panatchakorn Anantaprayoon, Masahiro Kaneko, Naoaki Okazaki

Self-Correction based on feedback improves the output quality of Large Language Models (LLMs). Moreover, as Self-Correction functions like the slow and conscious System-2 thinking from cognitive psychology's perspective,…

Response Generation

RFM: response-aware feedback mechanism for background based conversation

2022-08-26 · journal 2022 8 · Jiatao Chen, Biqing Zeng, Zhibin Du, Huimin Deng 외

In general, the existing dialogue systems tend to generate generic responses due to lack of external knowledge. One of the usual solutions is the Background Based Conversations (BBCs), which can help dialogue systems gen…

Response Generation

Secoco: Self-Correcting Encoding for Neural Machine Translation

2021-08-27 · Findings (EMNLP) 2021 11 · Tao Wang, Chengqi Zhao, Mingxuan Wang, Lei LI 외

This paper presents Self-correcting Encoding (Secoco), a framework that effectively deals with input noise for robust neural machine translation by introducing self-correcting predictors. Different from previous robust a…

Machine TranslationNMTTranslation

qecGPT: decoding Quantum Error-correcting Codes with Generative Pre-trained Transformers

2023-07-18 · Hanyan Cao, Feng Pan, Yijia Wang, Pan Zhang

We propose a general framework for decoding quantum error-correcting codes with generative modeling. The model utilizes autoregressive neural networks, specifically Transformers, to learn the joint probability of logical…

2k

Self-imitating Feedback Generation Using GAN for Computer-Assisted Pronunciation Training

2019-04-20 · Seung Hee Yang, Minhwa Chung

Self-imitating feedback is an effective and learner-friendly method for non-native learners in Computer-Assisted Pronunciation Training. Acoustic characteristics in native utterances are extracted and transplanted onto l…