# Online Matrix Completion with Side Information

**Authors:** Mark Herbster, Stephen Pasteris, Lisa Tse

arXiv: 1906.07255 · 2020-05-18

## TL;DR

This paper introduces an online algorithm for binary matrix completion that leverages side information, providing mistake and regret bounds related to the margin and the quality of side information, with extensions to inductive settings.

## Contribution

The paper presents a novel online matrix completion algorithm with theoretical mistake and regret bounds that incorporate side information and extend to inductive scenarios.

## Key findings

- Mistake bounds of O(D/3^2) are established.
- The quasi-dimension D reflects the quality of side information.
- Algorithm generalizes to inductive settings with bounded D.

## Abstract

We give an online algorithm and prove novel mistake and regret bounds for online binary matrix completion with side information. The mistake bounds we prove are of the form $\tilde{O}(D/\gamma^2)$. The term $1/\gamma^2$ is analogous to the usual margin term in SVM (perceptron) bounds. More specifically, if we assume that there is some factorization of the underlying $m \times n$ matrix into $P Q^\intercal$ where the rows of $P$ are interpreted as "classifiers" in $\mathcal{R}^d$ and the rows of $Q$ as "instances" in $\mathcal{R}^d$, then $\gamma$ is the maximum (normalized) margin over all factorizations $P Q^\intercal$ consistent with the observed matrix. The quasi-dimension term $D$ measures the quality of side information. In the presence of vacuous side information, $D= m+n$. However, if the side information is predictive of the underlying factorization of the matrix, then in an ideal case, $D \in O(k + \ell)$ where $k$ is the number of distinct row factors and $\ell$ is the number of distinct column factors. We additionally provide a generalization of our algorithm to the inductive setting. In this setting, we provide an example where the side information is not directly specified in advance. For this example, the quasi-dimension $D$ is now bounded by $O(k^2 + \ell^2)$.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1906.07255/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1906.07255/full.md

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