paper-with-me

Papers

EFUF: Efficient Fine-grained Unlearning Framework for Mitigating Hallucinations in Multimodal Large Language Models

2024-02-15 · Shangyu Xing, Fei Zhao, Zhen Wu, Tuo An, WeiHao Chen, Chunhui Li, Jianbing Zhang, Xinyu Dai

Multimodal large language models (MLLMs) have attracted increasing attention in the past few years, but they may still generate descriptions that include objects not present in the corresponding images, a phenomenon known as object hallucination. To eliminate hallucinations, existing methods manually annotate paired responses with and without hallucinations, and then employ various alignment algorithms to improve the alignment capability between images and text. However, they not only demand considerable computation resources during the finetuning stage but also require expensive human annotation to construct paired data needed by the alignment algorithms. To address these issues, we borrow the idea of unlearning and propose an efficient fine-grained unlearning framework (EFUF), which can eliminate hallucinations without the need for paired data. Extensive experiments show that our method consistently reduces hallucinations while preserving the generation quality with modest computational overhead. Our code and datasets will be publicly available.

📄 PDF Abstract BibTeX arXiv:2402.09801

Code (1)

starreeze/efuf 공식 구현 pytorch

Tasks

HallucinationObject Hallucination

Similar Papers 제목 키워드 기반

Targeted Forgetting of Image Subgroups in CLIP Models

2025-01-01 · CVPR 2025 1 · Zeliang Zhang, Gaowen Liu, Charles Fleming, Ramana Rao Kompella 외

Foundation models (FMs) such as CLIP have demonstrated impressive zero-shot performance across various tasks by leveraging large-scale, unsupervised pre-training. However, they often inherit harmful or unwanted knowl…

Knowledge DistillationUnsupervised Pre-training

Mitigating Social Biases in Language Models through Unlearning

2024-06-19 · Omkar Dige, Diljot Singh, Tsz Fung Yau, Qixuan Zhang 외

Mitigating bias in language models (LMs) has become a critical problem due to the widespread deployment of LMs. Numerous approaches revolve around data pre-processing and fine-tuning of language models, tasks that can be…

DecoderMachine UnlearningNegation

Beyond Single-Value Metrics: Evaluating and Enhancing LLM Unlearning with Cognitive Diagnosis

2025-02-19 · Yicheng Lang, Kehan Guo, Yue Huang, Yujun Zhou 외

Due to the widespread use of LLMs and the rising critical ethical and safety concerns, LLM unlearning methods have been developed to remove harmful knowledge and undesirable capabilities. In this context, evaluations are…

cognitive diagnosis

Machine unlearning through fine-grained model parameters perturbation

2024-01-09 · Zhiwei Zuo, Zhuo Tang, Kenli Li, Anwitaman Datta

Machine unlearning techniques, which involve retracting data records and reducing influence of said data on trained models, help with the user privacy protection objective but incur significant computational costs. Weigh…

Machine Unlearningmodel

FALCON: Fine-grained Activation Manipulation by Contrastive Orthogonal Unalignment for Large Language Model

2025-02-03 · Jinwei Hu, Zhenglin Huang, Xiangyu Yin, Wenjie Ruan 외

Large language models have been widely applied, but can inadvertently encode sensitive or harmful information, raising significant safety concerns. Machine unlearning has emerged to alleviate this concern; however, exist…

Language ModelingLanguage ModellingLarge Language ModelMachine Unlearning