paper-with-me

Papers

Connecting Graph Convolution and Graph PCA

2021-09-29 · Lingxiao Zhao, Leman Akoglu

Graph convolution operator of the GCN model is originally motivated from a localized first-order approximation of spectral graph convolutions. This work stands on a different view; establishing a mathematical connection between graph convolution and graph-regularized PCA (GPCA). Based on this connection, the GCN architecture, shaped by stacking graph convolution layers, shares a close relationship with stacking GPCA. We empirically demonstrate that the unsupervised embeddings by GPCA paired with a 1- or 2-layer MLP achieves similar or even better performance than many sophisticated baselines on semi-supervised node classification tasks across five datasets including Open Graph Benchmark. This suggests that the prowess of graph convolution is driven by graph based regularization. In addition, we extend GPCA to the (semi-)supervised setting and show that it is equivalent to GPCA on a graph extended with “ghost” edges between nodes of the same label. Finally, we capitalize on the discovered relationship to design an effective initialization strategy based on stacking GPCA, enabling GCN to converge faster and achieve robust performance at large number of layers.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Unified GCNs: Towards Connecting GCNs with CNNs

2022-04-26 · Ziyan Zhang, Bo Jiang, Bin Luo

Graph Convolutional Networks (GCNs) have been widely demonstrated their powerful ability in graph data representation and learning. Existing graph convolution layers are mainly designed based on graph signal processing a…

Connecting Graph Convolutional Networks and Graph-Regularized PCA

2020-06-22 · Lingxiao Zhao, Leman Akoglu

Graph convolution operator of the GCN model is originally motivated from a localized first-order approximation of spectral graph convolutions. This work stands on a different view; establishing a \textit{mathematical con…

Node Classification

Open Domain Question Answering based on Text Enhanced Knowledge Graph with Hyperedge Infusion

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Jiale Han, Bo Cheng, Xu Wang

The incompleteness of knowledge base (KB) is a vital factor limiting the performance of question answering (QA). This paper proposes a novel QA method by leveraging text information to enhance the incomplete KB. The mode…

Open-Domain Question AnsweringQuestion Answering

Edge-Varying Fourier Graph Networks for Multivariate Time Series Forecasting

2022-10-06 · Kun Yi, Qi Zhang, Liang Hu, Hui He 외

The key problem in multivariate time series (MTS) analysis and forecasting aims to disclose the underlying couplings between variables that drive the co-movements. Considerable recent successful MTS methods are built wit…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Graph Convolutional Module for Temporal Action Localization in Videos

2021-12-01 · Runhao Zeng, Wenbing Huang, Mingkui Tan, Yu Rong 외

Temporal action localization has long been researched in computer vision. Existing state-of-the-art action localization methods divide each video into multiple action units (i.e., proposals in two-stage methods and segme…

Action LocalizationAction RecognitionTemporal Action Localization