Trustworthy DD · Optimization and training recipes
Bias in DD
Mitigating Bias in Dataset Distillation
Justin Cui, Ruochen Wang, Yuanhao Xiong, Cho-Jui Hsieh
ICML 2024 · first public 2024-06-06 · arXiv 2406.06609
In one paragraph
Finds that color and background biases present in the original dataset are amplified by dataset distillation while corruption bias is instead suppressed, and introduces a kernel-density-estimation-based sample reweighting scheme that reduces this amplification, reporting 91.5% accuracy versus 23.8% for vanilla DM on biased CMNIST (5% bias-conflict ratio) at IPC-50.
Where it sits
- Optimization and training recipes (Orthogonal design choices)
- Setting: Image classification
Builds on
Abstract (verbatim from arXiv)
Dataset Distillation has emerged as a technique for compressing large datasets into smaller synthetic counterparts, facilitating downstream training tasks. In this paper, we study the impact of bias inside the original dataset on the performance of dataset distillation. With a comprehensive empirical evaluation on canonical datasets with color, corruption and background biases, we found that color and background biases in the original dataset will be amplified through the distillation process, resulting in a notable decline in the performance of models trained on the distilled dataset, while corruption bias is suppressed through the distillation process. To reduce bias amplification in dataset distillation, we introduce a simple yet highly effective approach based on a sample reweighting scheme utilizing kernel density estimation. Empirical results on multiple real-world and synthetic datasets demonstrate the effectiveness of the proposed method. Notably, on CMNIST with 5% bias-conflict ratio and IPC 50, our method achieves 91.5% test accuracy compared to 23.8% from vanilla DM, boosting the performance by 67.7%, whereas applying state-of-the-art debiasing method on the same dataset only achieves 53.7% accuracy. Our findings highlight the importance of addressing biases in dataset distillation and provide a promising avenue to address bias amplification in the process.
BibTeX (generated; prefer the venue's official entry)
@article{cui2024mitigating,
title = {Mitigating Bias in Dataset Distillation},
author = {Justin Cui and Ruochen Wang and Yuanhao Xiong and Cho-Jui Hsieh},
journal = {ICML 2024},
year = {2024}
}Nearby in Optimization and training recipes
PTM-ST — Multimodal Dataset Distillation via Phased Teacher Models
Shengbin Guo, Hang Zhao, Senqiao Yang et al. · ICLR 2026notableVision–languagepaper ↗code ↗