# Approximate matrix completion based on cavity method

**Authors:** Chihiro Noguchi, Yoshiyuki Kabashima

arXiv: 1907.00138 · 2020-01-08

## TL;DR

This paper introduces cavity-based matrix factorization algorithms derived from statistical mechanics, which outperform traditional methods like ALS and SGD in convergence speed and efficiency, especially with fewer observed entries.

## Contribution

The paper proposes novel cavity-based algorithms (CBMF and ACBMF) for matrix completion, offering faster convergence and lower computational costs compared to existing methods.

## Key findings

- CBMF has lower computational cost than ALS.
- ACBMF reduces memory usage compared to CBMF.
- Proposed methods outperform ALS and SGD in convergence speed.

## Abstract

In order to solve large matrix completion problems with practical computational cost, an approximate approach based on matrix factorization has been widely used. Alternating least squares (ALS) and stochastic gradient descent (SGD) are two major algorithms to this end. In this study, we propose a new algorithm, namely cavity-based matrix factorization (CBMF) and approximate cavity-based matrix factorization (ACBMF), which are developed based on the cavity method from statistical mechanics. ALS yields solutions with less iterations when compared to those of SGD. This is because its update rules are described in a closed form although it entails higher computational cost. CBMF can also write its update rules in a closed form, and its computational cost is lower than that of ALS. ACBMF is proposed to compensate a disadvantage of CBMF in terms of relatively high memory cost. We experimentally illustrate that the proposed methods outperform the two existing algorithms in terms of convergence speed per iteration, and it can work under the condition where observed entries are relatively fewer. Additionally, in contrast to SGD, (A)CBMF does not require scheduling of the learning rate.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.00138/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1907.00138/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1907.00138/full.md

---
Source: https://tomesphere.com/paper/1907.00138