paper-with-me

Papers

Convex Factorization Machine for Regression

2015-07-04 · Makoto Yamada, Wenzhao Lian, Amit Goyal, Jianhui Chen, Kishan Wimalawarne, Suleiman A. Khan, Samuel Kaski, Hiroshi Mamitsuka, Yi Chang

We propose the convex factorization machine (CFM), which is a convex variant of the widely used Factorization Machines (FMs). Specifically, we employ a linear+quadratic model and regularize the linear term with the $\ell_2$-regularizer and the quadratic term with the trace norm regularizer. Then, we formulate the CFM optimization as a semidefinite programming problem and propose an efficient optimization procedure with Hazan's algorithm. A key advantage of CFM over existing FMs is that it can find a globally optimal solution, while FMs may get a poor locally optimal solution since the objective function of FMs is non-convex. In addition, the proposed algorithm is simple yet effective and can be implemented easily. Finally, CFM is a general factorization method and can also be used for other factorization problems including including multi-view matrix factorization and tensor completion problems. Through synthetic and movielens datasets, we first show that the proposed CFM achieves results competitive to FMs. Furthermore, in a toxicogenomics prediction task, we show that CFM outperforms a state-of-the-art tensor factorization method.

📄 PDF Abstract BibTeX arXiv:1507.01073

Code (1)

karunru/ConvexFactorizationMachines.jl

Tasks

regression

Similar Papers 제목 키워드 기반

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

Multi-output Polynomial Networks and Factorization Machines

2017-05-22 · NeurIPS 2017 12 · Mathieu Blondel, Vlad Niculae, Takuma Otsuka, Naonori Ueda

Factorization machines and polynomial networks are supervised polynomial models based on an efficient low-rank decomposition. We extend these models to the multi-output setting, i.e., for learning vector-valued functions…

General Classification

Coresets for Near-Convex Functions

2020-06-09 · NeurIPS 2020 12 · Murad Tukan, Alaa Maalouf, Dan Feldman

Coreset is usually a small weighted subset of $n$ input points in $\mathbb{R}^d$, that provably approximates their loss function for a given set of queries (models, classifiers, etc.). Coresets become increasingly common…

regressionSensitivity

Expanded Alternating Optimization of Nonconvex Functions with Applications to Matrix Factorization and Penalized Regression

2014-12-12 · W. James Murdoch, Mu Zhu

We propose a general technique for improving alternating optimization (AO) of nonconvex functions. Starting from the solution given by AO, we conduct another sequence of searches over subspaces that are both meaningful t…

Recommendation Systemsregression

Tight convex relaxations for sparse matrix factorization

2014-07-19 · NeurIPS 2014 12 · Emile Richard, Guillaume Obozinski, Jean-Philippe Vert

Based on a new atomic norm, we propose a new convex formulation for sparse matrix factorization problems in which the number of nonzero elements of the factors is assumed fixed and known. The formulation counts sparse PC…

Clustering