paper-with-me

홈 › Papers

A Survey on Structure-Preserving Graph Transformers

2024-01-29 · Van Thuy Hoang, O-Joun Lee

The transformer architecture has shown remarkable success in various domains, such as natural language processing and computer vision. When it comes to graph learning, transformers are required not only to capture the interactions between pairs of nodes but also to preserve graph structures connoting the underlying relations and proximity between them, showing the expressive power to capture different graph structures. Accordingly, various structure-preserving graph transformers have been proposed and widely used for various tasks, such as graph-level tasks in bioinformatics and chemoinformatics. However, strategies related to graph structure preservation have not been well organized and systematized in the literature. In this paper, we provide a comprehensive overview of structure-preserving graph transformers and generalize these methods from the perspective of their design objective. First, we divide strategies into four main groups: node feature modulation, context node sampling, graph rewriting, and transformer architecture improvements. We then further divide the strategies according to the coverage and goals of graph structure preservation. Furthermore, we also discuss challenges and future directions for graph transformer models to preserve the graph structure and understand the nature of graphs.

📄 PDF Abstract BibTeX arXiv:2401.16176

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningSurvey

Methods 이 논문이 사용한 방법론

Attention 설명 없음
LapEigen 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

A Survey of Graph Transformers: Architectures, Theories and Applications

2025-02-23 · Chaohao Yuan, Kangfei Zhao, Ercan Engin Kuruoglu, Liang Wang 외

Graph Transformers (GTs) have demonstrated a strong capability in modeling graph structures by addressing the intrinsic limitations of graph neural networks (GNNs), such as over-smoothing and over-squashing. Recent studi…

Graph LearningSurvey

Graph Transformers: A Survey

2024-07-13 · Ahsan Shehzad, Feng Xia, Shagufta Abid, Ciyuan Peng 외

Graph transformers are a recent advancement in machine learning, offering a new class of neural network models for graph-structured data. The synergy between transformers and graph learning demonstrates strong performanc…

DiversityGraph AttentionGraph LearningSurvey

Function graph transformers universally approximate operators between function spaces

2026-05-18 · Takashi Furuya, David Mis, Ivan Dokmanić, Maarten V. de Hoop 외 arxiv

We study the approximation of nonlinear operators between function spaces by transformers. Our approach is to lift functions to measures supported on their graphs and leverage a recently introduced measure-theoretic view…

Attention-based graph neural networks: a survey

2026-05-09 · Chengcheng Sun, Chenhao Li, Xiang Lin, Tianji Zheng 외 arxiv

Graph neural networks (GNNs) aim to learn well-trained representations in a lower-dimension space for downstream tasks while preserving the topological structures. In recent years, attention mechanism, which is brilliant…

A Survey on Privacy in Graph Neural Networks: Attacks, Preservation, and Applications

2023-08-31 · Yi Zhang, Yuying Zhao, Zhaoqing Li, Xueqi Cheng 외

Graph Neural Networks (GNNs) have gained significant attention owing to their ability to handle graph-structured data and the improvement in practical applications. However, many of these models prioritize high utility p…

Privacy Preserving