paper-with-me

홈 › Papers

Conformal PID Control for Time Series Prediction

2023-07-31 · Anastasios N. Angelopoulos, Emmanuel J. Candes, Ryan J. Tibshirani

We study the problem of uncertainty quantification for time series prediction, with the goal of providing easy-to-use algorithms with formal guarantees. The algorithms we present build upon ideas from conformal prediction and control theory, are able to prospectively model conformal scores in an online setting, and adapt to the presence of systematic errors due to seasonality, trends, and general distribution shifts. Our theory both simplifies and strengthens existing analyses in online conformal prediction. Experiments on 4-week-ahead forecasting of statewide COVID-19 death counts in the U.S. show an improvement in coverage over the ensemble forecaster used in official CDC communications. We also run experiments on predicting electricity demand, market returns, and temperature using autoregressive, Theta, Prophet, and Transformer models. We provide an extendable codebase for testing our methods and for the integration of new algorithms, data sets, and forecasting rules.

📄 PDF Abstract BibTeX arXiv:2307.16895

Code (1)

aangelopoulos/conformal-time-series 공식 구현

Tasks

Conformal PredictionPredictionTime SeriesTime Series PredictionUncertainty Quantification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Conformal PID Control for Time Series Prediction

2023-09-21 · NeurIPS 2023 11

We study the problem of uncertainty quantification for time series prediction, with the goal of providing easy-to-use algorithms with formal guarantees. The algorithms we present build upon ideas from conformal predicti…

JANET: Joint Adaptive predictioN-region Estimation for Time-series

2024-07-08 · Eshant English, Eliot Wong-Toi, Matteo Fontana, Stephan Mandt 외

Conformal prediction provides machine learning models with prediction sets that offer theoretical guarantees, but the underlying assumption of exchangeability limits its applicability to time series data. Furthermore, ex…

Conformal PredictionPredictionTime SeriesUncertainty Quantification+1

Conformal Prediction for Time Series with Modern Hopfield Networks

2023-03-22 · NeurIPS 2023 11 · Andreas Auer, Martin Gauch, Daniel Klotz, Sepp Hochreiter

To quantify uncertainty, conformal prediction methods are gaining continuously more interest and have already been successfully applied to various domains. However, they are difficult to apply to time series as the autoc…

Conformal PredictionPredictionTime Series

Conformal Prediction for Time-series Forecasting with Change Points

2025-09-02 · Sophia Sun, Rose Yu arxiv

Conformal prediction has been explored as a general and efficient way to provide uncertainty quantification for time series. However, current methods struggle to handle time series data with change points - sudden shifts…

Applying Regression Conformal Prediction with Nearest Neighbors to time series data

2021-10-25 · Samya Tajmouati, Bouazza El Wahbi, Mohammed Dakkoun

In this paper, we apply conformal prediction to time series data. Conformal prediction isa method that produces predictive regions given a confidence level. The regions outputs arealways valid under the exchangeability a…

Conformal PredictionPredictionPrediction Intervalsregression+3