paper-with-me

Papers

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 methods aim to address these problems individually, in this work, we explore them through a unified framework -- tilted empirical risk minimization (TERM). In particular, we show that it is possible to flexibly tune the impact of individual losses through a straightforward extension to ERM using a hyperparameter called the tilt. We provide several interpretations of the resulting framework: We show that TERM can increase or decrease the influence of outliers, respectively, to enable fairness or robustness; has variance-reduction properties that can benefit generalization; and can be viewed as a smooth approximation to a superquantile method. We develop batch and stochastic first-order optimization methods for solving TERM, and show that the problem can be efficiently solved relative to common alternatives. Finally, we demonstrate that TERM can be used for a multitude of applications, such as enforcing fairness between subgroups, mitigating the effect of outliers, and handling class imbalance. TERM is not only competitive with existing solutions tailored to these individual problems, but can also enable entirely new applications, such as simultaneously addressing outliers and promoting fairness.

📄 PDF Abstract BibTeX arXiv:2007.01162

Code (2)

litian96/TERM 공식 구현 tf
istaustria-cvml/flea jax

Tasks

Fairness

Similar Papers 제목 키워드 기반

Generalization and Robustness of the Tilted Empirical Risk

2024-09-28 · Gholamali Aminian, Amir R. Asadi, Tian Li, Ahmad Beirami 외

The generalization error (risk) of a supervised statistical learning algorithm quantifies its prediction ability on previously unseen data. Inspired by exponential tilting, \citet{li2020tilted} proposed the {\it tilted e…

Benefits of Online Tilted Empirical Risk Minimization: A Case Study of Outlier Detection and Robust Regression

2025-09-18 · Yigit E. Yildirim, Samet Demir, Zafer Dogan arxiv

Empirical Risk Minimization (ERM) is a foundational framework for supervised learning but primarily optimizes average-case performance, often neglecting fairness and robustness considerations. Tilted Empirical Risk Minim…

Binary ClassificationOutlier Detection

Tilted Cross Entropy (TCE): Promoting Fairness in Semantic Segmentation

2021-03-25 · Attila Szabo, Hadi Jamali-Rad, Siva-Datta Mannava

Traditional empirical risk minimization (ERM) for semantic segmentation can disproportionately advantage or disadvantage certain target classes in favor of an (unfair but) improved overall performance. Inspired by the re…

FairnessSegmentationSemantic Segmentation

Improving Robustness via Tilted Exponential Layer: A Communication-Theoretic Perspective

2023-11-02 · Bhagyashree Puranik, Ahmad Beirami, Yao Qin, Upamanyu Madhow

State-of-the-art techniques for enhancing robustness of deep networks mostly rely on empirical risk minimization with suitable data augmentation. In this paper, we propose a complementary approach motivated by communicat…

Data Augmentation

On Tilted Losses in Machine Learning: Theory and Applications

2021-09-13 · Tian Li, Ahmad Beirami, Maziar Sanjabi, Virginia Smith

Exponential tilting is a technique commonly used in fields such as statistics, probability, information theory, and optimization to create parametric distribution shifts. Despite its prevalence in related fields, tilting…

BIG-bench Machine LearningFairnessLearning Theory