Warming Up Cold-Start CTR Prediction by Learning Item-Specific Feature Interactions
Yaqing Wang, Hongming Piao, Daxiang Dong, Quanming Yao and, Jingbo Zhou

TL;DR
This paper introduces EmerG, a novel method that leverages hypernetworks and graph neural networks to improve cold-start CTR prediction by learning item-specific feature interactions, especially effective with limited data.
Contribution
EmerG is the first approach to generate item-specific feature graphs using hypernetworks and GNNs, tailored for cold-start CTR prediction with a meta learning strategy to prevent overfitting.
Findings
EmerG outperforms existing methods on benchmark datasets.
EmerG maintains high accuracy with no, few, or sufficient item data.
The approach effectively captures feature interactions at any order.
Abstract
In recommendation systems, new items are continuously introduced, initially lacking interaction records but gradually accumulating them over time. Accurately predicting the click-through rate (CTR) for these items is crucial for enhancing both revenue and user experience. While existing methods focus on enhancing item ID embeddings for new items within general CTR models, they tend to adopt a global feature interaction approach, often overshadowing new items with sparse data by those with abundant interactions. Addressing this, our work introduces EmerG, a novel approach that warms up cold-start CTR prediction by learning item-specific feature interaction patterns. EmerG utilizes hypernetworks to generate an item-specific feature graph based on item characteristics, which is then processed by a Graph Neural Network (GNN). This GNN is specially tailored to provably capture feature…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsSparse Evolutionary Training · Focus · Graph Neural Network
