paper-with-me

Papers

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

2017-08-15 · Jun Xiao, Hao Ye, Xiangnan He, Hanwang Zhang, Fei Wu, Tat-Seng Chua

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 of all feature interactions with the same weight, as not all feature interactions are equally useful and predictive. For example, the interactions with useless features may even introduce noises and adversely degrade the performance. In this work, we improve FM by discriminating the importance of different feature interactions. We propose a novel model named Attentional Factorization Machine (AFM), which learns the importance of each feature interaction from data via a neural attention network. Extensive experiments on two real-world datasets demonstrate the effectiveness of AFM. Empirically, it is shown on regression task AFM betters FM with a $8.6\%$ relative improvement, and consistently outperforms the state-of-the-art deep learning methods Wide&Deep and DeepCross with a much simpler structure and fewer model parameters. Our implementation of AFM is publicly available at: https://github.com/hexiangnan/attentional_factorization_machine

📄 PDF Abstract BibTeX arXiv:1708.04617

Code (8)

hexiangnan/attentional_factorization_machine 공식 구현 tf
MindSpore-scientific-2/code-12/tree/main/factorized-attention mindspore
UlionTse/mlgb pytorch
hzn666/rlbid_ea pytorch
shenweichen/DeepCTR tf
shenweichen/DeepCTR-Torch pytorch
tangxyw/RecAlgorithm tf
xue-pai/FuxiCTR pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

Wide&Deep Wide&Deep jointly trains wide linear models and deep neural networks to combine the benefits of memorization and generalization for real-world recommender systems. In summary,…
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Holographic Factorization Machines for Recommendation

2019-07-17 · AAAI 2019 7 · Yi Tay, Shuai Zhang, Anh Tuan Luu, Siu Cheung Hui 외

Factorization Machines (FMs) are a class of popular algorithms that have been widely adopted for collaborative filtering and recommendation tasks. FMs are characterized by its usage of the inner product of factorized par…

Collaborative FilteringRetrieval

GDFM: Gene Vectors Embodied Deep Attentional Factorization Machines for Interaction prediction

2021-11-21 · Proceedings of the 30th ACM International Conference on Information and Knowledge Management 2021 11 · Sameen Mansha, Tayyab Khalid, Faisal Kamiran, Masroor Hussain 외

Gene Network Graphs (GNGs) are comprised of biomedical data. Deriving structural information from these graphs remains a prime area of research in the domain of biomedical and health informatics. In this paper, we pro…

Gene Interaction Prediction

A Boosting Framework of Factorization Machine

2018-04-17 · Longfei Li, Peilin Zhao, Jun Zhou, Xiaolong Li

Recently, Factorization Machines (FM) has become more and more popular for recommendation systems, due to its effectiveness in finding informative interactions between features. Usually, the weights for the interactions …

Recommendation Systems

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

Deep Relational Factorization Machines

2019-09-25 · Hongchang Gao, Gang Wu, Ryan Rossi, Viswanathan Swaminathan 외

Factorization Machines (FMs) is an important supervised learning approach due to its unique ability to capture feature interactions when dealing with high-dimensional sparse data. However, FMs assume each sample is indep…