Papers › StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets

StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets

1 Feb 2022arXiv:2202.00273archive 2025-07-28

Axel Sauer, Katja Schwarz, Andreas Geiger

Computer graphics has experienced a recent surge of data-centric approaches for photorealistic and controllable content creation. StyleGAN in particular sets new standards for generative modeling regarding image quality and controllability. However, StyleGAN's performance severely degrades on large unstructured datasets such as ImageNet. StyleGAN was designed for controllability; hence, prior works suspect its restrictive design to be unsuitable for diverse datasets. In contrast, we find the main limiting factor to be the current training strategy. Following the recently introduced Projected GAN paradigm, we leverage powerful neural network priors and a progressive growing strategy to successfully train the latest StyleGAN3 generator on ImageNet. Our final model, StyleGAN-XL, sets a new state-of-the-art on large-scale image synthesis and is the first to generate images at a resolution of 1024² at such a dataset scale. We demonstrate that this model can invert and edit images beyond the narrow domain of portraits or specific object classes.

PaperPDFCodeCode 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="2202.00273")

Code

Syntology Ran 14 of 19 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 5 ran · honoured contract; 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

autonomousvision/stylegan_xl officialmentioned on GitHubpytorchMIT report
autonomousvision/stylegan-xl 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

19 samples harvested; 14 ran; 5 honoured the contract we drafted; 5 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.

5ran · honoured contract
4ran · our draft was wrong
2ran · fixture could not drive it
3ran
5unverified

Licence: 0 of the 19 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 autonomousvision/stylegan_xl. “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.

parse_tuple autonomousvision/stylegan_xl/dataset_tool.py official repository ran · honoured contract MIT (permissive) · 9cd07419f7c926f8 · report
NormLayer autonomousvision/stylegan_xl/pg_modules/blocks.py official repository ran · our draft was wrong MIT (permissive) · ef1e7dffb5d433d4 · report
UpBlockBig autonomousvision/stylegan_xl/pg_modules/blocks.py official repository ran MIT (permissive) · f87cd99314206f72 · report
UpBlockSmall autonomousvision/stylegan_xl/pg_modules/blocks.py official repository ran MIT (permissive) · 0186912dcb8b92b9 · report
file_ext autonomousvision/stylegan_xl/dataset_tool.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · a2b45afa097b55b6 · report
forward_flex autonomousvision/stylegan_xl/feature_networks/vit.py official repository ran MIT (permissive) · 562cccfa5027f008 · report
get_activation autonomousvision/stylegan_xl/feature_networks/vit.py official repository ran · our draft was wrong MIT (permissive) · 1c094193a4506a40 · report
layout_grid autonomousvision/stylegan_xl/gen_video.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 456c172851946697 · report
make_transform autonomousvision/stylegan_xl/gen_images.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · f47dff4b7b27bba7 · report
maybe_min autonomousvision/stylegan_xl/dataset_tool.py official repository ran · honoured contract MIT (permissive) · dd1dc700e87f36cc · report
parse_comma_separated_list autonomousvision/stylegan_xl/calc_metrics.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d01b68a634f71551 · report
parse_range autonomousvision/stylegan_xl/gen_images.py official repository ran · honoured contract MIT (permissive) · 236de8614a178382 · report
parse_range autonomousvision/stylegan_xl/gen_video.py official repository ran · honoured contract MIT (permissive) · 025e4c7cda618f25 · report
parse_vec2 autonomousvision/stylegan_xl/gen_images.py official repository ran · honoured contract MIT (permissive) · 180016b9227381b1 · report
ask_yes_no autonomousvision/stylegan_xl/dnnlib/util.py official repository unverified MIT (permissive) · 9d31d2c4cd16bb2d · report
compute_is autonomousvision/stylegan_xl/metrics/inception_score.py official repository unverified MIT (permissive) · fc49fa553c005268 · report
format_time autonomousvision/stylegan_xl/dnnlib/util.py official repository unverified MIT (permissive) · 053fc534bc6bb989 · report
format_time_brief autonomousvision/stylegan_xl/dnnlib/util.py official repository unverified MIT (permissive) · 77f4aa0649e7f404 · report
forward_vit autonomousvision/stylegan_xl/feature_networks/vit.py official repository unverified MIT (permissive) · 4c52162336ee4320 · report

Tasks

Image Generation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Generation FFHQ 1024 x 1024 StyleGAN-XL FID 2.02 #2 of 20 Archive leaderboard report
Image Generation FFHQ 256 x 256 StyleGAN-XL FID 2.19 #4 of 51 Archive leaderboard report
Image Generation FFHQ 256 x 256 StyleGAN-XL (DINOv2) FD 240.07 #43 of 51 Archive leaderboard report
Image Generation FFHQ 256 x 256 StyleGAN-XL (DINOv2) Precision 0.77 #43 of 51 Archive leaderboard report
Image Generation FFHQ 256 x 256 StyleGAN-XL (DINOv2) Recall 0.43 #43 of 51 Archive leaderboard report
Image Generation FFHQ 512 x 512 StyleGAN-XL FID 2.41 #2 of 3 Archive leaderboard report
Image Generation ImageNet 128x128 StyleGAN-XL FID 1.81 #5 of 23 Archive leaderboard report
Image Generation ImageNet 256x256 StyleGAN-XL FID 2.30 #55 of 94 Archive leaderboard report
Image Generation ImageNet 32x32 StyleGAN-XL FID 1.10 #2 of 35 Archive leaderboard report
Image Generation ImageNet 512x512 StyleGAN-XL FID 2.40 #33 of 52 Archive leaderboard report
Image Generation ImageNet 64x64 StyleGAN-XL FID 1.51 #12 of 65 Archive leaderboard report
Image Generation ImageNet 64x64 StyleGAN-XL NFE 1 #12 of 65 Archive leaderboard report
Image Generation Pokemon 1024x1024 StyleGAN-XL FID 25.47 #1 of 3 Archive leaderboard report
Image Generation Pokemon 256x256 StyleGAN-XL FID 23.97 #1 of 4 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.

Methods

Adaptive Instance NormalizationConvolutionDense ConnectionsFeedforward NetworkR1 Regularization

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