paper-with-me

Papers

CODE: Contrasting Self-generated Description to Combat Hallucination in Large Multi-modal Models

2024-06-04 · Junho Kim, Hyunjun Kim, Yeonju Kim, Yong Man Ro

Large Multi-modal Models (LMMs) have recently demonstrated remarkable abilities in visual context understanding and coherent response generation. However, alongside these advancements, the issue of hallucinations has emerged as a significant challenge, producing erroneous responses that are unrelated to the visual contents. In this paper, we introduce a novel contrastive-based decoding method, COuntering DEscription Contrastive Decoding (CODE), which leverages self-generated descriptions as contrasting references during the decoding phase of LMMs to address hallucination issues. CODE utilizes the comprehensive descriptions from model itself as visual counterpart to correct and improve response alignment with actual visual content. By dynamically adjusting the information flow and distribution of next-token predictions in the LMM's vocabulary, CODE enhances the coherence and informativeness of generated responses. Extensive experiments demonstrate that our method significantly reduces hallucinations and improves cross-modal consistency across various benchmarks and cutting-edge LMMs. Our method provides a simple yet effective decoding strategy that can be integrated to existing LMM frameworks without additional training.

📄 PDF Abstract BibTeX arXiv:2406.01920

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationInformativenessResponse Generation

Similar Papers 제목 키워드 기반

GiFT: Gibbs Fine-Tuning for Code Generation

2025-02-17 · Haochen Li, Wanjin Feng, Xin Zhou, Zhiqi Shen

Training Large Language Models (LLMs) with synthetic data is a prevalent practice in code generation. A key approach is self-training, where LLMs are iteratively trained on self-generated correct code snippets. In this c…

Code Generationvalid

Video Object Grounding using Semantic Roles in Language Description

2020-03-24 · CVPR 2020 6 · Arka Sadhu, Kan Chen, Ram Nevatia

We explore the task of Video Object Grounding (VOG), which grounds objects in videos referred to in natural language descriptions. Previous methods apply image grounding based algorithms to address VOG, fail to explore t…

ObjectPosition

Will GPT-4 Run DOOM?

2024-03-08 · Adrian de Wynter

We show that GPT-4's reasoning and planning capabilities extend to the 1993 first-person shooter Doom. This large language model (LLM) is able to run and play the game with only a few instructions, plus a textual descrip…

Language ModelingLanguage ModellingLarge Language Model

Mean Shift for Self-Supervised Learning

2021-05-15 · ICCV 2021 10 · Soroush Abbasi Koohpayegani, Ajinkya Tejankar, Hamed Pirsiavash

Most recent self-supervised learning (SSL) algorithms learn features by contrasting between instances of images or by clustering the images and then contrasting between the image clusters. We introduce a simple mean-shif…

ClusteringLinear evaluationSelf-Supervised Learning

Contrastive Multi-View Representation Learning on Graphs

2020-06-10 · ICML 2020 1 · Kaveh Hassani, Amir Hosein Khasahmadi

We introduce a self-supervised approach for learning node and graph level representations by contrasting structural views of graphs. We show that unlike visual representation learning, increasing the number of views to m…

General ClassificationGraph ClassificationLinear evaluationRepresentation Learning+1