Lei Xiao 0001

dblp:51/6195-1 · DBLP profile ↗
← Back
13ranked-venue papers in the field
0as first author
11since 2021 · last 2026
0009-0002-3991-8161ORCID · conflict

Domains — venue-derived; a paper can count in several

Data Mining & Knowledge Discovery · 6Information Retrieval & Web Search · 6Database Systems & Data Management · 1
YearPublicationVenuePosition
2026 FEDIN: Frequency-Enhanced Deep Interest Network for Click-Through Rate Prediction
abstract
Sequential recommendation models often struggle to capture latent periodic patterns in user interests, primarily due to the noise inherent in time-domain behavioral data. While frequency-domain analysis offers a global perspective to address this, existing approaches typically treat user sequences in isolation, overlooking the crucial context of the target item. In this work, we present a novel empirical observation: user attention scores exhibit distinct spectral entropy distributions when conditioned on positive versus negative target items. Specifically, true user interests manifest as highly concentrated spectral patterns with lower entropy in the frequency domain, whereas irrelevant behaviors appear as high-entropy noise. Leveraging this insight, we propose the Frequency-Enhanced Deep Interest Network (FEDIN). FEDIN introduces a frequency-domain branch that utilizes a target-aware spectrum filtering mechanism to isolate these periodic interest signals. Extensive experiments on three public datasets demonstrate that FEDIN consistently outperforms state-of-the-art sequential recommendation baselines, demonstrating superior robustness against noise. We have released our code at: https://github.com/otokoneko/FEDIN.
Zenan Dai, Jinpeng Wang 0002, Junwei Pan, Lei Xiao 0001, Shutao Xia
SIGIR5
2025 Crocodile: Cross Experts Covariance for Disentangled Learning in Multi-Domain Recommendation
abstract
Multi-domain learning (MDL) has become a prominent topic in enhancing the quality of personalized services. It's critical to learn commonalities between domains and preserve the distinct characteristics of each domain. However, this leads to a challenging dilemma in MDL. On the one hand, a model needs to leverage domain-aware modules such as experts or embeddings to preserve each domain's distinctiveness. On the other hand, real-world datasets often exhibit long-tailed distributions across domains, where some domains may lack sufficient samples to effectively train their specific modules. Unfortunately, nearly all existing work falls short of resolving this dilemma. To this end, we propose a novel Cross-experts Covariance Loss for Disentangled Learning model (Crocodile), which employs multiple embedding tables to make the model domain-aware at the embeddings which consist most parameters in the model, and a covariance loss upon these embeddings to disentangle them, enabling the model to capture diverse user interests among domains. Empirical analysis demonstrates that our method successfully addresses both challenges and outperforms all state-of-the-art methods on public datasets. During online A/B testing in Tencent's advertising platform, Crocodile achieves 0.72% CTR lift and 0.73% GMV lift on a primary advertising scenario. The code is openly accessible at: https://github.com/SkylerLinn/Crocodile.
Zhutian Lin, Junwei Pan, Xi Xiao 0001, Ximei Wang, Zhixiang Feng, Shifeng Wen, Shudong Huang, Lei Xiao 0001
CIKM10
2025 Towards Unifying Feature Interaction Models for Click-Through Rate Prediction
Junwei Pan, Jipeng Jin, Shudong Huang, Xiaofeng Gao 0001, Lei Xiao 0001
ECML/PKDD (5)6
2024 Pareto-based Multi-Objective Recommender System with Forgetting Curve
abstract
Recommender systems with cascading architecture play an increasingly significant role in online recommendation platforms, where the approach to dealing with negative feedback is a vital issue. For instance, in short video ad platforms, users tend to quickly slip away from ad candidates that they feel aversive, and recommender systems are expected to receive these explicit negative feedback and make adjustments to avoid these recommendations.Considering recency effect in memories, we propose a forgetting model based on Ebbinghaus Forgetting Curve to cope with negative feedback. In addition, we introduce a Pareto optimization solver to guarantee a better trade-off between recency and model performance.In conclusion, we propose Pareto-based Multi-Objective Recommender System with forgetting curve (PMORS), which can be applied to any multi-objective recommendation and show sufficiently superiority when facing explicit negative feedback.We have conducted evaluations of PMORS and achieved favorable outcomes in short-video scenarios on both public dataset and industrial dataset. After being deployed on an online short video ad platform named WeChat Channels Ads in May, 2023, PMORS has not only demonstrated promising results for both consistency and recency but also achieved an improvement of up to +1.45% Gross Merchandise Volume (GMV).
Jipeng Jin, Zhaoxiang Zhang 0006, Xiaofeng Gao 0001, Xiongwen Yang, Lei Xiao 0001, Jie Jiang 0015
CIKM6
2024 DeepMIN: Deep Multi-modal Interest Network with Cognitive Learning Modules
Zhaoxiang Zhang 0006, Jipeng Jin, Xiaofeng Gao 0001, Xiongwen Yang, Lei Xiao 0001
DASFAA (3)7
2024 Understanding the Ranking Loss for Recommendation with Sparse User Feedback
abstract
Click-through rate (CTR) prediction is a crucial area of research in online advertising. While binary cross entropy (BCE) has been widely used as the optimization objective for treating CTR prediction as a binary classification problem, recent advancements have shown that combining BCE loss with an auxiliary ranking loss can significantly improve performance. However, the full effectiveness of this combination loss is not yet fully understood. In this paper, we uncover a new challenge associated with the BCE loss in scenarios where positive feedback is sparse: the issue of gradient vanishing for negative samples. We introduce a novel perspective on the effectiveness of the auxiliary ranking loss in CTR prediction: it generates larger gradients on negative samples, thereby mitigating the optimization difficulties when using the BCE loss only and resulting in improved classification ability. To validate our perspective, we conduct theoretical analysis and extensive empirical evaluations on public datasets. Additionally, we successfully integrate the ranking loss into Tencent's online advertising system, achieving notable lifts of 0.70% and 1.26% in Gross Merchandise Value (GMV) for two main scenarios. The code is openly accessible at: https://github.com/SkylerLinn/Understanding-the-Ranking-Loss.
Zhutian Lin, Junwei Pan, Shangyu Zhang, Ximei Wang, Xi Xiao 0001, Shudong Huang, Lei Xiao 0001, Jie Jiang 0015
KDD7
2024 Ads Recommendation in a Collapsed and Entangled World
abstract
We present Tencent's ads recommendation system and examine the challenges and practices of learning appropriate recommendation representations. Our study begins by showcasing our approaches to preserving prior knowledge when encoding features of diverse types into embedding representations. We specifically address sequence features, numeric features, and pre-trained embedding features. Subsequently, we delve into two crucial challenges related to feature representation: the dimensional collapse of embeddings and the interest entanglement across different tasks or scenarios. We propose several practical approaches to address these challenges that result in robust and disentangled recommendation representations. We then explore several training techniques to facilitate model optimization, reduce bias, and enhance exploration. Additionally, we introduce three analysis tools that enable us to study feature correlation, dimensional collapse, and interest entanglement. This work builds upon the continuous efforts of Tencent's ads recommendation team over the past decade. It summarizes general design principles and presents a series of readily applicable solutions and analysis tools. The reported performance is based on our online advertising platform, which handles hundreds of billions of requests daily and serves millions of ads to billions of users.
Junwei Pan, Ximei Wang, Shijie Quan, Xueming Qiu, Lei Xiao 0001, Jie Jiang 0015
KDD9
2023 SCRIPT: Sequential Cross-Meta-Information Recommendation in Pretrain and Prompt Paradigm
abstract
Existing online advertising systems employ separate models for each task and site, resulting in a large number of models that require significant computing power and human effort to train and deploy. Moreover, separate models have limitations in sharing cross-scenario information. To address these issues, we propose a unified sequential recommendation model called SCRIPT. It takes cross-scenario user behavior sequences as input and explicitly incorporates meta information that characterizes scenario features, such as domain, site, and behavior types. Inspired by the advances of the pretrain and prompt paradigm, we generate scenario-aware and personalized prompts based on the user profile and meta information of candidate items. This allows the model to leverage the knowledge learned during pre-training and adapt it to serve different downstream tasks. Extensive experiments on two public dataset and a production dataset demonstrate that our model achieves state-of-the-art performance on multiple downstream recommendation tasks.
Xinyi Zhou 0006, Jipeng Jin, Li Ma 0012, Xiaofeng Gao 0001, Jianbo Yang, Xiongwen Yang, Lei Xiao 0001
ICDM7
2022 Calibrated Conversion Rate Prediction via Knowledge Distillation under Delayed Feedback in Online Advertising
abstract
Prevailing calibration methods may fail to generalize well due to the pervasively delayed feedback issue in online advertising. That is, the labels of recent samples are more likely to be inaccurate because of the delayed feedback by users, while the old samples with complete feedback may suffer from the data shift compared to the recent ones. In this paper, we propose to calibrate conversion rate prediction models considering delayed feedback via the knowledge distillation technique. Specifically, we deploy a teacher model modeling by the samples with complete feedback to learn long-term conversion patterns and a student model modeling by the recent data to reduce the impact of data shift. We also devise a distillation loss to buoy the student model to learn from the teacher. Experimental results on two real-world advertising conversion rate prediction datasets demonstrate that our method can provide more calibrated predictions compared with the existing ones. We also exhibit that our method can be extended to different base models.
Yuyao Guo, Haoming Li 0011, Xiang Ao 0001, Lei Xiao 0001, Jie Jiang 0015, Qing He 0003
CIKM6
2022 Mixture of Virtual-Kernel Experts for Multi-Objective User Profile Modeling
abstract
In industrial applications like online advertising and recommendation systems, diverse and accurate user profiles can greatly help improve personalization. Deep learning is widely applied to mine expressive tags to users from their historical interactions in the system, e.g., click, conversion action in the advertising chain. The usual approach is to take a certain action as the objective, and introduce multiple independent Two-Tower models to predict the possibility of users' action on tags (known as CTR or CVR prediction). The predicted users' high probably attractive tags are to represent their preferences. However, the single-action models cannot learn complementarily and support effective training on data-sparse actions. Besides, limited by the lack of information fusion between the two towers, the model learns insufficiently to represent users' preferences on various tag topics well. This paper introduces a novel multi-task model called Mixture of Virtual-Kernel Experts (MVKE) to learn user preferences on various actions and topics unitedly. In MVKE, we propose a concept of Virtual-Kernel Expert, which focuses on modeling one particular facet of the user's preferences, and all of them learn coordinately. Besides, the gate-based structure used in MVKE builds an information fusion bridge between two towers, improving the model's capability and maintaining high efficiency. We apply the model in Tencent Advertising System, where both online and offline evaluations show that our method has a significant improvement compared with the existing ones and brings about an obvious lift to actual advertising revenue.
Zhenhui Xu, Liqun Liu 0006, Lei Xiao 0001, Bifeng Zhang
KDD4
2021 Follow the Prophet: Accurate Online Conversion Rate Prediction in the Face of Delayed Feedback
abstract
The delayed feedback problem is one of the imperative challenges in online advertising, which is caused by the highly diversified feedback delay of a conversion varying from a few minutes to several days. It is hard to design an appropriate online learning system under these non-identical delay for different types of ads and users. In this paper, we propose to tackle the delayed feedback problem in online advertising by "Following the Prophet" (FTP for short). The key insight is that, if the feedback came instantly for all the logged samples, we could get a model without delayed feedback, namely the "prophet". Although the prophet cannot be obtained during online learning, we show that we could predict the prophet's predictions by an aggregation policy on top of a set of multi-task predictions, where each task captures the feedback patterns of different periods. We propose the objective and optimization approach for the policy, and use the logged data to imitate the prophet. Extensive experiments on three real-world advertising datasets show that our method outperforms the previous state-of-the-art baselines.
Haoming Li 0011, Feiyang Pan, Xiang Ao 0001, Junwei Pan, Lei Xiao 0001, Qing He 0003
SIGIR8
2020 Field-aware Calibration: A Simple and Empirically Strong Method for Reliable Probabilistic Predictions
abstract
It is often observed that the probabilistic predictions given by a machine learning model can disagree with averaged actual outcomes on specific subsets of data, which is also known as the issue of miscalibration. It is responsible for the unreliability of practical machine learning systems. For example, in online advertising, an ad can receive a click-through rate prediction of 0.1 over some population of users where its actual click rate is 0.15. In such cases, the probabilistic predictions have to be fixed before the system can be deployed.
Feiyang Pan, Xiang Ao 0001, Pingzhong Tang, Lei Xiao 0001, Qing He 0003
WWW6
2012 ComSoc: adaptive transfer of user behaviors over composite social network
abstract
Accurate prediction of user behaviors is important for many social media applications, including social marketing, personalization and recommendation, etc. A major challenge lies in that, the available behavior data or interactions between users and items in a given social network are usually very limited and sparse (e.g., >= 99.9% empty). Many previous works model user behavior from only historical user logs. We observe that many people are members of several social networks in the same time, such as Facebook, Twitter and Tencent's QQ. Importantly, their behaviors and interests in different networks influence one another. This gives us an opportunity to leverage the knowledge of user behaviors in different networks, in order to alleviate the data sparsity problem, and enhance the predictive performance of user modeling. Combining different networks "simply and naively" does not work well. Instead, we formulate the problem to model multiple networks as "composite network knowledge transfer". We first select the most suitable networks inside a composite social network via a hierarchical Bayesian model, parameterized for individual users, and then build topic models for user behavior prediction using both the relationships in the selected networks and related behavior data. To handle big data, we have implemented the algorithm using Map/Reduce. We demonstrate that the proposed composite network-based user behavior model significantly improve the predictive accuracy over a number of existing approaches on several real world applications, such as a very large social-networking dataset from Tencent Inc.
Erheng Zhong, Wei Fan 0001, Lei Xiao 0001, Yong Li 0038
KDD4