LGNEMLAug 31, 2022

ARMA Cell: A Modular and Effective Approach for Neural Autoregressive Modeling

arXiv:2208.14919v22 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work provides an incremental improvement for practitioners in time series analysis by offering a more robust and simpler alternative to complex recurrent neural networks.

The authors tackled the problem of time series modeling by introducing the ARMA cell, a simpler and modular neural network component that is competitive with existing methods like LSTMs in performance while offering improved robustness and simplicity.

The autoregressive moving average (ARMA) model is a classical, and arguably one of the most studied approaches to model time series data. It has compelling theoretical properties and is widely used among practitioners. More recent deep learning approaches popularize recurrent neural networks (RNNs) and, in particular, Long Short-Term Memory (LSTM) cells that have become one of the best performing and most common building blocks in neural time series modeling. While advantageous for time series data or sequences with long-term effects, complex RNN cells are not always a must and can sometimes even be inferior to simpler recurrent approaches. In this work, we introduce the ARMA cell, a simpler, modular, and effective approach for time series modeling in neural networks. This cell can be used in any neural network architecture where recurrent structures are present and naturally handles multivariate time series using vector autoregression. We also introduce the ConvARMA cell as a natural successor for spatially-correlated time series. Our experiments show that the proposed methodology is competitive with popular alternatives in terms of performance while being more robust and compelling due to its simplicity

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes