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

複数の構造情報を組み合わせるグラフ節点分類モデル

PreGS: A Parameter-Transfer-Based Multi-Expert Graph Neural Network for Node Classification

Zhicong Cai, Yinglong Zhang, Xiaoying Hong, Xuewen Xia, and Xing Xu

この論文をやさしく読む

ひとことで言うと

グラフの節点を分類する際、事前学習した注意ネットワークの重みを複数の専門処理枝へ移して組み合わせる方法。

何に役立つ?

考えられる用途は、構造が異なるグラフの節点分類モデルの設計。実験で確認されたのは公開データセット8件での比較性能と各種分析である。

この研究の面白いところ

転送した専門家の重みを固定し、複数の構造情報を融合する。改良版では情報源別の重みと構造ゲートを加える。

どこまで分かった?

要旨には各データセットでの具体的な精度値は示されず、性能は競争力があると記述されている。未知のグラフへの適用結果はこの要旨だけでは分からない。

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

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

グラフニューラルネットワークは、近傍から情報を集めることで節点分類に高い性能を示している。しかし、一つの集約機構だけでは、グラフのデータセット間に見られる多様な構造パターンを捉えきれない場合がある。また、複数の構造処理枝を別々に学習させると、安定した節点表現を得られるとは限らないまま、計算負荷が大きくなり得る。これらの問題に対し、パラメータ転送を用いる複数専門家型グラフニューラルネットワーク、PreGSを提案する。まず多頭グラフ注意ネットワーク(GAT)を事前学習し、その第1層の注意ヘッドの線形変換重みを複数のGraphSAGE専門家へ転送する。転送後の専門家は重みを固定し、互いを補う構造処理枝として用いる。元の節点特徴、GATヘッドの表現、GraphSAGE専門家の表現を融合して多層パーセプトロン(MLP)に入力し、その出力を事前学習したGATのロジットとさらに融合する。PreGSを基に、情報源ごとの重み付けと構造ゲートを導入し、複数の情報源の特徴を適応的に統合するPreGSv2も開発した。公開されている8件のグラフデータセットでの実験では、PreGSとPreGSv2は代表的なグラフニューラルネットワークの比較手法に対して競争力のある性能を示した。要素除去、パラメータ転送、感度、集約器、可視化、学習時間の各分析も、提案枠組みの有効性と安定性を裏付けた。コードとデータセットは公開されている。

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

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

更新履歴

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

原文の要旨

Graph neural networks have achieved strong performance in node classification by aggregating information from graph neighborhoods. However, a single aggregation mechanism may be insufficient to capture diverse structural patterns across graph datasets. Moreover, independently training multiple structural branches can introduce substantial overhead without necessarily producing stable node representations. To address these issues, this paper proposes PreGS, a parameter-transfer-based multi-expert graph neural network framework. PreGS first pretrains a multi-head graph attention network (GAT) and transfers the linear transformation weights of its first-layer attention heads to multiple GraphSAGE experts. The transferred experts are frozen and used as complementary structural branches. The fused raw node features, GAT head representations, and GraphSAGE expert representations are fed into a multilayer perceptron (MLP), whose output is further fused with the pretrained GAT logits. Based on PreGS, we further develop PreGSv2, which introduces source-level weighting and a structural gating mechanism for adaptive multi-source feature integration. Experiments on eight public graph datasets show that PreGS and PreGSv2 achieve competitive performance against representative graph neural network baselines. Ablation, parameter-transfer, sensitivity, aggregator, visualization, and training-time analyses further validate the effectiveness and stability of the proposed framework. The code and datasets are available at https://github.com/LH-Czc/PreGS.

著者のコメント

12 pages, 3 figures, 7 tables

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