From 74027fa19d5a7dee0470ae1ac0455fb91afbe99a Mon Sep 17 00:00:00 2001 From: Peterou Date: Tue, 30 Mar 2021 14:14:32 +0800 Subject: [PATCH] Update README.md Omni-INR-GAN is the current state-of-the-art cGAN on ImageNet. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc0ba2f..6aedbf1 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ activation function, enabling the parameterization of functions with non-trivial * [Adversarial Generation of Continuous Images](https://arxiv.org/abs/2011.12026) (Skorokhodov et al. 2020) * [Learning Continuous Image Representation with Local Implicit Image Function](https://github.com/yinboc/liif) (Chen et al. 2020) * [Image Generators with Conditionally-Independent Pixel Synthesis](https://arxiv.org/abs/2011.13775) (Anokhin et al. 2020) +* [Omni-GAN: On the Secrets of cGANs and Beyond](https://arxiv.org/abs/2011.13074) (Zhou et al. 2021) # Talks * [Vincent Sitzmann: Implicit Neural Scene Representations (Scene Representation Networks, MetaSDF, Semantic Segmentation with Implicit Neural Representations, SIREN)](https://www.youtube.com/watch?v=__F9CCqbWQk&t=1s)