Efficient Identity and Position Graph Embedding via Spectral-Based Random Feature Aggregation
Meng Qin, Jiahong Liu, Irwin King

TL;DR
This paper introduces a spectral-based random feature aggregation method for efficient graph embedding that captures node identities and positions without training, significantly improving speed and scalability.
Contribution
It proposes a novel, parameter-free GNN approach using spectral filters and random inputs to efficiently generate identity and position embeddings without training.
Findings
RFA achieves high-quality embeddings with just one feed-forward pass.
The method outperforms baselines in efficiency and scalability.
Spectral filters effectively distinguish node identities and positions.
Abstract
Graph neural networks (GNNs), which capture graph structures via a feature aggregation mechanism following the graph embedding framework, have demonstrated a powerful ability to support various tasks. According to the topology properties (e.g., structural roles or community memberships of nodes) to be preserved, graph embedding can be categorized into identity and position embedding. However, it is unclear for most GNN-based methods which property they can capture. Some of them may also suffer from low efficiency and scalability caused by several time- and space-consuming procedures (e.g., feature extraction and training). From a perspective of graph signal processing, we find that high- and low-frequency information in the graph spectral domain may characterize node identities and positions, respectively. Based on this investigation, we propose random feature aggregation (RFA) for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Advanced Image and Video Retrieval Techniques
