Papers › Disparate Impact in Differential Privacy from Gradient Misalignment

Disparate Impact in Differential Privacy from Gradient Misalignment

15 Jun 2022arXiv:2206.07737archive 2025-07-28

Maria S. Esipova, Atiyeh Ashari Ghomi, Yaqiao Luo, Jesse C. Cresswell

As machine learning becomes more widespread throughout society, aspects including data privacy and fairness must be carefully considered, and are crucial for deployment in highly regulated industries. Unfortunately, the application of privacy enhancing technologies can worsen unfair tendencies in models. In particular, one of the most widely used techniques for private model training, differentially private stochastic gradient descent (DPSGD), frequently intensifies disparate impact on groups within data. In this work we study the fine-grained causes of unfairness in DPSGD and identify gradient misalignment due to inequitable gradient clipping as the most significant source. This observation leads us to a new method for reducing unfairness by preventing gradient misalignment in DPSGD.

PaperPDFCodeCode 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="2206.07737")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

By repository: official repository: 20 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

layer6ai-labs/fair-dp officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 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.

20unverified

Licence: 0 of the 20 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 layer6ai-labs/fair-dp. “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.

create_model layer6ai-labs/fair-dp/models/model_factory.py official repository unverified Apache-2.0 (permissive) · 4cebf08a8c6f6a66 · report
find_restricted layer6ai-labs/fair-dp/datasets/sample_weights.py official repository unverified Apache-2.0 (permissive) · d48cdb50834535cb · report
find_sample_weights layer6ai-labs/fair-dp/datasets/sample_weights.py official repository unverified Apache-2.0 (permissive) · 662c5904b4c6285c · report
get_base_config layer6ai-labs/fair-dp/config/images.py official repository unverified Apache-2.0 (permissive) · 6dd56a11e1804c30 · report
get_base_config layer6ai-labs/fair-dp/config/tabular.py official repository unverified Apache-2.0 (permissive) · 94195ffc4edab034 · report
get_config layer6ai-labs/fair-dp/config/get_config.py official repository unverified Apache-2.0 (permissive) · 2e961d46685a37df · report
get_dpsgd_config layer6ai-labs/fair-dp/config/images.py official repository unverified Apache-2.0 (permissive) · d7777e765eeb5bcc · report
get_grad_norms layer6ai-labs/fair-dp/utils.py official repository unverified Apache-2.0 (permissive) · fff7c82ecd9ee149 · report
get_grad_norms_clip layer6ai-labs/fair-dp/utils.py official repository unverified Apache-2.0 (permissive) · bb600563f7cd81b9 · report
get_grads layer6ai-labs/fair-dp/utils.py official repository unverified Apache-2.0 (permissive) · cfc5de3ebf0a6a02 · report
get_loader layer6ai-labs/fair-dp/datasets/loaders.py official repository unverified Apache-2.0 (permissive) · 6475a837db4b9ffa · report
get_loaders layer6ai-labs/fair-dp/datasets/loaders.py official repository unverified Apache-2.0 (permissive) · 890beb904c12fdd3 · report
get_loaders_from_config layer6ai-labs/fair-dp/datasets/loaders.py official repository unverified Apache-2.0 (permissive) · e4c16432bb236cd3 · report
get_non_private_config layer6ai-labs/fair-dp/config/images.py official repository unverified Apache-2.0 (permissive) · 904394d274d6ea35 · report
get_raw_image_tensors layer6ai-labs/fair-dp/datasets/image.py official repository unverified Apache-2.0 (permissive) · fc7d5370a85734a0 · report
get_torchvision_datasets layer6ai-labs/fair-dp/datasets/image.py official repository unverified Apache-2.0 (permissive) · 84bf999cc44df2b8 · report
image_tensors_to_dataset layer6ai-labs/fair-dp/datasets/image.py official repository unverified Apache-2.0 (permissive) · 79d3bedd230ed9b5 · report
make_tabular_train_valid_split layer6ai-labs/fair-dp/datasets/tabular.py official repository unverified Apache-2.0 (permissive) · 76b2d595deed55ec · report
make_tabular_train_valid_test_split layer6ai-labs/fair-dp/datasets/tabular.py official repository unverified Apache-2.0 (permissive) · cedce733510deb6a · report
normalize layer6ai-labs/fair-dp/datasets/tabular.py official repository unverified Apache-2.0 (permissive) · 78a52ca7f816d91f · report

Tasks

Fairness

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Gradient Clipping

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