MLLGJun 17, 2020

Longitudinal Variational Autoencoder

arXiv:2006.09763v350 citations
Originality Incremental advance
AI Analysis

This addresses the need for better analysis of time-series data in biomedical and other fields, though it is an incremental improvement over existing VAE methods.

The paper tackled the problem of learning structured low-dimensional representations from longitudinal datasets with missing values, proposing the Longitudinal VAE (L-VAE) which achieved state-of-the-art performance in imputation, reconstruction, and prediction tasks.

Longitudinal datasets measured repeatedly over time from individual subjects, arise in many biomedical, psychological, social, and other studies. A common approach to analyse high-dimensional data that contains missing values is to learn a low-dimensional representation using variational autoencoders (VAEs). However, standard VAEs assume that the learnt representations are i.i.d., and fail to capture the correlations between the data samples. We propose the Longitudinal VAE (L-VAE), that uses a multi-output additive Gaussian process (GP) prior to extend the VAE's capability to learn structured low-dimensional representations imposed by auxiliary covariate information, and derive a new KL divergence upper bound for such GPs. Our approach can simultaneously accommodate both time-varying shared and random effects, produce structured low-dimensional representations, disentangle effects of individual covariates or their interactions, and achieve highly accurate predictive performance. We compare our model against previous methods on synthetic as well as clinical datasets, and demonstrate the state-of-the-art performance in data imputation, reconstruction, and long-term prediction tasks.

Foundations

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

Your Notes