中文
相关论文

相关论文: Stochastic Variational Video Prediction

200 篇论文

Existing video prediction methods mainly rely on observing multiple historical frames or focus on predicting the next one-frame. In this work, we study the problem of generating consecutive multiple future frames by observing one single…

计算机视觉与模式识别 · 计算机科学 2018-08-28 Yijun Li , Chen Fang , Jimei Yang , Zhaowen Wang , Xin Lu , Ming-Hsuan Yang

In a given scene, humans can often easily predict a set of immediate future events that might happen. However, generalized pixel-level anticipation in computer vision systems is difficult because machine learning struggles with the…

计算机视觉与模式识别 · 计算机科学 2016-06-28 Jacob Walker , Carl Doersch , Abhinav Gupta , Martial Hebert

Considering the inherent stochasticity and uncertainty, predicting future video frames is exceptionally challenging. In this work, we study the problem of video prediction by combining interpretability of stochastic state space models and…

计算机视觉与模式识别 · 计算机科学 2023-09-12 Dong Wang , Feng Zhou , Zheng Yan , Guang Yao , Zongxuan Liu , Wennan Ma , Cewu Lu

This paper presents two variations of a novel stochastic prediction algorithm that enables mobile robots to accurately and robustly predict the future state of complex dynamic scenes. The proposed algorithm uses a variational autoencoder to…

机器人学 · 计算机科学 2023-10-17 Zhanteng Xie , Philip Dames

Generating videos predicting the future of a given sequence has been an area of active research in recent years. However, an essential problem remains unsolved: most of the methods require large computational cost and memory usage for…

计算机视觉与模式识别 · 计算机科学 2021-06-09 Naoya Fushishita , Antonio Tejero-de-Pablos , Yusuke Mukuta , Tatsuya Harada

Predicting future motion trajectories is a critical capability across domains such as robotics, autonomous systems, and human activity forecasting, enabling safer and more intelligent decision-making. This paper proposes a novel, efficient,…

计算机视觉与模式识别 · 计算机科学 2025-11-05 Zesen Zhong , Duomin Zhang , Yijia Li

The existing state-of-the-art method for audio-visual conditioned video prediction uses the latent codes of the audio-visual frames from a multimodal stochastic network and a frame encoder to predict the next visual frame. However, a direct…

计算机视觉与模式识别 · 计算机科学 2023-09-21 Yating Xu , Conghui Hu , Gim Hee Lee

For autonomous skill acquisition, robots have to learn about the physical rules governing the 3D world dynamics from their own past experience to predict and reason about plausible future outcomes. To this end, we propose a…

计算机视觉与模式识别 · 计算机科学 2022-09-26 Iman Nematollahi , Erick Rosete-Beas , Seyed Mahdi B. Azad , Raghu Rajan , Frank Hutter , Wolfram Burgard

Recent advances in deep learning have significantly improved performance of video prediction. However, state-of-the-art methods still suffer from blurriness and distortions in their future predictions, especially when there are large…

计算机视觉与模式识别 · 计算机科学 2020-03-20 Osamu Shouno

Stochastic video prediction models take in a sequence of image frames, and generate a sequence of consecutive future image frames. These models typically generate future frames in an autoregressive fashion, which is slow and requires the…

计算机视觉与模式识别 · 计算机科学 2019-04-23 Ananya Kumar , S. M. Ali Eslami , Danilo J. Rezende , Marta Garnelo , Fabio Viola , Edward Lockhart , Murray Shanahan

We study the problem of synthesizing a number of likely future frames from a single input image. In contrast to traditional methods that have tackled this problem in a deterministic or non-parametric way, we propose to model future frames…

计算机视觉与模式识别 · 计算机科学 2019-08-13 Tianfan Xue , Jiajun Wu , Katherine L. Bouman , William T. Freeman

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…

计算机视觉与模式识别 · 计算机科学 2019-11-06 Ruben Villegas , Arkanath Pathak , Harini Kannan , Dumitru Erhan , Quoc V. Le , Honglak Lee

Predicting future frames for a video sequence is a challenging generative modeling task. Promising approaches include probabilistic latent variable models such as the Variational Auto-Encoder. While VAEs can handle uncertainty and model…

计算机视觉与模式识别 · 计算机科学 2019-04-30 Lluis Castrejon , Nicolas Ballas , Aaron Courville

Predicting the future frames of a video is a challenging task, in part due to the underlying stochastic real-world phenomena. Prior approaches to solve this task typically estimate a latent prior characterizing this stochasticity, however…

计算机视觉与模式识别 · 计算机科学 2021-10-08 Moitreya Chatterjee , Narendra Ahuja , Anoop Cherian

We present an approach to predict future video frames given a sequence of continuous video frames in the past. Instead of synthesizing images directly, our approach is designed to understand the complex scene dynamics by decoupling the…

计算机视觉与模式识别 · 计算机科学 2020-04-16 Yue Wu , Rongrong Gao , Jaesik Park , Qifeng Chen

The challenge of graphically rendering high frame-rate videos on low compute devices can be addressed through periodic prediction of future frames to enhance the user experience in virtual reality applications. This is studied through the…

计算机视觉与模式识别 · 计算机科学 2023-09-15 Nagabhushan Somraj , Pranali Sancheti , Rajiv Soundararajan

Current video generation models usually convert signals indicating appearance and motion received from inputs (e.g., image, text) or latent spaces (e.g., noise vectors) into consecutive frames, fulfilling a stochastic generation process for…

计算机视觉与模式识别 · 计算机科学 2022-10-07 Xue Song , Jingjing Chen , Bin Zhu , Yu-Gang Jiang

Robotic manipulation requires anticipating how the environment evolves in response to actions, yet most existing systems lack this predictive capability, often resulting in errors and inefficiency. While Vision-Language Models (VLMs)…

机器人学 · 计算机科学 2026-02-12 Songen Gu , Yunuo Cai , Tianyu Wang , Simo Wu , Yanwei Fu

Visual representations play a crucial role in developing generalist robotic policies. Previous vision encoders, typically pre-trained with single-image reconstruction or two-image contrastive learning, tend to capture static information,…

计算机视觉与模式识别 · 计算机科学 2025-05-06 Yucheng Hu , Yanjiang Guo , Pengchao Wang , Xiaoyu Chen , Yen-Jen Wang , Jianke Zhang , Koushil Sreenath , Chaochao Lu , Jianyu Chen

Anomaly detection in videos aims at reporting anything that does not conform the normal behaviour or distribution. However, due to the sparsity of abnormal video clips in real life, collecting annotated data for supervised learning is…

计算机视觉与模式识别 · 计算机科学 2019-10-22 Yiwei Lu , Mahesh Kumar Krishna Reddy , Seyed shahabeddin Nabavi , Yang Wang