paper-with-me

홈 › Papers

Building a Winning Team: Selecting Source Model Ensembles using a Submodular Transferability Estimation Approach

2023-09-05 · ICCV 2023 1 · Vimal K B, Saketh Bachu, Tanmay Garg, Niveditha Lakshmi Narasimhan, Raghavan Konuru, Vineeth N Balasubramanian

Estimating the transferability of publicly available pretrained models to a target task has assumed an important place for transfer learning tasks in recent years. Existing efforts propose metrics that allow a user to choose one model from a pool of pre-trained models without having to fine-tune each model individually and identify one explicitly. With the growth in the number of available pre-trained models and the popularity of model ensembles, it also becomes essential to study the transferability of multiple-source models for a given target task. The few existing efforts study transferability in such multi-source ensemble settings using just the outputs of the classification layer and neglect possible domain or task mismatch. Moreover, they overlook the most important factor while selecting the source models, viz., the cohesiveness factor between them, which can impact the performance and confidence in the prediction of the ensemble. To address these gaps, we propose a novel Optimal tranSport-based suBmOdular tRaNsferability metric (OSBORN) to estimate the transferability of an ensemble of models to a downstream task. OSBORN collectively accounts for image domain difference, task difference, and cohesiveness of models in the ensemble to provide reliable estimates of transferability. We gauge the performance of OSBORN on both image classification and semantic segmentation tasks. Our setup includes 28 source datasets, 11 target datasets, 5 model architectures, and 2 pre-training methods. We benchmark our method against current state-of-the-art metrics MS-LEEP and E-LEEP, and outperform them consistently using the proposed approach.

📄 PDF Abstract BibTeX arXiv:2309.02429

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationSemantic SegmentationTransfer Learning

Similar Papers 제목 키워드 기반

Gradient boosting machines and careful pre-processing work best: ASHRAE Great Energy Predictor III lessons learned

2022-02-07 · Clayton Miller, Liu Hao, Chun Fu

The ASHRAE Great Energy Predictor III (GEPIII) competition was held in late 2019 as one of the largest machine learning competitions ever held focused on building performance. It was hosted on the Kaggle platform and res…

Survey

Dueling Bandits with Team Comparisons

2021-07-06 · NeurIPS 2021 12 · Lee Cohen, Ulrike Schmidt-Kraepelin, Yishay Mansour

We introduce the dueling teams problem, a new online-learning setting in which the learner observes noisy comparisons of disjoint pairs of $k$-sized teams from a universe of $n$ players. The goal of the learner is to min…

A simple but tough-to-beat baseline for the Fake News Challenge stance detection task

2017-07-11 · Benjamin Riedel, Isabelle Augenstein, Georgios P. Spithourakis, Sebastian Riedel

Identifying public misinformation is a complicated and challenging task. An important part of checking the veracity of a specific claim is to evaluate the stance different news sources take towards the assertion. Automat…

Fact CheckingMisinformationStance Detection

Winning Solution For Meta KDD Cup' 24

2024-09-13 · Yikuan Xia, Jiazun Chen, Jun Gao

This paper describes the winning solutions of all tasks in Meta KDD Cup 24 from db3 team. The challenge is to build a RAG system from web sources and knowledge graphs. We are given multiple sources for each query to help…

HallucinationKnowledge GraphsLanguage ModelingLanguage Modelling+4

Ensembles of Multiple Models and Architectures for Robust Brain Tumour Segmentation

2017-11-04 · Konstantinos Kamnitsas, Wenjia Bai, Enzo Ferrante, Steven McDonagh 외

Deep learning approaches such as convolutional neural nets have consistently outperformed previous methods on challenging tasks such as dense, semantic segmentation. However, the various proposed networks perform differe…

Deep LearningPositionSemantic Segmentation