Efficient Cross-Architecture Knowledge Transfer for Large-Scale Online User Response Prediction
Yucheng Wu, Yuekui Yang, Hongzheng Li, Anan Liu, Jian Xiao, Junjie Zhai, Huan Yu, Shaoping Ma, Leye Wang
TL;DR
CrossAdapt tackles the high switching cost of deploying new architectures in large-scale online user response prediction by separating offline embedding inheritance from online adaptation. It introduces a dimension-adaptive embedding projection with theoretical guarantees, a progressive distillation of interaction networks, and strategic sampling to transfer knowledge efficiently across heterogeneous architectures. The online phase uses asymmetric teacher–student co-distillation with distribution-shift awareness to balance stability and rapid adaptation, yielding consistent AUC gains and substantial training-time reductions on public benchmarks, plus successful industrial deployment at Tencent WeChat Channels. The framework significantly mitigates degradation in AUC, LogLoss, and pCVR bias during model updates, enabling faster, safer adoption of advanced architectures in production systems.
Abstract
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.
