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

FCN: Fusing Exponential and Linear Cross Network for Click-Through Rate Prediction

About

As an important modeling paradigm in click-through rate (CTR) prediction, the Deep & Cross Network (DCN) and its derivative models have gained widespread recognition primarily due to their success in a trade-off between computational cost and performance. This paradigm employs a cross network to explicitly model feature interactions with linear growth, while leveraging deep neural networks (DNN) to implicitly capture higher-order feature interactions. However, these models still face several key limitations: (1) The performance of existing explicit feature interaction methods lags behind that of implicit DNN, resulting in overall model performance being dominated by the DNN; (2) While these models claim to capture high-order feature interactions, they often overlook potential noise within these interactions; (3) The learning process for different interaction network branches lacks appropriate supervision signals; and (4) The high-order feature interactions captured by these models are often implicit and non-interpretable due to their reliance on DNN. To address the identified limitations, this paper proposes a novel model, called Fusing Cross Network (FCN), along with two sub-networks: Linear Cross Network (LCN) and Exponential Cross Network (ECN). FCN explicitly captures feature interactions with both linear and exponential growth, eliminating the need to rely on implicit DNN. Moreover, we introduce the Self-Mask operation to filter noise layer by layer and reduce the number of parameters in the cross network by half. To effectively train these two cross networks, we propose a simple yet effective loss function called Tri-BCE, which provides tailored supervision signals for each network. We evaluate the effectiveness, efficiency, and interpretability of FCN on six benchmark datasets. Furthermore, by integrating LCN and ECN, FCN achieves a new state-of-the-art performance.

Honghao Li, Yiwen Zhang, Yi Zhang, Hanwei Li, Lei Sang, Jieming Zhu• 2024

Related benchmarks

TaskDatasetResultRank
CTR PredictionCriteo
AUC0.8163
282
CTR PredictionFrappe
AUC0.9849
83
Click-Through Rate PredictionKKBOX
AUC85.74
48
Click-Through Rate PredictionML 1M
AUC0.9082
46
Click-Through Rate PredictioniPinYou
Logloss0.0055
37
Click-Through Rate PredictionKDD12
AUC0.8099
28
Click-Through Rate PredictionAvazu
Logloss0.3693
19
Click-Through Rate PredictionTenrec
Logloss0.4361
18
Post-click Conversion Rate PredictionIndustrial Production User Click Logs Domain 2 Industrial-scale (val)
Day 1 AUC86.47
2
Post-click Conversion Rate PredictionIndustrial Production User Click Logs Domain 1 Industrial-scale (val)
Day 1 AUC0.8553
2
Showing 10 of 10 rows

Other info

Code

Follow for update