paper-with-me

홈 › Papers

Clockwork Variational Autoencoders

2021-02-18 · NeurIPS 2021 12 · Vaibhav Saxena, Jimmy Ba, Danijar Hafner

Deep learning has enabled algorithms to generate realistic images. However, accurately predicting long video sequences requires understanding long-term dependencies and remains an open challenge. While existing video prediction models succeed at generating sharp images, they tend to fail at accurately predicting far into the future. We introduce the Clockwork VAE (CW-VAE), a video prediction model that leverages a hierarchy of latent sequences, where higher levels tick at slower intervals. We demonstrate the benefits of both hierarchical latents and temporal abstraction on 4 diverse video prediction datasets with sequences of up to 1000 frames, where CW-VAE outperforms top video prediction models. Additionally, we propose a Minecraft benchmark for long-term video prediction. We conduct several experiments to gain insights into CW-VAE and confirm that slower levels learn to represent objects that change more slowly in the video, and faster levels learn to represent faster objects.

📄 PDF Abstract BibTeX arXiv:2102.09532

Code (2)

vaibhavsaxena11/cwvae 공식 구현 tf
juliuskunze/cwvae-jax jax

Tasks

MinecraftPredictionVideo Prediction

Methods 이 논문이 사용한 방법론

USD Coin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Clockwork Convnets for Video Semantic Segmentation

2016-08-11 · Evan Shelhamer, Kate Rakelly, Judy Hoffman, Trevor Darrell

Recent years have seen tremendous progress in still-image segmentation; however the na\"ive application of these state-of-the-art algorithms to every video frame requires considerable computation and ignores the temporal…

Image SegmentationSchedulingSegmentationSemantic Segmentation+2

Serving DNNs like Clockwork: Performance Predictability from the Bottom Up

2020-06-03 · Arpan Gujarati, Reza Karimi, Safya Alzayat, Wei Hao 외

Machine learning inference is becoming a core building block for interactive web applications. As a result, the underlying model serving systems on which these applications depend must consistently meet low latency targe…

Clockwork Diffusion: Efficient Generation With Model-Step Distillation

2023-12-13 · CVPR 2024 1 · Amirhossein Habibian, Amir Ghodrati, Noor Fathima, Guillaume Sautiere 외

This work aims to improve the efficiency of text-to-image diffusion models. While diffusion models use computationally expensive UNet-based denoising operations in every generation step, we identify that not all operatio…

DenoisingImage GenerationmodelText to Image Generation+1

The advantage of using Student's t-priors in variational autoencoders

2019-09-25 · Najmeh Abiri, Mattias Ohlsson

Is it optimal to use the standard Gaussian prior in variational autoencoders? With Gaussian distributions, which are not weakly informative priors, variational autoencoders struggle to reconstruct the actual data. We pro…

An Introduction to Variational Autoencoders

2019-06-06 · Diederik P. Kingma, Max Welling

Variational autoencoders provide a principled framework for learning deep latent-variable models and corresponding inference models. In this work, we provide an introduction to variational autoencoders and some important…