paper-with-me

홈 › Papers

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

2025-12-28 · Mingyuan Zhang, Yue Bai, Yifan Wang, Yiyang Huang, Yun Fu arxiv

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

📄 PDF Abstract BibTeX arXiv:2512.23073

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HiProbe-VAD: Video Anomaly Detection via Hidden States Probing in Tuning-Free Multimodal LLMs

2025-07-23 · Zhaolin Cai, Fan Li, Ziwei Zheng, Yanjun Qin arxiv

Video Anomaly Detection (VAD) aims to identify and locate deviations from normal patterns in video sequences. Traditional methods often struggle with substantial computational demands and a reliance on extensive labeled …

Video Anomaly Detection

Language Models are Hidden Reasoners: Unlocking Latent Reasoning Capabilities via Self-Rewarding

2024-11-06 · Haolin Chen, Yihao Feng, Zuxin Liu, Weiran Yao 외

Large language models (LLMs) have shown impressive capabilities, but still struggle with complex reasoning tasks requiring multiple steps. While prompt-based methods like Chain-of-Thought (CoT) can improve LLM reasoning …

ARCGSM8K

Unlocking Large Language Model's Planning Capabilities with Maximum Diversity Fine-tuning

2024-06-15 · Wenjun Li, Changyu Chen, Pradeep Varakantham

Large language models (LLMs) have demonstrated impressive task-solving capabilities, achieved through either prompting techniques or system designs. However, concerns have arisen regarding their proficiency in planning t…

Diversityvalid

From Drafts to Answers: Unlocking LLM Potential via Aggregation Fine-Tuning

2025-01-21 · Yafu Li, Zhilin Wang, Tingchen Fu, Ganqu Cui 외

Scaling data and model size has been proven effective for boosting the performance of large language models. In addition to training-time scaling, recent studies have revealed that increasing test-time computational reso…

Stress-Testing Capability Elicitation With Password-Locked Models

2024-05-29 · Ryan Greenblatt, Fabien Roger, Dmitrii Krasheninnikov, David Krueger

To determine the safety of large language models (LLMs), AI developers must be able to assess their dangerous capabilities. But simple prompting strategies often fail to elicit an LLM's full capabilities. One way to elic…