paper-with-me

홈 › Papers

Neighbourhood Transformer: Switchable Attention for Monophily-Aware Graph Learning

2026-04-10 · Yi Luo, Xu Sun, Guangchun Luo, Aiguo Chen arxiv

Graph neural networks (GNNs) have been widely adopted in engineering applications such as social network analysis, chemical research and computer vision. However, their efficacy is severely compromised by the inherent homophily assumption, which fails to hold for heterophilic graphs where dissimilar nodes are frequently connected. To address this fundamental limitation in graph learning, we first draw inspiration from the recently discovered monophily property of real-world graphs, and propose Neighbourhood Transformers (NT), a novel paradigm that applies self-attention within every local neighbourhood instead of aggregating messages to the central node as in conventional message-passing GNNs. This design makes NT inherently monophily-aware and theoretically guarantees its expressiveness is no weaker than traditional message-passing frameworks. For practical engineering deployment, we further develop a neighbourhood partitioning strategy equipped with switchable attentions, which reduces the space consumption of NT by over 95% and time consumption by up to 92.67%, significantly expanding its applicability to larger graphs. Extensive experiments on 10 real-world datasets (5 heterophilic and 5 homophilic graphs) show that NT outperforms all current state-of-the-art methods on node classification tasks, demonstrating its superior performance and cross-domain adaptability. The full implementation code of this work is publicly available at https://github.com/cf020031308/MoNT to facilitate reproducibility and industrial adoption.

📄 PDF Abstract BibTeX arXiv:2604.08980

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationGraph Learning

Similar Papers 제목 키워드 기반

InfLLM-V2: Dense-Sparse Switchable Attention for Seamless Short-to-Long Adaptation

2025-09-29 · Weilin Zhao, Zihan Zhou, Zhou Su, Chaojun Xiao 외 arxiv

Long-sequence processing is a critical capability for modern large language models. However, the self-attention mechanism in the standard Transformer architecture faces severe computational and memory bottlenecks when pr…

Long-Context UnderstandingComputational Efficiency

A Neighbourhood-Aware Differential Privacy Mechanism for Static Word Embeddings

2023-09-19 · Danushka Bollegala, Shuichi Otake, Tomoya Machide, Ken-ichi Kawarabayashi

We propose a Neighbourhood-Aware Differential Privacy (NADP) mechanism considering the neighbourhood of a word in a pretrained static word embedding space to determine the minimal amount of noise required to guarantee a …

Word Embeddings

CpT: Convolutional Point Transformer for 3D Point Cloud Processing

2021-11-21 · Chaitanya Kaul, Joshua Mitton, Hang Dai, Roderick Murray-Smith

We present CpT: Convolutional point Transformer - a novel deep learning architecture for dealing with the unstructured nature of 3D point cloud data. CpT is an improvement over existing attention-based Convolutions Neura…

SegmentationSemantic Segmentation

NERVE: Neighbourhood & Entropy-guided Random-walk for training free open-Vocabulary sEgmentation

2025-11-11 · Kunal Mahatha, Jose Dolz, Christian Desrosiers arxiv

Despite recent advances in Open-Vocabulary Semantic Segmentation (OVSS), existing training-free methods face several limitations: use of computationally expensive affinity refinement strategies, ineffective fusion of tra…

Semantic Segmentation

Exploring Trust-Aware Neighbourhood in Trust-based Recommendation

2016-08-18 · Ghenai Amira, Ghanem Moustafa M.

Traditional Recommender Systems (RS) do not consider any personal user information beyond rating history. Such information, on the other hand, is widely available on social networking sites (Facebook, Twitter). As a resu…

Collaborative FilteringRecommendation Systems