paper-with-me

홈 › Papers

Jumpy Recurrent Neural Networks

2021-01-01 · Samuel James Greydanus, Stefan Lee, Alan Fern

Recurrent neural networks (RNNs) can learn complex, long-range structure in time series data simply by predicting one point at a time. Because of this ability, they have enjoyed widespread adoption in commercial and academic contexts. Yet RNNs have a fundamental limitation: they represent time as a series of discrete, uniform time steps. As a result, they force a tradeoff between temporal resolution and the computational expense of predicting far into the future. To resolve this tension, we propose a Jumpy RNN model which does not predict state transitions over uniform intervals of time. Instead, it predicts a sequence of linear dynamics functions in latent space and intervals of time over which their predictions can be expected to be accurate. This structure enables our model to jump over long time intervals while retaining the ability to produce fine-grained or continuous-time predictions when necessary. In simple physics simulations, our model can skip over long spans of predictable motion and focus on key events such as collisions between two balls. On a set of physics tasks including coordinate and pixel observations of a small-scale billiards environment, our model matches the performance of a baseline RNN while using a fifth of the compute. When used for model-based planning, our method matches a baseline RNN while using half the compute.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Variational Temporal Abstraction

2019-10-02 · NeurIPS 2019 12 · Taesup Kim, Sungjin Ahn, Yoshua Bengio

We introduce a variational approach to learning and inference of temporally hierarchical structure and representation for sequential data. We propose the Variational Temporal Abstraction (VTA), a hierarchical recurrent s…

Leveraging Jumpy Models for Planning and Fast Learning in Robotic Domains

2023-02-24 · Jingwei Zhang, Jost Tobias Springenberg, Arunkumar Byravan, Leonard Hasenclever 외

In this paper we study the problem of learning multi-step dynamics prediction models (jumpy models) from unlabeled experience and their utility for fast inference of (high-level) plans in downstream tasks. In particular …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Zero-shot Generalization

Compositional Planning with Jumpy World Models

2026-02-23 · Jesse Farebrother, Matteo Pirotta, Andrea Tirinzoni, Marc G. Bellemare 외 arxiv

The ability to plan with temporal abstractions is central to intelligent decision-making. Rather than reasoning over primitive actions, we study agents that compose pre-trained policies as temporally extended actions, en…

Simple Hierarchical Planning with Diffusion

2024-01-05 · Chang Chen, Fei Deng, Kenji Kawaguchi, Caglar Gulcehre 외

Diffusion-based generative methods have proven effective in modeling trajectories with offline datasets. However, they often face computational challenges and can falter in generalization, especially in capturing tempora…

MONGOOSE: Path-wise Smooth Bayesian Optimisation via Meta-learning

2023-02-22 · Adam X. Yang, Laurence Aitchison, Henry B. Moss

In Bayesian optimisation, we often seek to minimise the black-box objective functions that arise in real-world physical systems. A primary contributor to the cost of evaluating such black-box objective functions is often…

Bayesian OptimisationMeta-Learning