Papers › BlendGAN: Implicitly GAN Blending for Arbitrary Stylized Face Generation

BlendGAN: Implicitly GAN Blending for Arbitrary Stylized Face Generation

22 Oct 2021NeurIPS 2021 12arXiv:2110.11728archive 2025-07-28

Mingcong Liu, Qiang Li, Zekui Qin, Guoxin Zhang, Pengfei Wan, Wen Zheng

Generative Adversarial Networks (GANs) have made a dramatic leap in high-fidelity image synthesis and stylized face generation. Recently, a layer-swapping mechanism has been developed to improve the stylization performance. However, this method is incapable of fitting arbitrary styles in a single model and requires hundreds of style-consistent training images for each style. To address the above issues, we propose BlendGAN for arbitrary stylized face generation by leveraging a flexible blending strategy and a generic artistic dataset. Specifically, we first train a self-supervised style encoder on the generic artistic dataset to extract the representations of arbitrary styles. In addition, a weighted blending module (WBM) is proposed to blend face and style representations implicitly and control the arbitrary stylization effect. By doing so, BlendGAN can gracefully fit arbitrary styles in a unified model while avoiding case-by-case preparation of style-consistent training images. To this end, we also present a novel large-scale artistic face dataset AAHQ. Extensive experiments demonstrate that BlendGAN outperforms state-of-the-art methods in terms of visual quality and style diversity for both latent-guided and reference-guided stylized face synthesis.

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

Code

Syntology Ran 8 of 21 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

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

onion-liu/BlendGAN officialmentioned on GitHubpytorchMIT report
onion-liu/aahq-dataset mentioned on GitHub 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

21 samples harvested; 8 ran; 0 honoured the contract we drafted; 13 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
4ran · our draft was wrong
2ran · fixture could not drive it
1ran
13unverified

Licence: 0 of the 21 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 2 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.

gram_matrix onion-liu/BlendGAN/model_encoder.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 430c582cd8bbb1df · report
make_kernel onion-liu/BlendGAN/model.py official repository ran · violated contract MIT (permissive) · 6f65e378a4313f87 · report
upfirdn2d_native onion-liu/BlendGAN/op/upfirdn2d.py official repository ran · fixture could not drive it MIT (permissive) · fe99cfd294676edb · report
cv2ten onion-liu/BlendGAN/utils.py official repository unverified MIT (permissive) · ef82a9da38de6627 · report
fused_leaky_relu onion-liu/BlendGAN/op/fused_act.py official repository unverified MIT (permissive) · fe59e9e831c5c641 · report
get_alphas onion-liu/BlendGAN/gen_video.py official repository unverified MIT (permissive) · 380e205f2b8ababc · report
image_align onion-liu/BlendGAN/ffhq_dataset/face_alignment.py official repository unverified MIT (permissive) · 95abe150acbe2d3f · report
scale_image onion-liu/BlendGAN/BlendGANGUI.py official repository unverified MIT (permissive) · d6ed19bb4dc739d3 · report
sigmoid onion-liu/BlendGAN/gen_video.py official repository unverified MIT (permissive) · 8b483042fac3893a · report
slide onion-liu/BlendGAN/gen_video.py official repository unverified MIT (permissive) · b01b40e47c0ad0a0 · report
ten2cv onion-liu/BlendGAN/utils.py official repository unverified MIT (permissive) · b8061c98786922f3 · report
upfirdn2d onion-liu/BlendGAN/op/upfirdn2d.py official repository unverified MIT (permissive) · 0282bebb07512369 · report
calc_fid songquanpeng/BlendGAN/fid.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · e6c1de4697e7ed81 · report
convert_conv songquanpeng/BlendGAN/convert_weight.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 7fe245a7216ae67b · report
convert_modconv songquanpeng/BlendGAN/convert_weight.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 1c7cd5abc48bcf75 · report
convert_torgb songquanpeng/BlendGAN/convert_weight.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 96b279b9ef818d94 · report
reduce_sum songquanpeng/BlendGAN/distributed.py community (archive-listed) ran fingerprinted MIT (permissive) · 3f0a1105ef251d78 · report
all_gather songquanpeng/BlendGAN/distributed.py community (archive-listed) unverified MIT (permissive) · ed03ba54397adbe4 · report
extract_feature_from_samples songquanpeng/BlendGAN/fid.py community (archive-listed) unverified MIT (permissive) · 7284618ab4d5847d · report
extract_features songquanpeng/BlendGAN/calc_inception.py community (archive-listed) unverified MIT (permissive) · 826a4bfd8b5cb2fc · report
reduce_loss_dict songquanpeng/BlendGAN/distributed.py community (archive-listed) unverified MIT (permissive) · 5144ad456049f8ce · report

Tasks

DiversityFace GenerationImage Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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