paper-with-me

Papers

Higher-Order Factorization Machines

2016-07-25 · NeurIPS 2016 12 · Mathieu Blondel, Akinori Fujino, Naonori Ueda, Masakazu Ishihata

Factorization machines (FMs) are a supervised learning approach that can use second-order feature combinations even when the data is very high-dimensional. Unfortunately, despite increasing interest in FMs, there exists to date no efficient training algorithm for higher-order FMs (HOFMs). In this paper, we present the first generic yet efficient algorithms for training arbitrary-order HOFMs. We also present new variants of HOFMs with shared parameters, which greatly reduce model size and prediction times while maintaining similar accuracy. We demonstrate the proposed approaches on four different link prediction tasks.

📄 PDF Abstract BibTeX arXiv:1607.07195

Code (4)

UlionTse/mlgb pytorch
geffy/tffm tf
taohu88/recommendations tf
xue-pai/FuxiCTR pytorch

Tasks

Link PredictionPrediction

Similar Papers 제목 키워드 기반

DS-FACTO: Doubly Separable Factorization Machines

2020-04-29 · Parameswaran Raman, S. V. N. Vishwanathan

Factorization Machines (FM) are powerful class of models that incorporate higher-order interaction among features to add more expressive power to linear models. They have been used successfully in several real-world task…

Recommendation SystemsStochastic Optimization

Knowledge Tracing Machines: Factorization Machines for Knowledge Tracing

2018-11-08 · Jill-Jênn Vie, Hisashi Kashima

Knowledge tracing is a sequence prediction problem where the goal is to predict the outcomes of students over questions as they are interacting with a learning platform. By tracking the evolution of the knowledge of some…

Knowledge Tracing

Additive Higher-Order Factorization Machines

2022-05-28 · David Rügamer

In the age of big data and interpretable machine learning, approaches need to work at scale and at the same time allow for a clear mathematical understanding of the method's inner workings. While there exist inherently i…

Interpretable Machine Learning

GraphFM: Graph Factorization Machines for Feature Interaction Modeling

2021-05-25 · Shu Wu, Zekun Li, Yunyue Su, Zeyu Cui 외

Factorization machine (FM) is a prevalent approach to modeling pairwise (second-order) feature interactions when dealing with high-dimensional sparse data. However, on the one hand, FM fails to capture higher-order featu…

Graph Neural Network

Neural Factorization Machines for Sparse Predictive Analytics

2017-08-16 · Xiangnan He, Tat-Seng Chua

Many predictive tasks of web applications need to model categorical variables, such as user IDs and demographics like genders and occupations. To apply standard machine learning techniques, these categorical predictors a…

Link Prediction