paper-with-me

홈 › Papers

Deconstructing Recurrence, Attention, and Gating: Investigating the transferability of Transformers and Gated Recurrent Neural Networks in forecasting of dynamical systems

2024-10-03 · Hunter Heidenreich, Pantelis R. Vlachas, etros Koumoutsakos

Machine learning architectures, including transformers and recurrent neural networks (RNNs) have revolutionized forecasting in applications ranging from text processing to extreme weather. Notably, advanced network architectures, tuned for applications such as natural language processing, are transferable to other tasks such as spatiotemporal forecasting tasks. However, there is a scarcity of ablation studies to illustrate the key components that enable this forecasting accuracy. The absence of such studies, although explainable due to the associated computational cost, intensifies the belief that these models ought to be considered as black boxes. In this work, we decompose the key architectural components of the most powerful neural architectures, namely gating and recurrence in RNNs, and attention mechanisms in transformers. Then, we synthesize and build novel hybrid architectures from the standard blocks, performing ablation studies to identify which mechanisms are effective for each task. The importance of considering these components as hyper-parameters that can augment the standard architectures is exhibited on various forecasting datasets, from the spatiotemporal chaotic dynamics of the multiscale Lorenz 96 system, the Kuramoto-Sivashinsky equation, as well as standard real world time-series benchmarks. A key finding is that neural gating and attention improves the performance of all standard RNNs in most tasks, while the addition of a notion of recurrence in transformers is detrimental. Furthermore, our study reveals that a novel, sparsely used, architecture which integrates Recurrent Highway Networks with neural gating and attention mechanisms, emerges as the best performing architecture in high-dimensional spatiotemporal forecasting of dynamical systems.

📄 PDF Abstract BibTeX arXiv:2410.02654

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Highway networks There is plenty of theoretical and empirical evidence that depth of neural networks is a crucial ingredient for their success. However, network training becomes more difficult…

Similar Papers 제목 키워드 기반

Investigating Recurrent Transformers with Dynamic Halt

2024-02-01 · Jishnu Ray Chowdhury, Cornelia Caragea

In this paper, we comprehensively study the inductive biases of two major approaches to augmenting Transformers with a recurrent mechanism: (1) the approach of incorporating a depth-wise recurrence similar to Universal T…

DiagnosticLanguage ModelingLanguage ModellingListOps

Investigating Recurrence and Eligibility Traces in Deep Q-Networks

2017-04-18 · Jean Harb, Doina Precup

Eligibility traces in reinforcement learning are used as a bias-variance trade-off and can often speed up training time by propagating knowledge back over time-steps in a single update. We investigate the use of eligibil…

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deconstructing Attention: Investigating Design Principles for Effective Language Modeling

2025-10-13 · Huiyin Xue, Nafise Sadat Moosavi, Nikolaos Aletras arxiv

The success of Transformer language models is widely credited to their dot-product attention mechanism, which interweaves a set of key design principles: mixing information across positions (enabling multi-token interact…

bViT: Investigating Single-Block Recurrence in Vision Transformers for Image Recognition

2026-05-11 · Michal Byra, Pawel Olszowiec, Grzegorz Stefanski, Grzegorz Gruszczynski 외 arxiv

Vision Transformers (ViTs) are built by stacking independently parameterized blocks, but it remains unclear how much of this depth requires layer specific transformations and how much can be realized through recurrent co…

parameter-efficient fine-tuning

ArCL: Enhancing Contrastive Learning with Augmentation-Robust Representations

2023-03-02 · Xuyang Zhao, Tianqi Du, Yisen Wang, Jun Yao 외

Self-Supervised Learning (SSL) is a paradigm that leverages unlabeled data for model training. Empirical studies show that SSL can achieve promising performance in distribution shift scenarios, where the downstream and t…

Contrastive LearningData AugmentationSelf-Supervised Learning