paper-with-me

Papers

A First-Order Algorithmic Framework for Distributionally Robust Logistic Regression

2019-12-01 · NeurIPS 2019 12 · Jiajin Li, Sen Huang, Anthony Man-Cho So

Wasserstein distance-based distributionally robust optimization (DRO) has received much attention lately due to its ability to provide a robustness interpretation of various learning models. Moreover, many of the DRO problems that arise in the learning context admits exact convex reformulations and hence can be tackled by off-the-shelf solvers. Nevertheless, the use of such solvers severely limits the applicability of DRO in large-scale learning problems, as they often rely on general purpose interior-point algorithms. On the other hand, there are very few works that attempt to develop fast iterative methods to solve these DRO problems, which typically possess complicated structures. In this paper, we take a first step towards resolving the above difficulty by developing a first-order algorithmic framework for tackling a class of Wasserstein distance-based distributionally robust logistic regression (DRLR) problem. Specifically, we propose a novel linearized proximal ADMM to solve the DRLR problem, whose objective is convex but consists of a smooth term plus two non-separable non-smooth terms. We prove that our method enjoys a sublinear convergence rate. Furthermore, we conduct three different experiments to show its superb performance on both synthetic and real-world datasets. In particular, our method can achieve the same accuracy up to 800+ times faster than the standard off-the-shelf solver.

📄 PDF Abstract BibTeX

Code (1)

gerrili1996/DRLR_NIPS2019_exp 공식 구현

Tasks

regression

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,…
ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

A First-Order Algorithmic Framework for Wasserstein Distributionally Robust Logistic Regression

2019-10-28 · Jiajin Li, Sen Huang, Anthony Man-Cho So

Wasserstein distance-based distributionally robust optimization (DRO) has received much attention lately due to its ability to provide a robustness interpretation of various learning models. Moreover, many of the DRO pro…

regression

On the regularized risk of distributionally robust learning over deep neural networks

2021-09-13 · Camilo Garcia Trillos, Nicolas Garcia Trillos

In this paper we explore the relation between distributionally robust learning and different forms of regularization to enforce robustness of deep neural networks. In particular, starting from a concrete min-max distribu…

Distributionally Robust Logistic Regression

2015-09-30 · NeurIPS 2015 12 · Soroosh Shafieezadeh-Abadeh, Peyman Mohajerin Esfahani, Daniel Kuhn

This paper proposes a distributionally robust approach to logistic regression. We use the Wasserstein distance to construct a ball in the space of probability distributions centered at the uniform distribution on the tra…

regression

Distributionally Adversarial Attack

2018-08-16 · Tianhang Zheng, Changyou Chen, Kui Ren

Recent work on adversarial attack has shown that Projected Gradient Descent (PGD) Adversary is a universal first-order adversary, and the classifier adversarially trained by PGD is robust against a wide range of first-or…

Adversarial Attack

Distributionally Robust Constrained Reinforcement Learning under Strong Duality

2024-06-22 · Zhengfei Zhang, Kishan Panaganti, Laixi Shi, Yanan Sui 외

We study the problem of Distributionally Robust Constrained RL (DRC-RL), where the goal is to maximize the expected reward subject to environmental distribution shifts and constraints. This setting captures situations wh…

Car Racingreinforcement-learningReinforcement Learning