paper-with-me

홈 › Papers

Progressive Power Homotopy for Non-convex Optimization

2026-01-22 · Chen Xu arxiv

We propose a novel first-order method for non-convex optimization of the form $\max_{\bm{w}\in\mathbb{R}^d}\mathbb{E}_{\bm{x}\sim\mathcal{D}}[f_{\bm{w}}(\bm{x})]$, termed Progressive Power Homotopy (Prog-PowerHP). The method applies stochastic gradient ascent to a surrogate objective obtained by first performing a power transformation and then Gaussian smoothing, $F_{N,σ}(\bmμ):=\mathbb{E}_{\bm{w}\sim\mathcal{N}(\bmμ,σ^2I_d),\bm{x}\sim\mathcal{D}}[e^{Nf_w(\bm{x})}]$, while progressively increasing the power parameter $N$ and decreasing the smoothing scale $σ$ along the optimization trajectory. We prove that, under mild regularity conditions, Prog-PowerHP converges to a small neighborhood of the global optimum with an iteration complexity scaling nearly as $O(d^2\varepsilon^{-2})$. Empirically, Prog-PowerHP demonstrates clear advantages in phase retrieval when the samples-to-dimension ratio approaches the information-theoretic limit, and in training two-layer neural networks in under-parameterized regimes. These results suggest that Prog-PowerHP is particularly effective for navigating cluttered non-convex landscapes where standard first-order methods struggle.

📄 PDF Abstract BibTeX arXiv:2601.15915

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Homotopy Analysis for Tensor PCA

2016-10-28 · Anima Anandkumar, Yuan Deng, Rong Ge, Hossein Mobahi

Developing efficient and guaranteed nonconvex algorithms has been an important challenge in modern machine learning. Algorithms with good empirical performance such as stochastic gradient descent often lack theoretical g…

global-optimization

Homotopy-Guided Self-Supervised Learning of Parametric Solutions for AC Optimal Power Flow

2025-11-11 · Shimiao Li, Aaron Tuor, Draguna Vrabie, Larry Pileggi 외 arxiv

Learning to optimize (L2O) parametric approximations of AC optimal power flow (AC-OPF) solutions offers the potential for fast, reusable decision-making in real-time power system operations. However, the inherent nonconv…

Self-Supervised Learning

Probabilistic Gaussian Homotopy: A Probability-Space Continuation Framework for Nonconvex Optimization

2026-03-13 · Eshed Gal, Samy Wu Fung, Eldad Haber arxiv

We introduce Probabilistic Gaussian Homotopy (PGH), a probability-space continuation framework for nonconvex optimization. Unlike classical Gaussian homotopy, which smooths the objective and uniformly averages gradients,…

AN EFFICIENT HOMOTOPY TRAINING ALGORITHM FOR NEURAL NETWORKS

2020-01-01 · ICLR 2020 1 · Qipin Chen, Wenrui Hao

We present a Homotopy Training Algorithm (HTA) to solve optimization problems arising from neural networks. The HTA starts with several decoupled systems with low dimensional structure and tracks the solution to the high…

Convergence Analysis of Homotopy-SGD for non-convex optimization

2020-11-20 · Matilde Gargiani, Andrea Zanelli, Quoc Tran-Dinh, Moritz Diehl 외

First-order stochastic methods for solving large-scale non-convex optimization problems are widely used in many big-data applications, e.g. training deep neural networks as well as other complex and potentially non-conve…