paper-with-me

Papers

Distilling Long-tailed Datasets

2024-08-24 · CVPR 2025 1 · Zhenghao Zhao, Haoxuan Wang, Yuzhang Shang, Kai Wang, Yan Yan

Dataset distillation (DD) aims to distill a small, information-rich dataset from a larger one for efficient neural network training. However, existing DD 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) Expert networks trained on imbalanced data develop biased gradients, leading to the synthesis of similarly imbalanced distilled datasets. Parameter matching, a common technique in DD, involves aligning the learning parameters of the distilled dataset with that of the original dataset. However, in the context of long-tailed datasets, matching biased experts leads to inheriting the imbalance present in the original data, causing the distilled dataset to inadequately represent tail classes. 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 propose a novel long-tailed dataset distillation method, Long-tailed Aware Dataset distillation (LAD). Specifically, we propose Weight Mismatch Avoidance 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 propose Adaptive Decoupled Matching, 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 (LTDD), marking the first effective effort to distill long-tailed datasets.

📄 PDF Abstract BibTeX arXiv:2408.14506

Code (1)

Guang000/Awesome-Dataset-Distillation

Tasks

Dataset DistillationEfficient Neural Network

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Distilling Virtual Examples for Long-tailed Recognition

2021-03-28 · ICCV 2021 10 · Yin-Yin He, Jianxin Wu, Xiu-Shen Wei

We tackle the long-tailed visual recognition problem from the knowledge distillation perspective by proposing a Distill the Virtual Examples (DiVE) method. Specifically, by treating the predictions of a teacher model as …

Knowledge DistillationLong-tail Learning

DeiT-LT Distillation Strikes Back for Vision Transformer Training on Long-Tailed Datasets

2024-04-03 · Harsh Rangwani, Pradipto Mondal, Mayank Mishra, Ashish Ramayee Asokan 외

Vision Transformer (ViT) has emerged as a prominent architecture for various computer vision tasks. In ViT, we divide the input image into patch tokens and process them through a stack of self attention blocks. However, …

Image ClassificationInductive BiasLong-tail Learning

DeiT-LT: Distillation Strikes Back for Vision Transformer Training on Long-Tailed Datasets

2024-01-01 · CVPR 2024 1 · Harsh Rangwani, Pradipto Mondal, Mayank Mishra, Ashish Ramayee Asokan 외

Vision Transformer (ViT) has emerged as a prominent architecture for various computer vision tasks. In ViT we divide the input image into patch tokens and process them through a stack of self-attention blocks. Howeve…

Inductive Bias

You Are Your Own Best Teacher: Achieving Centralized-level Performance in Federated Learning under Heterogeneous and Long-tailed Data

2025-03-10 · Shanshan Yan, Zexi Li, Chao Wu, Meng Pang 외

Data heterogeneity, stemming from local non-IID data and global long-tailed distributions, is a major challenge in federated learning (FL), leading to significant performance gaps compared to centralized learning. Previo…

Federated LearningRepresentation Learning

Learning in Imperfect Environment: Multi-Label Classification with Long-Tailed Distribution and Partial Labels

2023-04-20 · ICCV 2023 1 · Wenqiao Zhang, Changshuo Liu, Lingze Zeng, Beng Chin Ooi 외

Conventional multi-label classification (MLC) methods assume that all samples are fully labeled and identically distributed. Unfortunately, this assumption is unrealistic in large-scale MLC data that has long-tailed (LT)…

Missing LabelsMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPhilosophy