Exchangeability of GNN Representations with Applications to Graph Retrieval
Overview
Taxonomy
Research Landscape Overview
Claimed Contributions
The authors establish that node embeddings produced by trained GNNs exhibit exchangeability across embedding dimensions, meaning the joint probability density of embedding elements remains invariant under permutations of the dimension axis. This property holds for a broad class of GNN architectures, loss functions, and optimizers.
The authors leverage exchangeability to approximate computationally expensive transportation-based graph similarities with simpler Euclidean similarities computed over sorted embedding elements in individual dimensions, reducing complexity from O(n³) to dimension-wise operations.
The authors develop GRAPH HASH, a unified LSH framework that supports multiple asymmetric graph relevance measures including subgraph matching and graph edit distance by combining their exchangeability-based approximation with Fourier-based hashing techniques.
Core Task Comparisons
Comparisons with papers in the same taxonomy category
Contribution Analysis
Detailed comparisons for each claimed contribution
Exchangeability of GNN node embeddings
The authors establish that node embeddings produced by trained GNNs exhibit exchangeability across embedding dimensions, meaning the joint probability density of embedding elements remains invariant under permutations of the dimension axis. This property holds for a broad class of GNN architectures, loss functions, and optimizers.
[29] Sdgnn: Symmetry-preserving dual-stream graph neural networks PDF
[30] E (n) equivariant graph neural networks PDF
[31] Reconstruction for powerful graph representations PDF
[32] Non-exchangeable conformal prediction for temporal graph neural networks PDF
[33] Similarity-navigated conformal prediction for graph neural networks PDF
[34] Conformal inductive graph neural networks PDF
[35] Learning invariant graph representations for out-of-distribution generalization PDF
[36] Non-Euclidean Spatial Graph Neural Network PDF
[37] Representing long-range context for graph neural networks with global attention PDF
[38] Universal Representation of Permutation-Invariant Functions on Vectors and Tensors PDF
Approximation of transportation-based graph similarity using Euclidean similarity
The authors leverage exchangeability to approximate computationally expensive transportation-based graph similarities with simpler Euclidean similarities computed over sorted embedding elements in individual dimensions, reducing complexity from O(n³) to dimension-wise operations.
[9] Wasserstein task embedding for measuring task similarities PDF
[10] A Wasserstein graph distance based on distributions of probabilistic node embeddings PDF
[11] An optimal transport based embedding to quantify the distance between playing styles in collective sports PDF
[12] Applications of no-collision transportation maps in manifold learning PDF
[13] Unified route representation learning for multi-modal transportation recommendation with spatiotemporal pre-training PDF
[14] An optimal transport-embedded similarity measure for diagnostic knowledge transferability analytics across machines PDF
[15] Learning with similarity functions on graphs using matchings of geometric embeddings PDF
[16] A squaredâeuclidean distance locationâallocation problem PDF
[17] A Path Recommendation Method Based on the Siamese Graph Convolutional Network for the Holographic Counterpart of Consumer Electronics Logistics of the ⦠PDF
[18] Enabling location-based servicesâmulti-graph representation of transportation networks PDF
Unified locality-sensitive hashing framework for graph retrieval
The authors develop GRAPH HASH, a unified LSH framework that supports multiple asymmetric graph relevance measures including subgraph matching and graph edit distance by combining their exchangeability-based approximation with Fourier-based hashing techniques.