4 个月前

生成对抗网络的谱归一化

生成对抗网络的谱归一化

摘要

生成对抗网络(Generative Adversarial Networks, GANs)研究中的一个挑战是其训练的不稳定性。在本文中,我们提出了一种新的权重归一化技术——谱归一化(Spectral Normalization),以稳定判别器的训练过程。我们的新归一化技术计算开销小且易于集成到现有的实现中。我们在CIFAR10、STL-10和ILSVRC2012数据集上测试了谱归一化的有效性,并通过实验验证了谱归一化GANs(SN-GANs)相较于以往的训练稳定化技术,能够生成质量更好或相当的图像。

代码仓库

guy-oren/DIRT-OST
pytorch
GitHub 中提及
alhasan-abdellatif/cgans
pytorch
GitHub 中提及
crcrpar/pytorch.sngan_projection
pytorch
GitHub 中提及
koshian2/SNGAN
pytorch
GitHub 中提及
jugatsingh/self_attention_video
pytorch
GitHub 中提及
hinofafa/Self-Attention-GAN
pytorch
GitHub 中提及
ksagit/sn_gan_pytorch
pytorch
GitHub 中提及
Xiaoming-Yu/SingleGAN
pytorch
GitHub 中提及
yanqi1811/self-attention
pytorch
GitHub 中提及
hanyoseob/pytorch-sngan
pytorch
GitHub 中提及
meg965/pytorch-rl
pytorch
GitHub 中提及
karoly-hars/GAN_image_colorizing
pytorch
GitHub 中提及
kklemon/bgan-pytorch
pytorch
GitHub 中提及
ncuzzy/mygan
pytorch
GitHub 中提及
kiban/models
GitHub 中提及
qiaolinhan/ws-preprocess
GitHub 中提及
apnkv/nla_spectral_norm
pytorch
GitHub 中提及
adbobes/VideoSuperResolution
pytorch
GitHub 中提及
zhusiling/SAGAN
pytorch
GitHub 中提及
t-ae/singan-s4tf
tf
GitHub 中提及
Mohanned-Elkholy/ResNet-GAN
pytorch
GitHub 中提及
zzmtsvv/adversarial
pytorch
GitHub 中提及
VitoRazor/Gan_Architecture
tf
GitHub 中提及
bayraktarbaris/SNGAN
pytorch
GitHub 中提及
Bingwen-Hu/DRIT
pytorch
GitHub 中提及

基准测试

基准方法指标
image-generation-on-cifar-10SN-GANs
FID: 21.7
image-generation-on-stl-10SN-GAN
FID: 40.1
Inception score: 9.10

用 AI 构建 AI

从想法到上线——通过免费 AI 协同编程、开箱即用的环境和市场最优价格的 GPU 加速您的 AI 开发

AI 协同编程
即用型 GPU
最优价格
立即开始

Hyper Newsletters

订阅我们的最新资讯
我们会在北京时间 每周一的上午九点 向您的邮箱投递本周内的最新更新
邮件发送服务由 MailChimp 提供
生成对抗网络的谱归一化 | 论文 | HyperAI超神经