English

Transferability Estimation for Semantic Segmentation Task

Computer Vision and Pattern Recognition 2024-03-01 v3

Abstract

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 score, we can efficiently select the highly transferable source models without performing the real transfer in practice. Recent analytical transferability metrics are mainly designed for image classification problem, and currently there is no specific investigation for the transferability estimation of semantic segmentation task, which is an essential problem in autonomous driving, medical image analysis, etc. Consequently, we further extend the recent analytical transferability metric OTCE (Optimal Transport based Conditional Entropy) score to the semantic segmentation task. The challenge in applying the OTCE score is the high dimensional segmentation output, which is difficult to find the optimal coupling between so many pixels under an acceptable computation cost. Thus we propose to randomly sample N pixels for computing OTCE score and take the expectation over K repetitions as the final transferability score. Experimental evaluation on Cityscapes, BDD100K and GTA5 datasets demonstrates that the OTCE score highly correlates with the transfer performance.

Keywords

Cite

@article{arxiv.2109.15242,
  title  = {Transferability Estimation for Semantic Segmentation Task},
  author = {Yang Tan and Yang Li and Shao-Lun Huang},
  journal= {arXiv preprint arXiv:2109.15242},
  year   = {2024}
}

Comments

This paper is not the latest version. Please refer to Efficient Prediction of Model Transferability in Semantic Segmentation Tasks (ICIP'23) for more details. https://ieeexplore.ieee.org/abstract/document/10222912

R2 v1 2026-06-24T06:31:47.736Z