CVLGNov 17, 2020

Mutual Information Based Method for Unsupervised Disentanglement of Video Representation

arXiv:2011.08614v12 citations
AI Analysis

This work addresses the challenge of high-dimensional video prediction for applications like autonomous navigation by making the prediction task easier through disentangled representations.

This paper proposes Mutual Information Predictive Auto-Encoder (MIPAE) to predict future video frames by disentangling video representations into content and low-dimensional pose latent variables. The disentangled representations, learned using a novel mutual information loss, are then used to generate future frames, showing visual superiority and competitive quantitative metrics (LPIPS, SSIM, PSNR).

Video Prediction is an interesting and challenging task of predicting future frames from a given set context frames that belong to a video sequence. Video prediction models have found prospective applications in Maneuver Planning, Health care, Autonomous Navigation and Simulation. One of the major challenges in future frame generation is due to the high dimensional nature of visual data. In this work, we propose Mutual Information Predictive Auto-Encoder (MIPAE) framework, that reduces the task of predicting high dimensional video frames by factorising video representations into content and low dimensional pose latent variables that are easy to predict. A standard LSTM network is used to predict these low dimensional pose representations. Content and the predicted pose representations are decoded to generate future frames. Our approach leverages the temporal structure of the latent generative factors of a video and a novel mutual information loss to learn disentangled video representations. We also propose a metric based on mutual information gap (MIG) to quantitatively access the effectiveness of disentanglement on DSprites and MPI3D-real datasets. MIG scores corroborate with the visual superiority of frames predicted by MIPAE. We also compare our method quantitatively on evaluation metrics LPIPS, SSIM and PSNR.

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