paper-with-me

Papers

Re-GAN: Data-Efficient GANs Training via Architectural Reconfiguration

2023-01-01 · CVPR 2023 1 · Divya Saxena, Jiannong Cao, Jiahao Xu, Tarun Kulshrestha

Training Generative Adversarial Networks (GANs) on high-fidelity images usually requires a vast number of training images. Recent research on GAN tickets reveals that dense GANs models contain sparse sub-networks or "lottery tickets" that, when trained separately, yield better results under limited data. However, finding GANs tickets requires an expensive process of train-prune-retrain. In this paper, we propose Re-GAN, a data-efficient GANs training that dynamically reconfigures GANs architecture during training to explore different sub-network structures in training time. Our method repeatedly prunes unimportant connections to regularize GANs network and regrows them to reduce the risk of prematurely pruning important connections. Re-GAN stabilizes the GANs models with less data and offers an alternative to the existing GANs tickets and progressive growing methods. We demonstrate that Re-GAN is a generic training methodology which achieves stability on datasets of varying sizes, domains, and resolutions (CIFAR-10, Tiny-ImageNet, and multiple few-shot generation datasets) as well as different GANs architectures (SNGAN, ProGAN, StyleGAN2 and AutoGAN). Re-GAN also improves performance when combined with the recent augmentation approaches. Moreover, Re-GAN requires fewer floating-point operations (FLOPs) and less training time by removing the unimportant connections during GANs training while maintaining comparable or even generating higher-quality samples. When compared to state-of-the-art StyleGAN2, our method outperforms without requiring any additional fine-tuning step. Code can be found at this link: https://github.com/IntellicentAI-Lab/Re-GAN

📄 PDF Abstract BibTeX

Code (1)

intellicentai-lab/re-gan 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Spectral Normalization Spectral Normalization is a normalization technique used for generative adversarial networks, used to stabilize training of the discriminator. Spectral normalization has the…
GAN Hinge Loss The GAN Hinge Loss is a hinge loss based loss function for [generative adversarial…
SNGAN SNGAN, or Spectrally Normalised GAN, is a type of generative adversarial network that uses [spectral…
ProGAN 설명 없음

Similar Papers 제목 키워드 기반

Input-driven circuit reconfiguration in critical recurrent neural networks.Marcelo O. Magnasco

2024-05-23 · Marcelo O. Magnasco

Changing a circuit dynamically, without actually changing the hardware itself, is called reconfiguration, and is of great importance due to its manifold technological applications. Circuit reconfiguration appears to be a…

City-GAN: Learning architectural styles using a custom Conditional GAN architecture

2019-07-03 · Maximilian Bachl, Daniel C. Ferreira

Generative Adversarial Networks (GANs) are a well-known technique that is trained on samples (e.g. pictures of fruits) and which after training is able to generate realistic new samples. Conditional GANs (CGANs) addition…

ViTGAN: Training GANs with Vision Transformers

2021-07-09 · ICLR 2022 4 · Kwonjoon Lee, Huiwen Chang, Lu Jiang, Han Zhang 외

Recently, Vision Transformers (ViTs) have shown competitive performance on image recognition while requiring less vision-specific inductive biases. In this paper, we investigate if such performance can be extended to ima…

Image Generation

DAWSON: A Domain Adaptive Few Shot Generation Framework

2020-01-02 · Weixin Liang, Zixuan Liu, Can Liu

Training a Generative Adversarial Networks (GAN) for a new domain from scratch requires an enormous amount of training data and days of training time. To this end, we propose DAWSON, a Domain Adaptive FewShot Generation …

Meta-LearningMusic Generation

AnyDB: An Architecture-less DBMS for Any Workload

2020-09-04 · Tiemo Bang, Norman May, Ilia Petrov, Carsten Binnig

In this paper, we propose a radical new approach for scale-out distributed DBMSs. Instead of hard-baking an architectural model, such as a shared-nothing architecture, into the distributed DBMS design, we aim for a new c…