paper-with-me

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 is learnt as a low rank weight matrix, which is formulated as an inner product of two low rank matrices. This low rank can help improve the generalization ability of Factorization Machines. However, to choose the rank properly, it usually needs to run the algorithm for many times using different ranks, which clearly is inefficient for some large-scale datasets. To alleviate this issue, we propose an Adaptive Boosting framework of Factorization Machines (AdaFM), which can adaptively search for proper ranks for different datasets without re-training. Instead of using a fixed rank for FM, the proposed algorithm will adaptively gradually increases its rank according to its performance until the performance does not grow, using boosting strategy. To verify the performance of our proposed framework, we conduct an extensive set of experiments on many real-world datasets. Encouraging empirical results shows that the proposed algorithms are generally more effective than state-of-the-art other Factorization Machines.

📄 PDF Abstract BibTeX arXiv:1804.06027

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

TigerLily: Finding drug interactions in silico with the Graph

2022-04-18 · Benedek Rozemberczki

Tigerlily is a TigerGraph based system designed to solve the drug interaction prediction task. In this machine learning task, we want to predict whether two drugs have an adverse interaction. Our framework allows us to s…

Graph Mining

Boosting Factorization Machines via Saliency-Guided Mixup

2022-06-17 · Chenwang Wu, Defu Lian, Yong Ge, Min Zhou 외

Factorization machines (FMs) are widely used in recommender systems due to their adaptability and ability to learn from sparse data. However, for the ubiquitous non-interactive features in sparse data, existing FMs can o…

Recommendation Systems

Secure Federated Matrix Factorization

2019-06-12 · Di Chai, Leye Wang, Kai Chen, Qiang Yang

To protect user privacy and meet law regulations, federated (machine) learning is obtaining vast interests in recent years. The key principle of federated learning is training a machine learning model without needing to …

BIG-bench Machine LearningFederated Learning

Gradient Boosting Machine: A Survey

2019-08-19 · Zhiyuan He, Danchen Lin, Thomas Lau, Mike Wu

In this survey, we discuss several different types of gradient boosting algorithms and illustrate their mathematical frameworks in detail: 1. introduction of gradient boosting leads to 2. objective function optimization,…

Survey

Incremental Factorization Machines for Persistently Cold-starting Online Item Recommendation

2016-07-11 · Takuya Kitazawa

Real-world item recommenders commonly suffer from a persistent cold-start problem which is caused by dynamically changing users and items. In order to overcome the problem, several context-aware recommendation techniques…

Recommendation Systems