paper-with-me

홈 › Papers

Understanding the Transferability of Representations via Task-Relatedness

2023-07-03 · Akshay Mehra, Yunbei Zhang, Jihun Hamm

The growing popularity of transfer learning, due to the availability of models pre-trained on vast amounts of data, makes it imperative to understand when the knowledge of these pre-trained models can be transferred to obtain high-performing models on downstream target tasks. However, the exact conditions under which transfer learning succeeds in a cross-domain cross-task setting are still poorly understood. To bridge this gap, we propose a novel analysis that analyzes the transferability of the representations of pre-trained models to downstream tasks in terms of their relatedness to a given reference task. Our analysis leads to an upper bound on transferability in terms of task-relatedness, quantified using the difference between the class priors, label sets, and features of the two tasks. Our experiments using state-of-the-art pre-trained models show the effectiveness of task-relatedness in explaining transferability on various vision and language tasks. The efficient computability of task-relatedness even without labels of the target task and its high correlation with the model's accuracy after end-to-end fine-tuning on the target task makes it a useful metric for transferability estimation. Our empirical results of using task-relatedness to select the best pre-trained model from a model zoo for a target task highlight its utility for practical problems.

📄 PDF Abstract BibTeX arXiv:2307.00823

Code (1)

akshaymehra24/TaskTransferAnalysis 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar 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 외

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 t…

General ClassificationScene UnderstandingTransfer Learning

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

Exploring the Role of Task Transferability in Large-Scale Multi-Task Learning

2022-04-23 · NAACL 2022 7 · Vishakh Padmakumar, Leonard Lausen, Miguel Ballesteros, Sheng Zha 외

Recent work has found that multi-task training with a large number of diverse tasks can uniformly improve downstream performance on unseen target tasks. In contrast, literature on task transferability has established tha…

Multi-Task LearningRepresentation Learning

USTCCTSU at SemEval-2024 Task 1: Reducing Anisotropy for Cross-lingual Semantic Textual Relatedness Task

2024-11-28 · Jianjian Li, Shengwei Liang, Yong Liao, Hongping Deng 외

Cross-lingual semantic textual relatedness task is an important research task that addresses challenges in cross-lingual communication and text understanding. It helps establish semantic connections between different lan…

Information RetrievalMachine TranslationRetrievalSentence+1

Cross-lingual Word Embeddings beyond Zero-shot Machine Translation

2020-11-03 · Shifei Chen, Ali Basirat

We explore the transferability of a multilingual neural machine translation model to unseen languages when the transfer is grounded solely on the cross-lingual word embeddings. Our experimental results show that the tran…

Cross-Lingual Word EmbeddingsMachine TranslationTranslationWord Embeddings+1