paper-with-me

Papers

Deep Interaction Machine: A Simple but Effective Model for High-order Feature Interactions

2020-01-01 · Feng Yu, Zhaocheng Liu, Qiang Liu, Haoli Zhang, Shu Wu, Liang Wang

Click-Through Rate (CTR) prediction is a crucial task for various online applications, such as recommendation and online advertising. The task of CTR prediction is to predict the probability of users' clicking behaviors, with high-dimensional input features. To avoid heavy handcrafted feature engineering, the core topic of CTR prediction is the automatic interactions of the input features. Factorization Machine (FM) is an effective approach for modeling second-order feature interactions. Recently, FM has been extended for modeling higher-order feature interactions, such as xDeepFM and Higher-Order Factorization Machine (HOFM). However, these approaches are with either high complexity or iterative computation consuming much time and space. To overcome above problems, we express arbitrary-order FM in the form of power sums according to Newton's identities. Accordingly, we propose a novel Interaction Machine (IM) model. IM is an efficient and exact implementation of high-order FM, whose time complexity linearly grows with the order of interactions and the number of feature fields. Via IM, we can conduct arbitrary-order feature interactions in a very simple way. Moreover, we perform IM together with deep neural networks, and the resulted DeepIM model is more efficient than xDeepFM with comparable or even better performance. We conduct experiments on two real-world datasets, in which effectiveness and efficiency of both IM and DeepIM are strongly verified.

📄 PDF Abstract BibTeX

Code (1)

xue-pai/FuxiCTR pytorch

Tasks

Click-Through Rate PredictionFeature Engineering

Similar Papers 제목 키워드 기반

Deep Interaction Machine: A Simple but Effective Model for High-order Feature Interactions

2020-01-01 · CIKM 2020 1 · Feng Yu, Zhaocheng Liu, Qiang Liu, Haoli Zhang 외

Click-Through Rate (CTR) prediction is a crucial task for various online applications, such as recommendation and online advertising. The task of CTR prediction is to predict the probability of users' clicking behaviors,…

Click-Through Rate PredictionFeature Engineering

Inferring Higher-Order Couplings with Neural Networks

2025-01-10 · Aurélien Decelle, Alfonso de Jesús Navas Gómez, Beatriz Seoane

Maximum entropy methods, rooted in the inverse Ising/Potts problem from statistical physics, are widely used to model pairwise interactions in complex systems across disciplines such as bioinformatics and neuroscience. W…

Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks

2017-08-15 · Jun Xiao, Hao Ye, Xiangnan He, Hanwang Zhang 외

Factorization Machines (FMs) are a supervised learning approach that enhances the linear regression model by incorporating the second-order feature interactions. Despite effectiveness, FM can be hindered by its modelling…

regression

Generalized Embedding Machines for Recommender Systems

2020-02-16 · Enneng Yang, Xin Xin, Li Shen, Guibing Guo

Factorization machine (FM) is an effective model for feature-based recommendation which utilizes inner product to capture second-order feature interactions. However, one of the major drawbacks of FM is that it couldn't c…

Recommendation Systems

AdnFM: An Attentive DenseNet based Factorization Machine for CTR Prediction

2020-12-20 · Kai Wang, Chunxu Shen, Chaoyun Zhang Wenye Ma

In this paper, we consider the Click-Through-Rate (CTR) prediction problem. Factorization Machines and their variants consider pair-wise feature interactions, but normally we won't do high-order feature interactions usin…

Click-Through Rate Prediction