Representation Learning for Sequence Data with Deep Autoencoding Predictive Components

Abstract

We propose Deep Autoencoding Predictive Components (DAPC) -- a self-supervised representation learning method for sequence data, based on the intuition that useful representations of sequence data should exhibit a simple structure in the latent space. We encourage this latent structure by maximizing an estimate of \emph{predictive information} of latent feature sequences, which is the mutual information between the past and future windows at each time step. In contrast to the mutual information lower bound commonly used by contrastive learning, the estimate of predictive information we adopt is exact under a Gaussian assumption. Additionally, it can be computed without negative sampling. To reduce the degeneracy of the latent space extracted by powerful encoders and keep useful information from the inputs, we regularize predictive information learning with a challenging masked reconstruction loss. We demonstrate that our method recovers the latent space of noisy dynamical systems, extracts predictive features for forecasting tasks, and improves automatic speech recognition when used to pretrain the encoder on large amounts of unlabeled data.

Cite

Text

Bai et al. "Representation Learning for Sequence Data with Deep Autoencoding Predictive Components." International Conference on Learning Representations, 2021.

Markdown

[Bai et al. "Representation Learning for Sequence Data with Deep Autoencoding Predictive Components." International Conference on Learning Representations, 2021.](https://mlanthology.org/iclr/2021/bai2021iclr-representation/)

BibTeX

@inproceedings{bai2021iclr-representation,
  title     = {{Representation Learning for Sequence Data with Deep Autoencoding Predictive Components}},
  author    = {Bai, Junwen and Wang, Weiran and Zhou, Yingbo and Xiong, Caiming},
  booktitle = {International Conference on Learning Representations},
  year      = {2021},
  url       = {https://mlanthology.org/iclr/2021/bai2021iclr-representation/}
}