Papers › MSG-GAN: Multi-Scale Gradients for Generative Adversarial Networks

MSG-GAN: Multi-Scale Gradients for Generative Adversarial Networks

14 Mar 2019CVPR 2020 6arXiv:1903.06048archive 2025-07-28

Animesh Karnewar, Oliver Wang

While Generative Adversarial Networks (GANs) have seen huge successes in image synthesis tasks, they are notoriously difficult to adapt to different datasets, in part due to instability during training and sensitivity to hyperparameters. One commonly accepted reason for this instability is that gradients passing from the discriminator to the generator become uninformative when there isn't enough overlap in the supports of the real and fake distributions. In this work, we propose the Multi-Scale Gradient Generative Adversarial Network (MSG-GAN), a simple but effective technique for addressing this by allowing the flow of gradients from the discriminator to the generator at multiple scales. This technique provides a stable approach for high resolution image synthesis, and serves as an alternative to the commonly used progressive growing technique. We show that MSG-GAN converges stably on a variety of image datasets of different sizes, resolutions and domains, as well as different types of loss functions and architectures, all with the same set of fixed hyperparameters. When compared to state-of-the-art GANs, our approach matches or exceeds the performance in most of the cases we tried.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1903.06048")

Code

Syntology Ran 3 of 15 code samples harvested from 3 repositories linked to this paper; 12 have no recorded run. Of those that ran: 3 ran · honoured contract.

By repository: community (archive-listed): 15 samples from 3 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

akanimax/msg-stylegan-tf officialmentioned in papermentioned on GitHubtfNOASSERTION report
Iceland-Leo/Style-MSG-GAN mentioned on GitHubpytorch report
akanimax/BMSG-GAN mentioned on GitHubpytorchMIT report
denizalperacar/MSG-GAN mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 3 ran; 3 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
12unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

mixedList manicman1999/StyleGAN-Tensorflow-2.0/stylegan.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · e443d34b4c89cb5e · report
noise manicman1999/StyleGAN-Tensorflow-2.0/stylegan.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 8af2f60798b76e8c · report
noiseList manicman1999/StyleGAN-Tensorflow-2.0/stylegan.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 84deaa80c4d54b08 · report
WGANGP_loss denizalperacar/MSG-GAN/src/loss.py community (archive-listed) unverified MIT (permissive) · b4c8e1e1917daee0 · report
adjust_dynamic_range akanimax/BMSG-GAN/sourcecode/generate_multi_scale_samples.py community (archive-listed) unverified MIT (permissive) · bd6383ad21a9d1b9 · report
adjust_dynamic_range akanimax/BMSG-GAN/sourcecode/latent_space_interpolation.py community (archive-listed) unverified MIT (permissive) · bbf23ae0401556fa · report
filter_func denizalperacar/MSG-GAN/src/data_loader.py community (archive-listed) unverified MIT (permissive) · fae02fd84bdd8461 · report
get_data_loader akanimax/BMSG-GAN/sourcecode/data_processing/DataLoader.py community (archive-listed) unverified MIT (permissive) · 4c285e4ad37fd444 · report
get_latent_variable denizalperacar/MSG-GAN/src/custom.py community (archive-listed) unverified MIT (permissive) · ec51937c7b4fbac6 · report
get_transform akanimax/BMSG-GAN/sourcecode/data_processing/DataLoader.py community (archive-listed) unverified MIT (permissive) · d52b4c878ccdf30d · report
gradient_penalty_loss denizalperacar/MSG-GAN/src/loss.py community (archive-listed) unverified MIT (permissive) · 4901d39068cad530 · report
minbatchstd denizalperacar/MSG-GAN/src/custom.py community (archive-listed) unverified MIT (permissive) · e31aa75b8b0cc7c9 · report
pixel_norm denizalperacar/MSG-GAN/src/custom.py community (archive-listed) unverified MIT (permissive) · 968fdef6839bc97b · report
progressive_upscaling akanimax/BMSG-GAN/sourcecode/generate_multi_scale_samples.py community (archive-listed) unverified MIT (permissive) · 56b98fbe693c2e6f · report
read_loss_log akanimax/BMSG-GAN/sourcecode/generate_loss_plots.py community (archive-listed) unverified MIT (permissive) · d5151aa5668d7556 · report

Tasks

Image Generation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Generation CelebA-HQ 1024x1024 MSG-StyleGAN FID 6.37 #5 of 10 Archive leaderboard report
Image Generation FFHQ MSG-StyleGAN Clean-FID (70k) 6.51 #8 of 12 Archive leaderboard report
Image Generation FFHQ 1024 x 1024 MSG-StyleGAN FID 5.8 #15 of 20 Archive leaderboard report
Image Generation Indian Celebs 256 x 256 MSG-StyleGAN FID 28.44 #1 of 1 Archive leaderboard report
Image Generation LSUN Churches 256 x 256 MSG-StyleGAN Clean-FID (trainfull) 5.38 ± 0.03 #18 of 27 Archive leaderboard report
Image Generation LSUN Churches 256 x 256 MSG-StyleGAN FID 5.2 #18 of 27 Archive leaderboard report
Image Generation Oxford 102 Flowers 256 x 256 MSG-StyleGAN FID 19.60 #2 of 2 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections