Concepedia

Publication | Closed Access

Image Generation From Small Datasets via Batch Statistics Adaptation

158

Citations

40

References

2019

Year

TLDR

Deep generative models can produce high‑quality, diverse images, but they typically require large datasets for training. The study proposes transferring prior knowledge from a pre‑trained generator to a small, different‑domain dataset by fine‑tuning only the batch‑norm scale and shift parameters of its hidden layers. The method trains only these batch‑norm parameters in a supervised manner, leveraging pre‑trained statistics to generate images. Training only the batch‑norm parameters yields stable, higher‑quality image generation on small datasets (~100 images) and preserves performance on the original domain while enabling new classes. Code is available at github.com/nogu-atsu/small-dataset-image-generation.

Abstract

Thanks to the recent development of deep generative models, it is becoming possible to generate high-quality images with both fidelity and diversity. However, the training of such generative models requires a large dataset. To reduce the amount of data required, we propose a new method for transferring prior knowledge of the pre-trained generator, which is trained with a large dataset, to a small dataset in a different domain. Using such prior knowledge, the model can generate images leveraging some common sense that cannot be acquired from a small dataset. In this work, we propose a novel method focusing on the parameters for batch statistics, scale and shift, of the hidden layers in the generator. By training only these parameters in a supervised manner, we achieved stable training of the generator, and our method can generate higher quality images compared to previous methods without collapsing, even when the dataset is small (~100). Our results show that the diversity of the filters acquired in the pre-trained generator is important for the performance on the target domain. Our method makes it possible to add a new class or domain to a pre-trained generator without disturbing the performance on the original domain. Code is available at github.com/nogu-atsu/small-dataset-image-generation.

References

YearCitations

Page 1