CVNov 27, 2018

Bilinear Parameterization For Differentiable Rank-Regularization

arXiv:1811.11088v311 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of slow convergence in gradient-based methods for ill-conditioned low-rank approximation problems in computer vision and machine learning, offering a more efficient optimization approach.

The paper tackles the problem of optimizing low-rank models with non-differentiable regularization by reformulating them into smooth objectives using bilinear parameterization, enabling the use of second-order methods like Levenberg-Marquardt and Variable Projection to achieve more accurate solutions, as demonstrated in experiments showing substantial improvements over state-of-the-art methods.

Low rank approximation is a commonly occurring problem in many computer vision and machine learning applications. There are two common ways of optimizing the resulting models. Either the set of matrices with a given rank can be explicitly parametrized using a bilinear factorization, or low rank can be implicitly enforced using regularization terms penalizing non-zero singular values. While the former approach results in differentiable problems that can be efficiently optimized using local quadratic approximation, the latter is typically not differentiable (sometimes even discontinuous) and requires first order subgradient or splitting methods. It is well known that gradient based methods exhibit slow convergence for ill-conditioned problems. In this paper we show how many non-differentiable regularization methods can be reformulated into smooth objectives using bilinear parameterization. This allows us to use standard second order methods, such as Levenberg--Marquardt (LM) and Variable Projection (VarPro), to achieve accurate solutions for ill-conditioned cases. We show on several real and synthetic experiments that our second order formulation converges to substantially more accurate solutions than competing state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes