MLoRA: Multi-Domain Low-Rank Adaptive Network for CTR Prediction
Zhiming Yang, Haining Gao, Dehong Gao, Luwei Yang, Libin Yang, Xiaoyan Cai, Wei Ning, Guannan Zhang
TL;DR
MLoRA introduces a parameter-efficient, domain-specific adaptation mechanism for multi-domain CTR prediction by attaching per-domain Low-Rank Adaptor (LoRA) modules to a shared backbone. The method splits each layer into a common part and a domain-specific low-rank component, enabling efficient learning of domain-specific patterns while preserving shared representations. Extensive offline experiments across Taobao, Amazon, and Movielens datasets show consistent WAUC gains over strong baselines, and a real-world Alibaba deployment demonstrates meaningful online improvements with only a small parameter overhead. The work contributes a model-agnostic, scalable framework that can readily be applied to diverse CTR architectures and new domains, validated by substantial production gains and publicly released code.
Abstract
Click-through rate (CTR) prediction is one of the fundamental tasks in the industry, especially in e-commerce, social media, and streaming media. It directly impacts website revenues, user satisfaction, and user retention. However, real-world production platforms often encompass various domains to cater for diverse customer needs. Traditional CTR prediction models struggle in multi-domain recommendation scenarios, facing challenges of data sparsity and disparate data distributions across domains. Existing multi-domain recommendation approaches introduce specific-domain modules for each domain, which partially address these issues but often significantly increase model parameters and lead to insufficient training. In this paper, we propose a Multi-domain Low-Rank Adaptive network (MLoRA) for CTR prediction, where we introduce a specialized LoRA module for each domain. This approach enhances the model's performance in multi-domain CTR prediction tasks and is able to be applied to various deep-learning models. We evaluate the proposed method on several multi-domain datasets. Experimental results demonstrate our MLoRA approach achieves a significant improvement compared with state-of-the-art baselines. Furthermore, we deploy it in the production environment of the Alibaba.COM. The online A/B testing results indicate the superiority and flexibility in real-world production environments. The code of our MLoRA is publicly available.
