Command Palette
Search for a command to run...

摘要
生成对抗网络(GANs)在创建逼真图像方面表现出色,尤其是对于那些最大似然估计不可行的复杂模型。然而,GAN训练的收敛性尚未得到证明。我们提出了一种用于任意GAN损失函数的随机梯度下降训练的双时间尺度更新规则(TTUR)。TTUR为判别器和生成器分别设置了独立的学习率。利用随机逼近理论,我们证明了在温和假设下,TTUR可以收敛到一个稳定的局部纳什均衡。这种收敛性同样适用于流行的Adam优化算法,我们证明了Adam优化算法遵循带有摩擦的重球动力学,因此更倾向于选择目标景观中的平坦最小值。为了评估GAN在图像生成方面的性能,我们引入了“Fréchet Inception距离”(FID),该指标比Inception分数更好地捕捉生成图像与真实图像之间的相似性。实验结果表明,TTUR改进了DCGANs和改进的Wasserstein GANs(WGAN-GP)的学习效果,在CelebA、CIFAR-10、SVHN、LSUN卧室数据集以及十亿词基准测试中均优于传统的GAN训练方法。
代码仓库
MicroprocessorX069/Comparison-of-DC-GANS-and-SA-GANS
pytorch
GitHub 中提及
yenchenlin/fid
pytorch
GitHub 中提及
djl11/mxnet-fid
mxnet
GitHub 中提及
vict0rsch/pytorch-fid-wrapper
pytorch
GitHub 中提及
milmor/latent-diffusion-transformer
tf
GitHub 中提及
ShwanMario/ASWD
pytorch
GitHub 中提及
mbinkowski/DeepSpeechDistances
tf
GitHub 中提及
charlescheng0117/pytorch-WGAN-GP-TTUR-CelebA
pytorch
GitHub 中提及
candicexxx-droid/PIC16B---GAN-Project-
tf
GitHub 中提及
onethousand1000/eg3d-projector
pytorch
GitHub 中提及
mseitzer/pytorch-fid
pytorch
GitHub 中提及
minhnhat93/tf-SNDCGAN
tf
GitHub 中提及
abdulfatir/gan-metrics-pytorch
pytorch
GitHub 中提及
w86763777/pytorch-gan-metrics
pytorch
GitHub 中提及
kthksgy/pytorch-template
pytorch
GitHub 中提及
dzq84/MusicScore-script
pytorch
GitHub 中提及
KbeautyHair/BaselineModel
pytorch
GitHub 中提及
AlexiaJM/Deep-learning-with-cats
pytorch
GitHub 中提及
iamalexkorotin/KernelNeuralOptimalTransport
pytorch
GitHub 中提及
tsc2017/frechet-inception-distance
tf
GitHub 中提及
kenanidris/deoldify
tf
GitHub 中提及
beresandras/buggy-resizing-critique
pytorch
GitHub 中提及
milmor/diffusion-transformer
pytorch
GitHub 中提及
ngushchin/entropicotbenchmark
pytorch
GitHub 中提及
milenagazdieva/extremalneuraloptimaltransport
pytorch
GitHub 中提及
Soldie/DeOldify-colorir-imagens-antigas
pytorch
GitHub 中提及
milmor/diffusion-transformer-keras
tf
GitHub 中提及
nvlabs/long-video-gan
pytorch
GitHub 中提及
SiskonEmilia/StyleGAN-PyTorch
pytorch
GitHub 中提及
reyllama/mixdl
pytorch
GitHub 中提及
bioinf-jku/TTUR
官方
tf
GitHub 中提及
iamalexkorotin/Wasserstein2Benchmark
pytorch
GitHub 中提及
NVlabs/eg3d
pytorch
GitHub 中提及
milmor/LDT
tf
GitHub 中提及
VincieD/TrafficSign_GAN_Benchmark
tf
GitHub 中提及
hukkelas/pytorch-frechet-inception-distance
pytorch
GitHub 中提及
xiongjiechen/ASWD
pytorch
GitHub 中提及
milmor/LadaGAN-pytorch
pytorch
GitHub 中提及
jantic/DeOldify
pytorch
GitHub 中提及
hidekifujinami6/gan_evaluation
pytorch
GitHub 中提及
STomoya/ptfid
pytorch
raahii/evan
pytorch
GitHub 中提及
2023-MindSpore-1/ms-code-192
mindspore
zzz2010/starganv2_paddle
pytorch
GitHub 中提及
sergkuzn148/lol3
pytorch
GitHub 中提及
francois-rozet/piqa
pytorch
GitHub 中提及
2023-MindSpore-1/ms-code-65
mindspore
watsonyanghx/GAN_Lib_Tensorflow
tf
GitHub 中提及
milmor/ladagan
tf
GitHub 中提及
jleinonen/keras-fid
GitHub 中提及
recluse27/Colorizator
tf
GitHub 中提及
sergkuzn148/stg
pytorch
GitHub 中提及
IEWbgfnYDwHRoRRSKtkdyMDUzgdwuBYgDKtDJWd/doldy
pytorch
GitHub 中提及
SUPERSHOPxyz/stylegan3-gradient
pytorch
GitHub 中提及
rucmlcv/L2M-GAN
pytorch
GitHub 中提及
iamalexkorotin/wassersteiniterativenetworks
pytorch
GitHub 中提及
agupta231/CARROL
tf
GitHub 中提及
Mohanned-Elkholy/ResNet-GAN
pytorch
GitHub 中提及
alfagao/DeOldify
pytorch
GitHub 中提及
leognha/PyTorch-FID-score
pytorch
GitHub 中提及
fikratgasimov/Generative_Adversial
tf
GitHub 中提及
ryanxingql/image-quality-assessment-toolbox
pytorch
GitHub 中提及
DevashishJoshi/Transferring-GANs-FYP
tf
GitHub 中提及
w86763777/pytorch-image-generation-metrics
pytorch
GitHub 中提及
chameleonTK/continual-learning-for-HAR
pytorch
GitHub 中提及
raahii/video-gans-evaluation
pytorch
GitHub 中提及
基准测试
| 基准 | 方法 | 指标 | 
|---|---|---|
| image-generation-on-cifar-10 | WGAN-GP + TT Update Rule | FID: 24.8  | 
| image-generation-on-lsun-bedroom-64-x-64 | WGAN-GP + TT Update Rule | FID: 9.5  |