Skip to content
OpenTrain AIFor AI Companies

Improving generative adversarial network inversion via fine-tuning GAN encoders

Cheng Yu, Wenmin Wang, Roberto BugiolacchiPublished Aug 23, 2021
arXiv PDF DOI
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few days
Plan setup time
Risk flags
1
Review before use

Abstract

Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.

Generative adversarial networks (GANs) can synthesize high-quality (HQ) images, and GAN inversion is a technique that discovers how to invert given images back to latent space. While existing methods perform on StyleGAN inversion, they have limited performance and are not generalized to different GANs. To address these issues, we proposed a self-supervised method to pre-train and fine-tune GAN encoders. First, we designed an adaptive block to fit different encoder architectures for inverting diverse GANs. Then we pre-train GAN encoders using synthesized images and emphasize local regions through cropping images. Finally, we fine-tune the pre-trained GAN encoder for inverting real images. Compared with state-of-the-art methods, our method achieved better results that reconstructed high-quality images on mainstream GANs. Our code and pre-trained models are available at: https://github.com/disanda/Deep-GAN-Encoders.

Results and benchmarks

Freshness tier: cold
Generative adversarial networks (GANs) can synthesize high-quality (HQ) images, and GAN inversion is a technique that discovers how to invert given images back to latent space.

Implementation

Historical official implementation (not recommended for new builds)

Why this implementation
Confidence: low

disanda/dse is the closest maintained adjacent implementation (Official implementation from Papers with Code). It is not paper-verified; validate algorithm and evaluation setup against the paper before trusting reported metrics. Community adoption signal: 49 GitHub stars.

Open disanda/deep-gan-encoders
Reproduction risks
  • Adjacent implementations are not paper-verified
  • Recommended repository is adjacent and not paper-verified.
  • Adjacent implementation match confidence is low.
  • No direct maintained implementation is currently verified.
  • Only historical official repository was found: disanda/deep-gan-encoders.
  • No maintained paper-verified implementation met reliability thresholds.

Compare implementation paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

disanda/deep-gan-encoders
historical official
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
49
Last push
May 18, 2024 (830d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
disanda/dse
alternative
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
49
Last push
May 18, 2024 (830d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
disanda/mtv-tsa
alternative
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
49
Last push
May 18, 2024 (830d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases

Reproduction readiness

Time to first repro: days
Last checked: Aug 25, 2026

Setup required

Dependencies pinned, manual setup needed

  • disanda/deep-gan-encoders has requirements.txt but requires manual environment setup.
  • Last push was 830 days ago, so expect possible dependency version conflicts.
  • No Dockerfile, so you will set up the environment manually.
  • No CI pipeline, so test coverage is unknown.
Open disanda/deep-gan-encoders

Hardware requirements

  • Expect multi-day setup/compute for meaningful reproduction based on current guidance.

Quick start

git clone https://github.com/disanda/deep-gan-encoders.git
pip install -r requirements.txt

Repositories and ecosystem

Closest related implementations

These are not paper-verified. Use them as reference points when no direct implementation is available.

  • disanda/dse Adjacent · Confidence: Low · 49 stars

    Official implementation from Papers with Code

  • disanda/mtv-tsa Adjacent · Confidence: Low · 49 stars

    Official implementation from Papers with Code

Official

  • disanda/dse
    Confidence: High

    GAN encoders in PyTorch that could match PGGAN, StyleGAN v1/v2, and BigGAN. Code also integrates the implementation of these GANs.

    49 stars · 10 forks · Last push May 18, 2024

  • disanda/mtv-tsa
    Confidence: High

    GAN encoders in PyTorch that could match PGGAN, StyleGAN v1/v2, and BigGAN. Code also integrates the implementation of these GANs.

    49 stars · 10 forks · Last push May 18, 2024

Community

No additional community repositories detected yet.

Hugging Face artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.

Tip: start with models, then check datasets and spaces if you need evaluation data or demos.

Research context

5

Citations

32

References

Tasks

Computer science, Encoder, Inversion (geology), Generative grammar, Code (set theory), Generative adversarial network, Block (permutation group theory), Adversarial system

Methods

Algorithm

Domains

Artificial intelligence, Image (mathematics), Computer Vision and Pattern Recognition

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).