paper-with-me

Papers

Deep Relational Factorization Machines

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

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 independently observed and hence incapable of exploiting the interactions among samples. On the contrary, Graph Neural Networks (GNNs) has become increasingly popular due to its strength at capturing the dependencies among samples. But unfortunately, it cannot efficiently handle high-dimensional sparse data, which is quite common in modern machine learning tasks. In this work, to leverage their complementary advantages and yet overcome their issues, we proposed a novel approach, namely Deep Relational Factorization Machines, which can capture both the feature interaction and the sample interaction. In particular, we disclosed the relationship between the feature interaction and the graph, which opens a brand new avenue to deal with high-dimensional features. Finally, we demonstrate the effectiveness of the proposed approach with experiments on several real-world datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reducing the Rank in Relational Factorization Models by Including Observable Patterns

2014-12-01 · NeurIPS 2014 12 · Maximilian Nickel, Xueyan Jiang, Volker Tresp

Tensor factorizations have become popular methods for learning from multi-relational data. In this context, the rank of a factorization is an important parameter that determines runtime as well as generalization ability.…

A Probit Tensor Factorization Model For Relational Learning

2021-11-06 · Ye Liu, Rui Song, Wenbin Lu, Yanghua Xiao

With the proliferation of knowledge graphs, modeling data with complex multirelational structure has gained increasing attention in the area of statistical relational learning. One of the most important goals of statisti…

Knowledge GraphsLink PredictionmodelPrediction+1

Neural Tensor Factorization

2018-02-13 · Xian Wu, Baoxu Shi, Yuxiao Dong, Chao Huang 외

Neural collaborative filtering (NCF) and recurrent recommender systems (RRN) have been successful in modeling user-item relational data. However, they are also limited in their assumption of static or sequential modeling…

Collaborative FilteringLink PredictionRecommendation Systems

Logistic Tensor Factorization for Multi-Relational Data

2013-06-10 · Maximilian Nickel, Volker Tresp

Tensor factorizations have become increasingly popular approaches for various learning tasks on structured data. In this work, we extend the RESCAL tensor factorization, which has shown state-of-the-art results for multi…

Relational Reasoning

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