-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
隐变量分析 #7
Comments
方法描述 计算每个特征的隐变量。首先计算带有这一特征(比如年轻)的所有图像的编码得到的隐变量的平均值,以及不带年轻特征的所有图像的编码得到的隐变量的平均值。 |
谷歌学术搜索 隐变量空间分析 1 论文的目的和效果 2 实现方法。 Semantically Decomposing the Latent Spaces of Generative Adversarial Networks https://arxiv.org/abs/1705.07904 https://github.com/chrisdonahue/sdgan https://arxiv.org/abs/1709.02023 CausalGAN: Learning Causal Implicit Generative Models with Adversarial Training https://github.com/mkocaoglu/CausalGAN https://arxiv.org/abs/1710.11381 Semantic Interpolation in Implicit Models https://arxiv.org/abs/1710.07035 Generative Adversarial Networks: An Overview https://arxiv.org/abs/1707.05776 Optimizing the Latent Space of Generative Networks PRECISE RECOVERY OF LATENT VECTORS FROM GENERATIVE ADVERSARIAL NETWORKS https://github.com/yxlao/pytorch-reverse-gan memory网络 https://arxiv.org/abs/1702.04648 GENERATIVE TEMPORAL MODELS WITH MEMORY video mocogan https://arxiv.org/abs/1706.08033 DECOMPOSING MOTION AND CONTENT FOR NATURAL VIDEO SEQUENCE PREDICTION https://arxiv.org/abs/1703.02291 Triple Generative Adversarial Nets https://arxiv.org/abs/1708.05980 Attentive Semantic Video Generation using Captions paper: A Survey on Deep Video Prediction |
Causal GAN TensorFlow |
inference 模式的notebook https://github.com/createamind/busyplan/blob/master/zhangwei/inference.ipynb |
隐变量空间分析文献阅读总结: Compressed Sensing using Generative Models https://arxiv.org/abs/1703.03208 https://arxiv.org/abs/1710.11381 Semantic Interpolation in Implicit Models https://arxiv.org/abs/1710.07035 Generative Adversarial Networks: An Overview https://arxiv.org/abs/1709.02023 CausalGAN: Learning Causal Implicit Generative
|
beta vae: https://scholar.google.com/scholar?um=1&ie=UTF-8&lr&cites=9898751721018572733 https://arxiv.org/abs/1711.00464 https://arxiv.org/abs/1711.00583 https://arxiv.org/abs/1711.00848 https://arxiv.org/abs/1707.08475 https://arxiv.org/abs/1611.01353 Information Dropout https://github.com/ucla-vision/information-dropout https://github.com/ganow/keras-information-dropout prove that we can promote the creation of disentangled representations simply by enforcing a factorized prior DR-GAN |
paper |
https://arxiv.org/abs/1706.00409 |
视频路上跑很多车,用跑的车标注出路和非路的视觉区别 |
https://devblogs.nvidia.com/parallelforall/photo-editing-generative-adversarial-networks-2/
基于nvidia-digits的实现
https://github.com/gheinrich/DIGITS-GAN/blob/DIGITS-GAN-v0.1/examples/gan/README.md
The text was updated successfully, but these errors were encountered: