Rethinking Fine-Tuning: Unlocking Hidden Capabilities in Vision-Language Models

TL;DR

MFT method surpasses LoRA in VLMs without updating weights, enhancing performance.

cs.LG 🔴 Advanced 2025-12-29 13 views
Mingyuan Zhang Yue Bai Yifan Wang Yiyang Huang Yun Fu
Vision-Language Models Fine-Tuning MFT LoRA Structural Reparameterization

Key Findings

Methodology

This paper introduces a structural reparameterization approach based on Mask Fine-Tuning (MFT) applied to the language and projector components of Vision-Language Models (VLMs). MFT assigns learnable gating scores to each weight, reorganizing the model's internal subnetworks for downstream task adaptation without updating the frozen pre-trained weights.

Key Results

  • MFT achieved the best performance in all tasks on the Qwen2.5-0.5B model with the S-MFT Both variant, surpassing FFT and LoRA methods, particularly achieving 1349.3 in the MME task.
  • MFT outperformed full fine-tuning across various VLM architectures while keeping the pre-trained model frozen.
  • Experiments show MFT significantly surpasses strong PEFT baselines, including multiple LoRA variants, across multiple benchmarks.

Significance

This study reveals the possibility of effective adaptation without weight updates, challenging traditional fine-tuning methods' reliance on weight modifications. By leveraging the existing knowledge structures within models, MFT enhances performance without additional computational resources, holding significant implications for academia and industry.

Technical Contribution

Technical contributions include proposing a new fine-tuning paradigm that achieves model adaptation through structural reparameterization rather than weight updates, providing new theoretical guarantees and engineering possibilities. MFT demonstrates latent adaptability within frozen-weight models, altering existing fine-tuning methods.

Novelty

MFT is the first to apply mask fine-tuning in Vision-Language Models, breaking the limitations of traditional PEFT methods by achieving more efficient model adaptation through structural reparameterization.

Limitations

  • MFT may underperform full fine-tuning in specific tasks, especially those requiring extensive weight updates.
  • The choice of mask generation strategy may impact final performance.

Future Work

Future work could explore the application of MFT on larger-scale models and optimize mask generation strategies to further enhance performance.

AI Executive Summary

In recent years, Vision-Language Models (VLMs) have made significant strides in multimodal tasks. However, traditional full fine-tuning methods become computationally and storage-intensive as model sizes increase. This paper proposes a novel fine-tuning method, Mask Fine-Tuning (MFT), which assigns learnable gating scores to each weight, reorganizing the model's internal subnetworks for downstream task adaptation without updating the frozen pre-trained weights.

Experimental results show that MFT significantly surpasses strong PEFT baselines, including multiple LoRA variants, across multiple benchmarks. Notably, on the Qwen2.5-0.5B model, the S-MFT Both variant achieved the best performance in all tasks, particularly reaching 1349.3 in the MME task.

The success of MFT reveals the possibility of effective adaptation without weight updates, challenging traditional fine-tuning methods' reliance on weight modifications. Future research could explore the application of MFT on larger-scale models and optimize mask generation strategies to further enhance performance.

Deep Analysis

Background

Vision-Language Models (VLMs) trained on large-scale multimodal data have excelled in tasks like visual question answering and image captioning. However, as models grow larger, the computational and storage costs of full fine-tuning (FFT) become prohibitive, prompting researchers to explore Parameter-Efficient Fine-Tuning (PEFT) methods such as LoRA.

Core Problem

Traditional fine-tuning methods rely on explicit weight updates, overlooking the rich representational structures already encoded in pre-trained models. The challenge is to effectively utilize these structures for downstream task adaptation without updating weights.

Innovation

This paper introduces Mask Fine-Tuning (MFT), which assigns learnable gating scores to each weight, reorganizing the model's internal subnetworks for task adaptation. Unlike traditional weight update methods, MFT achieves adaptation without altering the frozen pre-trained weights.

Methodology

  • �� Introduce learnable gating score matrices, matching the size of pre-trained weight matrices.
  • �� Generate binary or continuous masks using mask generation strategies.
  • �� Adjust effective weights using masks, achieving structural reparameterization.
  • �� Use Straight-Through Estimator (STE) for gradient computation.

Experiments

Experiments were conducted on various VLM architectures, including Qwen2.5-0.5B and TinyLLaMA-1.1B, evaluating MFT's performance across different tasks. Benchmarks included GQA, MMMU, POPE, and others, comparing MFT with FFT and LoRA.

Results

MFT demonstrated superior performance in all tests, notably achieving 1349.3 in the MME task on the Qwen2.5-0.5B model. Compared to FFT and LoRA, MFT achieved higher accuracy and faster convergence across multiple tasks.

Applications

MFT can be applied to multimodal tasks requiring efficient adaptation, such as visual question answering and image captioning. Its ability to adapt without weight updates makes it advantageous in resource-constrained environments.

Limitations & Outlook

MFT may underperform full fine-tuning in specific tasks, particularly those requiring extensive weight updates. Additionally, the choice of mask generation strategy may impact final performance.

Plain Language Accessible to non-experts

Imagine a factory with many machines, each with different switch combinations to complete specific tasks. Traditional methods change the machine's internal structure to adapt to new tasks, while MFT adjusts the switch combinations to achieve the same effect. This way, the factory can adapt to new production needs without dismantling and reassembling machines.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a super complex puzzle game. Usually, you need to keep adjusting each puzzle piece to complete the picture. But MFT is like having a magic tool that lets you change the connections between pieces without moving them. This helps you finish the game faster and saves a lot of effort! Isn't that cool?

Glossary

Mask Fine-Tuning

A fine-tuning method that reorganizes a model's internal structure by assigning learnable gating scores to each weight.

Used to adapt to downstream tasks without updating weights.

Low-Rank Adaptation

A fine-tuning method that updates model weights by injecting trainable low-rank matrices.

A mainstream PEFT method compared with MFT.

Straight-Through Estimator

A gradient estimation method for handling non-differentiable operations.

Used for gradient computation in MFT's mask generation.

Frozen Weights

Pre-trained model weights that remain unchanged during training.

MFT achieves efficient adaptation by keeping weights frozen.

Structural Reparameterization

A technique that achieves adaptation by adjusting a model's internal structure rather than updating weights.

A core innovation of MFT.

Open Questions Unanswered questions from this research

  • 1 How to optimize MFT's mask generation strategy on larger-scale models to further enhance performance.
  • 2 In certain tasks, MFT underperforms full fine-tuning; how to improve this aspect.

Applications

Immediate Applications

Visual Question Answering

MFT can be used for visual question answering tasks, improving performance by adjusting model structure rather than updating weights, suitable for resource-constrained environments.

Image Captioning

In image captioning tasks, MFT achieves efficient adaptation through mask fine-tuning, reducing computational and storage costs.

Long-term Vision

Large-Scale Multimodal Models

The success of MFT could drive efficient adaptation of large-scale multimodal models, reducing dependency on computational resources.

Abstract

Explorations in fine-tuning Vision-Language Models (VLMs), such as Low-Rank Adaptation (LoRA) from Parameter Efficient Fine-Tuning (PEFT), have made impressive progress. However, most approaches rely on explicit weight updates, overlooking the extensive representational structures already encoded in pre-trained models that remain underutilized. Recent works have demonstrated that Mask Fine-Tuning (MFT) can be a powerful and efficient post-training paradigm for language models. Instead of updating weights, MFT assigns learnable gating scores to each weight, allowing the model to reorganize its internal subnetworks for downstream task adaptation. In this paper, we rethink fine-tuning for VLMs from a structural reparameterization perspective grounded in MFT. We apply MFT to the language and projector components of VLMs with different language backbones and compare against strong PEFT baselines. Experiments show that MFT consistently surpasses LoRA variants and even full fine-tuning, achieving high performance without altering the frozen backbone. Our findings reveal that effective adaptation can emerge not only from updating weights but also from reestablishing connections among the model's existing knowledge. Code available at: https://github.com/Ming-K9/MFT-VLM

cs.LG cs.CV