paper-with-me

Papers

A Newton Frank-Wolfe Method for Constrained Self-Concordant Minimization

2020-02-17 · Deyi Liu, Volkan Cevher, Quoc Tran-Dinh

We demonstrate how to scalably solve a class of constrained self-concordant minimization problems using linear minimization oracles (LMO) over the constraint set. We prove that the number of LMO calls of our method is nearly the same as that of the Frank-Wolfe method in the L-smooth case. Specifically, our Newton Frank-Wolfe method uses $\mathcal{O}(\epsilon^{-\nu})$ LMO's, where $\epsilon$ is the desired accuracy and $\nu:= 1 + o(1)$. In addition, we demonstrate how our algorithm can exploit the improved variants of the LMO-based schemes, including away-steps, to attain linear convergence rates. We also provide numerical evidence with portfolio design with the competitive ratio, D-optimal experimental design, and logistic regression with the elastic net where Newton Frank-Wolfe outperforms the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2002.07003

Code (1)

unc-optimization/FWPN 공식 구현

Tasks

Experimental Design

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Projection-Free Online Convex Optimization via Efficient Newton Iterations

2023-06-19 · NeurIPS 2023 11

This paper presents new projection-free algorithms for Online Convex Optimization (OCO) over a convex domain $\mathcal{K} \subset \mathbb{R}^d$. Classical OCO algorithms (such as Online Gradient Descent) typically need t…

Scalable Frank-Wolfe on Generalized Self-concordant Functions via Simple Steps

2021-05-28 · NeurIPS 2021 12 · Alejandro Carderera, Mathieu Besançon, Sebastian Pokutta

Generalized self-concordance is a key property present in the objective function of many important learning problems. We establish the convergence rate of a simple Frank-Wolfe variant that uses the open-loop step size st…

Self-Concordant Analysis of Frank-Wolfe Algorithms

2020-02-11 · Pavel Dvurechensky, Petr Ostroukhov, Kamil Safin, Shimrit Shtern 외

Projection-free optimization via different variants of the Frank-Wolfe (FW), a.k.a. Conditional Gradient method has become one of the cornerstones in optimization for machine learning since in many cases the linear minim…

Quantum State Tomography

Self-concordant analysis of Frank-Wolfe algorithm

2020-01-01 · ICML 2020 1 · Mathias Staudigl, Pavel Dvurechenskii, Shimrit Shtern, Kamil Safin 외

Projection-free optimization via different variants of the Frank-Wolfe (FW) method has become one of the cornerstones in optimization for machine learning since in many cases the linear minimization oracle is much cheape…

Quantum State Tomography

From Non-Convex Self-Concordant Regularization to Scalable Quasi-Newton Training of PINNs

2026-08-04 · Chenhao Si, Kang An, Shiqian Ma, Ming Yan arxiv

Physics-informed neural networks (PINNs) often require high-accuracy quasi-Newton refinement to obtain reliable partial differential equation solutions, but their residual objectives can exhibit indefinite, nearly singul…