TL;DR
NaturalInversion is a data-free image synthesis method that leverages feature transfer and adaptive scaling to produce images consistent with original data distributions, enhancing applications like distillation and pruning.
Contribution
It introduces a novel feature transfer pyramid, a one-to-one generative approach, and learnable channel scaling for improved data-free image synthesis.
Findings
Synthesized images are more consistent with original data distribution.
Outperforms prior methods in knowledge distillation and pruning.
Effective across CIFAR-10 and CIFAR-100 datasets.
Abstract
We introduce NaturalInversion, a novel model inversion-based method to synthesize images that agrees well with the original data distribution without using real data. In NaturalInversion, we propose: (1) a Feature Transfer Pyramid which uses enhanced image prior of the original data by combining the multi-scale feature maps extracted from the pre-trained classifier, (2) a one-to-one approach generative model where only one batch of images are synthesized by one generator to bring the non-linearity to optimization and to ease the overall optimizing process, (3) learnable Adaptive Channel Scaling parameters which are end-to-end trained to scale the output image channel to utilize the original image prior further. With our NaturalInversion, we synthesize images from classifiers trained on CIFAR-10/100 and show that our images are more consistent with original data distribution than prior…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
MethodsKnowledge Distillation
