paper-with-me

Papers

Minimal Convolutional RNNs Accelerate Spatiotemporal Learning

2025-08-05 · Coşku Can Horuz, Sebastian Otte, Martin V. Butz, Matthias Karlbauer arxiv

We introduce MinConvLSTM and MinConvGRU, two novel spatiotemporal models that combine the spatial inductive biases of convolutional recurrent networks with the training efficiency of minimal, parallelizable RNNs. Our approach extends the log-domain prefix-sum formulation of MinLSTM and MinGRU to convolutional architectures, enabling fully parallel training while retaining localized spatial modeling. This eliminates the need for sequential hidden state updates during teacher forcing - a major bottleneck in conventional ConvRNN models. In addition, we incorporate an exponential gating mechanism inspired by the xLSTM architecture into the MinConvLSTM, which further simplifies the log-domain computation. Our models are structurally minimal and computationally efficient, with reduced parameter count and improved scalability. We evaluate our models on two spatiotemporal forecasting tasks: Navier-Stokes dynamics and real-world geopotential data. In terms of training speed, our architectures significantly outperform standard ConvLSTMs and ConvGRUs. Moreover, our models also achieve lower prediction errors in both domains, even in closed-loop autoregressive mode. These findings demonstrate that minimal recurrent structures, when combined with convolutional input aggregation, offer a compelling and efficient alternative for spatiotemporal sequence modeling, bridging the gap between recurrent simplicity and spatial complexity.

📄 PDF Abstract BibTeX arXiv:2508.03614

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comparing SNNs and RNNs on Neuromorphic Vision Datasets: Similarities and Differences

2020-05-02 · Weihua He, Yujie Wu, Lei Deng, Guoqi Li 외

Neuromorphic data, recording frameless spike events, have attracted considerable attention for the spatiotemporal information components and the event-driven processing fashion. Spiking neural networks (SNNs) represent a…

FairnessGesture Recognition

Adaptive Detrending to Accelerate Convolutional Gated Recurrent Unit Training for Contextual Video Recognition

2017-05-24 · Minju Jung, Haanvid Lee, Jun Tani

Based on the progress of image recognition, video recognition has been extensively studied recently. However, most of the existing methods are focused on short-term but not long-term video recognition, called contextual …

Video Recognition

TS-LSTM and Temporal-Inception: Exploiting Spatiotemporal Dynamics for Activity Recognition

2017-03-30 · Chih-Yao Ma, Min-Hung Chen, Zsolt Kira, Ghassan AlRegib

Recent two-stream deep Convolutional Neural Networks (ConvNets) have made significant progress in recognizing human actions in videos. Despite their success, methods extending the basic two-stream ConvNet have not system…

Action ClassificationAction RecognitionActivity RecognitionTemporal Action Localization+2

Learning from Predictions: Fusing Training and Autoregressive Inference for Long-Term Spatiotemporal Forecasts

2023-02-22 · Pantelis R. Vlachas, Petros Koumoutsakos

Recurrent Neural Networks (RNNs) have become an integral part of modeling and forecasting frameworks in areas like natural language processing and high-dimensional dynamical systems such as turbulent fluid flows. To impr…

CRNNs for Urban Sound Tagging with spatiotemporal context

2020-08-24 · Augustin Arnault, Nicolas Riche

This paper describes CRNNs we used to participate in Task 5 of the DCASE 2020 challenge. This task focuses on hierarchical multilabel urban sound tagging with spatiotemporal context. The code is available on our GitHub r…

Audio ClassificationAudio TaggingEnvironmental Sound Classification