paper-with-me

Papers

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 algorithm with convex node relaxations. These relaxations are solved with a Frank-Wolfe algorithm over the convex hull of mixed-integer feasible points instead of the continuous relaxation via calls to a mixed-integer linear solver as the linear minimization oracle. The proposed method computes feasible solutions while working on a single representation of the polyhedral constraints, leveraging the full extent of mixed-integer linear solvers without an outer approximation scheme and can exploit inexact solutions of node subproblems.

📄 PDF Abstract BibTeX arXiv:2208.11010

Code (1)

zib-iol/boscia.jl 공식 구현

Similar Papers 제목 키워드 기반

Stochastic Frank-Wolfe Methods for Nonconvex Optimization

2016-07-27 · Sashank J. Reddi, Suvrit Sra, Barnabas Poczos, Alex Smola

We study Frank-Wolfe methods for nonconvex stochastic and finite-sum optimization problems. Frank-Wolfe methods (in the convex case) have gained tremendous recent interest in machine learning and optimization communities…

Boosted Stochastic Frank-Wolfe for Constrained Nonconvex Optimization

2026-05-24 · Navil Nandhan, Abbas Khademi, Antonio Silveti-Falls arxiv

The boosted Frank-Wolfe algorithm accelerates the classical Frank-Wolfe algorithm by better aligning the update direction with the negative gradient. Its analysis, however, has been limited to deterministic convex proble…

Revisiting Frank-Wolfe for Structured Nonconvex Optimization

2025-03-11 · Hoomaan Maskan, Yikun Hou, Suvrit Sra, Alp Yurtsever

We introduce a new projection-free (Frank-Wolfe) method for optimizing structured nonconvex functions that are expressed as a difference of two convex functions. This problem class subsumes smooth nonconvex minimization,…

Computational Efficiency

Lions and Muons: Optimization via Stochastic Frank-Wolfe

2025-06-04 · Maria-Eleni Sfyraki, Jun-Kun Wang

Stochastic Frank-Wolfe is a classical optimization method for solving constrained optimization problems. On the other hand, recent optimizers such as Lion and Muon have gained quite significant popularity in deep learnin…

Linear Convergence of a Frank-Wolfe Type Algorithm over Trace-Norm Balls

2017-08-07 · NeurIPS 2017 12 · Zeyuan Allen-Zhu, Elad Hazan, Wei Hu, Yuanzhi Li

We propose a rank-$k$ variant of the classical Frank-Wolfe algorithm to solve convex optimization over a trace-norm ball. Our algorithm replaces the top singular-vector computation ($1$-SVD) in Frank-Wolfe with a top-$k$…