LGAIDec 22, 2023

C2FAR: Coarse-to-Fine Autoregressive Networks for Precise Probabilistic Forecasting

arXiv:2312.15002v117 citationsh-index: 23NIPS
Originality Incremental advance
AI Analysis

This method addresses probabilistic forecasting for time series with arbitrary scale and distribution shape, enabling applications like anomaly detection and compression, but it appears incremental as it builds on autoregressive and hierarchical approaches.

The paper tackles the problem of modeling probability distributions for univariate numeric random variables by introducing C2FAR, a coarse-to-fine autoregressive method that achieves exponentially higher precision with linear complexity, resulting in state-of-the-art improvements on benchmark forecasting datasets.

We present coarse-to-fine autoregressive networks (C2FAR), a method for modeling the probability distribution of univariate, numeric random variables. C2FAR generates a hierarchical, coarse-to-fine discretization of a variable autoregressively; progressively finer intervals of support are generated from a sequence of binned distributions, where each distribution is conditioned on previously-generated coarser intervals. Unlike prior (flat) binned distributions, C2FAR can represent values with exponentially higher precision, for only a linear increase in complexity. We use C2FAR for probabilistic forecasting via a recurrent neural network, thus modeling time series autoregressively in both space and time. C2FAR is the first method to simultaneously handle discrete and continuous series of arbitrary scale and distribution shape. This flexibility enables a variety of time series use cases, including anomaly detection, interpolation, and compression. C2FAR achieves improvements over the state-of-the-art on several benchmark forecasting datasets.

Code Implementations1 repo
Foundations

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

Your Notes