Matrix Completion

131 papers with code • 0 benchmarks • 4 datasets

Matrix Completion is a method for recovering lost information. It originates from machine learning and usually deals with highly sparse matrices. Missing or unknown data is estimated using the low-rank matrix of the known data.

Source: A Fast Matrix-Completion-Based Approach for Recommendation Systems

Libraries

Use these libraries to find Matrix Completion models and implementations

Most implemented papers

AIR-Net: Adaptive and Implicit Regularization Neural Network for Matrix Completion

lizhemin15/air-net 12 Oct 2021

Theoretically, we show that the adaptive regularization of AIR enhances the implicit regularization and vanishes at the end of training.

Optimal Low-Rank Matrix Completion: Semidefinite Relaxations and Eigenvector Disjunctions

sean-lo/optimalmatrixcompletion.jl 20 May 2023

Low-rank matrix completion consists of computing a matrix of minimal complexity that recovers a given set of observations as accurately as possible.

Matrix Completion from a Few Entries

dobriban/diagonally_reduced 20 Jan 2009

In the process of proving these statements, we obtain a generalization of a celebrated result by Friedman-Kahn-Szemeredi and Feige-Ofek on the spectrum of sparse random matrices.

Matrix Completion from Noisy Entries

jasonsun0310/MatrixCompletion.jl NeurIPS 2009

Given a matrix M of low-rank, we consider the problem of reconstructing it from noisy observations of a small, random subset of its entries.

Guaranteed Rank Minimization via Singular Value Projection

HauLiang/Matrix-Completion-Methods NeurIPS 2010

Minimizing the rank of a matrix subject to affine constraints is a fundamental problem with many important applications in machine learning and statistics.

A Gradient Descent Algorithm on the Grassman Manifold for Matrix Completion

strin/pyOptSpace 27 Oct 2009

We consider the problem of reconstructing a low-rank matrix from a small subset of its entries.

Online Identification and Tracking of Subspaces from Highly Incomplete Information

hiroyuki-kasai/OLSTEC 21 Jun 2010

GROUSE performs exceptionally well in practice both in tracking subspaces and as an online algorithm for matrix completion.

Robust PCA via Outlier Pursuit

hoonose/robust-filter NeurIPS 2010

Singular Value Decomposition (and Principal Component Analysis) is one of the most widely used techniques for dimensionality reduction: successful and efficiently computable, it is nevertheless plagued by a well-known, well-documented sensitivity to outliers.

Online Robust Subspace Tracking from Partial Information

hiroyuki-kasai/OLSTEC 18 Sep 2011

This paper presents GRASTA (Grassmannian Robust Adaptive Subspace Tracking Algorithm), an efficient and robust online algorithm for tracking subspaces from highly incomplete information.

Orthogonal Rank-One Matrix Pursuit for Low Rank Matrix Completion

jasonsun0310/MatrixCompletion.jl 4 Apr 2014

Numerical results show that our proposed algorithm is more efficient than competing algorithms while achieving similar or better prediction performance.