Toward Mitigating Architecture Overfitting on Distilled Datasets.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 40030914.
- Also identified by DOI 10.1109/TNNLS.2024.3525062.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Dataset distillation (DD) methods have demonstrated remarkable performance for neural networks trained with very limited training data. However, a significant challenge arises in the form of architecture overfitting: the distilled training dataset synthesized by a specific network architecture (i.e., training network) generates poor performance when trained by other network architectures (i.e., test networks), especially when the test networks have a larger capacity than the training network. This article introduces a series of approaches to mitigate this issue. Among them, DropPath renders the large model to be an implicit ensemble of its subnetworks, and knowledge distillation (KD) ensures each subnetwork acts similar to the small but well-performing teacher network. These methods, characterized by their smoothing effects, significantly mitigate architecture overfitting. We conduct extensive experiments to demonstrate the effectiveness and generality of our methods. Particularly, across various scenarios involving different tasks and different sizes of distilled data, our approaches significantly mitigate architecture overfitting. Furthermore, our approaches achieve comparable or even superior performance when the test network is larger than the training network. Codes are available at https://github.com/CityU-MLO/mitigate_architecture_overfitting.