paper-with-me

홈 › Papers

Which Factorization Machine Modeling is Better: A Theoretical Answer with Optimal Guarantee

2019-01-30 · Ming Lin, Shuang Qiu, Jieping Ye, Xiaomin Song, Qi Qian, Liang Sun, Shenghuo Zhu, Rong Jin

Factorization machine (FM) is a popular machine learning model to capture the second order feature interactions. The optimal learning guarantee of FM and its generalized version is not yet developed. For a rank $k$ generalized FM of $d$ dimensional input, the previous best known sampling complexity is $\mathcal{O}[k^{3}d\cdot\mathrm{polylog}(kd)]$ under Gaussian distribution. This bound is sub-optimal comparing to the information theoretical lower bound $\mathcal{O}(kd)$. In this work, we aim to tighten this bound towards optimal and generalize the analysis to sub-gaussian distribution. We prove that when the input data satisfies the so-called $\tau$-Moment Invertible Property, the sampling complexity of generalized FM can be improved to $\mathcal{O}[k^{2}d\cdot\mathrm{polylog}(kd)/\tau^{2}]$. When the second order self-interaction terms are excluded in the generalized FM, the bound can be improved to the optimal $\mathcal{O}[kd\cdot\mathrm{polylog}(kd)]$ up to the logarithmic factors. Our analysis also suggests that the positive semi-definite constraint in the conventional FM is redundant as it does not improve the sampling complexity while making the model difficult to optimize. We evaluate our improved FM model in real-time high precision GPS signal calibration task to validate its superiority.

📄 PDF Abstract BibTeX arXiv:1901.11149

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Factorization-Error-Free Discrete Diffusion Language Model via Speculative Decoding

2026-05-14 · Xun Fang, Yunchen Li, Hang Yuan, Zhou Yu arxiv

Discrete diffusion language models improve generation efficiency through parallel token prediction, but standard $X_0$ prediction methods introduce factorization errors by approximating the clean token posterior with ind…

Expressive power of tensor-network factorizations for probabilistic modeling, with applications from hidden Markov models to quantum machine learning

2019-07-08 · Ivan Glasser, Ryan Sweke, Nicola Pancotti, Jens Eisert 외

Tensor-network techniques have enjoyed outstanding success in physics, and have recently attracted attention in machine learning, both as a tool for the formulation of new learning algorithms and for enhancing the mathem…

Quantum Machine LearningTensor Networks

Distributed Matrix Completion and Robust Factorization

2011-07-05 · Lester Mackey, Ameet Talwalkar, Michael. I. Jordan

If learning methods are to scale to the massive sizes of modern datasets, it is essential for the field of machine learning to embrace parallel and distributed computing. Inspired by the recent development of matrix fact…

Collaborative FilteringDistributed ComputingMatrix Completion

Quadratic Matrix Factorization with Applications to Manifold Learning

2023-01-30 · Zheng Zhai, Hengchao Chen, Qiang Sun

Matrix factorization is a popular framework for modeling low-rank data matrices. Motivated by manifold learning problems, this paper proposes a quadratic matrix factorization (QMF) framework to learn the curved manifold …