paper-with-me

홈 › Papers

Efficient Cross-Architecture Knowledge Transfer for Large-Scale Online User Response Prediction

2026-02-02 · Yucheng Wu, Yuekui Yang, Hongzheng Li, Anan Liu, Jian Xiao, Junjie Zhai, Huan Yu, Shaoping Ma, Leye Wang arxiv

Deploying new architectures in large-scale user response prediction systems incurs high model switching costs due to expensive retraining on massive historical data and performance degradation under data retention constraints. Existing knowledge distillation methods struggle with architectural heterogeneity and the prohibitive cost of transferring large embedding tables. We propose CrossAdapt, a two-stage framework for efficient cross-architecture knowledge transfer. The offline stage enables rapid embedding transfer via dimension-adaptive projections without iterative training, combined with progressive network distillation and strategic sampling to reduce computational cost. The online stage introduces asymmetric co-distillation, where students update frequently while teachers update infrequently, together with a distribution-aware adaptation mechanism that dynamically balances historical knowledge preservation and fast adaptation to evolving data. Experiments on three public datasets show that CrossAdapt achieves 0.27-0.43% AUC improvements while reducing training time by 43-71%. Large-scale deployment on Tencent WeChat Channels (~10M daily samples) further demonstrates its effectiveness, significantly mitigating AUC degradation, LogLoss increase, and prediction bias compared to standard distillation baselines.

📄 PDF Abstract BibTeX arXiv:2602.01775

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

MHTN: Modal-adversarial Hybrid Transfer Network for Cross-modal Retrieval

2017-08-08 · Xin Huang, Yuxin Peng, Mingkuan Yuan

Cross-modal retrieval has drawn wide interest for retrieval across different modalities of data. However, existing methods based on DNN face the challenge of insufficient cross-modal training data, which limits the train…

Cross-Modal RetrievalRepresentation LearningRetrievalTransfer Learning

Neural Incompatibility: The Unbridgeable Gap of Cross-Scale Parametric Knowledge Transfer in Large Language Models

2025-05-20 · Yuqiao Tan, Shizhu He, Kang Liu, Jun Zhao

Large Language Models (LLMs) offer a transparent brain with accessible parameters that encode extensive knowledge, which can be analyzed, located and transferred. Consequently, a key research challenge is to transcend tr…

Transfer Learning

Beyond Neural Incompatibility: Cross-Scale Knowledge Transfer in Language Models through Latent Semantic Alignment

2025-10-28 · Jian Gu, Aldeida Aleti, Chunyang Chen, Hongyu Zhang arxiv

Language Models (LMs) encode substantial knowledge in their parameters, yet it remains unclear how to transfer such knowledge in a fine-grained manner, namely parametric knowledge transfer (PKT). A central challenge is t…

Seeking Neural Nuggets: Knowledge Transfer in Large Language Models from a Parametric Perspective

2023-10-17 · Ming Zhong, Chenxin An, Weizhu Chen, Jiawei Han 외

Large Language Models (LLMs) inherently encode a wealth of knowledge within their parameters through pre-training on extensive corpora. While prior research has delved into operations on these parameters to manipulate th…

Transfer Learning

Multi-Task Multi-Scale Contrastive Knowledge Distillation for Efficient Medical Image Segmentation

2024-06-05 · Risab Biswas

This thesis aims to investigate the feasibility of knowledge transfer between neural networks for medical image segmentation tasks, specifically focusing on the transfer from a larger multi-task "Teacher" network to a sm…

Contrastive LearningImage SegmentationKnowledge DistillationMedical Image Segmentation+2