Papers
Topics
Authors
Recent
Search
2000 character limit reached

Attributed Network Alignment: Statistical Limits and Efficient Algorithm

Published 6 Apr 2026 in math.ST and stat.ML | (2604.04365v1)

Abstract: This paper studies the problem of recovering a hidden vertex correspondence between two correlated graphs when both edge weights and node features are observed. While most existing work on graph alignment relies primarily on edge information, many real-world applications provide informative node features in addition to graph topology. To capture this setting, we introduce the featured correlated Gaussian Wigner model, where two graphs are coupled through an unknown vertex permutation, and the node features are correlated under the same permutation. We characterize the optimal information-theoretic thresholds for exact recovery and partial recovery of the latent mapping. On the algorithmic side, we propose QPAlign, an algorithm based on a quadratic programming relaxation, and demonstrate its strong empirical performance on both synthetic and real datasets. Moreover, we also derive theoretical guarantees for the proposed procedure, supporting its reliability and providing convergence guarantees.

Summary

  • The paper establishes sharp statistical thresholds for partial and exact recovery in attributed network alignment by jointly analyzing edge (ρ) and feature (r) correlations.
  • The paper introduces QPAlign, a convex quadratic programming relaxation solved via projected gradient descent, with theoretical convergence and strong empirical performance.
  • The paper demonstrates that combining topology and attribute information significantly improves alignment accuracy, outperforming methods that rely on a single data type.

Attributed Network Alignment: Statistical Limits and Efficient Algorithm

Introduction and Problem Formulation

This paper addresses the network alignment problem in the regime where both edge weights and node features are available and correlated between two graphs. Realistic scenarios within domains such as bioinformatics, social networks, and scholarly databases present both edge and feature information, motivating the introduction of the featured correlated Gaussian Wigner model (FCGWM). In this model, two weighted graphs are coupled under an unknown vertex permutation; both the edge weights and the associated feature vectors exhibit correlated Gaussian distributions controlled by parameters ρ\rho (edge correlation) and rr (feature correlation), with the vertex permutation inducing node-level correspondence.

The primary aim is to recover the ground-truth permutation π\pi^* given the two observed attributed graphs. The paper defines both partial and exact recovery criteria, and systematically investigates the minimal signal thresholds required for those objectives.

Information-Theoretic Recoverability: Sharp Thresholds

The core theoretical contributions precisely characterize the recoverability phase transitions in terms of nn (number of vertices), dd (feature dimensionality), and the correlations ρ,r\rho, r. Two main theorems are proven:

  • Partial Recovery: Exact phase transition is ensured when nlog(1/(1ρ2))+2dlog(1/(1r2))4lognn \log\left(1/(1-\rho^2)\right) + 2d \log\left(1/(1-r^2)\right) \gtrsim 4\log n with d=ω(logn)d = \omega(\log n). Below a lower threshold, all estimators fail with high probability.
  • Exact Recovery: The threshold tightens to nlog(1/(1ρ2))+dlog(1/(1r2))4lognn \log\left(1/(1-\rho^2)\right) + d \log\left(1/(1-r^2)\right) \gtrsim 4\log n.

Theoretical analysis is conducted via direct analysis of the maximum likelihood estimator (MLE), exploiting likelihood cycle decomposition and precise application of concentration inequalities (notably the Hanson–Wright inequality for quadratic forms in Gaussian settings). Figure 1

Figure 1: Phase-transition boundaries of QPAlign under different regularization parameters λ\lambda, together with the information-theoretic exact recovery limit.

Practically, these results delimit the parameter space: neither topology (rr0) nor attributes (rr1) alone is always sufficient, but their precise interplay can yield successful alignment in regimes previously unattainable without combined information. The results highlight a distinct gap between partial and exact recovery—feature information contributes less to partial recovery than to exact recovery at the threshold.

Algorithmic Approach: QPAlign

Given the infeasibility of brute-force MLE computation (rr2-scale search), the paper proposes QPAlign, a convex quadratic programming (QP) relaxation. The alignment objective balances quadratic assignment over adjacency matrices (edge structure) and optimal assignment over attribute similarity (vertex features), weighted by a tunable parameter rr3. The QP is solved efficiently via projected gradient descent over the Birkhoff polytope, using fast Sinkhorn normalization as a practical projection method and Hungarian rounding for extraction of permutation solutions.

The objective is: rr4 where rr5 are adjacency matrices, rr6 is the feature-distance matrix, and rr7 is a regularization hyperparameter encouraging extremality.

A rigorous convergence guarantee is provided for this algorithm: under mild conditions on rr8 (preferably high-dimensional features), the projected gradient method delivers arbitrarily precise solutions in polynomial time (see Proposition 4.1 of the paper). Figure 2

Figure 2

Figure 2: Gaussian Wigner model with rr9 and π\pi^*0; empirical exact recovery region as a function of edge (π\pi^*1) and attribute (π\pi^*2) correlations.

Experimental Results: Synthetic and Real-World Datasets

Extensive experiments are performed to validate both theoretical limits and algorithmic efficacy on:

  • Synthetic FCGWM data: Experiments confirm the predicted phase transitions—empirical exact recovery is observed tightly aligned with the threshold formula. Statistical–computational gaps are empirically observable in certain intermediate regimes, showcasing the boundaries of feasible QP-relaxation.
  • Benchmark Real Datasets: QPAlign is tested on ACM–DBLP (bibliographic matching), Douban Online–Offline (social user de-anonymization), and spatial transcriptomic (ST) spot alignment tasks. In all cases, QPAlign robustly outperforms baselines utilizing only topology or attributes, and demonstrates strong stability w.r.t. the regularization π\pi^*3. Figure 3

    Figure 3: Overlap (fraction of correct matches) versus π\pi^*4 in ACM-DBLP and Douban datasets, displaying the empirical advantage of joint structure–attribute coupling.

Beyond benchmarks such as FGW, REGAL, GW, or MAP, these results demonstrate that simply combining structure and features—without even elaborate model-based weighting—delivers a significant alignment boost, especially in high-noise or weak-signal settings.

Theoretical and Practical Implications

This work advances a unified framework for attributed network alignment in both theoretical and algorithmic senses:

  • Sharp Information–Computation Trade-off: The explicit threshold characterizations provide a foundation for exploring computational hardness (statistical–algorithmic gaps) in network alignment.
  • Algorithmic Realization: QPAlign offers a polynomial-time, stable, regularized approach, provably convergent and empirically close to optimal, unlike previous methods designed for either attributes or topology alone.
  • Generalization: The theoretical techniques (cycle counting, concentration inequalities) and QPAlign methodology naturally extend to variants such as partially overlapping graphs, weighted or sparse regimes, and potentially to heavy-tailed or non-Gaussian features. Figure 4

    Figure 4: Alignment accuracy as a function of π\pi^*5 on spatial transcriptomic data, illustrating robustness across trade-off settings.

Conclusion

This paper establishes precise statistical limits for attributed graph alignment under the FCGWM, demonstrating both information-theoretic and algorithmic advances. Feature and structure information are rigorously shown to act synergistically in yielding sharp recoverability thresholds, with QPAlign delivering efficient, practical recovery in regimes closely matching theoretical possibility. Directions for further research include extension to partial overlap, tight computational hardness bounds, and relaxing Gaussianity requirements.

Reference:

"Attributed Network Alignment: Statistical Limits and Efficient Algorithm" (2604.04365)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

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

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.