← Back to feed
2026-06-26infrascaling

Second-Order KKT Guarantees for Bregman ADMM in Nonconvex and Non-Lipschitz Optimization

Shuang Li, Zhihui Zhu, Qiuwei Li

PDF preview for Second-Order KKT Guarantees for Bregman ADMM in Nonconvex and Non-Lipschitz Optimization
Read on arXiv →

Key claim

Bregman ADMM avoids bad saddle points in nonconvex optimization.

In plain English

Imagine you're trying to optimize a complex system, like a machine learning model that involves matrices or tensors. Traditional optimization methods often rely on certain assumptions, like the existence of a global Lipschitz gradient, which can fail in nonconvex scenarios. This can lead to problems where the optimization process gets stuck at undesirable points, known as saddle points, which are not the best solutions. This is what's called instability in optimization.

What this paper does is introduce a new way to approach these nonconvex problems using Bregman ADMM, which is a method that adapts to the specific structure of the problem at hand. Instead of relying on the standard assumptions, it uses a different comparison based on a Bregman kernel, which allows for more flexibility in handling complex objectives. The authors show that, under this new framework, the optimization process can avoid getting stuck at these bad saddle points, leading to better convergence properties.

Practically, this means that if you're working on distributed optimization tasks, like matrix factorization, you can expect more reliable results without the common pitfalls of traditional methods. The paper also extends this analysis to multi-block consensus problems, making it relevant for a wider range of applications in optimization.

Novelty
8.0/10

The paper introduces a new approach to nonconvex optimization that extends existing methods by addressing limitations of the Lipschitz gradient assumption.

Reliability
7.5/10

The claims are supported by theoretical analysis and numerical experiments, though the evaluation could benefit from more extensive baselines.

Deep reliability assessment

The methodology strongly supports a local/asymptotic theoretical claim: under two-sided relative smoothness, smooth invariant state-space assumptions, and existing first-order convergence conditions, Bregman ADMM almost surely avoids strict-saddle KKT points. The empirical section is only illustrative: it uses synthetic noiseless matrix factorization, no serious baselines, a practical stepsize outside the stated sufficient bound, and a tensor example explicitly outside the main theorem.

Reproducibility

No code repository is mentioned. The distributed matrix factorization experiment is synthetic and gives generation details such as Gaussian low-rank factors, n=50, mj=50, r=4, J=100, eta=1, rho=1000, but the paper excerpt does not provide code, seeds, or full implementation details.

Key figure

Figure 1 plots the objective and consensus residual on a log scale over 600 iterations for distributed matrix factorization, showing both quantities rapidly decreasing to near machine precision.