LGOct 8, 2021

ModeRNN: Harnessing Spatiotemporal Mode Collapse in Unsupervised Predictive Learning

arXiv:2110.03882v213 citations
Originality Incremental advance
AI Analysis

This addresses a specific issue in unsupervised learning for spatiotemporal data, offering a novel method to enhance model robustness, though it is incremental in the context of existing predictive learning approaches.

The paper tackles the problem of spatiotemporal mode collapse in unsupervised predictive learning, where models overfit to partial modes of physical processes, and proposes ModeRNN to prevent this by learning structured hidden representations, achieving improved performance in capturing mixed visual dynamics.

Learning predictive models for unlabeled spatiotemporal data is challenging in part because visual dynamics can be highly entangled in real scenes, making existing approaches prone to overfit partial modes of physical processes while neglecting to reason about others. We name this phenomenon spatiotemporal mode collapse and explore it for the first time in predictive learning. The key is to provide the model with a strong inductive bias to discover the compositional structures of latent modes. To this end, we propose ModeRNN, which introduces a novel method to learn structured hidden representations between recurrent states. The core idea of this framework is to first extract various components of visual dynamics using a set of spatiotemporal slots with independent parameters. Considering that multiple space-time patterns may co-exist in a sequence, we leverage learnable importance weights to adaptively aggregate slot features into a unified hidden representation, which is then used to update the recurrent states. Across the entire dataset, different modes result in different responses on the mixtures of slots, which enhances the ability of ModeRNN to build structured representations and thus prevents the so-called mode collapse. Unlike existing models, ModeRNN is shown to prevent spatiotemporal mode collapse and further benefit from learning mixed visual dynamics.

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