# Matrix completion with queries

**Authors:** Natali Ruchansky, Mark Crovella, Evimaria Terzi

arXiv: 1705.00399 · 2017-05-02

## TL;DR

This paper introduces Order&Extend, an active matrix completion algorithm that strategically queries additional entries to improve reconstruction accuracy in low-rank matrices, outperforming classical methods.

## Contribution

It presents the first unified approach combining matrix completion with an active querying strategy to enhance accuracy with minimal additional queries.

## Key findings

- Efficiently reconstructs matrices with fewer queries.
- Outperforms classical matrix completion methods.
- Effective on real-world datasets.

## Abstract

In many applications, e.g., recommender systems and traffic monitoring, the data comes in the form of a matrix that is only partially observed and low rank. A fundamental data-analysis task for these datasets is matrix completion, where the goal is to accurately infer the entries missing from the matrix. Even when the data satisfies the low-rank assumption, classical matrix-completion methods may output completions with significant error -- in that the reconstructed matrix differs significantly from the true underlying matrix. Often, this is due to the fact that the information contained in the observed entries is insufficient. In this work, we address this problem by proposing an active version of matrix completion, where queries can be made to the true underlying matrix. Subsequently, we design Order&Extend, which is the first algorithm to unify a matrix-completion approach and a querying strategy into a single algorithm. Order&Extend is able identify and alleviate insufficient information by judiciously querying a small number of additional entries. In an extensive experimental evaluation on real-world datasets, we demonstrate that our algorithm is efficient and is able to accurately reconstruct the true matrix while asking only a small number of queries.

## Full text

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

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1705.00399/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1705.00399/full.md

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