Falcon: Fair Active Learning using Multi-armed Bandits
Ki Hyun Tae, Hantian Zhang, Jaeyoung Park, Kexin Rong, Steven Euijong, Whang

TL;DR
Falcon is a scalable active learning framework that improves fairness in machine learning models by strategically selecting samples using multi-armed bandit policies, balancing informativeness and fairness trade-offs.
Contribution
Falcon introduces a novel trial-and-error sample selection method combined with adversarial bandit policies to optimize fairness and accuracy in active learning.
Findings
Outperforms existing methods in fairness and accuracy.
Supports a proper trade-off between fairness and accuracy.
Achieves a maximum fairness score 1.8-4.5x higher than competitors.
Abstract
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 Falcon, a scalable fair active learning framework. Falcon adopts a data-centric approach that improves machine learning model fairness via strategic sample selection. Given a user-specified group fairness measure, Falcon identifies samples from "target groups" (e.g., (attribute=female, label=positive)) that are the most informative for improving fairness. However, a challenge arises since these target groups are defined using ground truth labels that are not available during sample selection. To handle this, we propose a novel trial-and-error method, where we postpone using a sample if the predicted label is different from the expected one and falls outside the target group.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Explainable Artificial Intelligence (XAI) · Ethics and Social Impacts of AI
