Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

FiBiNET: Combining Feature Importance and Bilinear feature Interaction for Click-Through Rate Prediction

About

Advertising and feed ranking are essential to many Internet companies such as Facebook and Sina Weibo. Among many real-world advertising and feed ranking systems, click through rate (CTR) prediction plays a central role. There are many proposed models in this field such as logistic regression, tree based models, factorization machine based models and deep learning based CTR models. However, many current works calculate the feature interactions in a simple way such as Hadamard product and inner product and they care less about the importance of features. In this paper, a new model named FiBiNET as an abbreviation for Feature Importance and Bilinear feature Interaction NETwork is proposed to dynamically learn the feature importance and fine-grained feature interactions. On the one hand, the FiBiNET can dynamically learn the importance of features via the Squeeze-Excitation network (SENET) mechanism; on the other hand, it is able to effectively learn the feature interactions via bilinear function. We conduct extensive experiments on two real-world datasets and show that our shallow model outperforms other shallow models such as factorization machine(FM) and field-aware factorization machine(FFM). In order to improve performance further, we combine a classical deep neural network(DNN) component with the shallow model to be a deep model. The deep FiBiNET consistently outperforms the other state-of-the-art deep models such as DeepFM and extreme deep factorization machine(XdeepFM).

Tongwen Huang, Zhiqi Zhang, Junlin Zhang• 2019

Related benchmarks

TaskDatasetResultRank
CTR PredictionCriteo
AUC0.813
309
Click-Through Rate PredictionAvazu (test)
AUC0.7912
207
CTR PredictionAvazu
AUC79.12
171
CTR PredictionCriteo (test)
AUC0.8129
147
Click-Through Rate PredictionIndustrial
AUC78.25
120
CTR PredictionFrappe
AUC0.9832
83
Click-Through Rate PredictionAvazu
Logloss0.4456
60
CTR PredictionKDD 12
AUC0.7968
46
Click-Through Rate PredictionCriteo
AUC0.7732
44
Click-Through Rate PredictionKDD12
AUC0.7968
39
Showing 10 of 18 rows

Other info

Code

Follow for update