paper-with-me

Papers

Facing Off World Model Backbones: RNNs, Transformers, and S4

2023-07-05 · NeurIPS 2023 11

World models are a fundamental component in model-based reinforcement learning (MBRL). To perform temporally extended and consistent simulations of the future in partially observable environments, world models need to possess long-term memory. However, state-of-the-art MBRL agents, such as Dreamer, predominantly employ recurrent neural networks (RNNs) as their world model backbone, which have limited memory capacity. In this paper, we seek to explore alternative world model backbones for improving long-term memory. In particular, we investigate the effectiveness of Transformers and Structured State Space Sequence (S4) models, motivated by their remarkable ability to capture long-range dependencies in low-dimensional sequences and their complementary strengths. We propose S4WM, the first world model compatible with parallelizable SSMs including S4 and its variants. By incorporating latent variable modeling, S4WM can efficiently generate high-dimensional image sequences through latent imagination. Furthermore, we extensively compare RNN-, Transformer-, and S4-based world models across four sets of environments, which we have tailored to assess crucial memory capabilities of world models, including long-term imagination, context-dependent recall, reward prediction, and memory-based reasoning. Our findings demonstrate that S4WM outperforms Transformer-based world models in terms of long-term memory, while exhibiting greater efficiency during training and imagination. These results pave the way for the development of stronger MBRL agents.

📄 PDF Abstract BibTeX arXiv:2307.02064

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement Learning

Similar Papers 제목 키워드 기반

Memory Caching: RNNs with Growing Memory

2026-02-27 · Ali Behrouz, Zeman Li, Yuan Deng, Peilin Zhong 외 arxiv

Transformers have been established as the de-facto backbones for most recent advances in sequence modeling, mainly due to their growing memory capacity that scales with the context length. While plausible for retrieval t…

Long-Context Understanding

Dual Prompting Image Restoration with Diffusion Transformers

2025-01-01 · CVPR 2025 1 · Dehong Kong, Fan Li, Zhixin Wang, Jiaqi Xu 외

Recent state-of-the-art image restoration methods mostly adopt latent diffusion models with U-Net backbones, yet still facing challenges in achieving high-quality restoration due to their limited capabilities. Diffus…

Image Restoration

RNNs are not Transformers (Yet): The Key Bottleneck on In-context Retrieval

2024-02-28 · Kaiyue Wen, Xingyu Dang, Kaifeng Lyu

This paper investigates the gap in representation powers of Recurrent Neural Networks (RNNs) and Transformers in the context of solving algorithmic problems. We focus on understanding whether RNNs, known for their memory…

RAGRetrievalRetrieval-augmented Generation

Why Are Linear RNNs More Parallelizable?

2026-03-04 · William Merrill, Hongjian Jiang, Yanhong Li, Anthony Lin 외 arxiv

The community is increasingly exploring linear RNNs (LRNNs) as language models, motivated by their expressive power and parallelizability. While prior work establishes the expressivity benefits of LRNNs over transformers…

Gated recurrent neural networks discover attention

2023-09-04 · Nicolas Zucchet, Seijin Kobayashi, Yassir Akram, Johannes von Oswald 외

Recent architectural developments have enabled recurrent neural networks (RNNs) to reach and even surpass the performance of Transformers on certain sequence modeling tasks. These modern RNNs feature a prominent design p…

In-Context Learning