FCN: Fusing Exponential and Linear Cross Network for Click-Through Rate Prediction
Honghao Li, Yiwen Zhang, Yi Zhang, Hanwei Li, Lei Sang, and Jieming Zhu

TL;DR
This paper introduces FCN, a novel CTR prediction model that explicitly captures feature interactions using linear and exponential cross networks, improving performance, interpretability, and noise filtering over existing methods.
Contribution
The paper proposes FCN with LCN and ECN sub-networks, a Self-Mask operation, and Tri-BCE loss, advancing explicit feature interaction modeling in CTR prediction.
Findings
Achieves state-of-the-art results on six benchmark datasets.
Effectively filters noise and reduces parameters in feature interaction networks.
Demonstrates improved interpretability and efficiency over existing models.
Abstract
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…
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
TopicsRadiomics and Machine Learning in Medical Imaging · Medical Imaging and Analysis · Advanced X-ray and CT Imaging
MethodsConvolution · Max Pooling · Fully Convolutional Network
