paper-with-me

홈 › Papers

Sample Selection for Fair and Robust Training

2021-10-27 · NeurIPS 2021 12 · Yuji Roh, Kangwook Lee, Steven Euijong Whang, Changho Suh

Fairness and robustness are critical elements of Trustworthy AI that need to be addressed together. Fairness is about learning an unbiased model while robustness is about learning from corrupted data, and it is known that addressing only one of them may have an adverse affect on the other. In this work, we propose a sample selection-based algorithm for fair and robust training. To this end, we formulate a combinatorial optimization problem for the unbiased selection of samples in the presence of data corruption. Observing that solving this optimization problem is strongly NP-hard, we propose a greedy algorithm that is efficient and effective in practice. Experiments show that our algorithm obtains fairness and robustness that are better than or comparable to the state-of-the-art technique, both on synthetic and benchmark real datasets. Moreover, unlike other fair and robust training baselines, our algorithm can be used by only modifying the sampling step in batch selection without changing the training algorithm or leveraging additional clean data.

📄 PDF Abstract BibTeX arXiv:2110.14222

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationFairness

Similar Papers 제목 키워드 기반

Fair Regression under Sample Selection Bias

2021-10-08 · Wei Du, Xintao Wu, Hanghang Tong

Recent research on fair regression focused on developing new fairness notions and approximation methods as target variables and even the sensitive attribute are continuous in the regression setting. However, all previous…

AttributeFairnessregressionSelection bias

Robust Fairness-aware Learning Under Sample Selection Bias

2021-05-24 · Wei Du, Xintao Wu

The underlying assumption of many machine learning algorithms is that the training data and test data are drawn from the same distributions. However, the assumption is often violated in real world due to the sample selec…

FairnessSelection bias

Fair Bayesian Data Selection via Generalized Discrepancy Measures

2025-11-10 · Yixuan Zhang, Jiabin Luo, Zhenggang Wang, Feng Zhou 외 arxiv

Fairness concerns are increasingly critical as machine learning models are deployed in high-stakes applications. While existing fairness-aware methods typically intervene at the model level, they often suffer from high c…

Metric-DST: Mitigating Selection Bias Through Diversity-Guided Semi-Supervised Metric Learning

2024-11-27 · Yasin I. Tepeli, Mathijs de Wolf, Joana P. Gonçalves

Selection bias poses a critical challenge for fairness in machine learning, as models trained on data that is less representative of the population might exhibit undesirable behavior for underrepresented profiles. Semi-s…

DiversityFairnessMetric LearningSelection bias

Falcon: Fair Active Learning using Multi-armed Bandits

2024-01-23 · Ki Hyun Tae, Hantian Zhang, Jaeyoung Park, Kexin Rong 외

Biased data can lead to unfair machine learning models, highlighting the importance of embedding fairness at the beginning of data analysis, particularly during dataset curation and labeling. In response, we propose Falc…

Active LearningAttributeComputational EfficiencyFairness+2