CVAILGJan 29, 2024

Importance-Aware Adaptive Dataset Distillation

arXiv:2401.15863v120 citationsh-index: 11Neural Networks
Originality Incremental advance
AI Analysis

This work addresses storage, transmission, and privacy issues in deep learning by improving dataset distillation, though it is incremental as it builds on existing parameter-matching methods.

The paper tackles the problem of dataset distillation by proposing an importance-aware adaptive method (IADD) that assigns weights to network parameters, resulting in superior performance over state-of-the-art methods on multiple benchmarks and improved cross-architecture generalization, with validation in a COVID-19 detection application.

Herein, we propose a novel dataset distillation method for constructing small informative datasets that preserve the information of the large original datasets. The development of deep learning models is enabled by the availability of large-scale datasets. Despite unprecedented success, large-scale datasets considerably increase the storage and transmission costs, resulting in a cumbersome model training process. Moreover, using raw data for training raises privacy and copyright concerns. To address these issues, a new task named dataset distillation has been introduced, aiming to synthesize a compact dataset that retains the essential information from the large original dataset. State-of-the-art (SOTA) dataset distillation methods have been proposed by matching gradients or network parameters obtained during training on real and synthetic datasets. The contribution of different network parameters to the distillation process varies, and uniformly treating them leads to degraded distillation performance. Based on this observation, we propose an importance-aware adaptive dataset distillation (IADD) method that can improve distillation performance by automatically assigning importance weights to different network parameters during distillation, thereby synthesizing more robust distilled datasets. IADD demonstrates superior performance over other SOTA dataset distillation methods based on parameter matching on multiple benchmark datasets and outperforms them in terms of cross-architecture generalization. In addition, the analysis of self-adaptive weights demonstrates the effectiveness of IADD. Furthermore, the effectiveness of IADD is validated in a real-world medical application such as COVID-19 detection.

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