Back to AI Research

AI Research

Short-term load forecasting under EU-AI Act Require... | AI Research

Key Takeaways

  • Short-term load forecasting (STLF) is a critical component of the electric power industry, essential for balancing energy supply and demand.
  • Short-term load forecasting (STLF) play a vital role in the electric power industry.
  • It serves infrastructure that European and German law designate as critical.
  • Determinism, reproducibility, and auditability are engineering requirements rather than optional extras.
  • STLF is no longer purely an accuracy problem.
Paper AbstractExpand

Short-term load forecasting (STLF) play a vital role in the electric power industry. It serves infrastructure that European and German law designate as critical. Determinism, reproducibility, and auditability are engineering requirements rather than optional extras. STLF is no longer purely an accuracy problem. It is also a software-engineering and compliance problem. This paper describes results from a 41-day live challenge that evaluated a complete STLF pipeline for the aggregated German transmission-grid load. The pipeline is based on the open-source Python library spotforecast2-safe, which implements the EU-AI Act Requirements in Safety-Critical Environments by design. The pipeline predicts the 24 hourly load values of a target day from European Network of Transmission System Operators for Electricity (ENTSO-E) data. It includes anomaly detection and gap-aware data preparation, calendar and weather covariates, a recursive multi-step forecasting algorithm, and hyperparameter tuning. Forecast accuracy is measured against the official ENTSO-E day-ahead forecast. The EU-AI act compliant spotforecast2-safe pipeline beats the ENTSO-E baseline. In-context models show competitive performance. Transparent, low-cost, and auditable local models (referred to as macl2l in this paper) are competitive with more than 100-million-parameter large, energy-intensive pre-trained foundation models such as chronos-2. The challenge infrastructure, the complete submission history of all teams, and the frozen final leaderboard are publicly available.

Short-term load forecasting (STLF) is a critical component of the electric power industry, essential for balancing energy supply and demand. This paper presents the results of a 41-day live challenge evaluating a forecasting pipeline for the aggregated German transmission-grid load. The study addresses the challenge of meeting modern regulatory standards—specifically the EU AI Act—while maintaining high forecast accuracy in a safety-critical environment.

A Compliance-First Forecasting Pipeline

The research introduces a forecasting pipeline built on the open-source Python library spotforecast2-safe. Unlike general-purpose machine learning tools, this library is designed to meet the requirements of the EU AI Act by prioritizing determinism, reproducibility, and auditability. The pipeline processes data from the European Network of Transmission System Operators for Electricity (ENTSO-E) to predict 24-hour load values. It incorporates anomaly detection, gap-aware data preparation, and a recursive multi-step forecasting algorithm based on a Light Gradient-Boosting Machine (LightGBM).

Methodology and Regulatory Context

The study treats STLF as both a software-engineering and a compliance problem. Because day-ahead forecasts inform decisions for critical infrastructure, the author argues that these systems must be auditable. The spotforecast2-safe library enforces this through strict development rules, including:

  • Code-development rules: Ensuring deterministic outputs, fail-safe error handling, and a minimal attack surface.

  • Process rules: Implementing traceability, documented threat models, and supply-chain integrity checks.
    The pipeline uses surrogate-model hyperparameter tuning via SpotOptim and compares its performance against the Optuna optimizer.

Performance Results

The spotforecast2-safe pipeline outperformed the official ENTSO-E day-ahead forecast baseline during the 41-day challenge. The study also compared the performance of these local, transparent models—referred to as macl2l—against large, energy-intensive foundation models like Chronos-2. The findings indicate that the smaller, auditable local models remain competitive with foundation models containing over 100 million parameters, while requiring significantly fewer computational resources.

Regulatory Implications

The paper notes that while the EU AI Act classifies AI systems used in electricity supply as high-risk, a day-ahead load forecaster typically sits alongside critical infrastructure rather than within its direct safety perimeter. However, because these forecasts influence operational decisions, the author maintains that they should be held to the same standards of determinism and auditability. The study also acknowledges upcoming regulations, such as the Cyber Resilience Act and the revised Product Liability Directive, which will further define the responsibilities of software suppliers in safety-critical sectors.

Comments (0)

No comments yet

Be the first to share your thoughts!