paper-with-me

홈 › Papers

OTCE: A Transferability Metric for Cross-Domain Cross-Task Representations

2021-03-25 · CVPR 2021 1 · Yang Tan, Yang Li, Shao-Lun Huang

Transfer learning across heterogeneous data distributions (a.k.a. domains) and distinct tasks is a more general and challenging problem than conventional transfer learning, where either domains or tasks are assumed to be the same. While neural network based feature transfer is widely used in transfer learning applications, finding the optimal transfer strategy still requires time-consuming experiments and domain knowledge. We propose a transferability metric called Optimal Transport based Conditional Entropy (OTCE), to analytically predict the transfer performance for supervised classification tasks in such cross-domain and cross-task feature transfer settings. Our OTCE score characterizes transferability as a combination of domain difference and task difference, and explicitly evaluates them from data in a unified framework. Specifically, we use optimal transport to estimate domain difference and the optimal coupling between source and target distributions, which is then used to derive the conditional entropy of the target task (task difference). Experiments on the largest cross-domain dataset DomainNet and Office31 demonstrate that OTCE shows an average of 21% gain in the correlation with the ground truth transfer accuracy compared to state-of-the-art methods. We also investigate two applications of the OTCE score including source model selection and multi-source feature fusion.

📄 PDF Abstract BibTeX arXiv:2103.13843

Code (3)

tanyang1231/OTCE_Transferability_CVPR21 공식 구현 pytorch
MindCode-4/code-8/tree/main/OTCE mindspore
MindSpore-scientific/code-5/tree/main/OTCE mindspore

Tasks

Model SelectionTransfer Learning

Similar Papers 제목 키워드 기반

Transferability-Guided Cross-Domain Cross-Task Transfer Learning

2022-07-12 · Yang Tan, Enming Zhang, Yang Li, Shao-Lun Huang 외

We propose two novel transferability metrics F-OTCE (Fast Optimal Transport based Conditional Entropy) and JC-OTCE (Joint Correspondence OTCE) to evaluate how much the source model (task) can benefit the learning of the …

Transfer Learning

Practical Transferability Estimation for Image Classification Tasks

2021-06-19 · Yang Tan, Yang Li, Shao-Lun Huang

Transferability estimation is an essential problem in transfer learning to predict how good the performance is when transferring a source model (or source task) to a target task. Recent analytical transferability metrics…

Classificationimage-classificationImage ClassificationModel Selection+2

Transferability Estimation for Semantic Segmentation Task

2021-09-30 · Yang Tan, Yang Li, Shao-Lun Huang

Transferability estimation is a fundamental problem in transfer learning to predict how good the performance is when transferring a source model (or source task) to a target task. With the guidance of transferability sco…

Autonomous Drivingimage-classificationImage ClassificationMedical Image Analysis+3

OTCE: Hybrid SSM and Attention with Cross Domain Mixture of Experts to construct Observer-Thinker-Conceiver-Expresser

2024-06-24 · Jingze Shi, Ting Xie, Bingheng Wu, Chunjun Zheng 외

Recent research has shown that combining Mamba with Transformer architecture, which has selective state space and quadratic self-attention mechanism, outperforms using Mamba or Transformer architecture alone in language …

Language ModelingLanguage ModellingMambaMixture-of-Experts+1

RADAR: Relative Angular Divergence Across Representations

2026-05-21 · Xavier Cadet, Mateusz Nowak, Peter Chin arxiv

Machine learning methods rely on data. However, gathering suitable data can be challenging due to availability constraints, cost, or the need for domain expertise. Expanding datasets with additional sources is a common r…

Image Classification