paper-with-me

Papers

Mutual Information Based Method for Unsupervised Disentanglement of Video Representation

2020-11-17 · P Aditya Sreekar, Ujjwal Tiwari, Anoop Namboodiri

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.

📄 PDF Abstract BibTeX arXiv:2011.08614

Code (1)

blackPython/mipae 공식 구현 pytorch

Tasks

Autonomous NavigationDisentanglementSSIMVideo Prediction

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

HSIC-InfoGAN: Learning Unsupervised Disentangled Representations by Maximising Approximated Mutual Information

2022-08-06 · Xiao Liu, Spyridon Thermos, Pedro Sanchez, Alison Q. O'Neil 외

Learning disentangled representations requires either supervision or the introduction of specific model designs and learning constraints as biases. InfoGAN is a popular disentanglement framework that learns unsupervised …

Disentanglement

Disentangled Recurrent Wasserstein Autoencoder

2021-01-19 · ICLR 2021 1 · Jun Han, Martin Renqiang Min, Ligong Han, Li Erran Li 외

Learning disentangled representations leads to interpretable models and facilitates data generation with style transfer, which has been extensively studied on static data such as images in an unsupervised learning framew…

DisentanglementRepresentation LearningStyle TransferUnconditional Video Generation+1

VQMIVC: Vector Quantization and Mutual Information-Based Unsupervised Speech Representation Disentanglement for One-shot Voice Conversion

2021-06-18 · Disong Wang, Liqun Deng, Yu Ting Yeung, Xiao Chen 외

One-shot voice conversion (VC), which performs conversion across arbitrary speakers with only a single target-speaker utterance for reference, can be effectively achieved by speech representation disentanglement. Existin…

DisentanglementQuantizationVoice Conversion

GL-Disen: Global-Local disentanglement for unsupervised learning of graph-level representations

2021-01-01 · Thilini Cooray, Ngai-Man Cheung, Wei Lu

Graph-level representation learning plays a crucial role in a variety of tasks such as molecular property prediction and community analysis. Currently, several models based on mutual information maximization have shown s…

DisentanglementGraph Representation LearningMolecular Property PredictionProperty Prediction+1

Unsupervised Discovery, Control, and Disentanglement of Semantic Attributes with Applications to Anomaly Detection

2020-02-25 · William Paul, I-Jeng Wang, Fady Alajaji, Philippe Burlina

Our work focuses on unsupervised and generative methods that address the following goals: (a) learning unsupervised generative representations that discover latent factors controlling image semantic attributes, (b) study…

Anomaly DetectionAttributeDisentanglementImage Generation+3