paper-with-me

홈 › Papers

MERGETUNE: Continued Fine-Tuning of Vision-Language Models

2026-01-15 · Wenqing Wang, Da Li, Xiatian Zhu, Josef Kittler arxiv

Fine-tuning vision-language models (VLMs) such as CLIP often leads to catastrophic forgetting of pretrained knowledge. Prior work primarily aims to mitigate forgetting during adaptation; however, forgetting often remains inevitable during this process. We introduce a novel paradigm, continued fine-tuning (CFT), which seeks to recover pretrained knowledge after a zero-shot model has already been adapted. We propose a simple, model-agnostic CFT strategy (named MERGETUNE) guided by linear mode connectivity (LMC), which can be applied post hoc to existing fine-tuned models without requiring architectural changes. Given a fine-tuned model, we continue fine-tuning its trainable parameters (e.g., soft prompts or linear heads) to search for a continued model which has two low-loss paths to the zero-shot (e.g., CLIP) and the fine-tuned (e.g., CoOp) solutions. By exploiting the geometry of the loss landscape, the continued model implicitly merges the two solutions, restoring pretrained knowledge lost in the fine-tuned counterpart. A challenge is that the vanilla LMC constraint requires data replay from the pretraining task. We approximate this constraint for the zero-shot model via a second-order surrogate, eliminating the need for large-scale data replay. Experiments show that MERGETUNE improves the harmonic mean of CoOp by +5.6% on base-novel generalisation without adding parameters. On robust fine-tuning evaluations, the LMC-merged model from MERGETUNE surpasses ensemble baselines with lower inference cost, achieving further gains and state-of-the-art results when ensembled with the zero-shot model. Our code is available at https://github.com/Surrey-UP-Lab/MERGETUNE.

📄 PDF Abstract BibTeX arXiv:2601.10497

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Data Scaling: Representation-Centric Continued Pre-training for Vision-Language-Action Models

2026-08-27 · Senqiao Yang, Chengyao Wang, Yuxin Chen, Zixuan Wang 외 hf

Scaling robot data is crucial for building generalist Vision-Language-Action (VLA) models, yet robot trajectories are harder to scale than web-scale image-text data because embodied collection is costly and sparsely cove…

Hy-Embodied-0.5-VLA: From Vision-Language-Action Models to a Real-World Robot Learning Stack

2026-06-12 · He Zhang, Lingzhu Xiang, Haitao Lin, Zeyu Huang 외 arxiv

In this report, we present Hy-Embodied-0.5-VLA, abbreviated as HyVLA-0.5, an end-to-end system that spans the full robot learning stack: data collection, model design, continued pre-training and supervised fine-tuning, R…

C3: Continued Pretraining with Contrastive Weak Supervision for Cross Language Ad-Hoc Retrieval

2022-04-25 · Eugene Yang, Suraj Nair, Ramraj Chandradevan, Rebecca Iglesias-Flores 외

Pretrained language models have improved effectiveness on numerous tasks, including ad-hoc retrieval. Recent work has shown that continuing to pretrain a language model with auxiliary objectives before fine-tuning on the…

ArticlesLanguage ModelingLanguage ModellingRetrieval

Continued Pretraining for Better Zero- and Few-Shot Promptability

2022-10-19 · Zhaofeng Wu, Robert L. Logan IV, Pete Walsh, Akshita Bhagia 외

Recently introduced language model prompting methods can achieve high accuracy in zero- and few-shot settings while requiring few to no learned task-specific parameters. Nevertheless, these methods still often trail behi…

Language ModelingLanguage ModellingMeta-LearningMulti-Task Learning

Memorization in Large Language Models in Medicine: Prevalence, Characteristics, and Implications

2025-09-10 · Anran Li, Lingfei Qian, Mengmeng Du, Yu Yin 외 arxiv

Large Language Models (LLMs) have demonstrated significant potential in medicine, with many studies adapting them through continued pre-training or fine-tuning on medical data to enhance domain-specific accuracy and safe…

Domain Adaptation