paper-with-me

홈 › Papers

CHiP: Cross-modal Hierarchical Direct Preference Optimization for Multimodal LLMs

2025-01-28 · Jinlan Fu, Shenzhen Huangfu, Hao Fei, Xiaoyu Shen, Bryan Hooi, Xipeng Qiu, See-Kiong Ng

Multimodal Large Language Models (MLLMs) still struggle with hallucinations despite their impressive capabilities. Recent studies have attempted to mitigate this by applying Direct Preference Optimization (DPO) to multimodal scenarios using preference pairs from text-based responses. However, our analysis of representation distributions reveals that multimodal DPO struggles to align image and text representations and to distinguish between hallucinated and non-hallucinated descriptions. To address these challenges, in this work, we propose a Cross-modal Hierarchical Direct Preference Optimization (CHiP) to address these limitations. We introduce a visual preference optimization module within the DPO framework, enabling MLLMs to learn from both textual and visual preferences simultaneously. Furthermore, we propose a hierarchical textual preference optimization module that allows the model to capture preferences at multiple granular levels, including response, segment, and token levels. We evaluate CHiP through both quantitative and qualitative analyses, with results across multiple benchmarks demonstrating its effectiveness in reducing hallucinations. On the Object HalBench dataset, CHiP outperforms DPO in hallucination reduction, achieving improvements of 52.7% and 55.5% relative points based on the base model Muffin and LLaVA models, respectively. We make all our datasets and code publicly available: https://github.com/LVUGAI/CHiP.

📄 PDF Abstract BibTeX arXiv:2501.16629

Code (1)

lvugai/chip 공식 구현 pytorch

Tasks

Hallucination

Methods 이 논문이 사용한 방법론

DPO 설명 없음
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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Hierarchy-Aware Multimodal Unlearning for Medical AI

2025-12-10 · Fengli Wu, Vaidehi Patil, Jaehong Yoon, Yue Zhang 외 arxiv

Pretrained Multimodal Large Language Models (MLLMs) are increasingly used in sensitive domains such as medical AI, where privacy regulations like HIPAA and GDPR require specific removal of individuals' or institutions' d…

ChipExpert: The Open-Source Integrated-Circuit-Design-Specific Large Language Model

2024-07-26 · Ning Xu, Zhaoyang Zhang, Lei Qi, Wensuo Wang 외

The field of integrated circuit (IC) design is highly specialized, presenting significant barriers to entry and research and development challenges. Although large language models (LLMs) have achieved remarkable success …

Language ModelingLanguage ModellingLarge Language ModelRAG+1

Multimodal Chip Physical Design Engineer Assistant

2025-07-02 · Yun-Da Tsai, Chang-Yu Chao, Liang-Yeh Shen, Tsung-Han Lin 외 arxiv

Modern chip physical design relies heavily on Electronic Design Automation (EDA) tools, which often struggle to provide interpretable feedback or actionable guidance for improving routing congestion. In this work, we int…

OrdMoE: Preference Alignment via Hierarchical Expert Group Ranking in Multimodal Mixture-of-Experts LLMs

2025-11-24 · Yuting Gao, Weihao Chen, Lan Wang, Ruihan Xu 외 arxiv

Preference learning has recently emerged as a pivotal strategy for post-training alignment of Multimodal Large Language Models (MLLMs). However, existing approaches predominantly rely on external human-annotated preferen…

Hierarchical Attention Fusion of Visual and Textual Representations for Cross-Domain Sequential Recommendation

2025-04-21 · Wangyu Wu, Zhenhong Chen, Siqi Song, Xianglin Qiua 외

Cross-Domain Sequential Recommendation (CDSR) predicts user behavior by leveraging historical interactions across multiple domains, focusing on modeling cross-domain preferences through intra- and inter-sequence item rel…

Decision MakingSequential Decision MakingSequential Recommendation