CVOCApr 18, 2014

iPiano: Inertial Proximal Algorithm for Non-Convex Optimization

arXiv:1404.4805v1470 citations
Originality Incremental advance
AI Analysis

This provides a robust optimization method for non-convex problems in domains like computer vision, though it is incremental as it builds on existing techniques like the Heavy-ball method.

The paper tackles the problem of minimizing a sum of differentiable (possibly non-convex) and convex (possibly non-differentiable) functions by proposing iPiano, an algorithm combining forward-backward splitting with inertial forces, and proves global convergence of function values and arguments for this class of problems.

In this paper we study an algorithm for solving a minimization problem composed of a differentiable (possibly non-convex) and a convex (possibly non-differentiable) function. The algorithm iPiano combines forward-backward splitting with an inertial force. It can be seen as a non-smooth split version of the Heavy-ball method from Polyak. A rigorous analysis of the algorithm for the proposed class of problems yields global convergence of the function values and the arguments. This makes the algorithm robust for usage on non-convex problems. The convergence result is obtained based on the \KL inequality. This is a very weak restriction, which was used to prove convergence for several other gradient methods. First, an abstract convergence theorem for a generic algorithm is proved, and, then iPiano is shown to satisfy the requirements of this theorem. Furthermore, a convergence rate is established for the general problem class. We demonstrate iPiano on computer vision problems: image denoising with learned priors and diffusion based image compression.

Foundations

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

Your Notes