paper-with-me

홈 › Papers

HopFormer: Sparse Graph Transformers with Explicit Receptive Field Control

2026-02-02 · Sanggeon Yun, Raheeb Hassan, Ryozo Masukawa, Sungheon Jeong, Mohsen Imani arxiv

Graph Transformers typically rely on explicit positional or structural encodings and dense global attention to incorporate graph topology. In this work, we show that neither is essential. We introduce HopFormer, a graph Transformer that injects structure exclusively through head-specific n-hop masked sparse attention, without the use of positional encodings or architectural modifications. This design provides explicit and interpretable control over receptive fields while enabling genuinely sparse attention whose computational cost scales linearly with mask sparsity. Through extensive experiments on both node-level and graph-level benchmarks, we demonstrate that our approach achieves competitive or superior performance across diverse graph structures. Our results further reveal that dense global attention is often unnecessary: on graphs with strong small-world properties, localized attention yields more stable and consistently high performance, while on graphs with weaker small-world effects, global attention offers diminishing returns. Together, these findings challenge prevailing assumptions in graph Transformer design and highlight sparsity-controlled attention as a principled and efficient alternative.

📄 PDF Abstract BibTeX arXiv:2602.02268

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards in-the-wild Egocentric 3D Hand-Object Pose Estimation

2026-06-29 · Siddhant Bansal, Zhifan Zhu, Shashank Tripathi, Jiahe Zhao 외 arxiv

Estimating accurate 3D hand-object pose from in-the-wild egocentric RGB remains challenging due to severe occlusions and ambiguous contact. Existing learning-based methods often struggle to generalise to in-the-wild scen…

hand-object posePose Estimation

Cluster Attention for Graph Machine Learning

2026-04-08 · Oleg Platonov, Liudmila Prokhorenkova arxiv

Message Passing Neural Networks have recently become the most popular approach to graph machine learning tasks; however, their receptive field is limited by the number of message passing layers. To increase the receptive…

Community Detection

SP$^2$T: Sparse Proxy Attention for Dual-stream Point Transformer

2024-12-16 · JiaXu Wan, Hong Zhang, Ziqi He, Qishu Wang 외

In 3D understanding, point transformers have yielded significant advances in broadening the receptive field. However, further enhancement of the receptive field is hindered by the constraints of grouping attention. The p…

Efficient Hybrid CNN-GNN Architecture for Monocular Depth Estimation

2026-05-11 · Ishan Narayan arxiv

We present GraphDepth, a monocular depth estimation architecture that synergistically integrates Graph Neural Networks (GNNs) within a convolutional encoder-decoder framework. Our approach embeds efficient GraphSAGE laye…

Monocular Depth EstimationRelational Reasoning

Unifying and Enhancing Graph Transformers via a Hierarchical Mask Framework

2025-10-21 · Yujie Xing, Xiao Wang, Bin Wu, Hai Huang 외 arxiv

Graph Transformers (GTs) have emerged as a powerful paradigm for graph representation learning due to their ability to model diverse node interactions. However, existing GTs often rely on intricate architectural designs …

Graph Representation Learning