vix.ing · top · new · best · stats · spec

Extensions to the Proximal Distance Method of Constrained Optimization

2020/09/02 by Landeros, Alfonso, Padilla, Oscar Hernan Madrid, Zhou, Hua +1
#FOS: Computer and information sciences #FOS: Mathematics #Machine Learning (cs.LG) #Optimization and Control (math.OC)

paper · doi:10.48550/arxiv.2009.00801

Abstract

The current paper studies the problem of minimizing a loss f(\boldsymbolx) subject to constraints of the form \boldsymbolD\boldsymbolx ∈ S, where S is a closed set, convex or not, and \boldsymbolD is a matrix that fuses parameters. Fusion constraints can capture smoothness, sparsity, or more general constraint patterns. To tackle this generic class of problems, we combine the Beltrami-Courant penalty method with the proximal distance principle. The latter is driven by minimization of penalized objectives f(\boldsymbolx)+\fracρ2dist(\boldsymbolD\boldsymbolx,S)2 involving large tuning constants ρ and the squared Euclidean distance of \boldsymbolD\boldsymbolx from S. The next iterate \boldsymbolxn+1 of the corresponding proximal distance algorithm is constructed from the current iterate \boldsymbolxn by minimizing the majorizing surrogate function f(\boldsymbolx)+\fracρ2‖\boldsymbolD\boldsymbolx-PS(\boldsymbolD\boldsymbolxn)‖2. For fixed ρ and a subanalytic loss f(\boldsymbolx) and a subanalytic constraint set S, we prove convergence to a stationary point. Under stronger assumptions, we provide convergence rates and demonstrate linear local convergence. We also construct a steepest descent (SD) variant to avoid costly linear system solves. To benchmark our algorithms, we compare against the alternating direction method of multipliers (ADMM). Our extensive numerical tests include problems on metric projection, convex regression, convex clustering, total variation image denoising, and projection of a matrix to a good condition number. These experiments demonstrate the superior speed and acceptable accuracy of our steepest variant on high-dimensional problems.

Related