← Search

Ruben Villegas

15 accepted papers

2024

ViC-MAE: Self-Supervised Representation Learning from Images and Video with Contrastive Masked Autoencoders

ECCV 2024poster

"We propose , a model that combines both Masked AutoEncoders (MAE) and contrastive learning. is trained using a global representation obtained by pooling the local features learned under an MAE reconstruction loss and using this representation under a contrastive objective across images and video fr…

2023

Phenaki: Variable Length Video Generation from Open Domain Textual Descriptions

ICLR 2023poster

We present Phenaki, a model capable of realistic video synthesis given a sequence of textual prompts. Generating videos from text is particularly challenging due to the computational cost, limited quantities of high quality text-video data and variable length of videos. To address these issues, we i…

Cited by 440SourcePDFScholar
2023

StoryBench: A Multifaceted Benchmark for Continuous Story Visualization

NeurIPS 2023poster

Generating video stories from text prompts is a complex task. In addition to having high visual quality, videos need to realistically adhere to a sequence of text prompts whilst being consistent throughout the frames. Creating a benchmark for video generation requires data annotated over time, which…

2020

Contact and Human Dynamics from Monocular Video

ECCV 2020poster

Existing deep models predict 2D and 3D kinematic poses from video that are approximately accurate, but contain visible errors that violate physical constraints, such as feet penetrating the ground and bodies leaning at extreme angles. In this paper, we present a physics-based method for inferring 3D…

2019

High Fidelity Video Prediction with Large Stochastic Recurrent Neural Networks

NeurIPS 2019poster

Predicting future video frames is extremely challenging, as there are many factors of variation that make up the dynamics of how frames change through time. Previously proposed solutions require complex inductive biases inside network architectures with highly specialized computation, including segm…

Cited by 172SourcePDFScholar
2019

Learning Latent Dynamics for Planning from Pixels

ICML 2019oral

Planning has been very successful for control tasks with known environment dynamics. To leverage planning in unknown environments, the agent needs to learn the dynamics from interactions with the world. However, learning dynamics models that are accurate enough for planning has been a long-standing…

2019

Unsupervised learning of object structure and dynamics from videos

NeurIPS 2019poster

Extracting and predicting object structure and dynamics from videos without supervision is a major challenge in machine learning. To address this challenge, we adopt a keypoint-based image representation and learn a stochastic dynamics model of the keypoints. Future frames are reconstructed from the…

2018

Hierarchical Long-term Video Prediction without Supervision

ICML 2018oral

Much of recent research has been devoted to video prediction and generation, yet most of the previous works have demonstrated only limited success in generating videos on short-term horizons. The hierarchical video prediction method by Villegas et al. (2017) is an example of a state-of-the-art metho…

Cited by 164SourcePDFScholar
2018

MT-VAE: Learning Motion Transformations to Generate Multimodal Human Dynamics

ECCV 2018poster

Long-term human motion can be represented as a series of motion modes—motion sequences that capture short-term temporal dynamics—with transitions between them. We leverage this structure and present a novel Motion Transformation Variational Auto-Encoders (MT-VAE) for learning motion sequence generat…

Cited by 183SourcePDFScholar
2018

Neural Kinematic Networks for Unsupervised Motion Retargetting

CVPR 2018poster

We propose a recurrent neural network architecture with a Forward Kinematics layer and cycle consistency based adversarial training objective for unsupervised motion retargetting. Our network captures the high-level properties of an input motion by the forward kinematics layer, and adapts them to a…

Cited by 261SourcePDFScholar
2017

Decomposing Motion and Content for Natural Video Sequence Prediction

ICLR 2017poster

We propose a deep neural network for the prediction of future frames in natural video sequences. To effectively handle complex evolution of pixels in videos, we propose to decompose the motion and content, two key components generating dynamics in videos. Our model is built upon the Encoder-Decoder…

Cited by 740SourceScholar
2017

Learning to Generate Long-term Future via Hierarchical Prediction

ICML 2017poster

We propose a hierarchical approach for making long-term predictions of future frames. To avoid inherent compounding errors in recursive pixel-level prediction, we propose to first estimate high-level structure in the input frames, then predict how that structure evolves in the future, and finally by…

Cited by 459SourcePDFScholar
2015

Improving Object Detection With Deep Convolutional Networks via Bayesian Optimization and Structured Prediction

CVPR 2015poster

Object detection systems based on the deep convolutional neural network (CNN) have recently made ground- breaking advances on several object detection benchmarks. While the features learned by these high-capacity neural networks are discriminative for categorization, inaccurate localization is still…