paper-with-me

홈 › Papers

Simple Transferability Estimation for Regression Tasks

2023-12-01 · Cuong N. Nguyen, Phong Tran, Lam Si Tung Ho, Vu Dinh, Anh T. Tran, Tal Hassner, Cuong V. Nguyen

We consider transferability estimation, the problem of estimating how well deep learning models transfer from a source to a target task. We focus on regression tasks, which received little previous attention, and propose two simple and computationally efficient approaches that estimate transferability based on the negative regularized mean squared error of a linear regression model. We prove novel theoretical results connecting our approaches to the actual transferability of the optimal target models obtained from the transfer learning process. Despite their simplicity, our approaches significantly outperform existing state-of-the-art regression transferability estimators in both accuracy and efficiency. On two large-scale keypoint regression benchmarks, our approaches yield 12% to 36% better results on average while being at least 27% faster than previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2312.00656

Code (1)

cuongnn218/regression_transferability 공식 구현

Tasks

regressionTransfer Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

ETran: Energy-Based Transferability Estimation

2023-08-03 · ICCV 2023 1 · Mohsen Gholami, Mohammad Akbari, Xinglu Wang, Behnam Kamranian 외

This paper addresses the problem of ranking pre-trained models for object detection and image classification. Selecting the best pre-trained model by fine-tuning is an expensive and time-consuming task. Previous works ha…

Classificationimage-classificationImage ClassificationObject+4

Transferability Metrics for Object Detection

2023-06-27 · Louis Fouquet, Simona Maggio, Léo Dreyfus-Schmidt

Transfer learning aims to make the most of existing pre-trained models to achieve better performance on a new task in limited data scenarios. However, it is unclear which models will perform best on which task, and it is…

Objectobject-detectionObject DetectionTransfer Learning

Frustratingly Easy Transferability Estimation

2021-06-17 · Long-Kai Huang, Ying WEI, Yu Rong, Qiang Yang 외

Transferability estimation has been an essential tool in selecting a pre-trained model and the layers in it for transfer learning, to transfer, so as to maximize the performance on a target task and prevent negative tran…

Mutual Information EstimationTransfer Learning

To transfer or not transfer: Unified transferability metric and analysis

2023-05-12 · Qianshan Zhan, Xiao-jun Zeng

In transfer learning, transferability is one of the most fundamental problems, which aims to evaluate the effectiveness of arbitrary transfer tasks. Existing research focuses on classification tasks and neglects domain o…

Decision Makingimage-classificationImage Classificationregression+1

Transferability Estimation Based On Principal Gradient Expectation

2022-11-29 · Huiyan Qi, Lechao Cheng, Jingjing Chen, Yue Yu 외

Transfer learning aims to improve the performance of target tasks by transferring knowledge acquired in source tasks. The standard approach is pre-training followed by fine-tuning or linear probing. Especially, selecting…

Transfer Learning