paper-with-me

Papers

Block Modeling-Guided Graph Convolutional Neural Networks

2021-12-27 · Dongxiao He, Chundong Liang, Huixin Liu, Mingxiang Wen, Pengfei Jiao, Zhiyong Feng

Graph Convolutional Network (GCN) has shown remarkable potential of exploring graph representation. However, the GCN aggregating mechanism fails to generalize to networks with heterophily where most nodes have neighbors from different classes, which commonly exists in real-world networks. In order to make the propagation and aggregation mechanism of GCN suitable for both homophily and heterophily (or even their mixture), we introduce block modeling into the framework of GCN so that it can realize "block-guided classified aggregation", and automatically learn the corresponding aggregation rules for neighbors of different classes. By incorporating block modeling into the aggregation process, GCN is able to aggregate information from homophilic and heterophilic neighbors discriminately according to their homophily degree. We compared our algorithm with state-of-art methods which deal with the heterophily problem. Empirical results demonstrate the superiority of our new approach over existing methods in heterophilic datasets while maintaining a competitive performance in homophilic datasets.

📄 PDF Abstract BibTeX arXiv:2112.13507

Code (1)

hedongxiao-tju/BM-GCN 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Language Modeling with Graph Temporal Convolutional Networks

2019-05-01 · ICLR 2019 5 · Hongyin Luo, Yichen Li, Jie Fu, James Glass

Recently, there have been some attempts to use non-recurrent neural models for language modeling. However, a noticeable performance gap still remains. We propose a non-recurrent neural language model, dubbed graph temp…

Graph Neural NetworkLanguage ModelingLanguage Modelling

Review of blockchain application with Graph Neural Networks, Graph Convolutional Networks and Convolutional Neural Networks

2024-10-01 · Amy Ancelotti, Claudia Liason

This paper reviews the applications of Graph Neural Networks (GNNs), Graph Convolutional Networks (GCNs), and Convolutional Neural Networks (CNNs) in blockchain technology. As the complexity and adoption of blockchain ne…

Fraud Detection

A Semantics-Guided Graph Convolutional Network for Skeleton-Based Action Recognition

2020-05-01 · ICIAI 2020: Proceedings of the 2020 the 4th International Conference on Innovation in Artificial Intelligence 2020 5 · Xiaolu Ding, Kai Yang, Wai Chen

Action recognition with skeleton data is a challenging task in computer vision. Graph convolutional networks (GCNs), which directly model the human body skeletons as the graph structure, have achieved remarkable performa…

Action RecognitionSkeleton Based Action Recognition

Hamba: Single-view 3D Hand Reconstruction with Graph-guided Bi-Scanning Mamba

2024-07-12 · Haoye Dong, Aviral Chharia, Wenbo Gou, Francisco Vicente Carrasco 외

3D Hand reconstruction from a single RGB image is challenging due to the articulated motion, self-occlusion, and interaction with objects. Existing SOTA methods employ attention-based transformers to learn the 3D hand po…

3D Hand Pose EstimationMamba

Adaptive Cross-Attention-Driven Spatial-Spectral Graph Convolutional Network for Hyperspectral Image Classification

2022-04-12 · Jin-Yu Yang, Heng-Chao Li, Wen-Shuai Hu, Lei Pan 외

Recently, graph convolutional networks (GCNs) have been developed to explore spatial relationship between pixels, achieving better classification performance of hyperspectral images (HSIs). However, these methods fail to…

Graph AttentionHyperspectral Image Classificationimage-classificationImage Classification