New Metric Proposed for Irregular Time Series Forecasting Evaluation

Rongwen Li, Haixin Xie, Xiao Wang, Changjian Chen· August 19, 2026 View original

Key takeaways

  • Traditional MSE can be a biased metric for irregular time series forecasting due to timestamp sampling.
  • The new Continuous-time Squared Error (CSE) metric offers a more accurate, unbiased evaluation.
  • CSE theoretically provides better asymptotic estimation of continuous-time risk than MSE.
  • Adopting CSE can lead to more reliable model selection and improved predictive performance in real-world applications.

Who benefits

FinanceHealthcareIoTManufacturingEnergy

Summary

This research introduces Continuous-time Squared Error (CSE) as a new evaluation metric for irregular time series forecasting, arguing that traditional Mean Squared Error (MSE) provides a biased assessment due to timestamp sampling distributions. CSE uses importance weighting to remove this bias, offering a more accurate measure of continuous-time predictive performance.

Current methods for evaluating irregular time series forecasts primarily rely on Mean Squared Error (MSE), which this paper argues is flawed. The issue stems from MSE being influenced by the specific timestamp sampling distributions of the data, leading to an inaccurate reflection of a model's true continuous-time predictive ability. This bias can obscure the actual performance of forecasting models. To address this, researchers propose the Continuous-time Squared Error (CSE). This new metric incorporates importance weighting to neutralize the impact of varying timestamp sampling distributions. Theoretically, CSE's asymptotic estimation error for continuous-time risk is proven to be no greater than MSE's, suggesting a more robust and unbiased evaluation. A comprehensive benchmark, including synthetic, semi-synthetic, and eight real-world datasets, was developed to validate CSE. Experiments confirm that CSE more accurately recovers continuous-time risk compared to MSE, indicating that relying solely on MSE may not fully capture model performance in practical irregular time series scenarios.

Why it matters

Professionals working with irregular time series data, such as in finance, healthcare, or IoT, can achieve more accurate model evaluation and selection by adopting the proposed CSE metric. This leads to better-performing predictive models and more reliable insights.

How to implement this in your domain

  1. 1Review current time series forecasting evaluation practices to identify reliance on MSE for irregular data.
  2. 2Explore the Continuous-time Squared Error (CSE) methodology and its theoretical underpinnings.
  3. 3Integrate the provided code from the research paper's GitHub repository into existing evaluation pipelines.
  4. 4Conduct comparative experiments using both MSE and CSE on your irregular time series datasets to assess model performance differences.
  5. 5Update model selection and performance reporting standards to include CSE for more robust evaluation.

Original post by Rongwen Li, Haixin Xie, Xiao Wang, Changjian Chen

"arXiv:2608.17293v1 Announce Type: new Abstract: Existing research on irregular time-series forecasting has primarily focused on model design, while evaluation metrics remain insufficiently studied. Existing benchmarks typically use mean squared error (MSE) as the evaluation metri…"

View on X

Originally posted by Rongwen Li, Haixin Xie, Xiao Wang, Changjian Chen on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research