OCLGNANov 12, 2024

ADMM for Structured Fractional Minimization

arXiv:2411.07496v2h-index: 2
Originality Incremental advance
AI Analysis

It addresses slow convergence and stability issues in optimization for applications like sparse Fisher discriminant analysis, but is incremental as it adapts existing methods to a specific problem class.

This paper tackles structured fractional minimization problems common in machine learning by introducing FADMM, a tailored Alternating Direction Method of Multipliers, which achieves convergence to ε-approximate critical points with an oracle complexity of O(1/ε³).

This paper considers a class of structured fractional minimization problems. The numerator consists of a differentiable function, a simple nonconvex nonsmooth function, a concave nonsmooth function, and a convex nonsmooth function composed with a linear operator. The denominator is a continuous function that is either weakly convex or has a weakly convex square root. These problems are prevalent in various important applications in machine learning and data science. Existing methods, primarily based on subgradient methods and smoothing proximal gradient methods, often suffer from slow convergence and numerical stability issues. In this paper, we introduce {\sf FADMM}, the first Alternating Direction Method of Multipliers tailored for this class of problems. {\sf FADMM} decouples the original problem into linearized proximal subproblems, featuring two variants: one using Dinkelbach's parametric method ({\sf FADMM-D}) and the other using the quadratic transform method ({\sf FADMM-Q}). By introducing a novel Lyapunov function, we establish that {\sf FADMM} converges to $ε$-approximate critical points of the problem within an oracle complexity of $\mathcal{O}(1/ε^{3})$. Extensive experiments on synthetic and real-world datasets, including sparse Fisher discriminant analysis, robust Sharpe ratio minimization, and robust sparse recovery, demonstrate the effectiveness of our approach. Keywords: Fractional Minimization, Nonconvex Optimization, Proximal Linearized ADMM, Nonsmooth Optimization, Convergence Analysis

Foundations

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

Your Notes