Leaf-FM: A Learnable Feature Generation Factorization Machine for Click-Through Rate Prediction
Qingyun She, Zhiqiang Wang, Junlin Zhang

TL;DR
Leaf-FM is a novel feature generation model based on factorization machines that automatically learns feature transformations, leading to improved click-through rate prediction performance with high efficiency suitable for real-world applications.
Contribution
The paper introduces Leaf-FM, a learnable feature generation method that enhances FM-based CTR models by automatically transforming features, reducing reliance on manual feature engineering.
Findings
Leaf-FM outperforms standard FMs significantly.
Leaf-FM achieves better performance than FFMs with fewer parameters.
Comparable to deep learning models like DNN and AutoInt on certain datasets.
Abstract
Click-through rate (CTR) prediction plays important role in personalized advertising and recommender systems. Though many models have been proposed such as FM, FFM and DeepFM in recent years, feature engineering is still a very important way to improve the model performance in many applications because using raw features can rarely lead to optimal results. For example, the continuous features are usually transformed to the power forms by adding a new feature to allow it to easily form non-linear functions of the feature. However, this kind of feature engineering heavily relies on peoples experience and it is both time consuming and labor consuming. On the other side, concise CTR model with both fast online serving speed and good model performance is critical for many real life applications. In this paper, we propose LeafFM model based on FM to generate new features from the original…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Image and Video Quality Assessment · Advanced Image and Video Retrieval Techniques
MethodsAutoInt
