Research Papers 论文研究 2d ago Updated 2d ago 更新于 2天前 43

The Granularity Paradox: How Temporal Disaggregation Inflates In-Sample Fit and Compounds Out-of-Sample Error 粒度悖论:时间细分如何夸大样本内拟合度并放大样本外误差

The "Granularity Paradox" reveals that finer temporal disaggregation improves in-sample fit but degrades out-of-sample accuracy due to recursive error compounding over longer horizons. Standard pointwise metrics like RMSE and MAE systematically mask cumulative error propagation, leading to misleading assessments of model adequacy. Model performance varies non-monotonically with granularity; for instance, Holt-Winters fails catastrophically at daily frequencies, while LSTM exhibits a U-shaped err 提出“粒度悖论”:时间序列预测中,提高数据粒度(如月降至日)虽增加样本量并改善拟合度,但因递归误差累积导致长期预测精度显著下降。 实证揭示非单调阈值效应:递归自回归模型(如Holt-Winters)在高频粒度下表现极差,而LSTM呈现U型误差曲线,线性回归则保持跨粒度稳定。 指出标准点态指标(RMSE, MAE)会系统性掩盖累积误差传播,引入“共识-分歧诊断法”以识别被常规指标误导的模型。

55
Hot 热度
75
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • The "Granularity Paradox" reveals that finer temporal disaggregation improves in-sample fit but degrades out-of-sample accuracy due to recursive error compounding over longer horizons.
  • Standard pointwise metrics like RMSE and MAE systematically mask cumulative error propagation, leading to misleading assessments of model adequacy.
  • Model performance varies non-monotonically with granularity; for instance, Holt-Winters fails catastrophically at daily frequencies, while LSTM exhibits a U-shaped error curve.
  • Linear Regression demonstrates stability across all granularities, indicating the paradox is driven by recursive feedback topology rather than model complexity.
  • A new "consensus-dissensus" diagnostic is introduced to compare pointwise metrics against cumulative Total Percentage Forecast Error (TPFE) to identify masking errors.

Why It Matters

This research challenges conventional time-series evaluation practices by demonstrating that standard metrics can hide severe long-horizon failures, particularly in recursive forecasting models. For AI practitioners and data scientists, it highlights the critical need for goal-dependent cumulative metrics when deploying models for multi-step ahead predictions, ensuring that in-sample improvements do not come at the cost of out-of-sample reliability.

Technical Details

  • Core Phenomenon: The study formalizes the trade-off where increasing dataset size (N) via disaggregation inflates in-sample diagnostics but compounds out-of-sample error (H) through recursive feedback loops.
  • Experimental Setup: Benchmarked 10 models (naïve, statistical, ML, DL) across six temporal granularities (Annual to Daily) using a 13-year public procurement dataset.
  • Key Findings:
    • Holt-Winters showed extreme degradation at Daily granularity (Test R-squared: -151, TPFE: 425.85%).
    • LSTM displayed a U-shaped error trajectory, worsening at Bi-Weekly (35.94%) before recovering at Daily (TPFE: 4.35%, R-squared: 0.66).
    • Linear Regression remained stable (TPFE: 16.3-17.0%), isolating the issue to recursive architectures.
  • Diagnostic Tool: Introduced the consensus-dissensus diagnostic to detect discrepancies between standard pointwise metrics and cumulative TPFE, flagging models with masked systematic error propagation.

Industry Insight

  • Metric Selection: Organizations relying on RMSE or MAE for model selection in supply chain or financial forecasting should adopt cumulative error metrics (like TPFE) to evaluate long-horizon performance accurately.
  • Model Architecture Choice: When high-frequency forecasting is required, non-recursive models (like Linear Regression) or specific deep learning architectures (like LSTM with careful horizon tuning) may outperform traditional statistical methods prone to error compounding.
  • Evaluation Protocol: Implement a dual-metric evaluation strategy that contrasts pointwise accuracy with cumulative forecast error to prevent deploying models that appear robust in-sample but fail in real-world, multi-step applications.

TL;DR

  • 提出“粒度悖论”:时间序列预测中,提高数据粒度(如月降至日)虽增加样本量并改善拟合度,但因递归误差累积导致长期预测精度显著下降。
  • 实证揭示非单调阈值效应:递归自回归模型(如Holt-Winters)在高频粒度下表现极差,而LSTM呈现U型误差曲线,线性回归则保持跨粒度稳定。
  • 指出标准点态指标(RMSE, MAE)会系统性掩盖累积误差传播,引入“共识-分歧诊断法”以识别被常规指标误导的模型。

为什么值得看

本文挑战了“更多数据(更高频粒度)必然带来更好预测”的直觉,揭示了递归预测中误差累积的核心风险。对于从事时间序列建模的从业者,它提供了重新评估模型选择标准和评估指标的重要理论依据和实践警示。

技术解析

  • 核心机制:细粒度预测通过递归方式扩展至长视界时,单步误差会被放大并累积;粗粒度聚合虽消除递归传播,但牺牲了用于估计的数据量。
  • 实验设计:使用13年公共采购数据集,在六种时间粒度(从年度到每日)上基准测试10种模型,涵盖朴素统计、机器学习及深度学习架构。
  • 关键发现:Holt-Winters在每日粒度下Test R-squared降至-151;LSTM误差呈U型,在双周粒度恶化但在每日粒度恢复(TPFE 4.35%);线性回归TPFE稳定在16.3-17.0%,证明悖论源于递归拓扑而非模型复杂度。
  • 方法论创新:提出比较点态指标与累积总预测误差(TPFE)方向一致性的诊断工具,以检测标准评估指标的盲区。

行业启示

  • 评估体系重构:在涉及长视界递归预测的场景中,应摒弃仅依赖RMSE/MAE的习惯,必须引入累积误差指标(如TPFE)以全面评估模型稳健性。
  • 粒度选择策略:避免盲目追求高频数据,需权衡样本量增益与递归误差惩罚;对于递归模型,中等粒度可能优于极端高频或低频。
  • 模型适用性界定:明确不同架构对误差累积的敏感度,线性模型在稳定性上具有优势,而深度学习模型需经过特定的粒度敏感性调优才能发挥潜力。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Dataset 数据集 Evaluation 评测