paper-with-me

Papers

Lock-Free Optimization for Non-Convex Problems

2016-12-11 · Shen-Yi Zhao, Gong-Duo Zhang, Wu-Jun Li

Stochastic gradient descent~(SGD) and its variants have attracted much attention in machine learning due to their efficiency and effectiveness for optimization. To handle large-scale problems, researchers have recently proposed several lock-free strategy based parallel SGD~(LF-PSGD) methods for multi-core systems. However, existing works have only proved the convergence of these LF-PSGD methods for convex problems. To the best of our knowledge, no work has proved the convergence of the LF-PSGD methods for non-convex problems. In this paper, we provide the theoretical proof about the convergence of two representative LF-PSGD methods, Hogwild! and AsySVRG, for non-convex problems. Empirical results also show that both Hogwild! and AsySVRG are convergent on non-convex problems, which successfully verifies our theoretical results.

📄 PDF Abstract BibTeX arXiv:1612.03441

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Derivative-free Alternating Projection Algorithms for General Nonconvex-Concave Minimax Problems

2021-08-01 · Zi Xu, Ziqi Wang, Jingjing Shen, Yuhong Dai

In this paper, we study zeroth-order algorithms for nonconvex-concave minimax problems, which have attracted widely attention in machine learning, signal processing and many other fields in recent years. We propose a zer…

Data Poisoning

Global Convergence of Unmodified 3-Block ADMM for a Class of Convex Minimization Problems

2015-05-16 · Tianyi Lin, Shiqian Ma, Shuzhong Zhang

The alternating direction method of multipliers (ADMM) has been successfully applied to solve structured convex optimization problems due to its superior practical performance. The convergence properties of the 2-block A…

Schattor: Schatten-family methods for deep learning optimization

2026-06-14 · Bohao Ma, Junyu Zhang, Chuan He arxiv

Modern deep learning optimization features heterogeneous parameter structures, noisy gradients, and highly nonconvex landscapes, posing significant challenges for both algorithm design and theoretical analysis. Motivated…

Block stochastic gradient iteration for convex and nonconvex optimization

2014-08-12 · Yangyang Xu, Wotao Yin

The stochastic gradient (SG) method can minimize an objective function composed of a large number of differentiable functions, or solve a stochastic optimization problem, to a moderate accuracy. The block coordinate desc…

regressionStochastic Optimization

A block-coordinate descent framework for non-convex composite optimization. Application to sparse precision matrix estimation

2026-01-29 · Guillaume Lauga arxiv

Block-coordinate descent (BCD) is the method of choice to solve numerous large scale optimization problems, however their theoretical study for non-convex optimization, has received less attention. In this paper, we pres…