Visual Representation Learning with Stochastic Frame Prediction
Huiwon Jang, Dongyoung Kim, Junsu Kim, Jinwoo Shin, Pieter Abbeel, Younggyo Seo
TL;DR
This paper tackles the challenge of learning robust visual representations from videos by addressing the under-determined nature of future-frame prediction with a stochastic frame-prediction model. The proposed RSP framework combines a time-dependent prior/posterior over latent variables with a shared decoder that also supports a masked autoencoding objective, enabling efficient joint learning of temporal relations and dense frame information. Empirical results across vision-based robot learning and video label propagation show that RSP consistently outperforms strong SSL baselines, with notable gains over SiamMAE, and ablations highlight the benefits of stochastic framing, discrete latent variables, and a shared decoder. The work demonstrates that modeling uncertainty in future frames yields representations that transfer well to downstream tasks requiring temporal understanding, and it suggests future extensions to diffusion-based video generation and larger-scale models.
Abstract
Self-supervised learning of image representations by predicting future frames is a promising direction but still remains a challenge. This is because of the under-determined nature of frame prediction; multiple potential futures can arise from a single current frame. To tackle this challenge, in this paper, we revisit the idea of stochastic video generation that learns to capture uncertainty in frame prediction and explore its effectiveness for representation learning. Specifically, we design a framework that trains a stochastic frame prediction model to learn temporal information between frames. Moreover, to learn dense information within each frame, we introduce an auxiliary masked image modeling objective along with a shared decoder architecture. We find this architecture allows for combining both objectives in a synergistic and compute-efficient manner. We demonstrate the effectiveness of our framework on a variety of tasks from video label propagation and vision-based robot learning domains, such as video segmentation, pose tracking, vision-based robotic locomotion, and manipulation tasks. Code is available on the project webpage: https://sites.google.com/view/2024rsp.
