paper-with-me

홈 › Papers

An Information-Theoretic Metric of Transferability for Task Transfer Learning

2019-05-01 · ICLR 2019 5 · Yajie Bao, Yang Li, Shao-Lun Huang, Lin Zhang, Amir R. Zamir, Leonidas J. Guibas

An important question in task transfer learning is to determine task transferability, i.e. given a common input domain, estimating to what extent representations learned from a source task can help in learning a target task. Typically, transferability is either measured experimentally or inferred through task relatedness, which is often defined without a clear operational meaning. In this paper, we present a novel metric, H-score, an easily-computable evaluation function that estimates the performance of transferred representations from one task to another in classification problems. Inspired by a principled information theoretic approach, H-score has a direct connection to the asymptotic error probability of the decision function based on the transferred feature. This formulation of transferability can further be used to select a suitable set of source tasks in task transfer learning problems or to devise efficient transfer learning policies. Experiments using both synthetic and real image data show that not only our formulation of transferability is meaningful in practice, but also it can generalize to inference problems beyond classification, such as recognition tasks for 3D indoor-scene understanding.

📄 PDF Abstract BibTeX

Code (1)

YaojieBao/An-Information-theoretic-Metric-of-Transferability 공식 구현

Tasks

General ClassificationScene UnderstandingTransfer Learning

Similar Papers 제목 키워드 기반

An Information-Theoretic Approach to Transferability in Task Transfer Learning

2022-12-20 · Yajie Bao, Yang Li, Shao-Lun Huang, Lin Zhang 외

Task transfer learning is a popular technique in image processing applications that uses pre-trained models to reduce the supervision cost of related tasks. An important question is to determine task transferability, i.e…

Model SelectionTransfer Learning

Uncovering the Connections Between Adversarial Transferability and Knowledge Transferability

2020-06-25 · Kaizhao Liang, Jacky Y. Zhang, Boxin Wang, Zhuolin Yang 외

Knowledge transferability, or transfer learning, has been widely adopted to allow a pre-trained model in the source domain to be effectively adapted to downstream tasks in the target domain. It is thus important to explo…

Transfer Learning

Towards Estimating Transferability using Hard Subsets

2023-01-17 · Tarun Ram Menta, Surgan Jandial, Akash Patil, Vimal KB 외

As transfer learning techniques are increasingly used to transfer knowledge from the source model to the target task, it becomes important to quantify which source models are suitable for a given target task without perf…

Transfer Learning

Understanding Knowledge Transferability for Transfer Learning: A Survey

2025-07-03 · Haohua Wang, Jingge Wang, Zijie Zhao, Yang Tan 외 arxiv

Transfer learning has become an essential paradigm in artificial intelligence, enabling the transfer of knowledge from a source task to improve performance on a target task. This approach, particularly through techniques…

Transfer Learning

Occam's model: Selecting simpler representations for better transferability estimation

2025-02-10 · Prabhant Singh, Sibylle Hess, Joaquin Vanschoren

Fine-tuning models that have been pre-trained on large datasets has become a cornerstone of modern machine learning workflows. With the widespread availability of online model repositories, such as Hugging Face, it is no…