paper-with-me

Papers

Factorization Machines

2011-01-20 · 2010/01/01 2010 1 · Steffen Rendle

In this paper, we introduce Factorization Machines (FM) which are a new model class that combines the advantages of Support Vector Machines (SVM) with factorization models. Like SVMs, FMs are a general predictor working with any real valued feature vector. In contrast to SVMs, FMs model all interactions between variables using factorized parameters. Thus they are able to estimate interactions even in problems with huge sparsity (like recommender systems) where SVMs fail. We show that the model equation of FMs can be calculated in linear time and thus FMs can be optimized directly. So unlike nonlinear SVMs, a transformation in the dual form is not necessary and the model parameters can be estimated directly without the need of any support vector in the solution. We show the relationship to SVMs and the advantages of FMs for parameter estimation in sparse settings. On the other hand there are many different factorization models like matrix factorization, parallel factor analysis or specialized models like SVD++, PITF or FPMC. The drawback of these models is that they are not applicable for general prediction tasks but work only with special input data. Furthermore their model equations and optimization algorithms are derived individually for each task. We show that FMs can mimic these models just by specifying the input data (i.e. the feature vectors). This makes FMs easily applicable even for users without expert knowledge in factorization models. Index Terms—factorization machine; sparse data; tensor factorization; support vector machine

📄 PDF Abstract BibTeX

Code (2)

PaddlePaddle/PaddleRec/tree/release/2.1.0/models/rank/fm paddle
UlionTse/mlgb pytorch

Tasks

parameter estimationRecommendation Systems

Similar Papers 제목 키워드 기반

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

An Introduction to Matrix factorization and Factorization Machines in Recommendation System, and Beyond

2022-03-12 · Yuefeng Zhang

This paper aims at a better understanding of matrix factorization (MF), factorization machines (FM), and their combination with deep algorithms' application in recommendation systems. Specifically, this paper will focus …

Recommendation Systems

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

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

Multi-View Factorization Machines

2015-06-03 · Bokai Cao, Hucheng Zhou, Guoqiang Li, Philip S. Yu

For a learning task, data can usually be collected from different sources or be represented from multiple views. For example, laboratory results from different medical examinations are available for disease diagnosis, an…

parameter estimation