Papers › EigenGAN: Layer-Wise Eigen-Learning for GANs

EigenGAN: Layer-Wise Eigen-Learning for GANs

26 Apr 2021ICCV 2021 10arXiv:2104.12476archive 2025-07-28

Zhenliang He, Meina Kan, Shiguang Shan

Recent studies on Generative Adversarial Network (GAN) reveal that different layers of a generative CNN hold different semantics of the synthesized images. However, few GAN models have explicit dimensions to control the semantic attributes represented in a specific layer. This paper proposes EigenGAN which is able to unsupervisedly mine interpretable and controllable dimensions from different generator layers. Specifically, EigenGAN embeds one linear subspace with orthogonal basis into each generator layer. Via generative adversarial training to learn a target distribution, these layer-wise subspaces automatically discover a set of "eigen-dimensions" at each layer corresponding to a set of semantic attributes or interpretable variations. By traversing the coefficient of a specific eigen-dimension, the generator can produce samples with continuous changes corresponding to a specific semantic attribute. Taking the human face for example, EigenGAN can discover controllable dimensions for high-level concepts such as pose and gender in the subspace of deep layers, as well as low-level concepts such as hue and color in the subspace of shallow layers. Moreover, in the linear case, we theoretically prove that our algorithm derives the principal components as PCA does. Codes can be found in https://github.com/LynnHo/EigenGAN-Tensorflow.

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.12476")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

LynnHo/EigenGAN-Tensorflow officialmentioned in papermentioned on GitHubtfMIT 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; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

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 LynnHo/EigenGAN-Tensorflow. “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.

directory LynnHo/EigenGAN-Tensorflow/pylib/path.py official repository unverified MIT (permissive) · 6151aeafdf1f5100 · report
float2im LynnHo/EigenGAN-Tensorflow/imlib/dtype.py official repository unverified MIT (permissive) · cc45f9ab2e1c2c76 · report
grid_split LynnHo/EigenGAN-Tensorflow/imlib/transform.py official repository unverified MIT (permissive) · e67b1d6de08e88b9 · report
imcrop LynnHo/EigenGAN-Tensorflow/imlib/transform.py official repository unverified MIT (permissive) · c4aaff60bf06e015 · report
immerge LynnHo/EigenGAN-Tensorflow/imlib/transform.py official repository unverified MIT (permissive) · e162886a782f2923 · report
imread LynnHo/EigenGAN-Tensorflow/imlib/basic.py official repository unverified MIT (permissive) · 4ccd6f19d65b0289 · report
load_json LynnHo/EigenGAN-Tensorflow/pylib/serialization.py official repository unverified MIT (permissive) · be1179109aef84de · report
load_pickle LynnHo/EigenGAN-Tensorflow/pylib/serialization.py official repository unverified MIT (permissive) · e03dc4ba413aef8e · report
load_yaml LynnHo/EigenGAN-Tensorflow/pylib/serialization.py official repository unverified MIT (permissive) · f57b5b6af6b96676 · report
name LynnHo/EigenGAN-Tensorflow/pylib/path.py official repository unverified MIT (permissive) · 0b171043968ae8f3 · report
run_parallels LynnHo/EigenGAN-Tensorflow/pylib/processing.py official repository unverified MIT (permissive) · c8424809dcc5cbc2 · report
split LynnHo/EigenGAN-Tensorflow/pylib/path.py official repository unverified MIT (permissive) · 46efef6d32953519 · report
timeit LynnHo/EigenGAN-Tensorflow/pylib/timer.py official repository unverified MIT (permissive) · a304288e1ef66b2f · report
to_range LynnHo/EigenGAN-Tensorflow/imlib/dtype.py official repository unverified MIT (permissive) · 63ddd771c64bd6ba · report
uint2im LynnHo/EigenGAN-Tensorflow/imlib/dtype.py official repository unverified MIT (permissive) · ee49acc532aae040 · report
weight_modulation LynnHo/EigenGAN-Tensorflow/tflib/deep_learning/layers_deprecated.py official repository unverified MIT (permissive) · e325e4aec5e56847 · report

Tasks

AttributeFace GenerationImage Generation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

PCA

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