Deep & Cross Network for Ad Click Predictions
Ruoxi Wang, Bin Fu, Gang Fu, Mingliang Wang

TL;DR
This paper introduces the Deep & Cross Network (DCN), a model that efficiently learns feature interactions explicitly, improving ad click prediction accuracy without manual feature engineering.
Contribution
The paper presents the DCN architecture that explicitly models feature crosses at each layer, enhancing learning efficiency over traditional DNNs.
Findings
DCN outperforms state-of-the-art algorithms in CTR prediction accuracy.
DCN requires less memory and computational complexity.
Explicit feature crossing improves model interpretability.
Abstract
Feature engineering has been the key to the success of many prediction models. However, the process is non-trivial and often requires manual feature engineering or exhaustive searching. DNNs are able to automatically learn feature interactions; however, they generate all the interactions implicitly, and are not necessarily efficient in learning all types of cross features. In this paper, we propose the Deep & Cross Network (DCN) which keeps the benefits of a DNN model, and beyond that, it introduces a novel cross network that is more efficient in learning certain bounded-degree feature interactions. In particular, DCN explicitly applies feature crossing at each layer, requires no manual feature engineering, and adds negligible extra complexity to the DNN model. Our experimental results have demonstrated its superiority over the state-of-art algorithms on the CTR prediction dataset and…
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
TopicsMachine Learning and Data Classification · Text and Document Classification Technologies · Domain Adaptation and Few-Shot Learning
