paper-with-me

홈 › Papers

Field-Embedded Factorization Machines for Click-through rate prediction

2020-09-13 · Harshit Pande

Click-through rate (CTR) prediction models are common in many online applications such as digital advertising and recommender systems. Field-Aware Factorization Machine (FFM) and Field-weighted Factorization Machine (FwFM) are state-of-the-art among the shallow models for CTR prediction. Recently, many deep learning-based models have also been proposed. Among deeper models, DeepFM, xDeepFM, AutoInt+, and FiBiNet are state-of-the-art models. The deeper models combine a core architectural component, which learns explicit feature interactions, with a deep neural network (DNN) component. We propose a novel shallow Field-Embedded Factorization Machine (FEFM) and its deep counterpart Deep Field-Embedded Factorization Machine (DeepFEFM). FEFM learns symmetric matrix embeddings for each field pair along with the usual single vector embeddings for each feature. FEFM has significantly lower model complexity than FFM and roughly the same complexity as FwFM. FEFM also has insightful mathematical properties about important fields and field interactions. DeepFEFM combines the FEFM interaction vectors learned by the FEFM component with a DNN and is thus able to learn higher order interactions. We conducted comprehensive experiments over a wide range of hyperparameters on two large publicly available real-world datasets. When comparing test AUC and log loss, the results show that FEFM and DeepFEFM outperform the existing state-of-the-art shallow and deep models for CTR prediction tasks. We have made the code of FEFM and DeepFEFM available in the DeepCTR library (https://github.com/shenweichen/DeepCTR).

📄 PDF Abstract BibTeX arXiv:2009.09931

Code (4)

shenweichen/DeepCTR 공식 구현 tf
PaddlePaddle/PaddleRec/tree/master/models/rank/deepfefm paddle
UlionTse/mlgb pytorch
thinkall/deepfefm paddle

Tasks

Click-Through Rate PredictionPredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

FEFM 설명 없음

Similar Papers 제목 키워드 기반

Field-weighted Factorization Machines for Click-Through Rate Prediction in Display Advertising

2018-06-09 · Junwei Pan, Jian Xu, Alfonso Lobos Ruiz, Wenliang Zhao 외

Click-through rate (CTR) prediction is a critical task in online display advertising. The data involved in CTR prediction are typically multi-field categorical data, i.e., every feature is categorical and belongs to one …

Click-Through Rate PredictionPrediction

Field-aware factorization machines for CTR prediction

2016-09-07 · RecSys 2016 9 · Yuchin Juan, Yong Zhuang, Wei-Sheng Chin, Chih-Jen Lin

Click-through rate (CTR) prediction plays an important role in computational advertising. Models based on degree-2 polynomial mappings and factorization machines (FMs) are widely used for this task. Recently, a varian…

Click-Through Rate PredictionPredictionRecommendation Systems

Field-aware Factorization Machines in a Real-world Online Advertising System

2017-01-15 · Yuchin Juan, Damien Lefortier, Olivier Chapelle

Predicting user response is one of the core machine learning tasks in computational advertising. Field-aware Factorization Machines (FFM) have recently been established as a state-of-the-art method for that problem and i…

TFNet: Multi-Semantic Feature Interaction for CTR Prediction

2020-06-29 · Shu Wu, Feng Yu, Xueli Yu, Qiang Liu 외

The CTR (Click-Through Rate) prediction plays a central role in the domain of computational advertising and recommender systems. There exists several kinds of methods proposed in this field, such as Logistic Regression (…

Click-Through Rate PredictionPredictionRecommendation Systems

Feature embedding in click-through rate prediction

2022-09-20 · Samo Pahor, Davorin Kopič, Jure Demšar

We tackle the challenge of feature embedding for the purposes of improving the click-through rate prediction process. We select three models: logistic regression, factorization machines and deep factorization machines, a…

BenchmarkingClick-Through Rate PredictionPrediction