Papers › Adversarial Score identity Distillation: Rapidly Surpassing the Teacher in One Step
Adversarial Score identity Distillation: Rapidly Surpassing the Teacher in One Step
Mingyuan Zhou, Huangjie Zheng, Yi Gu, Zhendong Wang, Hai Huang
Score identity Distillation (SiD) is a data-free method that has achieved SOTA performance in image generation by leveraging only a pretrained diffusion model, without requiring any training data. However, its ultimate performance is constrained by how accurate the pretrained model captures the true data scores at different stages of the diffusion process. In this paper, we introduce SiDA (SiD with Adversarial Loss), which not only enhances generation quality but also improves distillation efficiency by incorporating real images and adversarial loss. SiDA utilizes the encoder from the generator's score network as a discriminator, allowing it to distinguish between real images and those generated by SiD. The adversarial loss is batch-normalized within each GPU and then combined with the original SiD loss. This integration effectively incorporates the average "fakeness" per GPU batch into the pixel-based SiD loss, enabling SiDA to distill a single-step generator. SiDA converges significantly faster than its predecessor when distilled from scratch, and swiftly improves upon the original model's performance during fine-tuning from a pre-distilled SiD generator. This one-step adversarial distillation method establishes new benchmarks in generation performance when distilling EDM diffusion models, achieving FID scores of 1.110 on ImageNet 64x64. When distilling EDM2 models trained on ImageNet 512x512, our SiDA method surpasses even the largest teacher model, EDM2-XXL, which achieved an FID of 1.81 using classifier-free guidance (CFG) and 63 generation steps. In contrast, SiDA achieves FID scores of 2.156 for size XS, 1.669 for S, 1.488 for M, 1.413 for L, 1.379 for XL, and 1.366 for XXL, all without CFG and in a single generation step. These results highlight substantial improvements across all model sizes. Our code is available at https://github.com/mingyuanzhou/SiD/tree/sida.
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="2410.14919")
Code
Syntology Ran 2 of 3 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 2 ran · honoured contract.
By repository: official repository: 2 samples from 1 repository, 1 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
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
3 samples harvested; 2 ran; 2 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.
Licence: 1 of the 3 samples is 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 mingyuanzhou/sid. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.
68b5e143931956cf · report
4c9c2d2ca6c238d8 · report
cacd4f6ec202d9b4 · report
Tasks
1 archive task tag without a task page not shown.
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Image Generation | AFHQ-v2 64x64 | SiDA-EDM | FID | 1.276 | #1 of 2 | Archive leaderboard | report |
| Image Generation | AFHQ-v2 64x64 | SiDA-EDM | NFE | 1 | #1 of 2 | Archive leaderboard | report |
| Image Generation | CIFAR-10 | SiDA-EDM | FID | 1.396 | #5 of 78 | Archive leaderboard | report |
| Image Generation | CIFAR-10 | SiDA-EDM | NFE | 1 | #5 of 78 | Archive leaderboard | report |
| Image Generation | FFHQ 64x64 | SiDA-EDM | FID | 1.040 | #1 of 2 | Archive leaderboard | report |
| Image Generation | FFHQ 64x64 | SiDA-EDM | NFE | 1 | #1 of 2 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-XXL (1.5B) | FID | 1.366 | #7 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-XXL (1.5B) | NFE | 1 | #7 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-XL (1.1B) | FID | 1.379 | #8 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-XL (1.1B) | NFE | 1 | #8 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-L (777M) | FID | 1.413 | #10 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-L (777M) | NFE | 1 | #10 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-M (498M) | FID | 1.488 | #12 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-M (498M) | NFE | 1 | #12 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-S (280M) | FID | 1.669 | #13 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-S (280M) | NFE | 1 | #13 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-XL (1.1B) | FID | 1.888 | #23 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-XL (1.1B) | NFE | 1 | #23 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-L (777M) | FID | 1.907 | #24 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-L (777M) | NFE | 1 | #24 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-XXL (1.5B) | FID | 1.969 | #26 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-XXL (1.5B) | NFE | 1 | #26 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-M (498M) | FID | 2.06 | #28 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-M (498M) | NFE | 1 | #28 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-XS (125M) | FID | 2.156 | #30 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiDA-EDM2-XS (125M) | NFE | 1 | #30 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-S (280M) | FID | 2.707 | #36 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-S (280M) | NFE | 1 | #36 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-XS (125M) | FID | 3.353 | #43 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 512x512 | SiD-EDM2-XS (125M) | NFE | 1 | #43 of 52 | Archive leaderboard | report |
| Image Generation | ImageNet 64x64 | SiDA-EDM | FID | 1.11 | #4 of 65 | Archive leaderboard | report |
| Image Generation | ImageNet 64x64 | SiDA-EDM | NFE | 1 | #4 of 65 | 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
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