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

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

31 Aug 2022arXiv:2208.14919archive 2025-07-28

Philipp Schiele, Christoph Berninger, David Rügamer

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

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2208.14919")

Code

Syntology Ran 11 of 13 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 13 samples from 2 repositories, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

phschiele/armacell officialmentioned in papermentioned on GitHubtfApache-2.0 report
phschiele/armacell_paper officialmentioned in papertfApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

11ran
2unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

create_shifted_frames phschiele/armacell_paper/benchmarks/common.py official repository ran fingerprinted Apache-2.0 (permissive) · 9bc27a1edb4337c6 · report
get_mae phschiele/armacell_paper/models/helpers.py official repository ran Apache-2.0 (permissive) · 60dbccf5b79f6dde · report
get_mse phschiele/armacell_paper/models/helpers.py official repository ran Apache-2.0 (permissive) · e3192303e3a9ebfb · report
get_rmse phschiele/armacell_paper/models/helpers.py official repository ran Apache-2.0 (permissive) · 363fdb90133a1244 · report
get_varma phschiele/armacell_paper/models/models.py official repository ran Apache-2.0 (permissive) · 68b2ccab5e7ad304 · report
prepare_arma_input phschiele/armacell/armacell/helpers.py official repository ran Apache-2.0 (permissive) · 16cbd75e75aac828 · report
prepare_arma_input phschiele/armacell_paper/arma_cell/helpers.py official repository ran Apache-2.0 (permissive) · 8190c6aa9a92a9c5 · report
restore_arma_parameters phschiele/armacell/armacell/helpers.py official repository ran Apache-2.0 (permissive) · 8b0d52a3aa809568 · report
restore_arma_parameters phschiele/armacell_paper/arma_cell/helpers.py official repository ran Apache-2.0 (permissive) · 8071c9616f2ce570 · report
simulate_arma_process phschiele/armacell/armacell/helpers.py official repository ran Apache-2.0 (permissive) · d3949134e1069510 · report
simulate_arma_process phschiele/armacell_paper/arma_cell/helpers.py official repository ran Apache-2.0 (permissive) · a665bb02e0d653cb · report
generate_movies phschiele/armacell_paper/benchmarks/moving_squares.py official repository unverified Apache-2.0 (permissive) · f9508098e7091d77 · report
get_convlstm phschiele/armacell_paper/models/models.py official repository unverified Apache-2.0 (permissive) · f86ddb0f233f60b1 · report

Tasks

Time SeriesTime Series Analysis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ARMA

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections