paper-with-me

Papers

An Online Method for A Class of Distributionally Robust Optimization with Non-Convex Objectives

2020-06-17 · NeurIPS 2021 12 · Qi Qi, Zhishuai Guo, Yi Xu, Rong Jin, Tianbao Yang

In this paper, we propose a practical online method for solving a class of distributionally robust optimization (DRO) with non-convex objectives, which has important applications in machine learning for improving the robustness of neural networks. In the literature, most methods for solving DRO are based on stochastic primal-dual methods. However, primal-dual methods for DRO suffer from several drawbacks: (1) manipulating a high-dimensional dual variable corresponding to the size of data is time expensive; (2) they are not friendly to online learning where data is coming sequentially. To address these issues, we consider a class of DRO with an KL divergence regularization on the dual variables, transform the min-max problem into a compositional minimization problem, and propose practical duality-free online stochastic methods without requiring a large mini-batch size. We establish the state-of-the-art complexities of the proposed methods with and without a Polyak-\L ojasiewicz (PL) condition of the objective. Empirical studies on large-scale deep learning tasks (i) demonstrate that our method can speed up the training by more than 2 times than baseline methods and save days of training time on a large-scale dataset with $\sim$ 265K images, and (ii) verify the supreme performance of DRO over Empirical Risk Minimization (ERM) on imbalanced datasets. Of independent interest, the proposed method can be also used for solving a family of stochastic compositional problems with state-of-the-art complexities.

📄 PDF Abstract BibTeX arXiv:2006.10138

Code (1)

qiqi-helloworld/recover 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Distributionally Robust Federated Averaging

2021-02-25 · NeurIPS 2020 12 · Yuyang Deng, Mohammad Mahdi Kamani, Mehrdad Mahdavi

In this paper, we study communication efficient distributed algorithms for distributionally robust federated learning via periodic averaging with adaptive sampling. In contrast to standard empirical risk minimization, du…

Federated Learning

An Inexact Halpern Iteration with Application to Distributionally Robust Optimization

2024-02-08 · Ling Liang, Zusen Xu, Kim-Chuan Toh, Jia-Jie Zhu

The Halpern iteration for solving monotone inclusion problems has gained increasing interests in recent years due to its simple form and appealing convergence properties. In this paper, we investigate the inexact variant…

Multi-level Monte-Carlo Gradient Methods for Stochastic Optimization with Biased Oracles

2024-08-20 · Yifan Hu, Jie Wang, Xin Chen, Niao He

We consider stochastic optimization when one only has access to biased stochastic oracles of the objective and the gradient, and obtaining stochastic gradients with low biases comes at high costs. This setting captures v…

Contrastive LearningSchedulingStochastic Optimization

Distributionally Robust Optimization via Ball Oracle Acceleration

2022-03-24 · Yair Carmon, Danielle Hausler

We develop and analyze algorithms for distributionally robust optimization (DRO) of convex losses. In particular, we consider group-structured and bounded $f$-divergence uncertainty sets. Our approach relies on an accele…

Data-driven Distributionally Robust Polynomial Optimization

2013-12-01 · NeurIPS 2013 12 · Martin Mevissen, Emanuele Ragnoli, Jia Yuan Yu

We consider robust optimization for polynomial optimization problems where the uncertainty set is a set of candidate probability density functions. This set is a ball around a density function estimated from data samples…