Papers
Topics
Authors
Recent
Search
2000 character limit reached

Random Weighted Uniform Spanning Trees

Updated 30 December 2025
  • Random Weighted Uniform Spanning Trees are probabilistic models that generate spanning trees in graphs by assigning random weights to edges, generalizing classical USTs.
  • They exhibit distinctive phase transitions and scaling behaviors, where changes in disorder strength shift the tree structure from CRT-like to MST-like regimes.
  • Advanced sampling algorithms, from Wilson's technique to quantum speedup methods, enable efficient generation and analysis in complex network applications.

Random Weighted Uniform Spanning Trees are probabilistic models and algorithms for generating spanning trees in finite graphs where edge weights are assigned randomly and the likelihood of a tree is determined by the product of its constituent edge weights. The study of such models encompasses both combinatorial properties and computational algorithms, including connections to statistical mechanics (through Gibbs measures), effective resistance metric, percolation theory, and spectral graph theory. These models generalize the classical uniform spanning tree (UST) model by incorporating randomness in the edge weights, yielding rich phase transitions and universality phenomena.

1. Model Definition and Probability Law

Let G=(V,E)G = (V, E) be a connected undirected graph of nn vertices. Each edge ee may be assigned a (random) positive weight wew_e, often drawn i.i.d. from some continuous distribution (such as Unif(0,1)\mathrm{Unif}(0,1)). The distribution over spanning trees T⊂ET\subset E is a Gibbs measure

Pw(T)=1Z(w)∏e∈Twe,P_w(T) = \frac{1}{Z(w)} \prod_{e \in T} w_e,

where Z(w)=∑T′∏e∈T′weZ(w) = \sum_{T'} \prod_{e \in T'} w_e is the partition function summing over all spanning trees T′T' of GG (Makowiec et al., 2024, Makowiec et al., 2023). In special cases such as nn0, one recovers the classical uniform spanning tree law.

A prominent variant is the random spanning tree in random environment (RSTRE) on the complete graph nn1, with edge weights defined by nn2 for i.i.d. nn3 and disorder strength (inverse temperature) nn4. As nn5 varies, the model interpolates continuously between the UST (nn6) and the minimum spanning tree (nn7) (Makowiec et al., 2024).

2. Diameter Scaling and Phase Transitions

The graph distance diameter of a random spanning tree under random weighting exhibits universal scaling laws and sharp transitions determined by the disorder strength nn8:

An intermediate regime (ee3 with ee4) is conjectured to induce diameter scaling ee5 for a continuous exponent ee6, establishing a one-parameter family interpolating between CRT-like and MST-like behavior (Makowiec et al., 2024).

For bounded-degree expander graphs and high-dimensional tori, the diameter of the weighted UST under i.i.d. edge weights remains of order ee7 with high probability, provided the base graph maintains robust expansion (Makowiec et al., 2023).

3. Effective Resistance and Marginal Edge Probabilities

Marginal probabilities for edges in random weighted spanning trees are exactly characterized by Kirchhoff's Matrix-Tree Theorem: ee8 where ee9 is the effective resistance between wew_e0 and wew_e1 in the weighted network defined by conductances wew_e2 (Makowiec et al., 2024, Madry et al., 2015). Covariances of edge indicators and node degree moments can be written in closed form using Laplacian minors and their inverses (Sanmartín et al., 2024), leveraging

wew_e3

where wew_e4 is the inverse Laplacian minor after deleting root wew_e5.

Negative correlations between edge inclusion events yield strong concentration bounds, and play a central role both in statistical inference and algorithmic sampling (Dolev et al., 2016).

4. Algorithms for Weighted Random Spanning Trees

A variety of algorithmic paradigms exist for sampling random weighted spanning trees:

  • Wilson's Algorithm / Loop-Erased Random Walk: Generalizes to the weighted setting by biasing transitions proportional to edge weights, applicable on planar and general graphs (Madry et al., 2015, Cannon et al., 15 Aug 2025).
  • Aldous–Broder Algorithm: Weighted random walks for tree generation; cover time is governed by the maximal effective resistance, yielding wew_e6 total time in the worst case (Dolev et al., 2016).
  • Recursive Effective Resistance Partitioning: A framework achieving wew_e7 time via recursive partitioning in the effective resistance metric, shortcut random walks, and Laplacian solvers (Madry et al., 2015).
  • Laplacian Solver Shortcuts and Schur Complements: Recent advances provide almost-linear-time exact and wew_e8-approximate samplers, with weight-independent complexity: wew_e9 (exact), Unif(0,1)\mathrm{Unif}(0,1)0 (approximate) (Schild, 2017).
  • Quantum Speedup: A quantum algorithm samples random weighted spanning trees in Unif(0,1)\mathrm{Unif}(0,1)1 time, leveraging quantum resistance oracles and sampling-without-replacement techniques, and is provably optimal up to polylogarithmic factors (Apers et al., 22 Apr 2025).

On planar grid-like graphs, divide-and-conquer algorithms using partial duality and separators achieve Unif(0,1)\mathrm{Unif}(0,1)2 exact sampling for both weighted and unweighted cases (Cannon et al., 15 Aug 2025).

5. Spectral Sparsification and Applications

The union of Unif(0,1)\mathrm{Unif}(0,1)3 independently-sampled random spanning trees yields, after suitable reweighting, a spectral sparsifier of the original graph: for any Unif(0,1)\mathrm{Unif}(0,1)4,

Unif(0,1)\mathrm{Unif}(0,1)5

where Unif(0,1)\mathrm{Unif}(0,1)6 is the Laplacian of the union and Unif(0,1)\mathrm{Unif}(0,1)7 the original Laplacian. This exploits matrix concentration for sums of rank-one projection matrices associated with trees (Dolev et al., 2016). Tree-based sparsification directly impacts algorithms for virtual network security and monitoring in software-defined networks.

6. Universality and Scaling Limits

On high-dimensional graphs and under wide classes of edge weight distributions, the metric space of a weighted uniform spanning tree (after rescaling distances by Unif(0,1)\mathrm{Unif}(0,1)8) converges in law to the Brownian continuum random tree (CRT) (Addario-Berry et al., 2020, Makowiec et al., 2023). For more general degree sequences, tree-weighted random graphs also yield the CRT limit under mild variance conditions, via an additive coalescent construction (Addario-Berry et al., 2020).

Heavy-tailed weight distributions or unbounded-degree graphs may force the diameter to collapse, with the UST concentrating on the MST-like regime (Unif(0,1)\mathrm{Unif}(0,1)9 diameter), showing the necessity of bounded-degree and good expansion for universality (Makowiec et al., 2023, Makowiec et al., 2024).

7. Local Observables and Statistical Properties

Explicit formulas for expectations, variance, and covariance of node degrees in random weighted spanning trees involve Laplacian minors and can be extended to directed graphs (arborescences) (Sanmartín et al., 2024). The distributional structure integrates both edge probability weights and arbitrary degree weights and can be extracted via trace and determinant identities over scaled Laplacians. The full distribution is encoded in the coefficients of determinant expansions, connecting combinatorial structures to spectral graph theory.


In sum, the theory and algorithms of random weighted uniform spanning trees fuse combinatorics, spectral theory, probabilistic metric geometry, and algorithmic innovation—yielding a rich framework for both foundational study and diverse applications in sampling, network science, and randomized matrix algorithms.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Random Weighted Uniform Spanning Trees.