paper-with-me

Papers

Enhancing Factorization Machines with Generalized Metric Learning

2020-06-20 · Yangyang Guo, Zhiyong Cheng, Jiazheng Jing, Yanpeng Lin, Liqiang Nie, Meng Wang

Factorization Machines (FMs) are effective in incorporating side information to overcome the cold-start and data sparsity problems in recommender systems. Traditional FMs adopt the inner product to model the second-order interactions between different attributes, which are represented via feature vectors. The problem is that the inner product violates the triangle inequality property of feature vectors. As a result, it cannot well capture fine-grained attribute interactions, resulting in sub-optimal performance. Recently, the Euclidean distance is exploited in FMs to replace the inner product and has delivered better performance. However, previous FM methods including the ones equipped with the Euclidean distance all focus on the attribute-level interaction modeling, ignoring the critical intrinsic feature correlations inside attributes. Thereby, they fail to model the complex and rich interactions exhibited in the real-world data. To tackle this problem, in this paper, we propose a FM framework equipped with generalized metric learning techniques to better capture these feature correlations. In particular, based on this framework, we present a Mahalanobis distance and a deep neural network (DNN) methods, which can effectively model the linear and non-linear correlations between features, respectively. Besides, we design an efficient approach for simplifying the model functions. Experiments on several benchmark datasets demonstrate that our proposed framework outperforms several state-of-the-art baselines by a large margin. Moreover, we collect a new large-scale dataset on second-hand trading to justify the effectiveness of our method over cold-start and data sparsity problems in recommender systems.

📄 PDF Abstract BibTeX arXiv:2006.11600

Code (1)

guoyang9/GML-FM 공식 구현 pytorch

Tasks

AttributeMetric LearningRecommendation Systems

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

Polynomial Networks and Factorization Machines: New Insights and Efficient Training Algorithms

2016-07-29 · Mathieu Blondel, Masakazu Ishihata, Akinori Fujino, Naonori Ueda

Polynomial networks and factorization machines are two recently-proposed models that can efficiently use feature interactions in classification and regression tasks. In this paper, we revisit both models from a unified p…

General ClassificationRecommendation Systemsregression

Strongly Hierarchical Factorization Machines and ANOVA Kernel Regression

2017-12-25 · Ruocheng Guo, Hamidreza Alvari, Paulo Shakarian

High-order parametric models that include terms for feature interactions are applied to various data mining tasks, where ground truth depends on interactions of features. However, with sparse data, the high- dimensional …

parameter estimationregressionSparse Learning

Interaction-aware Factorization Machines for Recommender Systems

2019-02-26 · Fuxing Hong, Dongbo Huang, Ge Chen

Factorization Machine (FM) is a widely used supervised learning approach by effectively modeling of feature interactions. Despite the successful application of FM and its many deep learning variants, treating every featu…

Recommendation Systems

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