paper-with-me

홈 › Papers

AutoFT: Automatic Fine-Tune for Parameters Transfer Learning in Click-Through Rate Prediction

2021-06-09 · Xiangli Yang, Qing Liu, Rong Su, Ruiming Tang, Zhirong Liu, Xiuqiang He

Recommender systems are often asked to serve multiple recommendation scenarios or domains. Fine-tuning a pre-trained CTR model from source domains and adapting it to a target domain allows knowledge transferring. However, optimizing all the parameters of the pre-trained network may result in over-fitting if the target dataset is small and the number of parameters is large. This leads us to think of directly reusing parameters in the pre-trained model which represent more general features learned from multiple domains. However, the design of freezing or fine-tuning layers of parameters requires much manual effort since the decision highly depends on the pre-trained model and target instances. In this work, we propose an end-to-end transfer learning framework, called Automatic Fine-Tuning (AutoFT), for CTR prediction. AutoFT consists of a field-wise transfer policy and a layer-wise transfer policy. The field-wise transfer policy decides how the pre-trained embedding representations are frozen or fine-tuned based on the given instance from the target domain. The layer-wise transfer policy decides how the high?order feature representations are transferred layer by layer. Extensive experiments on two public benchmark datasets and one private industrial dataset demonstrate that AutoFT can significantly improve the performance of CTR prediction compared with state-of-the-art transferring approaches.

📄 PDF Abstract BibTeX arXiv:2106.04873

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionRecommendation SystemsTransfer Learning

Similar Papers 제목 키워드 기반

AutoFT: Learning an Objective for Robust Fine-Tuning

2024-01-18 · Caroline Choi, Yoonho Lee, Annie Chen, Allan Zhou 외

Foundation models encode rich representations that can be adapted to downstream tasks by fine-tuning. However, fine-tuning a model on one data distribution often degrades performance under distribution shifts. Current ap…

Auto-Tuned Sim-to-Real Transfer

2021-04-15 · Yuqing Du, Olivia Watkins, Trevor Darrell, Pieter Abbeel 외

Policies trained in simulation often fail when transferred to the real world due to the `reality gap' where the simulator is unable to accurately capture the dynamics and visual properties of the real world. Current appr…

User-specific Adaptive Fine-tuning for Cross-domain Recommendations

2021-06-15 · Lei Chen, Fajie Yuan, Jiaxi Yang, Xiangnan He 외

Making accurate recommendations for cold-start users has been a longstanding and critical challenge for recommender systems (RS). Cross-domain recommendations (CDR) offer a solution to tackle such a cold-start problem wh…

Recommendation SystemsTransfer Learning

Transfer learning optimization based on evolutionary selective fine tuning

2025-08-21 · Jacinto Colan, Ana Davila, Yasuhisa Hasegawa arxiv

Deep learning has shown substantial progress in image analysis. However, the computational demands of large, fully trained models remain a consideration. Transfer learning offers a strategy for adapting pre-trained model…

Image ClassificationTransfer Learning

TuneShift-KD: Knowledge Distillation and Transfer for Fine-tuned Models

2026-03-25 · Yushi Guan, Jeanine Ohene-Agyei, Daniel Kwan, Jean Sebastien Dandurand 외 arxiv

To embed domain-specific or specialized knowledge into pre-trained foundation models, fine-tuning using techniques such as parameter efficient fine-tuning (e.g. LoRA) is a common practice. However, as new LLM architectur…

Knowledge Distillation