arXiv論文メモ
新着一覧
cs.LG / cs.AI · 査読状況未確認

電力予測用グラフニューラルネットを同じ条件で比較する基盤

GraphToolbox: A Configurable Python Framework for Graph Neural Network Forecasting

Eloi Campagne (CB), Yvenn Amara-Ouali (LMO, CELESTE), Yannig Goude (EDF R\&D), Argyris Kalogeratos (CB, ENS Paris Saclay)

この論文をやさしく読む

ひとことで言うと

電力需要を予測する多数のグラフモデルを、同じ手順で作成・学習・比較できるソフトウェアです。グラフモデルが有利な課題と、従来手法に及ばない課題の両方を示しています。

何に役立つ?

モデルごとに別の実験環境を組む手間を減らし、予測精度や集約効果を比較する用途があります。有意性検定や解釈の機能も同じパイプラインに含めます。

この研究の面白いところ

地域別負荷では集約が誤差を下げましたが、正味負荷では従来の加法モデルが優位でした。新しいモデルが常に良いとせず、同じ比較基盤で違いを示しています。

どこまで分かった?

対応する畳み込み51種類と、完全な比較に含めた48種類は異なります。誤差0.98%は地域別負荷でのオンライン集約の結果で、正味負荷にも共通する値ではありません。要旨は誤差指標の詳細を示していません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

電力予測では、地域、変電所、配電線で観測される、空間的に関連した信号を扱うことが多く、グラフニューラルネットワーク(GNN)はその関係を自然に表現できる。しかし、グラフ構築、モデル選択、学習、集約、解釈が互換性のないツールに分かれているため、GNN予測の完全な実験を組み立てるには手間がかかる。 本研究では、これらの段階を、PyTorch Geometricに基づく設定駆動の単一パイプラインへ統合する、オープンソースのPythonフレームワークGraphToolboxを提案する。データ駆動のグラフ構築、PyTorch Geometricの65種類中51種類の畳み込みとPyTorch Geometric Temporalの再帰セルを生成・学習するアダプター、オンラインの専門家モデル集約、予測の解釈、キャッシュ済み予測の有意性検定を提供する。 2つの事例研究でパイプラインを評価する。フランスの地域別負荷では、完全な予測比較に含まれる48種類の畳み込みの誤差は1.14~1.60%の範囲となり、オンライン集約で0.98%に下がる。また、グラフモデルは従来の加法モデルとブースティングのベースラインを上回る。一方、正味負荷では、直接予測するグラフモデルの精度は従来の加法モデルより低く、物理的な成分ごとに別々に予測すると改善するが、その差は埋まらない。両方の比較は同じ実験インターフェースを用いており、体系的なアーキテクチャ評価におけるGraphToolboxの役割を示している。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-21(UTC)
最新改訂
2026-09-21 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Electricity forecasting often involves spatially related signals observed over regions, substations, and feeders, and Graph Neural Networks (GNNs) provide a natural way to represent these relations. Building a complete GNN forecasting experiment is nonetheless laborious, because graph construction, model selection, training, aggregation, and interpretation sit in incompatible tools. We present GraphToolbox, an open-source Python framework that unifies these stages in one configurationdriven pipeline built on PyTorch Geometric. It offers data-driven graph construction, an adapter that instantiates and trains 51 of the 65 PyTorch Geometric convolutions together with the recurrent cells of PyTorch Geometric Temporal, online expert aggregation, forecasting interpretability, and significance testing on cached forecasts. We evaluate the pipeline in two case studies. On French regional load, the 48 convolutions included in the complete forecasting sweep fall in a band from 1.14% to 1.60% error, online aggregation lowers this to 0.98%, and the graph models improve on classical additive and boosting baselines. On net-load, direct graph models are less accurate than a classical additive model, while forecasting each physical component separately improves them without closing that gap. Both comparisons use the same experimental interface, illustrating the role of GraphToolbox in systematic architectural evaluation.

arXiv ID: 2609.24609 / 要約の誤りについて