Scene-wise Adaptive Network for Dynamic Cold-start Scenes Optimization in CTR Prediction
Wenhao Li, Jie Zhou, Chuan Luo, Chao Tang, Kun Zhang, Shixiong Zhao
TL;DR
SwAN tackles the cold-start problem in dynamic multi-scene CTR prediction by learning scene relationships and user-driven similarity through Scene Relation Graphs and Similarity Attention Networks, and by adaptively composing scene-specific and shared representations via a Differentiable Ensemble-experts Module. The approach combines Cross-scene Feature Representation with a gated Decision Layer to efficiently bootstrap new scenes and reduce negative transfer, validated through industrial Meituan deployment and public Taobao data. It achieves notable gains in CTR and order volume, while ablations confirm the importance of each component (SRG, SAN, CFR, AEM) and the custom loss terms for promoting diversity and robust allocation across scenes. The practical impact includes scalable, online adaptation to hundreds of scenes with manageable latency, making SwAN suitable for rapidly evolving mobile E-commerce environments.
Abstract
In the realm of modern mobile E-commerce, providing users with nearby commercial service recommendations through location-based online services has become increasingly vital. While machine learning approaches have shown promise in multi-scene recommendation, existing methodologies often struggle to address cold-start problems in unprecedented scenes: the increasing diversity of commercial choices, along with the short online lifespan of scenes, give rise to the complexity of effective recommendations in online and dynamic scenes. In this work, we propose Scene-wise Adaptive Network (SwAN), a novel approach that emphasizes high-performance cold-start online recommendations for new scenes. Our approach introduces several crucial capabilities, including scene similarity learning, user-specific scene transition cognition, scene-specific information construction for the new scene, and enhancing the diverged logical information between scenes. We demonstrate SwAN's potential to optimize dynamic multi-scene recommendation problems by effectively online handling cold-start recommendations for any newly arrived scenes. More encouragingly, SwAN has been successfully deployed in Meituan's online catering recommendation service, which serves millions of customers per day, and SwAN has achieved a 5.64% CTR index improvement relative to the baselines and a 5.19% increase in daily order volume proportion.
