Papers › AgeFlow: Conditional Age Progression and Regression with Normalizing Flows

AgeFlow: Conditional Age Progression and Regression with Normalizing Flows

15 May 2021arXiv:2105.07239archive 2025-07-28

Zhizhong Huang, Shouzhen Chen, Junping Zhang, Hongming Shan

Age progression and regression aim to synthesize photorealistic appearance of a given face image with aging and rejuvenation effects, respectively. Existing generative adversarial networks (GANs) based methods suffer from the following three major issues: 1) unstable training introducing strong ghost artifacts in the generated faces, 2) unpaired training leading to unexpected changes in facial attributes such as genders and races, and 3) non-bijective age mappings increasing the uncertainty in the face transformation. To overcome these issues, this paper proposes a novel framework, termed AgeFlow, to integrate the advantages of both flow-based models and GANs. The proposed AgeFlow contains three parts: an encoder that maps a given face to a latent space through an invertible neural network, a novel invertible conditional translation module (ICTM) that translates the source latent vector to target one, and a decoder that reconstructs the generated face from the target latent vector using the same encoder network; all parts are invertible achieving bijective age mappings. The novelties of ICTM are two-fold. First, we propose an attribute-aware knowledge distillation to learn the manipulation direction of age progression while keeping other unrelated attributes unchanged, alleviating unexpected changes in facial attributes. Second, we propose to use GANs in the latent space to ensure the learned latent vector indistinguishable from the real ones, which is much easier than traditional use of GANs in the image domain. Experimental results demonstrate superior performance over existing GANs-based methods on two benchmarked datasets. The source code is available at https://github.com/Hzzone/AgeFlow.

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

Code

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

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

Hzzone/AgeFlow officialmentioned in papermentioned 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

23 samples harvested; 21 ran; 3 honoured the contract we drafted; 2 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.

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

Licence: 23 of the 23 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 Hzzone/AgeFlow. “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.

ActNorm Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 67d781f4602f02f5 · report
ActNormIdentity Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 8a5199c47441052c · report
AdditiveCoupling Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 1f54264a141384c7 · report
FFHQ Hzzone/AgeFlow/flow/models.py official repository ran no licence file found · pointer only · f3e22c522e53059d · report
FlowStage Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 684724058832aeee · report
FlowStep Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · e94f31a77328a37f · report
InvConv2dLU Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · c85aa71d90338f40 · report
LoggerX Hzzone/AgeFlow/flow/models.py official repository ran no licence file found · pointer only · d1893bf23fab0cb8 · report
Permute2d Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 85639b3ba9f057a1 · report
ZeroConv2d Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 912baae06bb0a022 · report
ZeroLinear Hzzone/AgeFlow/flow/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 1ca73b310bf00139 · report
compute_z_shapes Hzzone/AgeFlow/flow/models.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 552ec79f642a2d22 · report
create_FFHQ_AGING Hzzone/AgeFlow/flow/models.py official repository ran · our draft was wrong no licence file found · pointer only · dd3afbe689f2b10c · report
gaussian_log_p Hzzone/AgeFlow/flow/models.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · d5a077f28a1ff247 · report
gaussian_sample Hzzone/AgeFlow/flow/models.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 5878daa1dccaec7e · report
get_varname Hzzone/AgeFlow/flow/models.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 8202cda89783fb5f · report
load_network Hzzone/AgeFlow/flow/models.py official repository ran · our draft was wrong no licence file found · pointer only · 2f38c15938410aa5 · report
reduce_tensor Hzzone/AgeFlow/flow/models.py official repository ran · fixture could not drive it no licence file found · pointer only · a25acbda57ff74c2 · report
sample_z Hzzone/AgeFlow/flow/models.py official repository ran · our draft was wrong no licence file found · pointer only · ade35b7f72f16885 · report
squeeze2d Hzzone/AgeFlow/flow/models.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 7bc21d94594a2b01 · report
unsqueeze2d Hzzone/AgeFlow/flow/models.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 5658ffcad4efab8e · report
FLOW Hzzone/AgeFlow/flow/models.py official repository unverified no licence file found · pointer only · 0d6339c31707ba87 · report
Flow Hzzone/AgeFlow/flow/models.py official repository unverified no licence file found · pointer only · afe7965aec801c93 · report

Tasks

AttributeKnowledge Distillationregression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Knowledge Distillation

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