Skip to main content
QUICK REVIEW

[論文レビュー] Directed Graph Convolutional Network

Zekun Tong, Yuxuan Liang|arXiv (Cornell University)|Apr 29, 2020
Advanced Graph Neural Networks参考文献 35被引用数 65
ひとこと要約

DGCNは、1次および2次近接を活用してスペクトルベースのGCNを有向グラフへ拡張し、有向データセット上で半教師付きノード分類を改善します。

ABSTRACT

Graph Convolutional Networks (GCNs) have been widely used due to their outstanding performance in processing graph-structured data. However, the undirected graphs limit their application scope. In this paper, we extend spectral-based graph convolution to directed graphs by using first- and second-order proximity, which can not only retain the connection properties of the directed graph, but also expand the receptive field of the convolution operation. A new GCN model, called DGCN, is then designed to learn representations on the directed graph, leveraging both the first- and second-order proximity information. We empirically show the fact that GCNs working only with DGCNs can encode more useful information from graph and help achieve better performance when generalized to other models. Moreover, extensive experiments on citation networks and co-purchase datasets demonstrate the superiority of our model against the state-of-the-art methods.

研究の動機と目的

  • スペクトルベースのグラフ畳込みを、向きを損なうことなく有向グラフに拡張する。
  • receptive fieldを拡張するために、1次および2次近接を導入する。
  • 複数の近接ベース畳込みを統合するフュージョン機構を開発する。
  • 実世界の有向データセット上での効率性と有効性を示す。
  • 他のGNNモデルへの一般化と時空間計算量の洞察を提供する。

提案手法

  • 有向グラフの1次および2次近接を定義する。
  • 3つの近接ベースの隣接表現を構築する:1次( A_F )、2次入次数(A_S_in)、2次出次数(A_S_out)。
  • 共有重みで各近接行列にスペクトル風のグラフ畳込みを適用する。
  • 結合された信号を連結ベースのフュージョン関数Gammaで融合する(例:Z = Concat(Z_F, alpha Z_S_in, beta Z_S_out))。
  • セミスーパーバイズドノード分類のために2層のネットワークと最終的なソフトマックスを使用する。
  • ラベル付きノードでのクロスエントロピーを用いた学習と実験の全バッチ計算を提供する。

実験結果

リサーチクエスチョン

  • RQ1有向グラフのスペクトラル畳込みをグラフを対称化せずに効果的に実現できるか。
  • RQ21次および2次近接は、有向グラフの性能を向上させる補完情報を捉えるか。
  • RQ3複数の近接ベース畳込みを融合して得られる表現は、単一の近接を用いる場合より良いか。
  • RQ4DGCNは有向/引用ネットワークと共購入ネットワークにおいて、最先端のスペクトル・空間ベースのGNNと比較してどの程度性能を発揮するか。

主な発見

モデルCora-FullCora-MLCiteSeerDBLPPubMedAmazon-PhotoAmazon-Computer
ChebNet58.0 ±0.579.2 ±1.459.7 ±4.064.0 ±2.874.6 ±2.582.5 ±2.472.9 ±3.0
GCN59.1 ±0.781.7 ±1.264.7 ±2.371.5 ±2.776.8 ±2.290.4 ±1.581.9 ±1.9
SGC61.2 ±0.680.3 ±1.161.4 ±3.469.2 ±2.875.8 ±2.889.4 ±1.480.2 ±1.2
GraphSage58.1 ±0.780.2 ±1.662.8 ±2.168.1 ±2.575.2 ±3.289.8 ±1.980.4 ±2.5
GAT60.8 ±0.681.5 ±1.063.7 ±2.071.8 ±2.676.5 ±2.390.0 ±1.381.2 ±2.5
DGCN60.8 ±0.682.0 ±1.465.4 ±2.372.5 ±2.576.9 ±1.990.8 ±1.182.0 ±1.7
  • DGCNは7つのデータセットで競争力のある精度を達成し、しばしばChebNet、GCN、SGC、GraphSage、GATといったベースラインを上回る。
  • 1次および2次近接の両方を使用する(DGCN with both)は、通常、1次近接のみを使用する場合より結果を改善する。
  • DGCNは、有向データセット(Cora-Full、Cora-ML、CiteSeer、Amazon-Photo、Amazon-Computers)で強力な性能を示し、無向データセット(DBLP、PubMed)でも堅牢である。
  • 2層のDGCNとフュージョン機構は注目すべき利得を生み出し、ベースラインと比較して特徴とラベルの効率性を示す。
  • このアプローチは2次近接を通じて有向情報を保持しつつ、受容野を拡張し過度なパラメータ増加を抑える。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。