paper-with-me

Papers

SGFormer: Single-Layer Graph Transformers with Approximation-Free Linear Complexity

2024-09-13 · Qitian Wu, Kai Yang, Hengrui Zhang, David Wipf, Junchi Yan

Learning representations on large graphs is a long-standing challenge due to the inter-dependence nature. Transformers recently have shown promising performance on small graphs thanks to its global attention for capturing all-pair interactions beyond observed structures. Existing approaches tend to inherit the spirit of Transformers in language and vision tasks, and embrace complicated architectures by stacking deep attention-based propagation layers. In this paper, we attempt to evaluate the necessity of adopting multi-layer attentions in Transformers on graphs, which considerably restricts the efficiency. Specifically, we analyze a generic hybrid propagation layer, comprised of all-pair attention and graph-based propagation, and show that multi-layer propagation can be reduced to one-layer propagation, with the same capability for representation learning. It suggests a new technical path for building powerful and efficient Transformers on graphs, particularly through simplifying model architectures without sacrificing expressiveness. As exemplified by this work, we propose a Simplified Single-layer Graph Transformers (SGFormer), whose main component is a single-layer global attention that scales linearly w.r.t. graph sizes and requires none of any approximation for accommodating all-pair interactions. Empirically, SGFormer successfully scales to the web-scale graph ogbn-papers100M, yielding orders-of-magnitude inference acceleration over peer Transformers on medium-sized graphs, and demonstrates competitiveness with limited labeled data.

📄 PDF Abstract BibTeX arXiv:2409.09007

Code (1)

qitianwu/sgformer 공식 구현 pytorch

Tasks

Deep AttentionRepresentation Learning

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

SGFormer: Simplifying and Empowering Transformers for Large-Graph Representations

2023-06-19 · NeurIPS 2023 11 · Qitian Wu, Wentao Zhao, Chenxiao Yang, Hengrui Zhang 외

Learning representations on large-sized graphs is a long-standing challenge due to the inter-dependence nature involved in massive data points. Transformers, as an emerging class of foundation encoders for graph-structur…

Node Property PredictionPhilosophyProperty Prediction

SGFormer: Semantic Graph Transformer for Point Cloud-based 3D Scene Graph Generation

2023-03-20 · Changsheng Lv, Mengshi Qi, Xia Li, Zhengyuan Yang 외

In this paper, we propose a novel model called SGFormer, Semantic Graph TransFormer for point cloud-based 3D scene graph generation. The task aims to parse a point cloud-based scene into a semantic structural graph, with…

3d scene graph generationGraph EmbeddingGraph GenerationLanguage Modelling+1

SGFormer++: Semantic Graph Transformer for Incremental 3D Scene Graph Generation

2026-06-13 · Mengshi Qi, Changsheng Lv, Zijian Fu, Xianlin Zhang 외 arxiv

In this paper, we propose SGFormer++, a novel Semantic Graph Transformer for 3D scene graph generation (SGG), which aims to parse point cloud scenes into semantic structural graphs, where nodes denote detected object ins…

Scene Graph GenerationGraph Embedding

PSGformer: Enhancing 3D Point Cloud Instance Segmentation via Precise Semantic Guidance

2023-07-15 · Lei Pan, Wuyang Luan, Yuan Zheng, Qiang Fu 외

Most existing 3D instance segmentation methods are derived from 3D semantic segmentation models. However, these indirect approaches suffer from certain limitations. They fail to fully leverage global and local semantic i…

3D Instance Segmentation3D Semantic SegmentationInstance SegmentationSegmentation+1

In-Context Learning of Linear Dynamical Systems with Transformers: Error Bounds and Depth-Separation

2025-02-12 · Frank Cole, Yulong Lu, Tianhao Zhang, Yuxuan Zhao

This paper investigates approximation-theoretic aspects of the in-context learning capability of the transformers in representing a family of noisy linear dynamical systems. Our first theoretical result establishes an up…

In-Context Learning