Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AutoFIS: Automatic Feature Interaction Selection in Factorization Models for Click-Through Rate Prediction

About

Learning feature interactions is crucial for click-through rate (CTR) prediction in recommender systems. In most existing deep learning models, feature interactions are either manually designed or simply enumerated. However, enumerating all feature interactions brings large memory and computation cost. Even worse, useless interactions may introduce noise and complicate the training process. In this work, we propose a two-stage algorithm called Automatic Feature Interaction Selection (AutoFIS). AutoFIS can automatically identify important feature interactions for factorization models with computational cost just equivalent to training the target model to convergence. In the \emph{search stage}, instead of searching over a discrete set of candidate feature interactions, we relax the choices to be continuous by introducing the architecture parameters. By implementing a regularized optimizer over the architecture parameters, the model can automatically identify and remove the redundant feature interactions during the training process of the model. In the \emph{re-train stage}, we keep the architecture parameters serving as an attention unit to further boost the performance. Offline experiments on three large-scale datasets (two public benchmarks, one private) demonstrate that AutoFIS can significantly improve various FM based models. AutoFIS has been deployed onto the training platform of Huawei App Store recommendation service, where a 10-day online A/B test demonstrated that AutoFIS improved the DeepFM model by 20.3\% and 20.1\% in terms of CTR and CVR respectively.

Bin Liu, Chenxu Zhu, Guilin Li, Weinan Zhang, Jincai Lai, Ruiming Tang, Xiuqiang He, Zhenguo Li, Yong Yu• 2020

Related benchmarks

TaskDatasetResultRank
CTR PredictionCriteo
AUC0.8089
282
Click-Through Rate PredictionAvazu (test)
AUC0.7861
191
CTR PredictionAvazu
AUC79.03
144
CTR PredictionCriteo (test)
AUC0.8014
141
RecommendationOFFICE
NDCG@50.1714
31
RecommendationElectronics--
30
RecommendationCDs
NDCG@50.2077
29
CTR PredictionKDD 12
AUC0.7954
28
Click-Through Rate PredictionKDD12
AUC0.7959
28
Click-Through Rate PredictioniPinYou (test)
AUC77.9
18
Showing 10 of 14 rows

Other info

Code

Follow for update