DeepFM: An End-to-End Wide & Deep Learning Framework for CTR Prediction
Huifeng Guo, Ruiming Tang, Yunming Ye, Zhenguo Li, Xiuqiang He, and, Zhenhua Dong

TL;DR
DeepFM is an end-to-end neural network framework that effectively models both low- and high-order feature interactions for CTR prediction, eliminating the need for extensive feature engineering.
Contribution
It introduces a unified DeepFM framework combining factorization machines and deep learning, with shared raw features and flexible deep architectures, outperforming existing models.
Findings
DeepFM-D and DeepFM-P outperform existing CTR models on benchmark and commercial data.
DeepFM-D achieves over 10% CTR improvement in Huawei App Market.
The framework simplifies feature engineering by using raw features directly.
Abstract
Learning sophisticated feature interactions behind user behaviors is critical in maximizing CTR for recommender systems. Despite great progress, existing methods have a strong bias towards low- or high-order interactions, or rely on expertise feature engineering. In this paper, we show that it is possible to derive an end-to-end learning model that emphasizes both low- and high-order feature interactions. The proposed framework, DeepFM, combines the power of factorization machines for recommendation and deep learning for feature learning in a new neural network architecture. Compared to the latest Wide & Deep model from Google, DeepFM has a shared raw feature input to both its "wide" and "deep" components, with no need of feature engineering besides raw features. DeepFM, as a general learning framework, can incorporate various network architectures in its deep component. In this paper,…
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
TopicsRecommender Systems and Techniques · Topic Modeling · Image Retrieval and Classification Techniques
