paper-with-me

홈 › Papers

Keeping Yourself is Important in Downstream Tuning Multimodal Large Language Model

2025-03-06 · Wenke Huang, Jian Liang, Xianda Guo, Yiyang Fang, Guancheng Wan, Xuankun Rong, Chi Wen, Zekun Shi, Qingyun Li, Didi Zhu, Yanbiao Ma, Ke Liang, Bin Yang, He Li, Jiawei Shao, Mang Ye, Bo Du

Multi-modal Large Language Models (MLLMs) integrate visual and linguistic reasoning to address complex tasks such as image captioning and visual question answering. While MLLMs demonstrate remarkable versatility, MLLMs appears limited performance on special applications. But tuning MLLMs for downstream tasks encounters two key challenges: Task-Expert Specialization, where distribution shifts between pre-training and target datasets constrain target performance, and Open-World Stabilization, where catastrophic forgetting erases the model general knowledge. In this work, we systematically review recent advancements in MLLM tuning methodologies, classifying them into three paradigms: (I) Selective Tuning, (II) Additive Tuning, and (III) Reparameterization Tuning. Furthermore, we benchmark these tuning strategies across popular MLLM architectures and diverse downstream tasks to establish standardized evaluation analysis and systematic tuning principles. Finally, we highlight several open challenges in this domain and propose future research directions. To facilitate ongoing progress in this rapidly evolving field, we provide a public repository that continuously tracks developments: https://github.com/WenkeHuang/Awesome-MLLM-Tuning.

📄 PDF Abstract BibTeX arXiv:2503.04543

Code (1)

wenkehuang/awesome-mllm-tuning 공식 구현

Tasks

General KnowledgeImage CaptioningLanguage ModelingLanguage ModellingLarge Language ModelMultimodal Large Language ModelQuestion AnsweringVisual Question Answering

Similar Papers 제목 키워드 기반

Learn from Downstream and Be Yourself in Multimodal Large Language Model Fine-Tuning

2024-11-17 · Wenke Huang, Jian Liang, Zekun Shi, Didi Zhu 외

Multimodal Large Language Model (MLLM) have demonstrated strong generalization capabilities across diverse distributions and tasks, largely due to extensive pre-training datasets. Fine-tuning MLLM has become a common pra…

Image CaptioningLanguage ModelingLanguage ModellingLarge Language Model+3

Imagine yourself: Tuning-Free Personalized Image Generation

2024-09-20 · Zecheng He, Bo Sun, Felix Juefei-Xu, Haoyu Ma 외

Diffusion models have demonstrated remarkable efficacy across various image-to-image tasks. In this research, we introduce Imagine yourself, a state-of-the-art model designed for personalized image generation. Unlike con…

DiversityImage GenerationPersonalized Image Generation

Visual Prompt Tuning

2022-03-23 · Menglin Jia, Luming Tang, Bor-Chun Chen, Claire Cardie 외

The current modus operandi in adapting pre-trained models involves updating all the backbone parameters, ie, full fine-tuning. This paper introduces Visual Prompt Tuning (VPT) as an efficient and effective alternative to…

Image ClassificationLong-tail LearningPrompt EngineeringVisual Prompt Tuning

Exploring the Diversity and Invariance in Yourself for Visual Pre-Training Task

2021-06-01 · Longhui Wei, Lingxi Xie, Wengang Zhou, Houqiang Li 외

Recently, self-supervised learning methods have achieved remarkable success in visual pre-training task. By simply pulling the different augmented views of each image together or other novel mechanisms, they can learn mu…

DiversitySelf-Supervised Learning

Explore How to Inject Beneficial Noise in MLLMs

2025-11-17 · Ruishu Zhu, Sida Huang, Ziheng Jiao, Hongyuan Zhang arxiv

Multimodal Large Language Models (MLLMs) have played an increasingly important role in multimodal intelligence. However, the existing fine-tuning methods often ignore cross-modal heterogeneity, limiting their full potent…