Papers › Invertible Conditional GANs for image editing

Invertible Conditional GANs for image editing

19 Nov 2016arXiv:1611.06355archive 2025-07-28

Guim Perarnau, Joost Van de Weijer, Bogdan Raducanu, Jose M. Álvarez

Generative Adversarial Networks (GANs) have recently demonstrated to successfully approximate complex data distributions. A relevant extension of this model is conditional GANs (cGANs), where the introduction of external information allows to determine specific representations of the generated images. In this work, we evaluate encoders to inverse the mapping of a cGAN, i.e., mapping a real image into a latent space and a conditional representation. This allows, for example, to reconstruct and modify real images of faces conditioning on arbitrary attributes. Additionally, we evaluate the design of cGANs. The combination of an encoder with a cGAN, which we call Invertible cGAN (IcGAN), enables to re-generate real images with deterministic complex modifications.

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

Code

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

By repository: community (archive-listed): 18 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.

Guim3/IcGAN officialmentioned in papermentioned on GitHubtorchNOASSERTION report
LynnHo/AttGAN-Tensorflow mentioned on GitHubtf report
guptag22/uic-cs512-project mentioned on GitHubpytorch report
nguyenquangduc2000/AttGAN mentioned on GitHubtfMIT report
tangji08/face-generator mentioned on GitHubtf report
zjsong/CDNet mentioned 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

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

18unverified

Licence: 0 of the 18 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 nguyenquangduc2000/AttGAN. “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.

batch_dataset nguyenquangduc2000/AttGAN/data.py community (archive-listed) unverified MIT (permissive) · d74a019e9b0320c6 · report
disk_image_batch_dataset nguyenquangduc2000/AttGAN/data.py community (archive-listed) unverified MIT (permissive) · d8762221161a8ab0 · report
float2im nguyenquangduc2000/AttGAN/imlib/dtype.py community (archive-listed) unverified MIT (permissive) · 4f277a0259d52125 · report
global_variables nguyenquangduc2000/AttGAN/tflib/variable.py community (archive-listed) unverified MIT (permissive) · 55672872b27f268a · report
gray2rgb nguyenquangduc2000/AttGAN/imlib/transform.py community (archive-listed) unverified MIT (permissive) · 63a3d304071b7858 · report
imdecode nguyenquangduc2000/AttGAN/imlib/encode.py community (archive-listed) unverified MIT (permissive) · a156a0a0c281bb37 · report
imencode nguyenquangduc2000/AttGAN/imlib/encode.py community (archive-listed) unverified MIT (permissive) · bf6d096b9db2c499 · report
imread nguyenquangduc2000/AttGAN/imlib/basic.py community (archive-listed) unverified MIT (permissive) · b50105e0a61b2c28 · report
imresize nguyenquangduc2000/AttGAN/imlib/transform.py community (archive-listed) unverified MIT (permissive) · bc12329c875db868 · report
imwrite nguyenquangduc2000/AttGAN/imlib/basic.py community (archive-listed) unverified MIT (permissive) · a7aec6c9071c5edd · report
rgb2gray nguyenquangduc2000/AttGAN/imlib/transform.py community (archive-listed) unverified MIT (permissive) · fe032a1a678b491f · report
session nguyenquangduc2000/AttGAN/tflib/utils.py community (archive-listed) unverified MIT (permissive) · 5aaee13c67987c61 · report
shape nguyenquangduc2000/AttGAN/tflib/utils.py community (archive-listed) unverified MIT (permissive) · 554e9812968047de · report
summary nguyenquangduc2000/AttGAN/tflib/utils.py community (archive-listed) unverified MIT (permissive) · c97c0ccc10798ca5 · report
tensors_filter nguyenquangduc2000/AttGAN/tflib/variable.py community (archive-listed) unverified MIT (permissive) · 749502aa266817bc · report
to_range nguyenquangduc2000/AttGAN/imlib/dtype.py community (archive-listed) unverified MIT (permissive) · 06abdda251d33eb6 · report
trainable_variables nguyenquangduc2000/AttGAN/tflib/variable.py community (archive-listed) unverified MIT (permissive) · 58fd13674efd98c4 · report
uint2im nguyenquangduc2000/AttGAN/imlib/dtype.py community (archive-listed) unverified MIT (permissive) · 8d6a574072fa743d · report

Tasks

Conditional Image GenerationImage-to-Image Translation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image-to-Image Translation RaFD IcGAN Classification Error 8.07% #4 of 4 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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