Reusing Deep Learning Models: Challenges and Directions in Software Engineering
James C. Davis, Purvish Jajal, Wenxin Jiang, Taylor R. Schorlemmer, Nicholas Synovic, George K. Thiruvathukal
TL;DR
This vision paper addresses the problem of high development costs for deep neural networks by examining how reusing DNNs can amortize effort across organizations. It offers a taxonomy of three reuse paradigms (conceptual, adaptation, deployment), analyzes the challenges faced in each, and proposes concrete directions for artifacts, tooling, auditing, and supply-chain trust. By connecting reuse with foundational models and DL interoperability, the work highlights practical paths toward standardized engineering practices and trustworthy deployment. The findings aim to guide both researchers and practitioners in building scalable, cost-efficient, and reliable DNN reuse ecosystems.
Abstract
Deep neural networks (DNNs) achieve state-of-the-art performance in many areas, including computer vision, system configuration, and question-answering. However, DNNs are expensive to develop, both in intellectual effort (e.g., devising new architectures) and computational costs (e.g., training). Reusing DNNs is a promising direction to amortize costs within a company and across the computing industry. As with any new technology, however, there are many challenges in reusing DNNs. These challenges include both missing technical capabilities and missing engineering practices. This vision paper describes challenges in current approaches to DNN re-use. We summarize studies of re-use failures across the spectrum of re-use techniques, including conceptual (e.g., reusing based on a research paper), adaptation (e.g., re-using by building on an existing implementation), and deployment (e.g., direct re-use on a new device). We outline possible advances that would improve each kind of re-use.
