LGAug 24, 2024

Distilling Long-tailed Datasets

arXiv:2408.14506v29 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently training models on long-tailed datasets, which are common in real-world applications, by pioneering a method for distilling them, though it is incremental as it builds on existing dataset distillation techniques.

The paper tackles the problem of dataset distillation on long-tailed datasets, where existing methods fail due to biased gradients and poor tail class performance, and proposes Distribution-agnostic Matching and Expert Decoupling to address these issues, achieving effective distillation for such datasets.

Dataset distillation aims to synthesize a small, information-rich dataset from a large one for efficient model training. However, existing dataset distillation methods struggle with long-tailed datasets, which are prevalent in real-world scenarios. By investigating the reasons behind this unexpected result, we identified two main causes: 1) The distillation process on imbalanced datasets develops biased gradients, leading to the synthesis of similarly imbalanced distilled datasets. 2) The experts trained on such datasets perform suboptimally on tail classes, resulting in misguided distillation supervision and poor-quality soft-label initialization. To address these issues, we first propose Distribution-agnostic Matching to avoid directly matching the biased expert trajectories. It reduces the distance between the student and the biased expert trajectories and prevents the tail class bias from being distilled to the synthetic dataset. Moreover, we improve the distillation guidance with Expert Decoupling, which jointly matches the decoupled backbone and classifier to improve the tail class performance and initialize reliable soft labels. This work pioneers the field of long-tailed dataset distillation, marking the first effective effort to distill long-tailed datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes