English

SCNode: Spatial and Contextual Coordinates for Graph Representation Learning

Machine Learning 2025-11-26 v2 Computational Geometry Machine Learning

Abstract

Effective node representation lies at the heart of Graph Neural Networks (GNNs), as it directly impacts their ability to perform downstream tasks such as node classification and link prediction. Most existing GNNs, particularly message passing graph neural networks, rely on neighborhood aggregation to iteratively compute node embeddings. While powerful, this paradigm suffers from well-known limitations of oversquashing, oversmoothing, and underreaching that degrade representation quality. More critically, MPGNNs often assume homophily, where connected nodes share similar features or labels, leading to poor generalization in heterophilic graphs where this assumption breaks down. To address these challenges, we propose \textit{SCNode}, a \textit{Spatial-Contextual Node Embedding} framework designed to perform consistently well in both homophilic and heterophilic settings. SCNode integrates spatial and contextual information, yielding node embeddings that are not only more discriminative but also structurally aware. Our approach introduces new homophily matrices for understanding class interactions and tendencies. Extensive experiments on benchmark datasets show that SCNode achieves superior performance over conventional GNN models, demonstrating its robustness and adaptability in diverse graph structures.

Keywords

Cite

@article{arxiv.2410.02158,
  title  = {SCNode: Spatial and Contextual Coordinates for Graph Representation Learning},
  author = {Md Joshem Uddin and Astrit Tola and Varin Sikand and Cuneyt Gurcan Akcora and Baris Coskunuzer},
  journal= {arXiv preprint arXiv:2410.02158},
  year   = {2025}
}

Comments

24 pages, 5 figures

R2 v1 2026-06-28T19:06:22.840Z