paper-with-me

Papers

Conditional gradient methods for stochastically constrained convex minimization

2020-07-07 · ICML 2020 1 · Maria-Luiza Vladarean, Ahmet Alacaoglu, Ya-Ping Hsieh, Volkan Cevher

We propose two novel conditional gradient-based methods for solving structured stochastic convex optimization problems with a large number of linear constraints. Instances of this template naturally arise from SDP-relaxations of combinatorial problems, which involve a number of constraints that is polynomial in the problem dimension. The most important feature of our framework is that only a subset of the constraints is processed at each iteration, thus gaining a computational advantage over prior works that require full passes. Our algorithms rely on variance reduction and smoothing used in conjunction with conditional gradient steps, and are accompanied by rigorous convergence guarantees. Preliminary numerical experiments are provided for illustrating the practical performance of the methods.

📄 PDF Abstract BibTeX arXiv:2007.03795

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gradient-Variation Regret Bounds for Unconstrained Online Learning

2026-04-13 · Yuheng Zhao, Andrew Jacobsen, Nicolò Cesa-Bianchi, Peng Zhao arxiv

We develop parameter-free algorithms for unconstrained online learning with regret guarantees that scale with the gradient variation $V_T(u) = \sum_{t=2}^T \|\nabla f_t(u)-\nabla f_{t-1}(u)\|^2$. For $L$-smooth convex lo…

Stochastically Controlled Stochastic Gradient for the Convex and Non-convex Composition problem

2018-09-06 · Liu Liu, Ji Liu, Cho-Jui Hsieh, DaCheng Tao

In this paper, we consider the convex and non-convex composition problem with the structure $\frac{1}{n}\sum\nolimits_{i = 1}^n {{F_i}( {G( x )} )}$, where $G( x )=\frac{1}{n}\sum\nolimits_{j = 1}^n {{G_j}( x )} $ is the…

Improved Complexities for Stochastic Conditional Gradient Methods under Interpolation-like Conditions

2020-06-15 · Tesi Xiao, Krishnakumar Balasubramanian, Saeed Ghadimi

We analyze stochastic conditional gradient methods for constrained optimization problems arising in over-parametrized machine learning. We show that one could leverage the interpolation-like conditions satisfied by such …

BIG-bench Machine Learning

Conditional Gradient Methods for Convex Optimization with General Affine and Nonlinear Constraints

2020-06-30 · Guanghui Lan, Edwin Romeijn, Zhiqiang Zhou

Conditional gradient methods have attracted much attention in both machine learning and optimization communities recently. These simple methods can guarantee the generation of sparse solutions. In addition, without the c…

Deep Neural Network Training with Frank-Wolfe

2020-10-14 · Sebastian Pokutta, Christoph Spiegel, Max Zimmer

This paper studies the empirical efficacy and benefits of using projection-free first-order methods in the form of Conditional Gradients, a.k.a. Frank-Wolfe methods, for training Neural Networks with constrained paramete…