paper-with-me

Papers

Towards Efficient Task-Driven Model Reprogramming with Foundation Models

2023-04-05 · Shoukai Xu, Jiangchao Yao, Ran Luo, Shuhai Zhang, Zihao Lian, Mingkui Tan, Bo Han, YaoWei Wang

Vision foundation models exhibit impressive power, benefiting from the extremely large model capacity and broad training data. However, in practice, downstream scenarios may only support a small model due to the limited computational resources or efficiency considerations. Moreover, the data used for pretraining foundation models are usually invisible and very different from the target data of downstream tasks. This brings a critical challenge for the real-world application of foundation models: one has to transfer the knowledge of a foundation model to the downstream task that has a quite different architecture with only downstream target data. Existing transfer learning or knowledge distillation methods depend on either the same model structure or finetuning of the foundation model. Thus, naively introducing these methods can be either infeasible or very inefficient. To address this, we propose a Task-Driven Model Reprogramming (TDMR) framework. Specifically, we reprogram the foundation model to project the knowledge into a proxy space, which alleviates the adverse effect of task mismatch and domain inconsistency. Then, we reprogram the target model via progressive distillation from the proxy space to efficiently learn the knowledge from the reprogrammed foundation model. TDMR is compatible with different pre-trained model types (CNN, transformer or their mix) and limited target data, and promotes the wide applications of vision foundation models to downstream tasks in a cost-effective manner. Extensive experiments on different downstream classification tasks and target model structures demonstrate the effectiveness of our methods with both CNNs and transformer foundation models.

📄 PDF Abstract BibTeX arXiv:2304.02263

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Deep Reprogramming Distillation for Medical Foundation Models

2026-05-06 · Siyuan Du, Yuhang Zhou, Haolin Li, Jiangchao Yao 외 arxiv

Medical foundation models pre-trained on large-scale datasets have shown powerful versatile performance. However, when adapting medical foundation models for specific medical scenarios, it remains the inevitable challeng…

parameter-efficient fine-tuningKnowledge Distillation3D Classification

Reprogramming Vision Foundation Models for Spatio-Temporal Forecasting

2025-07-14 · Changlu Chen, Yanbin Liu, Chaoxi Niu, Ling Chen 외 arxiv

Foundation models have achieved remarkable success in natural language processing and computer vision, demonstrating strong capabilities in modeling complex patterns. While recent efforts have explored adapting large lan…

Representation Learning

Reprogramming Distillation for Medical Foundation Models

2024-07-09 · YuHang Zhou, Siyuan Du, Haolin Li, Jiangchao Yao 외

Medical foundation models pre-trained on large-scale datasets have demonstrated powerful versatile capabilities for various tasks. However, due to the gap between pre-training tasks (or modalities) and downstream tasks (…

Knowledge DistillationLightweight Deploymentparameter-efficient fine-tuningTransfer Learning

Model Reprogramming: Resource-Efficient Cross-Domain Machine Learning

2022-02-22 · Pin-Yu Chen

In data-rich domains such as vision, language, and speech, deep learning prevails to deliver high-performance task-specific models and can even learn general task-agnostic representations for efficient finetuning to down…

BIG-bench Machine LearningmodelTransfer Learning

CLR: Channel-wise Lightweight Reprogramming for Continual Learning

2023-07-21 · ICCV 2023 1 · Yunhao Ge, Yuecheng Li, Shuo Ni, Jiaping Zhao 외

Continual learning aims to emulate the human ability to continually accumulate knowledge over sequential tasks. The main challenge is to maintain performance on previously learned tasks after learning new tasks, i.e., to…

Continual Learningimage-classificationImage Classification