LGApr 9

The Impact of Dimensionality on the Stability of Node Embeddings

arXiv:2604.0849217.9
AI Analysis

This work addresses the problem of instability in graph representation learning for researchers and practitioners, providing insights into trade-offs between stability and performance, though it is incremental as it builds on known instability issues.

The paper investigates how embedding dimensionality affects the stability and performance of node embeddings, finding that stability varies significantly with dimension across five methods, with different patterns emerging and maximum stability not aligning with optimal task performance.

Previous work has established that neural network-based node embeddings return different outcomes when trained with identical parameters on the same dataset, just from using different training seeds. Yet, it has not been thoroughly analyzed how key hyperparameters such as embedding dimension could impact this instability. In this work, we investigate how varying the dimensionality of node embeddings influences both their stability and downstream performance. We systematically evaluate five widely used methods -- ASNE, DGI, GraphSAGE, node2vec, and VERSE -- across multiple datasets and embedding dimensions. We assess stability from both a representational perspective and a functional perspective, alongside performance evaluation. Our results show that embedding stability varies significantly with dimensionality, but we observe different patterns across the methods we consider: while some approaches, such as node2vec and ASNE, tend to become more stable with higher dimensionality, other methods do not exhibit the same trend. Moreover, we find that maximum stability does not necessarily align with optimal task performance. These findings highlight the importance of carefully selecting embedding dimension, and provide new insights into the trade-offs between stability, performance, and computational effectiveness in graph representation learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes