The reviewed record of science sign in
Pith

arxiv: 2502.01122 · v1 · pith:YDM37ZVD · submitted 2025-02-03 · cs.LG

Learning Efficient Positional Encodings with Graph Neural Networks

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:YDM37ZVDrecord.jsonopen to challenge →

classification cs.LG
keywords expressivegraphefficienteigenvector-basedgnnsnodepearlpower
0
0 comments X
read the original abstract

Positional encodings (PEs) are essential for effective graph representation learning because they provide position awareness in inherently position-agnostic transformer architectures and increase the expressive capacity of Graph Neural Networks (GNNs). However, designing powerful and efficient PEs for graphs poses significant challenges due to the absence of canonical node ordering and the scale of the graph. {In this work, we identify four key properties that graph PEs should satisfy}: stability, expressive power, scalability, and genericness. We find that existing eigenvector-based PE methods often fall short of jointly satisfying these criteria. To address this gap, we introduce PEARL, a novel framework of learnable PEs for graphs. Our primary insight is that message-passing GNNs function as nonlinear mappings of eigenvectors, enabling the design of GNN architectures for generating powerful and efficient PEs. A crucial challenge lies in initializing node attributes in a manner that is both expressive and permutation equivariant. We tackle this by initializing GNNs with random node inputs or standard basis vectors, thereby unlocking the expressive power of message-passing operations, while employing statistical pooling functions to maintain permutation equivariance. Our analysis demonstrates that PEARL approximates equivariant functions of eigenvectors with linear complexity, while rigorously establishing its stability and high expressive power. Experimental evaluations show that PEARL outperforms lightweight versions of eigenvector-based PEs and achieves comparable performance to full eigenvector-based PEs, but with one or two orders of magnitude lower complexity. Our code is available at https://github.com/ehejin/Pearl-PE.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. What Makes a Desired Graph for Relational Deep Learning?

    cs.AI 2026-06 unverdicted novelty 6.0

    Schema-derived graphs for relational deep learning suffer from information overload and semantic fragmentation; controlled filtering and injection via an end-to-end optimizer improves accuracy on 26 tasks while often ...

  2. Feature Augmentation of GNNs for ILPs: Local Uniqueness Suffices

    cs.LG 2025-09 unverdicted novelty 6.0

    Local d-hop uniqueness in GNN node features matches global UID expressiveness for ILP solving while providing stronger generalization.