Aaron Gokaslan, James Tompkin, Volodymyr Kuleshov, Yiwen Huang
We lifted 11 functions out of this paper's own repositories and ran 9 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| brownvc/R3GAN | canonical | 1 of 1 |
| brownvc/r3gan | — | 8 of 10 |
| Function | Status | Where it lives |
|---|---|---|
| parse_range | Ran | brownvc/R3GAN/gen_images.py pointer only (licence: NONE) · get_code("1b2f3a460f20fe80") |
| BiasedActivationCUDA | Ran | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("ffd166d111627ef5") |
| Convolution | Ran | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("ffbd2f9b496e557e") |
| CreateLowpassKernel | Ran | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("3481139cd7f05792") |
| GenerativeBasis | Ran | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("46a8ec5bade99c66") |
| InterpolativeUpsamplerCUDA | Ran | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("6b8ebb2ffae5dcd5") |
| MSRInitializer | Ran | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("4eff2a4b4ab2fd50") |
| ResidualBlock | Ran | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("ed135ae9467af3f3") |
| UpsampleLayer | Ran | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("3264c99e2e9bff17") |
| Generator | Not yet run | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("c39e48f4dd6a80bc") |
| GeneratorStage | Not yet run | brownvc/r3gan/R3GAN/Networks.py pointer only (licence: NONE) · get_code("788ae187e0ba38f8") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
There is a widely-spread claim that GANs are difficult to train, and GAN architectures in the literature are littered with empirical tricks. We provide evidence against this claim and build a modern GAN baseline in a more principled manner. First, we derive a well-behaved regularized relativistic GAN loss that addresses issues of mode dropping and non-convergence that were previously tackled via a bag of ad-hoc tricks. We analyze our loss mathematically and prove that it admits local convergence guarantees, unlike most existing relativistic losses. Second, this loss allows us to discard all ad-hoc tricks and replace outdated backbones used in common GANs with modern architectures. Using StyleGAN2 as an example, we present a roadmap of simplification and modernization that results in a new minimalist baseline-R3GAN ("Re-GAN"). Despite being simple, our approach surpasses StyleGAN2 on FFHQ, ImageNet, CIFAR, and Stacked MNIST datasets, and compares favorably against state-of-the-art GANs and diffusion models.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2501.05441")
get_code_for_paper("2501.05441")
have("2501.05441")
Connect an agent — have() is free.