stat.MLJun 14, 2026

Phase Transition in Convex Relaxations for Graph Alignment

Authors: Laurent MassouliéSushil Mahavir VarmaLouis VassauxIrène Waldspurger

Organizations: INRIA, DI/ENS, PSL Research University, Paris, France · Industrial and Operations Engineering, University of Michigan, Ann Arbor, Michigan, USA. · CNRS, INRIA, Universit´e Paris Dauphine, Paris, France

Abstract

We study the graph alignment problem for correlated Gaussian Orthogonal Ensemble (GOE) matrices, where the goal is to recover a hidden vertex permutation given two correlated symmetric Gaussian matrices (A,B)(A, B) with correlation 1/1+σ21/\sqrt{1+σ^2}. While the maximum likelihood estimator is information-theoretically optimal, its computation, which reduces to a quadratic assignment problem, is intractable. Motivated by this, we analyze convex relaxations based on minimizing AXXBF\|AX - XB\|_F over the set of doubly stochastic matrices and the unit hypercube. We show that when the correlation parameter satisfies σ=o(n1/2/log4n)σ= o(n^{-1/2}/\log^4 n), the solution of either relaxation (X)(X^\star) concentrates around the ground-truth permutation matrix (Π)(Π^\star), i.e., XΠF2=o(n)\|X^\star-Π^\star\|_F^2 = o(n), implying recovery of all but a vanishing fraction of vertices after simple post-processing. Combined with existing lower bounds, our results precisely characterize that XΠF2\|X^\star-Π^\star\|_F^2 transitions from o(n)o(n) for σ=o~(n1/2)σ= \tilde{o}(n^{-1/2}) to Ω(n)Ω(n) for σ=Ω~(n1/2)σ= \tildeΩ(n^{-1/2}). In doing so, our analysis significantly tightens prior results and extends them beyond doubly stochastic relaxations.

Explore similar work

Jul 9, 2026stat.ML

High-Dimensional Procrustes Matching via Tree Counts

Suppose we observe two sets of nn Gaussian vectors in Rd\mathbb{R}^d, with the promise that, after applying a permutation of [n][n] and a rotation of Rd\mathbb{R}^d, the two sets are ρρ-correlated. The Procrustes matching problem asks us to recover the unknown permutation of [n][n] that aligns the two sets. The problem is well-studied in the low-dimensional regime d=O(logn)d=O(\log n), but the high-dimensional regime dlognd\gg \log n has remained largely uncharted: prior matching guarantees require nearly perfect correlation ρ=1o(1)ρ=1-o(1), even for information-theoretic recovery. Our main result is a polynomial-time algorithm for exact recovery at constant correlation. The algorithm works by computing and comparing weighted counts of a specially chosen family of ``wide'' trees. So long as dpolylog(n)d\ge \mathrm{polylog}(n), the algorithm succeeds with high probability for any ρ2>αρ^2>\sqrtα, where α0.338α\approx 0.338 is Otter's tree-counting constant. We complement this algorithmic result with an improved information-theoretic guarantee, showing that exact recovery is possible when ρ2max{logn/d,logn/n}ρ^2 \gtrsim \max\{\log n/d,\sqrt{\log n/n}\}. We also carry out a low-degree advantage calculation, which suggests that the condition ρ2>αρ^2 > \sqrtα is necessary for any tree-counting algorithm.
Xiaochun Niu, Tselil Schramm, Jiaming Xu
Jul 24, 2026stat.ML

Graph-Based Correlation Matrix Generation: A Convex Optimization Approach

This work addresses the generation of theoretical correlation matrices with prescribed sparsity patterns associated to graph structures. We propose a novel convex optimization framework in which an initial matrix is projected onto an elliptope under a positive semidefiniteness constraint. Several numerical schemes are implemented and compared. The problem falls within the broader class of matrix completion, where off-diagonal entries corresponding to absent edges are fixed to zero and diagonal entries are fixed to one. Beyond this structural constraint, the approach offers greater flexibility than existing methods by allowing control over the mean of the off-diagonal entry distribution, enabling the generation of correlation matrices that better reflect realistic data. This procedure is not designed to yield a uniform distribution over the feasible set; rather, it provides a principled and tunable way to construct correlation matrices suitable for benchmarking statistical methods for graphical model inference. Theoretical guarantees on the existence of solutions are established, both in the general setting and under the additional mean constraint. Simulation studies illustrate the properties of the generated matrices with respect to graph structure. The methodology is applied to two real-world datasets from neuroscience and finance, and a comparison with GAN-based correlation matrix generation is provided.
Ali Fakhar, K{é}vin Polisano, Ir{è}ne Gannaz +1
Jul 20, 2026stat.ML

Mixing-Free and Signal-Optimal Learning of Gaussian Graphical Models from Glauber Dynamics

Gaussian graphical model selection is usually studied under independent sampling, but in many applications the data arise as a single trajectory of a dependent stochastic process. We study exact recovery of the graph from one trajectory of random-scan Gaussian Glauber dynamics. Existing techniques for this problem either inherit the mixing time of the chain, which can be super-polynomial in the dimension pp without strong assumptions, or are suboptimal in the minimum normalized edge strength κκ. We propose two algorithms that are mixing-free and attain the κ2κ^{-2} dependence of the information-theoretic lower bounds. Both instantiate a shared dueling-neighborhood search meta-algorithm with a local statistic built directly from the update sequence. For every fixed precision matrix and deterministic initialization, the first algorithm fits a least-squares regression at the updates of each node and has pointwise recovery horizon O~(pd2/κ2)\widetilde O(pd^{2}/κ^{2}), where dd is the maximum degree. Its horizon depends logarithmically on a local conditioning quantity and on the initialization potential. The second algorithm is based on counting occurences of a specific update pattern and requires O~(pd4/κ2)\widetilde O(pd^{4}/κ^{2}) updates, with no dependence on any condition number. The central technical challenge is that both statistics are built from dependent, non-stationary observations. Our analysis tackles this by demonstrating how to extract fresh Gaussian innovations from the update sequence, which yields mixing-free control of appropriate quantities. Neither the algorithms nor their analyses invoke stationarity, a spectral gap, or mixing conditions.
Vignesh Tirukkonda, Gautam Dasarathy