paper-with-me

홈 › Papers

Universal Graph Transformer Self-Attention Networks

2019-09-26 · Dai Quoc Nguyen, Tu Dinh Nguyen, Dinh Phung

The transformer self-attention network has been extensively used in research domains such as computer vision, image processing, and natural language processing. But it has not been actively used in graph neural networks (GNNs) where constructing an advanced aggregation function is essential. To this end, we present U2GNN, an effective GNN model leveraging a transformer self-attention mechanism followed by a recurrent transition, to induce a powerful aggregation function to learn graph representations. Experimental results show that the proposed U2GNN achieves state-of-the-art accuracies on well-known benchmark datasets for graph classification. Our code is available at: https://github.com/daiquocnguyen/Graph-Transformer

📄 PDF Abstract BibTeX arXiv:1909.11855

Code (1)

daiquocnguyen/Graph-Transformer 공식 구현 tf

Tasks

General ClassificationGraph ClassificationGraph EmbeddingGraph Representation Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
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…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Distinguished In Uniform: Self Attention Vs. Virtual Nodes

2024-05-20 · Eran Rosenbluth, Jan Tönshoff, Martin Ritzert, Berke Kisin 외

Graph Transformers (GTs) such as SAN and GPS are graph processing models that combine Message-Passing GNNs (MPGNNs) with global Self-Attention. They were shown to be universal function approximators, with two reservation…

Sampled Transformer for Point Sets

2023-02-28 · Shidi Li, Christian Walder, Alexander Soen, Lexing Xie 외

The sparse transformer can reduce the computational complexity of the self-attention layers to $O(n)$, whilst still being a universal approximator of continuous sequence-to-sequence functions. However, this permutation v…

Inductive Bias

Are Transformers universal approximators of sequence-to-sequence functions?

2019-12-20 · ICLR 2020 1 · Chulhee Yun, Srinadh Bhojanapalli, Ankit Singh Rawat, Sashank J. Reddi 외

Despite the widespread adoption of Transformer models for NLP tasks, the expressive power of these models is not well-understood. In this paper, we establish that Transformer models are universal approximators of continu…

Universal Approximation with Softmax Attention

2025-04-22 · Jerry Yao-Chieh Hu, Hude Liu, Hong-Yu Chen, Weimin Wu 외

We prove that with linear transformations, both (i) two-layer self-attention and (ii) one-layer self-attention followed by a softmax function are universal approximators for continuous sequence-to-sequence functions on c…

Are Transformers with One Layer Self-Attention Using Low-Rank Weight Matrices Universal Approximators?

2023-07-26 · Tokio Kajitsuka, Issei Sato

Existing analyses of the expressive capacity of Transformer models have required excessively deep layers for data memorization, leading to a discrepancy with the Transformers actually used in practice. This is primarily …

Memorization