Papers › Content-Aware GAN Compression

Content-Aware GAN Compression

6 Apr 2021CVPR 2021 1arXiv:2104.02244archive 2025-07-28

Yuchen Liu, Zhixin Shu, Yijun Li, Zhe Lin, Federico Perazzi, S. Y. Kung

Generative adversarial networks (GANs), e.g., StyleGAN2, play a vital role in various image generation and synthesis tasks, yet their notoriously high computational cost hinders their efficient deployment on edge devices. Directly applying generic compression approaches yields poor results on GANs, which motivates a number of recent GAN compression works. While prior works mainly accelerate conditional GANs, e.g., pix2pix and CycleGAN, compressing state-of-the-art unconditional GANs has rarely been explored and is more challenging. In this paper, we propose novel approaches for unconditional GAN compression. We first introduce effective channel pruning and knowledge distillation schemes specialized for unconditional GANs. We then propose a novel content-aware method to guide the processes of both pruning and distillation. With content-awareness, we can effectively prune channels that are unimportant to the contents of interest, e.g., human faces, and focus our distillation on these regions, which significantly enhances the distillation quality. On StyleGAN2 and SN-GAN, we achieve a substantial improvement over the state-of-the-art compression method. Notably, we reduce the FLOPs of StyleGAN2 by 11x with visually negligible image quality loss compared to the full-size model. More interestingly, when applied to various image manipulation tasks, our compressed model forms a smoother and better disentangled latent manifold, making it more effective for image editing.

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="2104.02244")

Code

Syntology Ran 9 of 16 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 5 ran with no contract checked.

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

lychenyoko/content-aware-gan-compression officialmentioned on GitHubpytorch 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

16 samples harvested; 9 ran; 0 honoured the contract we drafted; 7 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.

1ran · violated contract
3ran · our draft was wrong
5ran
7unverified

Licence: 0 of the 16 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 lychenyoko/content-aware-gan-compression. “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.

AttentionRefinementModule lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 1251cde09a254488 · report
BasicBlock lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 103e4a171a95689b · report
BiSeNetOutput lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 65ffe5a35cd297ca · report
ConvBNReLU lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 199ed6b9f3c73292 · report
Extract_Face_Mask lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · our draft was wrong MIT (permissive) · cc4b8cc6c40c39f8 · report
FeatureFusionModule lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 1ef6184686bbc091 · report
Get_Salt_Pepper_Noisy_Image lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · violated contract fingerprinted MIT (permissive) · c5f90f064c23fc80 · report
conv3x3 lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · our draft was wrong MIT (permissive) · dd1114865f06f0fd · report
create_layer_basic lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository ran · our draft was wrong MIT (permissive) · c7601557922b3f9c · report
BiSeNet lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository unverified MIT (permissive) · e4ce9b02d8344f92 · report
ContextPath lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository unverified MIT (permissive) · 85e291ec32606b2e · report
Convert_Tensor_To_Image lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository unverified MIT (permissive) · 5898b758c56bf090 · report
Get_Content_Aware_Pruning_Score lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository unverified MIT (permissive) · aca93853a087107e · report
Get_Parsing_Net lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository unverified MIT (permissive) · 059c2e41e6ee7e1d · report
Get_Weight_Gradient lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository unverified MIT (permissive) · 9269f9c755fff863 · report
Resnet18 lychenyoko/content-aware-gan-compression/Util/content_aware_pruning.py official repository unverified MIT (permissive) · f728dc2f00391366 · report

Tasks

Image GenerationImage ManipulationKnowledge Distillation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Batch NormalizationConcatenated Skip ConnectionConvolutionCycle Consistency LossDropoutGAN Least Squares LossInstance NormalizationKnowledge DistillationPatchGANPath Length RegularizationPix2PixPruningR1 RegularizationReLUResidual BlockResidual ConnectionSigmoid ActivationStyleGAN2Tanh ActivationWeight Demodulation

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