paper-with-me

홈 › Papers

Leveling Down in Computer Vision: Pareto Inefficiencies in Fair Deep Classifiers

2022-03-09 · CVPR 2022 1 · Dominik Zietlow, Michael Lohaus, Guha Balakrishnan, Matthäus Kleindessner, Francesco Locatello, Bernhard Schölkopf, Chris Russell

Algorithmic fairness is frequently motivated in terms of a trade-off in which overall performance is decreased so as to improve performance on disadvantaged groups where the algorithm would otherwise be less accurate. Contrary to this, we find that applying existing fairness approaches to computer vision improve fairness by degrading the performance of classifiers across all groups (with increased degradation on the best performing groups). Extending the bias-variance decomposition for classification to fairness, we theoretically explain why the majority of fairness classifiers designed for low capacity models should not be used in settings involving high-capacity models, a scenario common to computer vision. We corroborate this analysis with extensive experimental support that shows that many of the fairness heuristics used in computer vision also degrade performance on the most disadvantaged groups. Building on these insights, we propose an adaptive augmentation strategy that, uniquely, of all methods tested, improves performance for the disadvantaged groups.

📄 PDF Abstract BibTeX arXiv:2203.04913

Code (1)

oxfordinternetinstitute/oxonfair pytorch

Tasks

Fairness

Similar Papers 제목 키워드 기반

Leveling3D: Leveling Up 3D Reconstruction with Feed-Forward 3D Gaussian Splatting and Geometry-Aware Generation

2026-03-17 · Yiming Huang, Baixiang Huang, Beilei Cui, Chi Kit Ng 외 arxiv

Feed-forward 3D reconstruction has revolutionized 3D vision, providing a powerful baseline for downstream tasks such as novel-view synthesis with 3D Gaussian Splatting. Previous works explore fixing the corrupted renderi…

3D ReconstructionDepth Estimation

Fairness May Backfire: When Leveling-Down Occurs in Fair Machine Learning

2026-03-06 · Yi Yang, Xiangyu Chang, Pei-yu Chen arxiv

As machine learning (ML) systems increasingly shape access to credit, jobs, and other opportunities, the fairness of algorithmic decisions has become a central concern. Yet it remains unclear when enforcing fairness cons…

Binary Classification

Fair Without Leveling Down: A New Intersectional Fairness Definition

2023-05-21 · Gaurav Maheshwari, Aurélien Bellet, Pascal Denis, Mikaela Keller

In this work, we consider the problem of intersectional group fairness in the classification setting, where the objective is to learn discrimination-free models in the presence of several intersecting sensitive groups. F…

Fairness

Open Challenges on Fairness of Artificial Intelligence in Medical Imaging Applications

2024-07-24 · Enzo Ferrante, Rodrigo Echeveste

Recently, the research community of computerized medical imaging has started to discuss and address potential fairness issues that may emerge when developing and deploying AI systems for medical image analysis. This chap…

FairnessMedical Image Analysis

Software Fairness Dilemma: Is Bias Mitigation a Zero-Sum Game?

2025-08-05 · Zhenpeng Chen, Xinyue Li, Jie M. Zhang, Weisong Sun 외 arxiv

Fairness is a critical requirement for Machine Learning (ML) software, driving the development of numerous bias mitigation methods. Previous research has identified a leveling-down effect in bias mitigation for computer …