LGAIOct 22, 2021

Contrastively Disentangled Sequential Variational Autoencoder

arXiv:2110.12091v158 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better interpretability and sample efficiency in sequence modeling, representing an incremental improvement over existing sequential variational autoencoder methods.

The paper tackles the problem of disentangling static and dynamic factors in sequential data representation learning, proposing C-DSVAE, which significantly outperforms previous state-of-the-art methods on multiple metrics.

Self-supervised disentangled representation learning is a critical task in sequence modeling. The learnt representations contribute to better model interpretability as well as the data generation, and improve the sample efficiency for downstream tasks. We propose a novel sequence representation learning method, named Contrastively Disentangled Sequential Variational Autoencoder (C-DSVAE), to extract and separate the static (time-invariant) and dynamic (time-variant) factors in the latent space. Different from previous sequential variational autoencoder methods, we use a novel evidence lower bound which maximizes the mutual information between the input and the latent factors, while penalizes the mutual information between the static and dynamic factors. We leverage contrastive estimations of the mutual information terms in training, together with simple yet effective augmentation techniques, to introduce additional inductive biases. Our experiments show that C-DSVAE significantly outperforms the previous state-of-the-art methods on multiple metrics.

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