Model Reprogramming: Resource-Efficient Cross-Domain Machine Learning
Pin-Yu Chen
TL;DR
This work presents model reprogramming as a resource-efficient strategy to repurpose frozen, pre-trained source models for cross-domain tasks by adding lightweight input-transform and output-mapping adapters. It formalizes a general framework, details concrete continuous and discrete data implementations, and provides a theoretical bound linking target risk to source risk and representation alignment. The paper surveys multiple use cases, including BAR, V2S, R2DL, and WARP, illustrating data-efficient performance in data-scarce settings. It also discusses open questions, from semi-supervised extensions to foundation-model reprogramming and deployment in heterogeneous computing environments, highlighting practical pathways to democratize access to powerful pre-trained models.
Abstract
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 downstream tasks. However, deep learning in resource-limited domains still faces multiple challenges including (i) limited data, (ii) constrained model development cost, and (iii) lack of adequate pre-trained models for effective finetuning. This paper provides an overview of model reprogramming to bridge this gap. Model reprogramming enables resource-efficient cross-domain machine learning by repurposing and reusing a well-developed pre-trained model from a source domain to solve tasks in a target domain without model finetuning, where the source and target domains can be vastly different. In many applications, model reprogramming outperforms transfer learning and training from scratch. This paper elucidates the methodology of model reprogramming, summarizes existing use cases, provides a theoretical explanation of the success of model reprogramming, and concludes with a discussion on open-ended research questions and opportunities. A list of model reprogramming studies is actively maintained and updated at https://github.com/IBM/model-reprogramming.
