Skip to content

Enhancement of disentanglement in interpretable directions in the latent space of pre-trained GANs.

Notifications You must be signed in to change notification settings

VSSILPA/disentagled_latent_dirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self-supervised Enhancement of Latent Discovery in GANs

Paper

Self-supervised Enhancement of Latent Discovery in GANs.
Silpa V S*, Adarsh K*, S Sumitra

  • *indicates equal contribution. AAAI 2022

Prerequisites

  • Ubuntu
  • Python 3
  • NVIDIA GPU + CUDA CuDNN

Abstract

Several methods for discovering interpretable directions in the latent space of pretrained GANs have been proposed. Latent semantics discovered by unsupervised methods are relatively less disentangled than supervised methods since they do not use pre-trained attribute classifiers. We propose Scale Ranking Estimator (SRE),which is trained using self-supervision. SRE enhances the disentanglement in directions obtained by existing unsupervised disentanglement techniques. These directions are updated to preserve the ordering of variation within each direction in latent space.We also show that the learned SRE can be used to perform Attribute-based image retrieval task without further training.

  • Clone this repo

  • Install dependencies:

    • Install dependencies to a new virtual environment.
     pip install -r requirements.txt

Discovered directions

Application - Attribute based Image Retrieval

About

Enhancement of disentanglement in interpretable directions in the latent space of pre-trained GANs.

Resources

Stars

Watchers

Forks