Enhancing CTR Prediction with Context-Aware Feature Representation Learning
Fangye Wang, Yingxu Wang, Dongsheng Li, Hansu Gu, Tun Lu, Peng Zhang,, Ning Gu

TL;DR
This paper introduces FRNet, a novel module that learns context-aware, bit-level feature representations to improve CTR prediction, addressing the limitations of fixed and linear-refined feature representations.
Contribution
The paper proposes FRNet, a flexible, context-aware feature refinement module with IEU and CSGate components, enhancing existing CTR models without altering their core structures.
Findings
FRNet improves CTR prediction accuracy across multiple datasets.
FRNet is compatible with various existing CTR models.
Experiments show FRNet's efficiency and effectiveness.
Abstract
CTR prediction has been widely used in the real world. Many methods model feature interaction to improve their performance. However, most methods only learn a fixed representation for each feature without considering the varying importance of each feature under different contexts, resulting in inferior performance. Recently, several methods tried to learn vector-level weights for feature representations to address the fixed representation issue. However, they only produce linear transformations to refine the fixed feature representations, which are still not flexible enough to capture the varying importance of each feature under different contexts. In this paper, we propose a novel module named Feature Refinement Network (FRNet), which learns context-aware feature representations at bit-level for each feature in different contexts. FRNet consists of two key components: 1) Information…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
