paper-with-me

홈 › Papers

$k$FW: A Frank-Wolfe style algorithm with stronger subproblem oracles

2020-06-29 · Lijun Ding, Jicong Fan, Madeleine Udell

This paper proposes a new variant of Frank-Wolfe (FW), called $k$FW. Standard FW suffers from slow convergence: iterates often zig-zag as update directions oscillate around extreme points of the constraint set. The new variant, $k$FW, overcomes this problem by using two stronger subproblem oracles in each iteration. The first is a $k$ linear optimization oracle ($k$LOO) that computes the $k$ best update directions (rather than just one). The second is a $k$ direction search ($k$DS) that minimizes the objective over a constraint set represented by the $k$ best update directions and the previous iterate. When the problem solution admits a sparse representation, both oracles are easy to compute, and $k$FW converges quickly for smooth convex objectives and several interesting constraint sets: $k$FW achieves finite $\frac{4L_f^3D^4}{\gamma\delta^2}$ convergence on polytopes and group norm balls, and linear convergence on spectrahedra and nuclear norm balls. Numerical experiments validate the effectiveness of $k$FW and demonstrate an order-of-magnitude speedup over existing approaches.

📄 PDF Abstract BibTeX arXiv:2006.16142

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Frank-Wolfe Style Algorithms for Large Scale Optimization

2018-08-15 · Lijun Ding, Madeleine Udell

We introduce a few variants on Frank-Wolfe style algorithms suitable for large scale optimization. We show how to modify the standard Frank-Wolfe algorithm using stochastic gradients, approximate subproblem solutions, an…

Frank-Wolfe algorithm for learning SVM-type multi-category classifiers

2020-08-20 · Kenya Tajima, Yoshihiro Hirohashi, Esmeraldo Ronnie Rey Zara, Tsuyoshi Kato

Multi-category support vector machine (MC-SVM) is one of the most popular machine learning algorithms. There are lots of variants of MC-SVM, although different optimization algorithms were developed for different learnin…

Vocal Bursts Type Prediction

Solving relaxations of MAP-MRF problems: Combinatorial in-face Frank-Wolfe directions

2020-10-19 · CVPR 2023 1 · Vladimir Kolmogorov

We consider the problem of solving LP relaxations of MAP-MRF inference problems, and in particular the method proposed recently in (Swoboda, Kolmogorov 2019; Kolmogorov, Pock 2021). As a key computational subroutine, it …

Convex mixed-integer optimization with Frank-Wolfe methods

2022-08-23 · Deborah Hendrych, Hannah Troppens, Mathieu Besançon, Sebastian Pokutta

Mixed-integer nonlinear optimization encompasses a broad class of problems that present both theoretical and computational challenges. We propose a new type of method to solve these problems based on a branch-and-bound a…

Boosting Frank-Wolfe by Chasing Gradients

2020-03-13 · ICML 2020 1 · Cyrille W. Combettes, Sebastian Pokutta

The Frank-Wolfe algorithm has become a popular first-order optimization algorithm for it is simple and projection-free, and it has been successfully applied to a variety of real-world problems. Its main drawback however …

CPU