Optimizing Feature Set for Click-Through Rate Prediction
Fuyuan Lyu, Xing Tang, Dugang Liu, Liang Chen, Xiuqiang He, Xue Liu

TL;DR
This paper introduces OptFS, a novel end-to-end trainable method for selecting optimal feature sets and interactions in CTR prediction models, improving accuracy while reducing computational costs.
Contribution
OptFS unifies feature and interaction selection through a learnable, feature-level search space and a continuation training scheme, addressing limitations of previous methods.
Findings
OptFS improves CTR prediction accuracy on three datasets.
OptFS reduces feature set size, lowering storage and computation.
OptFS outperforms baseline feature selection methods.
Abstract
Click-through prediction (CTR) models transform features into latent vectors and enumerate possible feature interactions to improve performance based on the input feature set. Therefore, when selecting an optimal feature set, we should consider the influence of both feature and its interaction. However, most previous works focus on either feature field selection or only select feature interaction based on the fixed feature set to produce the feature set. The former restricts search space to the feature field, which is too coarse to determine subtle features. They also do not filter useless feature interactions, leading to higher computation costs and degraded model performance. The latter identifies useful feature interaction from all available features, resulting in many redundant features in the feature set. In this paper, we propose a novel method named OptFS to address these…
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
TopicsAdvanced Computing and Algorithms · Machine Learning in Materials Science · Advanced Graph Neural Networks
