High Rank Matrix Completion with Side Information

Abstract

We address the problem of high-rank matrix completion with side information. In contrast to existing work dealing with side information, which assume that the data matrix is low-rank, we consider the more general scenario where the columns of the data matrix are drawn from a union of low-dimensional subspaces, which can lead to a high rank matrix. Our goal is to complete the matrix while taking advantage of the side information. To do so, we use the self-expressive property of the data, searching for a sparse representation of each column of matrix as a combination of a few other columns. More specifically, we propose a factorization of the data matrix as the product of side information matrices with an unknown interaction matrix, under which each column of the data matrix can be reconstructed using a sparse combination of other columns. As our proposed optimization, searching for missing entries and sparse coefficients, is non-convex and NP-hard, we propose a lifting framework, where we couple sparse coefficients and missing values and define an equivalent optimization that is amenable to convex relaxation. We also propose a fast implementation of our convex framework using a Linearized Alternating Direction Method. By extensive experiments on both synthetic and real data, and, in particular, by studying the problem of multi-label learning, we demonstrate that our method outperforms existing techniques in both low-rank and high-rank data regimes.

Cite

Text

Wang and Elhamifar. "High Rank Matrix Completion with Side Information." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11809

Markdown

[Wang and Elhamifar. "High Rank Matrix Completion with Side Information." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/wang2018aaai-high/) doi:10.1609/AAAI.V32I1.11809

BibTeX

@inproceedings{wang2018aaai-high,
  title     = {{High Rank Matrix Completion with Side Information}},
  author    = {Wang, Yugang and Elhamifar, Ehsan},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {4252-4259},
  doi       = {10.1609/AAAI.V32I1.11809},
  url       = {https://mlanthology.org/aaai/2018/wang2018aaai-high/}
}