Addressing Cold-Start Problem in Click-Through Rate Prediction via Supervised Diffusion Modeling
Abstract
Predicting Click-Through Rates is a crucial function within recommendation and advertising platforms, as the output of CTR prediction determines the order of items shown to users. The Embedding and MLP paradigm has become a standard approach for industrial recommendation systems and has been widely deployed. However, this paradigm suffers from cold-start problems, where there is either no or only limited user action data available, leading to poorly learned ID embeddings. The cold-start problem hampers the performance of new items. To address this problem, we design a novel diffusion model to generate a warmed-up embedding for new items. Specifically, we define a novel diffusion process between the ID embedding space and the side information space. In addition, we can derive a sub-sequence from the diffusion steps to expedite training, given that our diffusion model is non-Markovian. Our diffusion model is supervised by both the variational inference and binary cross-entropy objectives, enabling it to generate warmed-up embeddings for items in both the cold-start and warm-up phases. Additionally, we have conducted extensive experiments on three recommendation datasets. The results confirmed the effectiveness of our approach.
Cite
Text
Zhu et al. "Addressing Cold-Start Problem in Click-Through Rate Prediction via Supervised Diffusion Modeling." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I12.33469Markdown
[Zhu et al. "Addressing Cold-Start Problem in Click-Through Rate Prediction via Supervised Diffusion Modeling." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/zhu2025aaai-addressing/) doi:10.1609/AAAI.V39I12.33469BibTeX
@inproceedings{zhu2025aaai-addressing,
title = {{Addressing Cold-Start Problem in Click-Through Rate Prediction via Supervised Diffusion Modeling}},
author = {Zhu, Wenqiao and Wang, Lulu and Wu, Jun},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {13455-13463},
doi = {10.1609/AAAI.V39I12.33469},
url = {https://mlanthology.org/aaai/2025/zhu2025aaai-addressing/}
}