English

Memory-Efficient Transfer Learning with Fading Side Networks via Masked Dual Path Distillation

Computer Vision and Pattern Recognition 2026-04-13 v1

Abstract

Memory-efficient transfer learning (METL) approaches have recently achieved promising performance in adapting pre-trained models to downstream tasks. They avoid applying gradient backpropagation in large backbones, thus significantly reducing the number of trainable parameters and high memory consumption during fine-tuning. However, since they typically employ a lightweight and learnable side network, these methods inevitably introduce additional memory and time overhead during inference, which contradicts the ultimate goal of efficient transfer learning. To address the above issue, we propose a novel approach dubbed Masked Dual Path Distillation (MDPD) to accelerate inference while retaining parameter and memory efficiency in fine-tuning with fading side networks. Specifically, MDPD develops a framework that enhances the performance by mutually distilling the frozen backbones and learnable side networks in fine-tuning, and discard the side network during inference without sacrificing accuracy. Moreover, we design a novel feature-based knowledge distillation method for the encoder structure with multiple layers. Extensive experiments on distinct backbones across vision/language-only and vision-and-language tasks demonstrate that our method not only accelerates inference by at least 25.2\% while keeping parameter and memory consumption comparable, but also remarkably promotes the accuracy compared to SOTA approaches. The source code is available at https://github.com/Zhang-VKk/MDPD.

Keywords

Cite

@article{arxiv.2604.09088,
  title  = {Memory-Efficient Transfer Learning with Fading Side Networks via Masked Dual Path Distillation},
  author = {Yutong Zhang and Jiaxin Chen and Honglin Chen and Kaiqi Zheng and Shengcai Liao and Hanwen Zhong and Weixin Li and Yunhong Wang},
  journal= {arXiv preprint arXiv:2604.09088},
  year   = {2026}
}

Comments

CVPR2026 Accepted

R2 v1 2026-07-01T12:02:35.125Z