paper-with-me

홈 › Papers

MetaDD: Boosting Dataset Distillation with Neural Network Architecture-Invariant Generalization

2024-10-07 · Yunlong Zhao, Xiaoheng Deng, Xiu Su, Hongyan Xu, Xiuxing Li, Yijing Liu, Shan You

Dataset distillation (DD) entails creating a refined, compact distilled dataset from a large-scale dataset to facilitate efficient training. A significant challenge in DD is the dependency between the distilled dataset and the neural network (NN) architecture used. Training a different NN architecture with a distilled dataset distilled using a specific architecture often results in diminished trainning performance for other architectures. This paper introduces MetaDD, designed to enhance the generalizability of DD across various NN architectures. Specifically, MetaDD partitions distilled data into meta features (i.e., the data's common characteristics that remain consistent across different NN architectures) and heterogeneous features (i.e., the data's unique feature to each NN architecture). Then, MetaDD employs an architecture-invariant loss function for multi-architecture feature alignment, which increases meta features and reduces heterogeneous features in distilled data. As a low-memory consumption component, MetaDD can be seamlessly integrated into any DD methodology. Experimental results demonstrate that MetaDD significantly improves performance across various DD methods. On the Distilled Tiny-Imagenet with Sre2L (50 IPC), MetaDD achieves cross-architecture NN accuracy of up to 30.1\%, surpassing the second-best method (GLaD) by 1.7\%.

📄 PDF Abstract BibTeX arXiv:2410.05103

Code (0)

등록된 구현이 없습니다.

Tasks

Dataset Distillation

Similar Papers 제목 키워드 기반

Boosting the Cross-Architecture Generalization of Dataset Distillation through an Empirical Study

2023-12-09 · Lirui Zhao, Yuxin Zhang, Fei Chao, Rongrong Ji

The poor cross-architecture generalization of dataset distillation greatly weakens its practical significance. This paper attempts to mitigate this issue through an empirical study, which suggests that the synthetic data…

Dataset DistillationInductive Bias

Practical Knowledge Distillation: Using DNNs to Beat DNNs

2023-02-23 · Chung-Wei Lee, Pavlos Athanasios Apostolopulos, Igor L. Markov

For tabular data sets, we explore data and model distillation, as well as data denoising. These techniques improve both gradient-boosting models and a specialized DNN architecture. While gradient boosting is known to out…

DenoisingKnowledge Distillation

Distilling Invariant Representations with Dual Augmentation

2024-10-12 · Nikolaos Giakoumoglou, Tania Stathaki

Knowledge distillation (KD) has been widely used to transfer knowledge from large, accurate models (teachers) to smaller, efficient ones (students). Recent methods have explored enforcing consistency by incorporating cau…

Knowledge Distillation

MetaDistiller: Network Self-Boosting via Meta-Learned Top-Down Distillation

2020-08-27 · ECCV 2020 8 · Benlin Liu, Yongming Rao, Jiwen Lu, Jie zhou 외

Knowledge Distillation (KD) has been one of the most popu-lar methods to learn a compact model. However, it still suffers from highdemand in time and computational resources caused by sequential train-ing pipeline. Furth…

Knowledge DistillationMeta-Learning

Boosting Lightweight Single Image Super-resolution via Joint-distillation

2021-10-17 · ACM 2021 10 · Xiaotong Luo, Qiuyuan Liang, Ding Liu, Yanyun Qu

The rising of deep learning has facilitated the development of single image super-resolution (SISR). However, the growing burdensome model complexity and memory occupation severely hinder its practical deployments on res…

Image Super-ResolutionMeta-LearningSuper-Resolution