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

MaskNet: Introducing Feature-Wise Multiplication to CTR Ranking Models by Instance-Guided Mask

About

Click-Through Rate(CTR) estimation has become one of the most fundamental tasks in many real-world applications and it's important for ranking models to effectively capture complex high-order features. Shallow feed-forward network is widely used in many state-of-the-art DNN models such as FNN, DeepFM and xDeepFM to implicitly capture high-order feature interactions. However, some research has proved that addictive feature interaction, particular feed-forward neural networks, is inefficient in capturing common feature interaction. To resolve this problem, we introduce specific multiplicative operation into DNN ranking system by proposing instance-guided mask which performs element-wise product both on the feature embedding and feed-forward layers guided by input instance. We also turn the feed-forward layer in DNN model into a mixture of addictive and multiplicative feature interactions by proposing MaskBlock in this paper. MaskBlock combines the layer normalization, instance-guided mask, and feed-forward layer and it is a basic building block to be used to design new ranking model under various configurations. The model consisting of MaskBlock is called MaskNet in this paper and two new MaskNet models are proposed to show the effectiveness of MaskBlock as basic building block for composing high performance ranking systems. The experiment results on three real-world datasets demonstrate that our proposed MaskNet models outperform state-of-the-art models such as DeepFM and xDeepFM significantly, which implies MaskBlock is an effective basic building unit for composing new high performance ranking systems.

Zhiqiang Wang, Qingyun She, Junlin Zhang• 2021

Related benchmarks

TaskDatasetResultRank
CTR PredictionCriteo
AUC0.8142
309
Click-Through Rate PredictionAvazu (test)
AUC0.7937
207
CTR PredictionAvazu
AUC78.95
171
CTR PredictionCriteo (test)
AUC0.8141
147
Click-Through Rate PredictionIndustrial
AUC78.46
120
CTR PredictionFrappe
AUC0.9843
83
Click-Through Rate PredictionAvazu
Logloss0.3711
60
CTR PredictionMovieLens
AUC96.73
55
Click-Through Rate PredictionKKBOX
AUC84.79
48
CTR PredictionKDD 12
AUC0.8012
46
Showing 10 of 30 rows

Other info

Follow for update