paper-with-me

홈 › Papers

Markov Chain Block Coordinate Descent

2018-11-22 · Tao Sun, Yuejiao Sun, Yangyang Xu, Wotao Yin

The method of block coordinate gradient descent (BCD) has been a powerful method for large-scale optimization. This paper considers the BCD method that successively updates a series of blocks selected according to a Markov chain. This kind of block selection is neither i.i.d. random nor cyclic. On the other hand, it is a natural choice for some applications in distributed optimization and Markov decision process, where i.i.d. random and cyclic selections are either infeasible or very expensive. By applying mixing-time properties of a Markov chain, we prove convergence of Markov chain BCD for minimizing Lipschitz differentiable functions, which can be nonconvex. When the functions are convex and strongly convex, we establish both sublinear and linear convergence rates, respectively. We also present a method of Markov chain inertial BCD. Finally, we discuss potential applications.

📄 PDF Abstract BibTeX arXiv:1811.08990

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Optimization

Similar Papers 제목 키워드 기반

A Multi-Token Coordinate Descent Method for Semi-Decentralized Vertical Federated Learning

2023-09-18 · Pedro Valdeira, Yuejie Chi, Cláudia Soares, João Xavier

Communication efficiency is a major challenge in federated learning (FL). In client-server schemes, the server constitutes a bottleneck, and while decentralized setups spread communications, they do not necessarily reduc…

Federated LearningVertical Federated Learning

Identifying Sparse Low-Dimensional Structures in Markov Chains: A Nonnegative Matrix Factorization Approach

2019-09-27 · Mahsa Ghasemi, Abolfazl Hashemi, Haris Vikalo, Ufuk Topcu

We consider the problem of learning low-dimensional representations for large-scale Markov chains. We formulate the task of representation learning as that of mapping the state space of the model to a low-dimensional sta…

Representation Learning

Solving Dense Linear Systems Faster Than via Preconditioning

2023-12-14 · Michał Dereziński, Jiaming Yang

We give a stochastic optimization algorithm that solves a dense $n\times n$ real-valued linear system $Ax=b$, returning $\tilde x$ such that $\|A\tilde x-b\|\leq \epsilon\|b\|$ in time: $$\tilde O((n^2+nk^{\omega-1})\log…

Stochastic Optimization

On Markov Chain Gradient Descent

2018-09-12 · NeurIPS 2018 12 · Tao Sun, Yuejiao Sun, Wotao Yin

Stochastic gradient methods are the workhorse (algorithms) of large-scale optimization problems in machine learning, signal processing, and other computational sciences and engineering. This paper studies Markov chain gr…

A Block-Coordinate Descent EMO Algorithm: Theoretical and Empirical Analysis

2024-04-04 · Benjamin Doerr, Joshua Knowles, Aneta Neumann, Frank Neumann

We consider whether conditions exist under which block-coordinate descent is asymptotically efficient in evolutionary multi-objective optimization, addressing an open problem. Block-coordinate descent, where an optimizat…

Scheduling