LGIVCBGNMLOct 4, 2019

Conditional out-of-sample generation for unpaired data using trVAE

arXiv:1910.01791v221 citations
Originality Incremental advance
AI Analysis

This work addresses a fundamental limitation in conditional generative models for applications like cellular perturbation analysis, offering incremental improvements in handling minority classes and multiple conditions.

The paper tackled the problem of conditional out-of-sample generation for unpaired data by introducing a transformer VAE (trVAE) that uses maximum mean discrepancy to match distributions across conditions, resulting in improved generalization and robustness. It demonstrated higher accuracy on image and tabular data, with Pearson correlations for estimated means and variances improving from 0.89 to 0.97 and 0.75 to 0.87, respectively.

While generative models have shown great success in generating high-dimensional samples conditional on low-dimensional descriptors (learning e.g. stroke thickness in MNIST, hair color in CelebA, or speaker identity in Wavenet), their generation out-of-sample poses fundamental problems. The conditional variational autoencoder (CVAE) as a simple conditional generative model does not explicitly relate conditions during training and, hence, has no incentive of learning a compact joint distribution across conditions. We overcome this limitation by matching their distributions using maximum mean discrepancy (MMD) in the decoder layer that follows the bottleneck. This introduces a strong regularization both for reconstructing samples within the same condition and for transforming samples across conditions, resulting in much improved generalization. We refer to the architecture as \emph{transformer} VAE (trVAE). Benchmarking trVAE on high-dimensional image and tabular data, we demonstrate higher robustness and higher accuracy than existing approaches. In particular, we show qualitatively improved predictions for cellular perturbation response to treatment and disease based on high-dimensional single-cell gene expression data, by tackling previously problematic minority classes and multiple conditions. For generic tasks, we improve Pearson correlations of high-dimensional estimated means and variances with their ground truths from 0.89 to 0.97 and 0.75 to 0.87, respectively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes