Multiset resolvability parameters in graphs: A survey with new results and open problems
arXiv:2607.10311
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper's central transferable object is a permutation-invariant distance signature: instead of retaining ordered distances from a landmark set, represent a vertex by the multiset, or histogram, of its distances to those landmarks. This provides a principled positional encoding for graph neural networks that is invariant to arbitrary landmark ordering and can distinguish nodes even when ordinary pooled features collide. The graph-theoretic lower bounds also suggest data-dependent landmark budgets, especially for diameter-two or highly symmetric graphs, where many anchors are provably necessary. The most practical transfer is a sparse multiset-distance positional encoding combined with collision-aware landmark selection.
Ideas from this paper
Unverified
2026
Add a permutation-invariant positional channel to a graph neural network by encoding each node through the histogram of shortest-path distances to a selected landmark set. Unlike standard ordered landmark distances, this representation is unchanged when landmarks are permuted and can be optimized to reduce node collisions. Use a small learned projection of the histogram alongside ordinary node features, with an optional collision penalty during training.
Useful5/10
Difficulty5/10
Novelty4/10