paper-with-me

홈 › Papers

Evidence > Intuition: Transferability Estimation for Encoder Selection

2022-10-20 · Elisa Bassignana, Max Müller-Eberstein, Mike Zhang, Barbara Plank

With the increase in availability of large pre-trained language models (LMs) in Natural Language Processing (NLP), it becomes critical to assess their fit for a specific target task a priori - as fine-tuning the entire space of available LMs is computationally prohibitive and unsustainable. However, encoder transferability estimation has received little to no attention in NLP. In this paper, we propose to generate quantitative evidence to predict which LM, out of a pool of models, will perform best on a target task without having to fine-tune all candidates. We provide a comprehensive study on LM ranking for 10 NLP tasks spanning the two fundamental problem types of classification and structured prediction. We adopt the state-of-the-art Logarithm of Maximum Evidence (LogME) measure from Computer Vision (CV) and find that it positively correlates with final LM performance in 94% of the setups. In the first study of its kind, we further compare transferability measures with the de facto standard of human practitioner ranking, finding that evidence from quantitative metrics is more robust than pure intuition and can help identify unexpected LM candidates.

📄 PDF Abstract BibTeX arXiv:2210.11255

Code (1)

mainlp/logme-nlp 공식 구현 pytorch

Tasks

Structured Prediction

Similar Papers 제목 키워드 기반

Leveraging Estimated Transferability Over Human Intuition for Model Selection in Text Ranking

2024-09-24 · Jun Bai, Zhuofan Chen, Zhenzi Li, Hanhua Hong 외

Text ranking has witnessed significant advancements, attributed to the utilization of dual-encoder enhanced by Pre-trained Language Models (PLMs). Given the proliferation of available PLMs, selecting the most effective o…

Model SelectionSentenceSentence Embeddings

Grounding-Driven Attack: Improving Encoder-based Adversarial Transferability against Large Vision-Language Models

2026-02-10 · Xinwei Zhang, Li Bai, Tianwei Zhang, Youqian Zhang 외 arxiv

Large vision-language models (LVLMs) have achieved impressive performance across multimodal tasks, but their reliance on visual inputs exposes them to adversarial threats. Encoder-based attacks provide an efficient alter…

Selection, Ensemble, and Adaptation: Advancing Multi-Source-Free Domain Adaptation via Architecture Zoo

2024-03-03 · Jiangbo Pei, Ruizhe Li, Aidong Men, Yang Liu 외

Conventional Multi-Source Free Domain Adaptation (MSFDA) assumes that each source domain provides a single source model, and all source models adopt a uniform architecture. This paper introduces Zoo-MSFDA, a more general…

Domain AdaptationModel SelectionSource-Free Domain AdaptationUnsupervised Domain Adaptation

KITE: A Kernel-based Improved Transferability Estimation Method

2024-05-01 · Yunhui Guo

Transferability estimation has emerged as an important problem in transfer learning. A transferability estimation method takes as inputs a set of pre-trained models and decides which pre-trained model can deliver the bes…

Model SelectionTransfer Learning

Transferability Estimation using Bhattacharyya Class Separability

2021-11-24 · CVPR 2022 1 · Michal Pándy, Andrea Agostinelli, Jasper Uijlings, Vittorio Ferrari 외

Transfer learning has become a popular method for leveraging pre-trained models in computer vision. However, without performing computationally expensive fine-tuning, it is difficult to quantify which pre-trained source …

Classificationimage-classificationImage ClassificationSemantic Segmentation+1