Beyond Graph Convolutional Network: An Interpretable Regularizer-centered Optimization Framework
Shiping Wang, Zhihao Wu, Yuhong Chen, Yong Chen

TL;DR
This paper introduces a unified, interpretable regularizer-centered framework for GCNs, proposes a novel tsGCN model capturing topological and semantic structures, and demonstrates its superior performance through extensive experiments.
Contribution
It provides a general interpretative framework for GCNs using regularizers and develops a new tsGCN model with improved efficiency and performance.
Findings
tsGCN outperforms state-of-the-art methods on multiple datasets
Regularizer-centered framework unifies various GCN architectures
Efficient computation techniques reduce complexity of infinite-order convolutions
Abstract
Graph convolutional networks (GCNs) have been attracting widespread attentions due to their encouraging performance and powerful generalizations. However, few work provide a general view to interpret various GCNs and guide GCNs' designs. In this paper, by revisiting the original GCN, we induce an interpretable regularizer-centerd optimization framework, in which by building appropriate regularizers we can interpret most GCNs, such as APPNP, JKNet, DAGNN, and GNN-LF/HF. Further, under the proposed framework, we devise a dual-regularizer graph convolutional network (dubbed tsGCN) to capture topological and semantic structures from graph data. Since the derived learning rule for tsGCN contains an inverse of a large matrix and thus is time-consuming, we leverage the Woodbury matrix identity and low-rank approximation tricks to successfully decrease the high computational complexity of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Graph theory and applications
MethodsApproximation of Personalized Propagation of Neural Predictions · Directed Acyclic Graph Neural Network · Graph Convolutional Network
