paper-with-me

Papers

SignGT: Signed Attention-based Graph Transformer for Graph Representation Learning

2023-10-17 · Jinsong Chen, Gaichao Li, John E. Hopcroft, Kun He

The emerging graph Transformers have achieved impressive performance for graph representation learning over graph neural networks (GNNs). In this work, we regard the self-attention mechanism, the core module of graph Transformers, as a two-step aggregation operation on a fully connected graph. Due to the property of generating positive attention values, the self-attention mechanism is equal to conducting a smooth operation on all nodes, preserving the low-frequency information. However, only capturing the low-frequency information is inefficient in learning complex relations of nodes on diverse graphs, such as heterophily graphs where the high-frequency information is crucial. To this end, we propose a Signed Attention-based Graph Transformer (SignGT) to adaptively capture various frequency information from the graphs. Specifically, SignGT develops a new signed self-attention mechanism (SignSA) that produces signed attention values according to the semantic relevance of node pairs. Hence, the diverse frequency information between different node pairs could be carefully preserved. Besides, SignGT proposes a structure-aware feed-forward network (SFFN) that introduces the neighborhood bias to preserve the local topology information. In this way, SignGT could learn informative node representations from both long-range dependencies and local topology information. Extensive empirical results on both node-level and graph-level tasks indicate the superiority of SignGT against state-of-the-art graph Transformers as well as advanced GNNs.

📄 PDF Abstract BibTeX arXiv:2310.11025

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Relational Attention: Generalizing Transformers for Graph-Structured Tasks

2022-10-11 · Cameron Diao, Ricky Loynd

Transformers flexibly operate over sets of real-valued vectors representing task-specific entities and their attributes, where each vector might encode one word-piece token and its position in a sequence, or some piece o…

Position

K-Order Graph-oriented Transformer with GraAttention for 3D Pose and Shape Estimation

2022-08-24 · Weixi Zhao, Weiqiang Wang

We propose a novel attention-based 2D-to-3D pose estimation network for graph-structured data, named KOG-Transformer, and a 3D pose-to-shape estimation network for hand data, named GASE-Net. Previous 3D pose estimation m…

3D Pose EstimationPose Estimation

Learning Advanced Self-Attention for Linear Transformers in the Singular Value Domain

2025-05-13 · Hyowon Wi, Jeongwhan Choi, Noseong Park

Transformers have demonstrated remarkable performance across diverse domains. The key component of Transformers is self-attention, which learns the relationship between any two tokens in the input sequence. Recent studie…

Time Series Classification

GRIT: Graph Transformer For Internal Ice Layer Thickness Prediction

2025-07-10 · Zesheng Liu, Maryam Rahnemoonfar arxiv

Gaining a deeper understanding of the thickness and variability of internal ice layers in Radar imagery is essential in monitoring the snow accumulation, better evaluating ice dynamics processes, and minimizing uncertain…

Graph Learning

A Generalization of Transformer Networks to Graphs

2020-12-17 · Vijay Prakash Dwivedi, Xavier Bresson

We propose a generalization of transformer neural network architecture for arbitrary graphs. The original transformer was designed for Natural Language Processing (NLP), which operates on fully connected graphs represent…

Graph RegressionInductive BiasKnowledge GraphsLink Prediction+1