CLAIJul 21, 2024

DOPRA: Decoding Over-accumulation Penalization and Re-allocation in Specific Weighting Layer

arXiv:2407.15130v239 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses hallucinations in MLLMs for applications like image captioning, but it is incremental as it builds on existing decoding methods without new data.

The paper tackles hallucinations in multi-modal large language models (MLLMs) by introducing DOPRA, which uses weighted penalties and redistribution in specific layers during decoding, resulting in reduced hallucinatory descriptions in auto-generated captions.

In this work, we introduce DOPRA, a novel approach designed to mitigate hallucinations in multi-modal large language models (MLLMs). Unlike existing solutions that typically involve costly supplementary training data or the integration of external knowledge sources, DOPRA innovatively addresses hallucinations by decoding specific weighted layer penalties and redistribution, offering an economical and effective solution without additional resources. DOPRA is grounded in unique insights into the intrinsic mechanisms controlling hallucinations within MLLMs, especially the models' tendency to over-rely on a subset of summary tokens in the self-attention matrix, neglecting critical image-related information. This phenomenon is particularly pronounced in certain strata. To counteract this over-reliance, DOPRA employs a strategy of weighted overlay penalties and redistribution in specific layers, such as the 12th layer, during the decoding process. Furthermore, DOPRA includes a retrospective allocation process that re-examines the sequence of generated tokens, allowing the algorithm to reallocate token selection to better align with the actual image content, thereby reducing the incidence of hallucinatory descriptions in auto-generated captions. Overall, DOPRA represents a significant step forward in improving the output quality of MLLMs by systematically reducing hallucinations through targeted adjustments during the decoding process.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes