LaF: Labeling-Free Model Selection for Automated Deep Neural Network Reusing
Qiang Hu, Yuejun Guo, Maxime Cordy, Xiaofei Xie, Mike Papadakis, Yves, Le Traon

TL;DR
This paper introduces LaF, a labeling-free method for selecting pre-trained deep neural networks for reuse, using Bayesian inference based solely on predicted labels, thus reducing the need for labeled data.
Contribution
LaF is the first approach to perform model selection without labeled data by statistically inferring model performance from predicted labels.
Findings
LaF outperforms baseline methods in correlation metrics.
It is effective across diverse datasets including images, text, and code.
LaF reduces labeling efforts in model selection processes.
Abstract
Applying deep learning to science is a new trend in recent years which leads DL engineering to become an important problem. Although training data preparation, model architecture design, and model training are the normal processes to build DL models, all of them are complex and costly. Therefore, reusing the open-sourced pre-trained model is a practical way to bypass this hurdle for developers. Given a specific task, developers can collect massive pre-trained deep neural networks from public sources for re-using. However, testing the performance (e.g., accuracy and robustness) of multiple DNNs and recommending which model should be used is challenging regarding the scarcity of labeled data and the demand for domain expertise. In this paper, we propose a labeling-free (LaF) model selection approach to overcome the limitations of labeling efforts for automated model reusing. The main idea…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Topic Modeling · Machine Learning and Algorithms
