Papers › Fair Dataset Distillation via Cross-Group Barycenter Alignment

Fair Dataset Distillation via Cross-Group Barycenter Alignment

30 Apr 2026ICMLarXiv:2605.00185added by Syntology

Mohammad Hossein Moslemi, Nima Hosseini Dashtbayaz, Zhimin Mei, Bissan Ghaddar, Boyu Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Dataset Distillation aims to compress a large dataset into a small synthetic one while maintaining predictive performance. We show that as different demographic groups exhibit distinct predictive patterns, the distillation process struggles to simultaneously preserve informative signals for all subgroups, regardless of whether group sizes are mildly or severely imbalanced. Consequently, models trained on distilled data can experience substantial performance drops for certain subgroups, leading to fairness gaps. Crucially, these gaps do not disappear by merely correcting group imbalance, since they stem from fundamental mismatches in subgroup predictive patterns rather than from sample-size disparities alone. We therefore formally analyze the interaction between these two sources of bias and cast the solution as identifying a group-imbalance-agnostic barycenter of the predictive information that induces similar representations across all subgroups. By distilling toward this shared aggregate representation, we show that group fairness concerns can be reduced. Our approach is compatible with existing distillation methods, and empirical results show that it substantially reduces bias introduced by dataset distillation. Code is available at https://github.com/mhmoslemi/COBRA.

PaperPDFCode 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="2605.00185")

Code

Syntology Ran 21 of 24 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 20 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 21 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mhmoslemi/COBRA found in paper text by Syntology report

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

24 samples harvested; 21 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
20ran
3unverified

Licence: 0 of the 24 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 mhmoslemi/COBRA. “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.

BFFHQ mhmoslemi/COBRA/data_handler/bffhq.py found in paper text by Syntology ran MIT (permissive) · bd773d9c02e29a4e · report
VGG11 mhmoslemi/COBRA/networks.py found in paper text by Syntology ran MIT (permissive) · 3a29eb3050e447c2 · report
VGG11 mhmoslemi/COBRA/cafe/networks.py found in paper text by Syntology ran MIT (permissive) · f8401a9b3126d921 · report
VGG11BN mhmoslemi/COBRA/networks.py found in paper text by Syntology ran MIT (permissive) · 4ea4dd5c81bd5282 · report
VGG11BN mhmoslemi/COBRA/cafe/networks.py found in paper text by Syntology ran MIT (permissive) · 6c632687325230f7 · report
VGG13 mhmoslemi/COBRA/networks.py found in paper text by Syntology ran MIT (permissive) · dab7a34987ab9a33 · report
VGG13 mhmoslemi/COBRA/cafe/networks.py found in paper text by Syntology ran MIT (permissive) · 19c3f80dad09ae48 · report
apply_hierarchical_noise mhmoslemi/COBRA/data_handler/cifar10.py found in paper text by Syntology ran MIT (permissive) · 20eb235e3232f558 · report
compute_real_grad_cobra mhmoslemi/COBRA/train_dc.py found in paper text by Syntology ran MIT (permissive) · f1f76f7fadf00ad0 · report
compute_real_grad_fairdd mhmoslemi/COBRA/train_dc.py found in paper text by Syntology ran MIT (permissive) · face57d867a77268 · report
compute_real_grad_vanilla mhmoslemi/COBRA/train_dc.py found in paper text by Syntology ran MIT (permissive) · f1a3be539d4e5714 · report
decode_zoom mhmoslemi/COBRA/train_idc.py found in paper text by Syntology ran MIT (permissive) · f5e918040cde63d9 · report
dist_idc mhmoslemi/COBRA/utils.py found in paper text by Syntology ran MIT (permissive) · c4efcb9516f50468 · report
distance_wb mhmoslemi/COBRA/cafe/utils.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 6e9c65aaa7c1b5da · report
feature_mse_class_mean mhmoslemi/COBRA/train_cafe.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4e4242870127e755 · report
get_file_list mhmoslemi/COBRA/data_handler/bffhq.py found in paper text by Syntology ran fingerprinted MIT (permissive) · b67f67a82295a62c · report
hierarchical_corruption mhmoslemi/COBRA/data_handler/cifar10.py found in paper text by Syntology ran MIT (permissive) · 7a3793a121888ad3 · report
hierarchical_corruption_orig mhmoslemi/COBRA/data_handler/cifar10.py found in paper text by Syntology ran MIT (permissive) · 74ed1c4f9c03881c · report
load_images_and_labels mhmoslemi/COBRA/data_handler/bffhq.py found in paper text by Syntology ran MIT (permissive) · eb044328dd99d591 · report
real_grad_per_group mhmoslemi/COBRA/train_idc.py found in paper text by Syntology ran MIT (permissive) · 0490f91b27f98d25 · report
real_grad_vanilla mhmoslemi/COBRA/train_idc.py found in paper text by Syntology ran MIT (permissive) · 08025844a4712989 · report
CelebA mhmoslemi/COBRA/data_handler/celeba.py found in paper text by Syntology unverified MIT (permissive) · 23f6b1ff3ba2eadb · report
get_biased_fashionmnist_dataloader mhmoslemi/COBRA/data_handler/FashionMNIST.py found in paper text by Syntology unverified MIT (permissive) · 6323b93f20e4b638 · report
get_network mhmoslemi/COBRA/cafe/utils.py found in paper text by Syntology unverified MIT (permissive) · 65b7653b03a39234 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.00185, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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