Relations among Some Low Rank Subspace Recovery Models
This work provides a unifying framework for low-rank subspace recovery models, potentially speeding up preprocessing for applications like computer vision and data analysis, though it is incremental in connecting existing methods.
The paper tackles the problem of recovering low-dimensional subspaces from data by showing that several representative models (R-PCA, R-LRR, R-LatLRR) are deeply connected, with solutions derivable in closed form from R-PCA, enabling faster algorithms and theoretical guarantees.
Recovering intrinsic low dimensional subspaces from data distributed on them is a key preprocessing step to many applications. In recent years, there has been a lot of work that models subspace recovery as low rank minimization problems. We find that some representative models, such as Robust Principal Component Analysis (R-PCA), Robust Low Rank Representation (R-LRR), and Robust Latent Low Rank Representation (R-LatLRR), are actually deeply connected. More specifically, we discover that once a solution to one of the models is obtained, we can obtain the solutions to other models in closed-form formulations. Since R-PCA is the simplest, our discovery makes it the center of low rank subspace recovery models. Our work has two important implications. First, R-PCA has a solid theoretical foundation. Under certain conditions, we could find better solutions to these low rank models at overwhelming probabilities, although these models are non-convex. Second, we can obtain significantly faster algorithms for these models by solving R-PCA first. The computation cost can be further cut by applying low complexity randomized algorithms, e.g., our novel $\ell_{2,1}$ filtering algorithm, to R-PCA. Experiments verify the advantages of our algorithms over other state-of-the-art ones that are based on the alternating direction method.