paper-with-me

홈 › Papers

Ranking Neural Checkpoints

2020-11-23 · CVPR 2021 1 · Yandong Li, Xuhui Jia, Ruoxin Sang, Yukun Zhu, Bradley Green, Liqiang Wang, Boqing Gong

This paper is concerned with ranking many pre-trained deep neural networks (DNNs), called checkpoints, for the transfer learning to a downstream task. Thanks to the broad use of DNNs, we may easily collect hundreds of checkpoints from various sources. Which of them transfers the best to our downstream task of interest? Striving to answer this question thoroughly, we establish a neural checkpoint ranking benchmark (NeuCRaB) and study some intuitive ranking measures. These measures are generic, applying to the checkpoints of different output types without knowing how the checkpoints are pre-trained on which dataset. They also incur low computation cost, making them practically meaningful. Our results suggest that the linear separability of the features extracted by the checkpoints is a strong indicator of transferability. We also arrive at a new ranking measure, NLEEP, which gives rise to the best performance in the experiments.

📄 PDF Abstract BibTeX arXiv:2011.11200

Code (1)

google-research/google-research 공식 구현 tf

Tasks

TransferabilityTransfer Learning

Similar Papers 제목 키워드 기반

PersonalQ: Select, Quantize, and Serve Personalized Diffusion Models for Efficient Inference

2026-03-24 · Qirui Wang, Qi Guo, Yiding Sun, Junkai Yang 외 arxiv

Personalized text-to-image generation lets users fine-tune diffusion models into repositories of concept-specific checkpoints, but serving these repositories efficiently is difficult for two reasons: natural-language req…

Text-to-Image Generation

ListT5: Listwise Reranking with Fusion-in-Decoder Improves Zero-shot Retrieval

2024-02-24 · Soyoung Yoon, Eunbi Choi, Jiyeon Kim, Hyeongu Yun 외

We propose ListT5, a novel reranking approach based on Fusion-in-Decoder (FiD) that handles multiple candidate passages at both train and inference time. We also introduce an efficient inference framework for listwise ra…

DecoderRerankingRetrieval

How Relevance Emerges: Interpreting LoRA Fine-Tuning in Reranking LLMs

2025-04-05 · Atharva Nijasure, Tanya Chowdhury, James Allan

We conduct a behavioral exploration of LoRA fine-tuned LLMs for Passage Reranking to understand how relevance signals are learned and deployed by Large Language Models. By fine-tuning Mistral-7B, LLaMA3.1-8B, and Pythia-…

Information RetrievalPassage RerankingRerankingRetrieval

Three New Validators and a Large-Scale Benchmark Ranking for Unsupervised Domain Adaptation

2022-08-15 · Kevin Musgrave, Serge Belongie, Ser-Nam Lim

Changes to hyperparameters can have a dramatic effect on model accuracy. Thus, the tuning of hyperparameters plays an important role in optimizing machine-learning models. An integral part of the hyperparameter-tuning pr…

Domain AdaptationUnsupervised Domain Adaptation

SummaReranker: A Multi-Task Mixture-of-Experts Re-ranking Framework for Abstractive Summarization

2022-03-13 · ACL 2022 5 · Mathieu Ravaut, Shafiq Joty, Nancy F. Chen

Sequence-to-sequence neural networks have recently achieved great success in abstractive summarization, especially through fine-tuning large pre-trained language models on the downstream dataset. These models are typical…

Abstractive Text SummarizationDocument SummarizationMixture-of-ExpertsRe-Ranking+1