Skip to content

xiannanhuang/FFDCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for "Feature Fitted Online Conformal Prediction for Deep Time Series Forecasting Model"

Supplementary Materials for AAAI is the PDF file: AAAI_SM.pdf

Abstract

Time series forecasting is critical in various applications, with deep learning-based point prediction methods achieving notable success. But there is a gap in how to obtain confidence interval about these methods. Existing methods for modeling confidence intervals, such as quantile regression or probabilistic forecasting, often suffer from performance issues and require costly model retraining. In this work, we propose a lightweight conformal prediction method based on existing point prediction models, enabling improved coverage and interval length without the need for retraining. Our method leverages the features extracted by deep learning models to predict confidence intervals, coupled with an adaptive mechanism to ensure validity under distribution shifts. Our theoretical analysis shows that the coverage of the proposed method converges to the desired level, with coverage error ties to feature quality of point prediction models. Experimental results across 12 datasets demonstrate that our approach provides shorter confidence intervals while maintaining sufficient coverage rates.

How to reproduce the method

FIrst, run predict.py to train point prediction model.

Second run main.py to obtian predicted confidence intervals.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages