paper-with-me

Papers

Group Distributionally Robust Dataset Distillation with Risk Minimization

2024-02-07 · Saeed Vahidian, Mingyu Wang, Jianyang Gu, Vyacheslav Kungurtsev, Wei Jiang, Yiran Chen

Dataset distillation (DD) has emerged as a widely adopted technique for crafting a synthetic dataset that captures the essential information of a training dataset, facilitating the training of accurate neural models. Its applications span various domains, including transfer learning, federated learning, and neural architecture search. The most popular methods for constructing the synthetic data rely on matching the convergence properties of training the model with the synthetic dataset and the training dataset. However, using the empirical loss as the criterion must be thought of as auxiliary in the same sense that the training set is an approximate substitute for the population distribution, and the latter is the data of interest. Yet despite its popularity, an aspect that remains unexplored is the relationship of DD to its generalization, particularly across uncommon subgroups. That is, how can we ensure that a model trained on the synthetic dataset performs well when faced with samples from regions with low population density? Here, the representativeness and coverage of the dataset become salient over the guaranteed training error at inference. Drawing inspiration from distributionally robust optimization, we introduce an algorithm that combines clustering with the minimization of a risk measure on the loss to conduct DD. We provide a theoretical rationale for our approach and demonstrate its effective generalization and robustness across subgroups through numerical experiments. The source code is available at https://github.com/Mming11/RobustDatasetDistillation.

📄 PDF Abstract BibTeX arXiv:2402.04676

Code (1)

mming11/robustdatasetdistillation 공식 구현 pytorch

Tasks

Dataset DistillationFederated LearningNeural Architecture SearchTransfer Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Towards Fair ASR For Second Language Speakers Using Fairness Prompted Finetuning

2025-10-21 · Monorama Swain, Bubai Maji, Jagabandhu Mishra, Markus Schedl 외 arxiv

In this work, we address the challenge of building fair English ASR systems for second-language speakers. Our analysis of widely used ASR models, Whisper and Seamless-M4T, reveals large fluctuations in word error rate (W…

Fairness Without Demographics in Repeated Loss Minimization

2018-06-20 · ICML 2018 7 · Tatsunori B. Hashimoto, Megha Srivastava, Hongseok Namkoong, Percy Liang

Machine learning models (e.g., speech recognizers) are usually trained to minimize average loss, which results in representation disparity---minority groups (e.g., non-native speakers) contribute less to the training obj…

Fairness

Group Distributionally Robust Knowledge Distillation

2023-11-01 · Konstantinos Vilouras, Xiao Liu, Pedro Sanchez, Alison Q. O'Neil 외

Knowledge distillation enables fast and effective transfer of features learned from a bigger model to a smaller one. However, distillation objectives are susceptible to sub-population shifts, a common scenario in medical…

Knowledge Distillation

Distributionally Robust Counterfactual Risk Minimization

2019-06-14 · Louis Faury, Ugo Tanielian, Flavian vasile, Elena Smirnova 외

This manuscript introduces the idea of using Distributionally Robust Optimization (DRO) for the Counterfactual Risk Minimization (CRM) problem. Tapping into a rich existing literature, we show that DRO is a principled to…

counterfactualDecision Making

AGRO: Adversarial Discovery of Error-prone groups for Robust Optimization

2022-12-02 · Bhargavi Paranjape, Pradeep Dasigi, Vivek Srikumar, Luke Zettlemoyer 외

Models trained via empirical risk minimization (ERM) are known to rely on spurious correlations between labels and task-independent input features, resulting in poor generalization to distributional shifts. Group distrib…

QQP