Christian Rehtanz

h-index46
3papers
8,568citations

3 Papers

12.5LGApr 7, 2024
TimeGPT in Load Forecasting: A Large Time Series Model Perspective

Wenlong Liao, Fernando Porte-Agel, Jiannong Fang et al.

Machine learning models have made significant progress in load forecasting, but their forecast accuracy is limited in cases where historical load data is scarce. Inspired by the outstanding performance of large language models (LLMs) in computer vision and natural language processing, this paper aims to discuss the potential of large time series models in load forecasting with scarce historical data. Specifically, the large time series model is constructed as a time series generative pre-trained transformer (TimeGPT), which is trained on massive and diverse time series datasets consisting of 100 billion data points (e.g., finance, transportation, banking, web traffic, weather, energy, healthcare, etc.). Then, the scarce historical load data is used to fine-tune the TimeGPT, which helps it to adapt to the data distribution and characteristics associated with load forecasting. Simulation results show that TimeGPT outperforms the benchmarks (e.g., popular machine learning models and statistical models) for load forecasting on several real datasets with scarce training samples, particularly for short look-ahead times. However, it cannot be guaranteed that TimeGPT is always superior to benchmarks for load forecasting with scarce data, since the performance of TimeGPT may be affected by the distribution differences between the load data and the training data. In practical applications, we can divide the historical data into a training set and a validation set, and then use the validation set loss to decide whether TimeGPT is the best choice for a specific dataset.

2.2SYJun 20
TSO-DSO Coordination for Flexibility Management Across Voltage Levels

Gustavo Valverde, Anibal Sanjab, Florin Capitanescu et al.

Several sources of flexibility in transmission and, especially, distribution networks are being unlocked by advances in information and communication technologies, aggregators, and new flexibility markets. However, maximizing benefits for both transmission and distribution system operators in a coordinated way requires new algorithms, modeling tools, and modernization of regulatory frameworks. Such approaches must account for uncertainties, the physical and operational constraints of flexibility providers and the grid itself, constraints on information exchange, and scalability, including computational requirements and time constraints. Given the diverse contexts and jurisdictions around the world, there is no single recipe for achieving coordination, but important trends and shared challenges are emerging. This paper surveys the complexities of coordination from technical, market, and technological perspectives, and outlines current practices, proposed approaches, and future research directions to effectively manage, coordinate, model, and leverage flexibility across voltage levels.

2.6LGNov 18, 2024
Zero-Shot Load Forecasting with Large Language Models

Wenlong Liao, Zhe Yang, Mengshuo Jia et al.

Deep learning models have shown strong performance in load forecasting, but they generally require large amounts of data for model training before being applied to new scenarios, which limits their effectiveness in data-scarce scenarios. Inspired by the great success of pre-trained language models (LLMs) in natural language processing, this paper proposes a zero-shot load forecasting approach using an advanced LLM framework denoted as the Chronos model. By utilizing its extensive pre-trained knowledge, the Chronos model enables accurate load forecasting in data-scarce scenarios without the need for extensive data-specific training. Simulation results across five real-world datasets demonstrate that the Chronos model significantly outperforms nine popular baseline models for both deterministic and probabilistic load forecasting with various forecast horizons (e.g., 1 to 48 hours), even though the Chronos model is neither tailored nor fine-tuned to these specific load datasets. Notably, Chronos reduces root mean squared error (RMSE), continuous ranked probability score (CRPS), and quantile score (QS) by approximately 7.34%-84.30%, 19.63%-60.06%, and 22.83%-54.49%, respectively, compared to baseline models. These results highlight the superiority and flexibility of the Chronos model, positioning it as an effective solution in data-scarce scenarios.