Proper $\{a,b\}$-edge-weightings of trees
arXiv:2608.08438
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper gives a constructive binary edge labeling for trees such that adjacent vertices have different weighted incident-edge sums. This can transfer to tree-structured GNNs as a deterministic symmetry-breaking positional encoding, avoiding random node identifiers and adding no trainable parameters. The generic case with nonzero distinct weights and nonzero sum is the most useful regime because every tree except K2 admits a valid labeling. The zero-sum and zero-weight cases are specialized degeneracies and are less attractive for a first implementation.
Ideas from this paper
Unverified
2026
Precompute a two-valued edge labeling of every input tree so that adjacent vertices have different weighted incident-edge sums. Feed the edge labels and resulting vertex signatures into message passing as deterministic symmetry breakers. This can distinguish branches that otherwise produce identical initial representations without adding trainable parameters or random node identifiers.
Useful5/10
Difficulty4/10
Novelty7/10