Fast and Interpretable Autoregressive Estimation with Neural Network Backpropagation
Ana\'isa Lucena, Ana Martins, Armando J. Pinho, S\'onia Gouveia

TL;DR
This paper introduces a neural network-based method for autoregressive model estimation that is faster, more reliable when traditional methods fail, and maintains interpretability, demonstrated through extensive simulations.
Contribution
It embeds AR structure into a neural network, enabling efficient coefficient estimation via backpropagation while preserving interpretability, outperforming traditional methods in convergence and speed.
Findings
NN method reliably recovers AR coefficients in all simulations.
Compared to CML, NN achieves median 12.6x speedup, up to 34.2x.
NN maintains comparable accuracy when CML converges, and succeeds when CML fails.
Abstract
Autoregressive (AR) models remain widely used in time series analysis due to their interpretability, but convencional parameter estimation methods can be computationally expensive and prone to convergence issues. This paper proposes a Neural Network (NN) formulation of AR estimation by embedding the autoregressive structure directly into a feedforward NN, enabling coefficient estimation through backpropagation while preserving interpretability. Simulation experiments on 125,000 synthetic AR(p) time series with short-term dependence (1 <= p <= 5) show that the proposed NN-based method consistently recovers model coefficients for all series, while Conditional Maximum Likelihood (CML) fails to converge in approximately 55% of cases. When both methods converge, estimation accuracy is comparable with negligible differences in relative error, R2 and, perplexity/likelihood. However, when CML…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Stock Market Forecasting Methods · Statistical and numerical algorithms
