paper-with-me

홈 › Papers

On the Global Self-attention Mechanism for Graph Convolutional Networks

2020-10-21 · Chen Wang, Chengyuan Deng

Applying Global Self-attention (GSA) mechanism over features has achieved remarkable success on Convolutional Neural Networks (CNNs). However, it is not clear if Graph Convolutional Networks (GCNs) can similarly benefit from such a technique. In this paper, inspired by the similarity between CNNs and GCNs, we study the impact of the Global Self-attention mechanism on GCNs. We find that consistent with the intuition, the GSA mechanism allows GCNs to capture feature-based vertex relations regardless of edge connections; As a result, the GSA mechanism can introduce extra expressive power to the GCNs. Furthermore, we analyze the impacts of the GSA mechanism on the issues of overfitting and over-smoothing. We prove that the GSA mechanism can alleviate both the overfitting and the over-smoothing issues based on some recent technical developments. Experiments on multiple benchmark datasets illustrate both superior expressive power and less significant overfitting and over-smoothing problems for the GSA-augmented GCNs, which corroborate the intuitions and the theoretical results.

📄 PDF Abstract BibTeX arXiv:2010.10711

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Global Self-Attention as a Replacement for Graph Convolution

2021-08-07 · Md Shamim Hussain, Mohammed J. Zaki, Dharmashankar Subramanian

We propose an extension to the transformer neural network architecture for general-purpose graph learning by adding a dedicated pathway for pairwise structural information, called edge channels. The resultant framework -…

Edge ClassificationGraph ClassificationGraph LearningGraph Property Prediction+5

Multimodal joint prediction of traffic spatial-temporal data with graph sparse attention mechanism and bidirectional temporal convolutional network

2024-12-24 · Dongran Zhang, Jiangnan Yan, Kemal Polat, Adi Alhudhaif 외

Traffic flow prediction plays a crucial role in the management and operation of urban transportation systems. While extensive research has been conducted on predictions for individual transportation modes, there is relat…

Feature CorrelationPrediction

Hierarchical Vision Transformer Enhanced by Graph Convolutional Network for Image Classification

2026-04-18 · Haibin Jiao arxiv

Vision Transformer (ViT) has brought new breakthroughs to the field of image classification by introducing the self-attention mechanism and Graph Convolutional Networks(GCN) have been proposed and successfully applied in…

Image Classification

Multi-hop graph transformer network for 3D human pose estimation

2024-05-05 · Zaedul Islam, A. Ben Hamza

Accurate 3D human pose estimation is a challenging task due to occlusion and depth ambiguity. In this paper, we introduce a multi-hop graph transformer network designed for 2D-to-3D human pose estimation in videos by lev…

3D Human Pose EstimationGraph AttentionPose Estimation

Attention Augmented Convolutional Networks

2019-04-22 · ICCV 2019 10 · Irwan Bello, Barret Zoph, Ashish Vaswani, Jonathon Shlens 외

Convolutional networks have been the paradigm of choice in many computer vision applications. The convolution operation however has a significant weakness in that it only operates on a local neighborhood, thus missing gl…

General Classificationimage-classificationImage Classificationobject-detection+1