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

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

9 Mar 2022CVPR 2022 1arXiv:2203.04913archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2203.04913")

Code

Syntology Ran 9 of 12 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: community (archive-listed): 12 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

oxfordinternetinstitute/oxonfair mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 9 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
6ran · fixture could not drive it
2ran
3unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from oxfordinternetinstitute/oxonfair. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ScorerRequiresContPred oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran Apache-2.0 (permissive) · a798938602634eac · report
inv_sigmoid oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · a0f7783ca53b47b4 · report
keep_front oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 77be5e697751a0e2 · report
linear_interpolate oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 564041634dc60656 · report
make_finer_grid oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 9f17ba1fc0db9998 · report
make_grid_arange oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · f6611e085260a40e · report
make_grid_between_points oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran Apache-2.0 (permissive) · a63e6e87527b81a5 · report
make_grid_linspace oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · b967ef0154b5c690 · report
sigmoid oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · d05c71a4b943dde3 · report
build_coarse_to_fine_front oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) unverified Apache-2.0 (permissive) · 3db1bcc322e1063f · report
compute_metrics oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) unverified Apache-2.0 (permissive) · da52ff2f71de7630 · report
front_from_weights oxfordinternetinstitute/oxonfair/src/oxonfair/learners/fair_frontier.py community (archive-listed) unverified Apache-2.0 (permissive) · 9b5a3d2ae57a9889 · report

Tasks

Fairness

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections