SepVAE: a contrastive VAE to separate pathological patterns from healthy ones
About
Contrastive Analysis VAE (CA-VAEs) is a family of Variational auto-encoders (VAEs) that aims at separating the common factors of variation between a background dataset (BG) (i.e., healthy subjects) and a target dataset (TG) (i.e., patients) from the ones that only exist in the target dataset. To do so, these methods separate the latent space into a set of salient features (i.e., proper to the target dataset) and a set of common features (i.e., exist in both datasets). Currently, all models fail to prevent the sharing of information between latent spaces effectively and to capture all salient factors of variation. To this end, we introduce two crucial regularization losses: a disentangling term between common and salient representations and a classification term between background and target samples in the salient space. We show a better performance than previous CA-VAEs methods on three medical applications and a natural images dataset (CelebA). Code and datasets are available on GitHub https://github.com/neurospin-projects/2023_rlouiset_sepvae.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Attribute Swapping | FFHQ Swap X to Y high-quality (test) | ID Similarity0.142 | 7 | |
| Attribute Swapping | FFHQ Swap Y to X high-quality (test) | ID-Sim0.14 | 7 | |
| Image Reconstruction | FFHQ X dataset high-quality (test) | LPIPS0.556 | 7 | |
| Image Reconstruction | FFHQ Y dataset high-quality (test) | LPIPS0.573 | 7 | |
| Latent Factor Separation | FFHQ No Glasses vs. Glasses | C Score0.59 | 4 | |
| Latent Factor Separation | FFHQ Male vs. Female | C Score0.65 | 4 | |
| Latent Factor Separation | FFHQ Smile vs. Non-Smiling | C Score0.65 | 4 | |
| Latent Factor Separation | FFHQ Head Pose: Frontal vs. Right/Left | C Metric0.69 | 4 |