paper-with-me

Papers

SStaGCN: Simplified stacking based graph convolutional networks

2021-11-16 · Jia Cai, Zhilong Xiong, Shaogao Lv

Graph convolutional network (GCN) is a powerful model studied broadly in various graph structural data learning tasks. However, to mitigate the over-smoothing phenomenon, and deal with heterogeneous graph structural data, the design of GCN model remains a crucial issue to be investigated. In this paper, we propose a novel GCN called SStaGCN (Simplified stacking based GCN) by utilizing the ideas of stacking and aggregation, which is an adaptive general framework for tackling heterogeneous graph data. Specifically, we first use the base models of stacking to extract the node features of a graph. Subsequently, aggregation methods such as mean, attention and voting techniques are employed to further enhance the ability of node features extraction. Thereafter, the node features are considered as inputs and fed into vanilla GCN model. Furthermore, theoretical generalization bound analysis of the proposed model is explicitly given. Extensive experiments on $3$ public citation networks and another $3$ heterogeneous tabular data demonstrate the effectiveness and efficiency of the proposed approach over state-of-the-art GCNs. Notably, the proposed SStaGCN can efficiently mitigate the over-smoothing problem of GCN.

📄 PDF Abstract BibTeX arXiv:2111.08228

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

SVD-GCN: A Simplified Graph Convolution Paradigm for Recommendation

2022-08-26 · Shaowen Peng, Kazunari Sugiyama, Tsunenori Mine

With the tremendous success of Graph Convolutional Networks (GCNs), they have been widely applied to recommender systems and have shown promising performance. However, most GCN-based methods rigorously stick to a common …

Recommendation Systems

Multipath Graph Convolutional Neural Networks

2021-05-04 · Rangan Das, Bikram Boote, Saumik Bhattacharya, Ujjwal Maulik

Graph convolution networks have recently garnered a lot of attention for representation learning on non-Euclidean feature spaces. Recent research has focused on stacking multiple layers like in convolutional neural netwo…

Node Property PredictionProperty PredictionRepresentation Learning

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

A Proposal of Multi-Layer Perceptron with Graph Gating Unit for Graph Representation Learning and its Application to Surrogate Model for FEM

2022-07-11 · JSAI 2022 7 · Nakai Yu, Okuda Hiroshi

GNNs are the neural networks for the representation learning of graph-structured data, most of which are constructed by stacking graph convolutional layers. As stacking n-layers of ones is equivalent to propagating n-ho…

Graph Representation LearningNode ClassificationRepresentation Learning

Simplifying Graph Kernels for Efficient

2025-07-04 · Lin Wang, Shijie Wang, Sirui Huang, Qing Li arxiv

While kernel methods and Graph Neural Networks offer complementary strengths, integrating the two has posed challenges in efficiency and scalability. The Graph Neural Tangent Kernel provides a theoretical bridge by inter…

Node Classification