🤖 AI Summary
This work addresses the cold-start problem in advertising and recommendation systems, where new items suffer from inaccurate click-through rate (CTR) prediction due to a lack of historical user interactions. To tackle this challenge, the authors propose a novel approach based on multimodal large language models (MLLMs) that leverages content signals to generate proxy embeddings. These embeddings are explicitly aligned with the traditional ID embedding space for the first time and are jointly optimized end-to-end with the ranking model under the CTR objective. The proposed method is seamlessly integrated into a large-scale online ranking system and has been deployed in both the Explore Feed content recommendation and display advertising modules of Xiaohongshu, serving hundreds of millions of users daily. Both offline experiments and online A/B tests demonstrate significant performance improvements.
📝 Abstract
Click-through rate (CTR) models in advertising and recommendation systems rely heavily on item ID embeddings, which struggle in item cold-start settings. We present IDProxy, a solution that leverages multimodal large language models (MLLMs) to generate proxy embeddings from rich content signals, enabling effective CTR prediction for new items without usage data. These proxies are explicitly aligned with the existing ID embedding space and are optimized end-to-end under CTR objectives together with the ranking model, allowing seamless integration into existing large-scale ranking pipelines. Offline experiments and online A/B tests demonstrate the effectiveness of IDProxy, which has been successfully deployed in both Content Feed and Display Ads features of Xiaohongshu's Explore Feed, serving hundreds of millions of users daily.