paper-with-me

Papers

AsymLoRA: Harmonizing Data Conflicts and Commonalities in MLLMs

2025-02-27 · Xuyang Wei, Chunlin Tian, Li Li

Effective instruction fine-tuning on diverse image-text datasets is crucial for developing a versatile Multimodal Large Language Model (MLLM), where dataset composition dictates the model's adaptability across multimodal tasks. However, complex datasets often contain inherent conflicts -- stemming from modality-specific optimization objectives -- and latent commonalities that enable cross-task transfer, which most existing approaches handle separately. To bridge this gap, we introduce AsymLoRA, a parameter-efficient tuning framework that unifies knowledge modularization and cross-modal coordination via asymmetric LoRA: task-specific low-rank projections (matrix B) that preserve distinct adaptation pathways for conflicting objectives, and a shared projection (matrix A) that consolidates cross-modal commonalities. Extensive evaluations demonstrate that AsymLoRA consistently surpasses both vanilla LoRA, which captures only commonalities, and LoRA-MoE, which focuses solely on conflicts, achieving superior model performance and system efficiency across diverse benchmarks.\href{Code}{https://github.com/Clin0212/HydraLoRA/blob/main/MLLM-HydraLoRA/README.md}.

📄 PDF Abstract BibTeX arXiv:2502.20035

Code (1)

clin0212/hydralora 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

Similar Papers 제목 키워드 기반

LoRASculpt: Sculpting LoRA for Harmonizing General and Specialized Knowledge in Multimodal Large Language Models

2025-03-21 · CVPR 2025 1 · Jian Liang, Wenke Huang, Guancheng Wan, Qu Yang 외

While Multimodal Large Language Models (MLLMs) excel at generalizing across modalities and tasks, effectively adapting them to specific downstream tasks while simultaneously retaining both general and specialized knowled…

General Knowledge

Is Cognition consistent with Perception? Assessing and Mitigating Multimodal Knowledge Conflicts in Document Understanding

2024-11-12 · Zirui Shao, Chuwei Luo, Zhaoqing Zhu, Hangdi Xing 외

Multimodal large language models (MLLMs) have shown impressive capabilities in document understanding, a rapidly growing research area with significant industrial demand in recent years. As a multimodal task, document un…

document understandingOptical Character Recognition (OCR)Visual Question Answering (VQA)

Harmonizing and Merging Source Models for CLIP-based Domain Generalization

2025-06-11 · Yuhe Ding, Jian Liang, Bo Jiang, Zi Wang 외

CLIP-based domain generalization aims to improve model generalization to unseen domains by leveraging the powerful zero-shot classification capabilities of CLIP and multiple source datasets. Existing methods typically tr…

Domain Generalizationzero-shot-classificationZero-Shot Learning

Insight Over Sight? Exploring the Vision-Knowledge Conflicts in Multimodal LLMs

2024-10-10 · Xiaoyuan Liu, Wenxuan Wang, Youliang Yuan, Jen-tse Huang 외

This paper explores the problem of commonsense-level vision-knowledge conflict in Multimodal Large Language Models (MLLMs), where visual information contradicts model's internal commonsense knowledge (see Figure 1). To s…

Diagnostic

Benchmarking and Bridging Emotion Conflicts for Multimodal Emotion Reasoning

2025-08-02 · Zhiyuan Han, Beier Zhu, Yanlong Xu, Peipei Song 외 arxiv

Despite their strong performance in multimodal emotion reasoning, existing Multimodal Large Language Models (MLLMs) often overlook the scenarios involving emotion conflicts, where emotional cues from different modalities…