paper-with-me

Papers

Learnable Graph Convolutional Attention Networks

2022-11-21 · Adrián Javaloy, Pablo Sanchez-Martin, Amit Levi, Isabel Valera

Existing Graph Neural Networks (GNNs) compute the message exchange between nodes by either aggregating uniformly (convolving) the features of all the neighboring nodes, or by applying a non-uniform score (attending) to the features. Recent works have shown the strengths and weaknesses of the resulting GNN architectures, respectively, GCNs and GATs. In this work, we aim at exploiting the strengths of both approaches to their full extent. To this end, we first introduce the graph convolutional attention layer (CAT), which relies on convolutions to compute the attention scores. Unfortunately, as in the case of GCNs and GATs, we show that there exists no clear winner between the three (neither theoretically nor in practice) as their performance directly depends on the nature of the data (i.e., of the graph and features). This result brings us to the main contribution of our work, the learnable graph convolutional attention network (L-CAT): a GNN architecture that automatically interpolates between GCN, GAT and CAT in each layer, by adding only two scalar parameters. Our results demonstrate that L-CAT is able to efficiently combine different GNN layers along the network, outperforming competing methods in a wide range of datasets, and resulting in a more robust model that reduces the need of cross-validating.

📄 PDF Abstract BibTeX arXiv:2211.11853

Code (1)

psanch21/lcat 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…
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 제목 키워드 기반

Learnable Graph Convolutional Network and Feature Fusion for Multi-view Learning

2022-11-16 · Zhaoliang Chen, Lele Fu, Jie Yao, Wenzhong Guo 외

In practical applications, multi-view data depicting objectives from assorted perspectives can facilitate the accuracy increase of learning algorithms. However, given multi-view data, there is limited work for learning d…

MULTI-VIEW LEARNING

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

ViG-LRGC: Vision Graph Neural Networks with Learnable Reparameterized Graph Construction

2025-09-23 · Ismael Elsharkawi, Hossam Sharara, Ahmed Rafea arxiv

Image Representation Learning is an important problem in Computer Vision. Traditionally, images were processed as grids, using Convolutional Neural Networks or as a sequence of visual tokens, using Vision Transformers. R…

Representation Learning

PGCN-TCA: Pseudo Graph Convolutional Network With Temporal and Channel-Wise Attention for Skeleton-Based Action Recognition

2020-01-06 · IEEE Access ( Volume: 8 ) 2020 1 · Hongye Yang, Yuzhang Gu, Jianchao Zhu, Keli Hu 외

Skeleton-based human action recognition has become an active research area in recent years. The key to this task is to fully explore both spatial and temporal features. Recently, GCN-based methods modeling the human body…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Gated Graph Attention Networks with Learnable Temperature

2026-05-28 · Zhongtian Ma, Hao Wu, Yexin Zhang, Qiaosheng Zhang 외 arxiv

Graph attention networks learn neighbor importance through data-dependent coefficients, but standard layers lack explicit control over unreliable feature dimensions and use fixed sharpness of attention coefficient distri…