paper-with-me

홈 › Papers

Pre-Trained Model Recommendation for Downstream Fine-tuning

2024-03-11 · Jiameng Bai, Sai Wu, Jie Song, Junbo Zhao, Gang Chen

As a fundamental problem in transfer learning, model selection aims to rank off-the-shelf pre-trained models and select the most suitable one for the new target task. Existing model selection techniques are often constrained in their scope and tend to overlook the nuanced relationships between models and tasks. In this paper, we present a pragmatic framework \textbf{Fennec}, delving into a diverse, large-scale model repository while meticulously considering the intricate connections between tasks and models. The key insight is to map all models and historical tasks into a transfer-related subspace, where the distance between model vectors and task vectors represents the magnitude of transferability. A large vision model, as a proxy, infers a new task's representation in the transfer space, thereby circumventing the computational burden of extensive forward passes. We also investigate the impact of the inherent inductive bias of models on transfer results and propose a novel method called \textbf{archi2vec} to encode the intricate structures of models. The transfer score is computed through straightforward vector arithmetic with a time complexity of $\mathcal{O}(1)$. Finally, we make a substantial contribution to the field by releasing a comprehensive benchmark. We validate the effectiveness of our framework through rigorous testing on two benchmarks. The benchmark and the code will be publicly available in the near future.

📄 PDF Abstract BibTeX arXiv:2403.06382

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive BiasmodelModel SelectionTransfer Learning

Similar Papers 제목 키워드 기반

Parameter-Efficient Transfer from Sequential Behaviors for User Modeling and Recommendation

2020-01-13 · Fajie Yuan, Xiangnan He, Alexandros Karatzoglou, Liguang Zhang

Inductive transfer learning has had a big impact on computer vision and NLP domains but has not been used in the area of recommender systems. Even though there has been a large body of research on generating recommendati…

Recommendation SystemsTransfer Learning

RecGPT: Generative Pre-training for Text-based Recommendation

2024-05-21 · Hoang Ngo, Dat Quoc Nguyen

We present the first domain-adapted and fully-trained large language model, RecGPT-7B, and its instruction-following variant, RecGPT-7B-Instruct, for text-based recommendation. Experimental results on rating prediction a…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model+1

Improving LLMs for Recommendation with Out-Of-Vocabulary Tokens

2024-06-12 · Ting-Ji Huang, Jia-Qi Yang, Chunxu Shen, Kai-Qi Liu 외

Characterizing users and items through vector representations is crucial for various tasks in recommender systems. Recent approaches attempt to apply Large Language Models (LLMs) in recommendation through a question and …

MemorizationRecommendation Systems

Guided Recommendation for Model Fine-Tuning

2023-01-01 · CVPR 2023 1 · Hao Li, Charless Fowlkes, Hao Yang, Onkar Dabeer 외

Model selection is essential for reducing the search cost of the best pre-trained model over a large-scale model zoo for a downstream task. After analyzing recent hand-designed model selection criteria with 400+ Imag…

modelModel SelectionTransfer Learning

Denoising Pre-Training and Customized Prompt Learning for Efficient Multi-Behavior Sequential Recommendation

2024-08-21 · Hao Wang, Yongqiang Han, Kefan Wang, Kai Cheng 외

In the realm of recommendation systems, users exhibit a diverse array of behaviors when interacting with items. This phenomenon has spurred research into learning the implicit semantic relationships between these behavio…

DenoisingPrompt LearningRecommendation SystemsSequential Recommendation