paper-with-me

Papers

Pushing the Accuracy-Group Robustness Frontier with Introspective Self-play

2023-02-11 · Jeremiah Zhe Liu, Krishnamurthy Dj Dvijotham, Jihyeon Lee, Quan Yuan, Martin Strobel, Balaji Lakshminarayanan, Deepak Ramachandran

Standard empirical risk minimization (ERM) training can produce deep neural network (DNN) models that are accurate on average but under-perform in under-represented population subgroups, especially when there are imbalanced group distributions in the long-tailed training data. Therefore, approaches that improve the accuracy-group robustness trade-off frontier of a DNN model (i.e. improving worst-group accuracy without sacrificing average accuracy, or vice versa) is of crucial importance. Uncertainty-based active learning (AL) can potentially improve the frontier by preferentially sampling underrepresented subgroups to create a more balanced training dataset. However, the quality of uncertainty estimates from modern DNNs tend to degrade in the presence of spurious correlations and dataset bias, compromising the effectiveness of AL for sampling tail groups. In this work, we propose Introspective Self-play (ISP), a simple approach to improve the uncertainty estimation of a deep neural network under dataset bias, by adding an auxiliary introspection task requiring a model to predict the bias for each data point in addition to the label. We show that ISP provably improves the bias-awareness of the model representation and the resulting uncertainty estimates. On two real-world tabular and language tasks, ISP serves as a simple "plug-in" for AL model training, consistently improving both the tail-group sampling rate and the final accuracy-fairness trade-off frontier of popular AL methods.

📄 PDF Abstract BibTeX arXiv:2302.05807

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningFairness

Similar Papers 제목 키워드 기반

Do Language Models Know When They'll Refuse? Probing Introspective Awareness of Safety Boundaries

2026-03-31 · Tanay Gondil arxiv

Large language models are trained to refuse harmful requests, but can they accurately predict when they will refuse before responding? We investigate this question through a systematic study where models first predict th…

A Theoretical Approach to Characterize the Accuracy-Fairness Trade-off Pareto Frontier

2023-10-19 · Hua Tang, Lu Cheng, Ninghao Liu, Mengnan Du

While the accuracy-fairness trade-off has been frequently observed in the literature of fair machine learning, rigorous theoretical analyses have been scarce. To demystify this long-standing challenge, this work seeks to…

Fairness

Beyond Synthetic Augmentation: Group-Aware Threshold Calibration for Robust Balanced Accuracy in Imbalanced Learning

2025-08-29 · Hunter Gittlin arxiv

Class imbalance remains a fundamental challenge in machine learning, with traditional solutions often creating as many problems as they solve. We demonstrate that group-aware threshold calibration--setting different deci…

Synthetic Data Generation

Algorithm Design: A Fairness-Accuracy Frontier

2021-12-18 · Annie Liang, Jay Lu, Xiaosheng Mu, Kyohei Okumura

Algorithm designers increasingly optimize not only for accuracy, but also for the fairness of the algorithm across pre-defined groups. We study the tradeoff between fairness and accuracy for any given set of inputs to th…

Fairness

Adversarial Robustness of VAEs across Intersectional Subgroups

2024-07-04 · Chethan Krishnamurthy Ramanaik, Arjun Roy, Eirini Ntoutsi

Despite advancements in Autoencoders (AEs) for tasks like dimensionality reduction, representation learning and data generation, they remain vulnerable to adversarial attacks. Variational Autoencoders (VAEs), with their …

Adversarial RobustnessDimensionality ReductionRepresentation Learning