paper-with-me

Papers

Sparsely Changing Latent States for Prediction and Planning in Partially Observable Domains

2021-10-29 · NeurIPS 2021 12 · Christian Gumbsch, Martin V. Butz, Georg Martius

A common approach to prediction and planning in partially observable domains is to use recurrent neural networks (RNNs), which ideally develop and maintain a latent memory about hidden, task-relevant factors. We hypothesize that many of these hidden factors in the physical world are constant over time, changing only sparsely. To study this hypothesis, we propose Gated $L_0$ Regularized Dynamics (GateL0RD), a novel recurrent architecture that incorporates the inductive bias to maintain stable, sparsely changing latent states. The bias is implemented by means of a novel internal gating function and a penalty on the $L_0$ norm of latent state changes. We demonstrate that GateL0RD can compete with or outperform state-of-the-art RNNs in a variety of partially observable prediction and control tasks. GateL0RD tends to encode the underlying generative factors of the environment, ignores spurious temporal dependencies, and generalizes better, improving sampling efficiency and overall performance in model-based planning and reinforcement learning tasks. Moreover, we show that the developing latent states can be easily interpreted, which is a step towards better explainability in RNNs.

📄 PDF Abstract BibTeX arXiv:2110.15949

Code (1)

martius-lab/gatel0rd 공식 구현 pytorch

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Developing hierarchical anticipations via neural network-based event segmentation

2022-06-04 · Christian Gumbsch, Maurits Adam, Birgit Elsner, Georg Martius 외

Humans can make predictions on various time scales and hierarchical levels. Thereby, the learning of event encodings seems to play a crucial role. In this work we model the development of hierarchical predictions via aut…

Event SegmentationInductive Learning

DiMSam: Diffusion Models as Samplers for Task and Motion Planning under Partial Observability

2023-06-22 · Xiaolin Fang, Caelan Reed Garrett, Clemens Eppner, Tomás Lozano-Pérez 외

Generative models such as diffusion models, excel at capturing high-dimensional distributions with diverse input modalities, e.g. robot trajectories, but are less effective at multi-step constraint reasoning. Task and Mo…

Motion PlanningRobot ManipulationTask and Motion Planning

PODDP: Partially Observable Differential Dynamic Programming for Latent Belief Space Planning

2019-12-14 · Dicong Qiu, Yibiao Zhao, Chris L. Baker

Autonomous agents are limited in their ability to observe the world state. Partially observable Markov decision processes (POMDPs) formally model the problem of planning under world state uncertainty, but POMDPs with con…

Beyond the Next Step: Variable-Length Latent World Models for Long-Horizon Planning

2026-06-19 · Tianqi Du, Qi Zhang, Yifei Wang, Yisen Wang arxiv

Recently, world models have emerged as a promising paradigm for building intelligent agents by learning predictive models that estimate future environment states conditioned on observations and actions. In particular, JE…

IDOL: Inverse-Dynamics-Guided Future Prediction for End-to-End Autonomous Driving

2026-05-29 · Chenghao Zhang, Timin Li, Dongmei Li arxiv

End-to-end autonomous driving has emerged as a compelling paradigm for learning planning directly from sensor observations, while recent world-model-based approaches further enrich this paradigm by enabling explicit reas…

Autonomous Driving