xrenaa/DisCo
[ICLR2022] Code for "Learning Disentangled Representation by Exploiting Pretrained Generative Models: A Contrastive Learning View"
Leverages contrastive learning to discover disentangled directions in the latent spaces of pretrained generative models (StyleGAN2, SNGAN, VAE, Flow) without supervision or paired data. The method operates model-agnostically across different architectures and evaluates disentanglement using standard metrics (MIG, DCI) on benchmark datasets like Shapes3D, Cars3D, and MPI3D. Implemented in PyTorch with support for both training custom direction vectors and evaluating representation quality across multiple generative model families.
136 stars. No commits in the last 6 months.
Stars
136
Forks
10
Language
Python
License
—
Category
Last pushed
Mar 24, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/xrenaa/DisCo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
WinfredGe/T2S
[IJCAI 2025] Official implementation of "T2S: High-resolution Time Series Generation with...
monniert/dti-sprites
(ICCV 2021) Code for "Unsupervised Layered Image Decomposition into Object Prototypes" paper
Mukosame/AODA
Official implementation of "Adversarial Open Domain Adaptation for Sketch-to-Photo...
shashankvkt/AlignMixup_CVPR22
Official Implementation of AlignMixup - CVPR 2022
JinXins/Adversarial-AutoMixup
Official PyTorch(MMCV) implementation of “Adversarial AutoMixup” (ICLR 2024 spotlight)