paper-with-me

Papers

Forecasting with Deep Learning: Beyond Average of Average of Average Performance

2024-06-24 · Vitor Cerqueira, Luis Roque, Carlos Soares

Accurate evaluation of forecasting models is essential for ensuring reliable predictions. Current practices for evaluating and comparing forecasting models focus on summarising performance into a single score, using metrics such as SMAPE. We hypothesize that averaging performance over all samples dilutes relevant information about the relative performance of models. Particularly, conditions in which this relative performance is different than the overall accuracy. We address this limitation by proposing a novel framework for evaluating univariate time series forecasting models from multiple perspectives, such as one-step ahead forecasting versus multi-step ahead forecasting. We show the advantages of this framework by comparing a state-of-the-art deep learning approach with classical forecasting techniques. While classical methods (e.g. ARIMA) are long-standing approaches to forecasting, deep neural networks (e.g. NHITS) have recently shown state-of-the-art forecasting performance in benchmark datasets. We conducted extensive experiments that show NHITS generally performs best, but its superiority varies with forecasting conditions. For instance, concerning the forecasting horizon, NHITS only outperforms classical approaches for multi-step ahead forecasting. Another relevant insight is that, when dealing with anomalies, NHITS is outperformed by methods such as Theta. These findings highlight the importance of aspect-based model evaluation.

📄 PDF Abstract BibTeX arXiv:2406.16590

Code (1)

vcerqueira/modelradar 공식 구현

Tasks

Time Series ForecastingUnivariate Time Series Forecasting

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Short-term Load Forecasting with Dense Average Network

2019-12-08 · Zhifang Liao, Haihui Pan, Qi Zeng, Xiaoping Fan 외

As an important part of the power system, power load forecasting directly affects the national economy. The data shows that improving the load forecasting accuracy by 0.01% can save millions of dollars for the power indu…

Load Forecasting

Loss Shaping Constraints for Long-Term Time Series Forecasting

2024-02-14 · Ignacio Hounie, Javier Porras-Valenzuela, Alejandro Ribeiro

Several applications in time series forecasting require predicting multiple steps ahead. Despite the vast amount of literature in the topic, both classical and recent deep learning based approaches have mostly focused on…

Time SeriesTime Series Forecasting

Beyond S-curves: Recurrent Neural Networks for Technology Forecasting

2022-11-28 · Alexander Glavackij, Dimitri Percia David, Alain Mermoud, Angelika Romanou 외

Because of the considerable heterogeneity and complexity of the technological landscape, building accurate models to forecast is a challenging endeavor. Due to their high prevalence in many complex systems, S-curves are …

Time SeriesTime Series AnalysisTime Series Forecasting

Federated Learning for Global Carbon Emission Forecasting: A Hybrid Time-Series Approach with Statistical and Neural Models

2026-06-21 · Attia Qammar, Qazi Haseeb Yousaf, Ali Azam, Ammar Ahmed 외 arxiv

Climate change, primarily driven by carbon dioxide (CO2) emissions, requires accurate forecasting tools to support effective mitigation policies and sustainable development strategies. Existing forecasting approaches typ…

Representation LearningFederated Learning

Forecasting the Short-Term Energy Consumption Using Random Forests and Gradient Boosting

2022-07-25 · Cristina Bianca Pop, Viorica Rozina Chifu, Corina Cordea, Emil Stefan Chifu 외

This paper analyzes comparatively the performance of Random Forests and Gradient Boosting algorithms in the field of forecasting the energy consumption based on historical data. The two algorithms are applied in order to…