Papers › GCFSR: a Generative and Controllable Face Super Resolution Method Without Facial and GAN Priors

GCFSR: a Generative and Controllable Face Super Resolution Method Without Facial and GAN Priors

14 Mar 2022CVPR 2022 1arXiv:2203.07319archive 2025-07-28

Jingwen He, Wu Shi, Kai Chen, Lean Fu, Chao Dong

Face image super resolution (face hallucination) usually relies on facial priors to restore realistic details and preserve identity information. Recent advances can achieve impressive results with the help of GAN prior. They either design complicated modules to modify the fixed GAN prior or adopt complex training strategies to finetune the generator. In this work, we propose a generative and controllable face SR framework, called GCFSR, which can reconstruct images with faithful identity information without any additional priors. Generally, GCFSR has an encoder-generator architecture. Two modules called style modulation and feature modulation are designed for the multi-factor SR task. The style modulation aims to generate realistic face details and the feature modulation dynamically fuses the multi-level encoded features and the generated ones conditioned on the upscaling factor. The simple and elegant architecture can be trained from scratch in an end-to-end manner. For small upscaling factors (<=8), GCFSR can produce surprisingly good results with only adversarial loss. After adding L1 and perceptual losses, GCFSR can outperform state-of-the-art methods for large upscaling factors (16, 32, 64). During the test phase, we can modulate the generative strength via feature modulation by changing the conditional upscaling factor continuously to achieve various generative effects.

PaperPDFConference PDFCode 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="2203.07319")

Code

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

By repository: found in paper text by Syntology: 20 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hejingwenhejingwen/GCFSR found in paper text by Syntology 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

20 samples harvested; 11 ran; 0 honoured the contract we drafted; 9 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
1ran · our draft was wrong
9ran
9unverified

Licence: 20 of the 20 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 hejingwenhejingwen/GCFSR. “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.

EqualConv2d hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 330c0e119c07dbb3 · report
EqualLinear hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a20a1a89a259c08f · report
FusedLeakyReLU hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran no licence file found · pointer only · d436305b79f54408 · report
FusedLeakyReLUFunction hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran no licence file found · pointer only · 00291f1675a635f8 · report
FusedLeakyReLUFunctionBackward hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran no licence file found · pointer only · c1df3f2d41a7b483 · report
Norm2Scale hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 8649db04aa2e54f0 · report
ScaledLeakyReLU hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4be355c48a38e8b3 · report
UpFirDn2d hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran no licence file found · pointer only · 9c764a544da08432 · report
UpFirDn2dBackward hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran no licence file found · pointer only · c0d06624cfccb254 · report
make_resample_kernel hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · 5ad6eaecc14f8a5a · report
upfirdn2d hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a59338ee52ba398f · report
ConvLayer hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · e680d87c9c220c19 · report
GCFSR hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · cab08bfb5b519b22 · report
ModulatedConv2d hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · feb7cdbeb95c3415 · report
StyleConv hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · c7d3aa3246f7db29 · report
StyleConv_norm_scale_shift hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · eb8479c0713b3695 · report
ToRGB hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · 6149e6eafa5ece86 · report
UpFirDnSmooth hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · 18f9805e833c4891 · report
UpFirDnUpsample hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · bc1599633a4b9275 · report
fused_leaky_relu hejingwenhejingwen/GCFSR/basicsr/archs/gcfsr_arch.py found in paper text by Syntology unverified no licence file found · pointer only · 7f133f0cecdedf28 · report

Tasks

Face HallucinationHallucinationImage Super-ResolutionSuper-Resolution

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