Future prediction

38 papers with code • 0 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Datasets


Most implemented papers

Deep RNN Framework for Visual Sequential Applications

BoPang1996/Deep-RNN-Framework CVPR 2019

There are mainly two novel designs in our deep RNN framework: one is a new RNN module called Context Bridge Module (CBM) which splits the information flowing along the sequence (temporal direction) and along depth (spatial representation direction), making it easier to train when building deep by balancing these two directions; the other is the Overlap Coherence Training Scheme that reduces the training complexity for long visual sequential tasks on account of the limitation of computing resources.

INFER: INtermediate representations for FuturE pRediction

talsperre/INFER 26 Mar 2019

Uncharacteristic of state-of-the-art approaches, our representations and models generalize to completely different datasets, collected across several cities, and also across countries where people drive on opposite sides of the road (left-handed vs right-handed driving).

Learning Representations for Predicting Future Activities

lmb-freiburg/PreFAct 9 May 2019

Foreseeing the future is one of the key factors of intelligence.

Predicting 3D Human Dynamics from Video

jasonyzhang/phd ICCV 2019

In this work, we present perhaps the first approach for predicting a future 3D mesh model sequence of a person from past video input.

PiP: Planning-informed Trajectory Prediction for Autonomous Driving

Haoran-SONG/PiP-Planning-informed-Prediction ECCV 2020

Moreover, our approach enables a novel pipeline which couples the prediction and planning, by conditioning PiP on multiple candidate trajectories of the ego vehicle, which is highly beneficial for autonomous driving in interactive scenarios.

Preserving Dynamic Attention for Long-Term Spatial-Temporal Prediction

hxstarklin/DSAN 16 Jun 2020

To filter out irrelevant noises and alleviate the error propagation, DSAN dynamically extracts valuable information by applying self-attention over the noisy input and bridges each output directly to the purified inputs via implementing a switch-attention mechanism.

Unsupervised Learning of Video Representations via Dense Trajectory Clustering

pvtokmakov/video_cluster 28 Jun 2020

This paper addresses the task of unsupervised learning of representations for action recognition in videos.

Data-Efficient Reinforcement Learning with Self-Predictive Representations

mila-iqia/spr ICLR 2021

We further improve performance by adding data augmentation to the future prediction loss, which forces the agent's representations to be consistent across multiple views of an observation.