paper-with-me

Papers

Specifying and Solving Robust Empirical Risk Minimization Problems Using CVXPY

2023-06-09 · Eric Luxenberg, Dhruv Malik, Yuanzhi Li, Aarti Singh, Stephen Boyd

We consider robust empirical risk minimization (ERM), where model parameters are chosen to minimize the worst-case empirical loss when each data point varies over a given convex uncertainty set. In some simple cases, such problems can be expressed in an analytical form. In general the problem can be made tractable via dualization, which turns a min-max problem into a min-min problem. Dualization requires expertise and is tedious and error-prone. We demonstrate how CVXPY can be used to automate this dualization procedure in a user-friendly manner. Our framework allows practitioners to specify and solve robust ERM problems with a general class of convex losses, capturing many standard regression and classification problems. Users can easily specify any complex uncertainty set that is representable via disciplined convex programming (DCP) constraints.

📄 PDF Abstract BibTeX arXiv:2306.05649

Code (1)

cvxgrp/rerm_code 공식 구현

Similar Papers 제목 키워드 기반

Large Scale Empirical Risk Minimization via Truncated Adaptive Newton Method

2017-05-22 · Mark Eisen, Aryan Mokhtari, Alejandro Ribeiro

We consider large scale empirical risk minimization (ERM) problems, where both the problem dimension and variable size is large. In these cases, most second order methods are infeasible due to the high cost in both compu…

Second-order methods

Risk Minimization, Regret Minimization and Progressive Hedging Algorithms

2020-06-14

This paper begins with a study on the dual representations of risk and regret measures and their impact on modeling multistage decision making under uncertainty. A relationship between risk envelopes and regret envelopes…

Decision MakingDecision Making Under Uncertainty

Tilted Empirical Risk Minimization

2020-07-02 · ICLR 2021 1 · Tian Li, Ahmad Beirami, Maziar Sanjabi, Virginia Smith

Empirical risk minimization (ERM) is typically designed to perform well on the average loss, which can result in estimators that are sensitive to outliers, generalize poorly, or treat subgroups unfairly. While many metho…

Fairness

Diametrical Risk Minimization: Theory and Computations

2019-10-24 · Matthew Norton, Johannes O. Royset

The theoretical and empirical performance of Empirical Risk Minimization (ERM) often suffers when loss functions are poorly behaved with large Lipschitz moduli and spurious sharp minimizers. We propose and analyze a coun…

Generalization Bounds

Stability and Generalization for Markov Chain Stochastic Gradient Methods

2022-09-16 · Puyu Wang, Yunwen Lei, Yiming Ying, Ding-Xuan Zhou

Recently there is a large amount of work devoted to the study of Markov chain stochastic gradient methods (MC-SGMs) which mainly focus on their convergence analysis for solving minimization problems. In this paper, we pr…

Generalization BoundsLearning Theory