AR-Net: A simple Auto-Regressive Neural Network for time-series
Oskar Triebe, Nikolay Laptev, Ram Rajagopal

TL;DR
AR-Net is a scalable, interpretable neural network framework for modeling long-range dependencies in time-series data, combining the advantages of traditional AR models and deep learning.
Contribution
It introduces AR-Net, a feed-forward neural network that learns AR coefficients with linear complexity and automatic sparsity, bridging statistical and deep learning approaches.
Findings
AR-Net learns identical AR-coefficients as Classic-AR.
AR-Net's complexity scales linearly with process order.
Regularization enables automatic sparse AR-coefficient learning.
Abstract
In this paper we present a new framework for time-series modeling that combines the best of traditional statistical models and neural networks. We focus on time-series with long-range dependencies, needed for monitoring fine granularity data (e.g. minutes, seconds, milliseconds), prevalent in operational use-cases. Traditional models, such as auto-regression fitted with least squares (Classic-AR) can model time-series with a concise and interpretable model. When dealing with long-range dependencies, Classic-AR models can become intractably slow to fit for large data. Recently, sequence-to-sequence models, such as Recurrent Neural Networks, which were originally intended for natural language processing, have become popular for time-series. However, they can be overly complex for typical time-series data and lack interpretability. A scalable and interpretable model is needed to bridge…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications · Stock Market Forecasting Methods
