paper-with-me

홈 › Papers

FairSAM: Fair Classification on Corrupted Data Through Sharpness-Aware Minimization

2025-03-29 · Yucong Dai, Jie Ji, Xiaolong Ma, Yongkai Wu

Image classification models trained on clean data often suffer from significant performance degradation when exposed to testing corrupted data, such as images with impulse noise, Gaussian noise, or environmental noise. This degradation not only impacts overall performance but also disproportionately affects various demographic subgroups, raising critical algorithmic bias concerns. Although robust learning algorithms like Sharpness-Aware Minimization (SAM) have shown promise in improving overall model robustness and generalization, they fall short in addressing the biased performance degradation across demographic subgroups. Existing fairness-aware machine learning methods - such as fairness constraints and reweighing strategies - aim to reduce performance disparities but hardly maintain robust and equitable accuracy across demographic subgroups when faced with data corruption. This reveals an inherent tension between robustness and fairness when dealing with corrupted data. To address these challenges, we introduce one novel metric specifically designed to assess performance degradation across subgroups under data corruption. Additionally, we propose \textbf{FairSAM}, a new framework that integrates \underline{Fair}ness-oriented strategies into \underline{SAM} to deliver equalized performance across demographic groups under corrupted conditions. Our experiments on multiple real-world datasets and various predictive tasks show that FairSAM successfully reconciles robustness and fairness, offering a structured solution for equitable and resilient image classification in the presence of data corruption.

📄 PDF Abstract BibTeX arXiv:2503.22934

Code (0)

등록된 구현이 없습니다.

Tasks

Fairnessimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Sharpness-Aware Minimization Sharpness-Aware Minimization, or SAM, is a procedure that improves model generalization by simultaneously minimizing loss value and loss sharpness. SAM functions by…

Similar Papers 제목 키워드 기반

FairSample: Training Fair and Accurate Graph Convolutional Neural Networks Efficiently

2024-01-26 · Zicun Cong, Shi Baoxu, Shan Li, Jaewon Yang 외

Fairness in Graph Convolutional Neural Networks (GCNs) becomes a more and more important concern as GCNs are adopted in many crucial applications. Societal biases against sensitive groups may exist in many real world gra…

AttributeFairness

Breaking Fair Binary Classification with Optimal Flipping Attacks

2022-04-12 · Changhun Jo, Jy-yong Sohn, Kangwook Lee

Minimizing risk with fairness constraints is one of the popular approaches to learning a fair classifier. Recent works showed that this approach yields an unfair classifier if the training set is corrupted. In this work,…

Binary ClassificationClassificationData PoisoningFairness

FORML: Learning to Reweight Data for Fairness

2022-02-03 · Bobby Yan, Skyler Seto, Nicholas Apostoloff

Machine learning models are trained to minimize the mean loss for a single metric, and thus typically do not consider fairness and robustness. Neglecting such metrics in training can make these models prone to fairness v…

Fairnessimage-classificationImage ClassificationMeta-Learning+1

Fairness in multi-class multi-group classification problems via contextial coherent risk measures

2026-08-31 · Darinka Dentcheva, Xiangyu Tian arxiv

We propose a new design of fair classifiers for multi-class classification problems in the presence of vector-valued sensitive attributes. In that scenario each sensitive attribute has multiple values and forms several g…

Multi-class Classification

Fair Classification with Group-Dependent Label Noise

2020-10-31 · Jialu Wang, Yang Liu, Caleb Levy

This work examines how to train fair classifiers in settings where training labels are corrupted with random noise, and where the error rates of corruption depend both on the label class and on the membership function fo…

ClassificationFairnessGeneral Classification