paper-with-me

Papers

Phase Transition in Convex Relaxations for Graph Alignment

2026-06-14 · Laurent Massoulié, Sushil Mahavir Varma, Louis Vassaux, Irène Waldspurger arxiv

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)$ with correlation $1/\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 $\|AX - XB\|_F$ over the set of doubly stochastic matrices and the unit hypercube. We show that when the correlation parameter satisfies $σ= o(n^{-1/2}/\log^4 n)$, the solution of either relaxation $(X^\star)$ concentrates around the ground-truth permutation matrix $(Π^\star)$, i.e., $\|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^\star-Π^\star\|_F^2$ transitions from $o(n)$ for $σ= \tilde{o}(n^{-1/2})$ to $Ω(n)$ for $σ= \tildeΩ(n^{-1/2})$. In doing so, our analysis significantly tightens prior results and extends them beyond doubly stochastic relaxations.

📄 PDF Abstract BibTeX arXiv:2606.15581

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Convex Relaxations of Convolutional Neural Nets

2018-12-31 · Burak Bartan, Mert Pilanci

We propose convex relaxations for convolutional neural nets with one hidden layer where the output weights are fixed. For convex activation functions such as rectified linear units, the relaxations are convex second orde…

DS*: Tighter Lifting-Free Convex Relaxations for Quadratic Matching Problems

2017-11-29 · CVPR 2018 6 · Florian Bernard, Christian Theobalt, Michael Moeller

In this work we study convex relaxations of quadratic optimisation problems over permutation matrices. While existing semidefinite programming approaches can achieve remarkably tight relaxations, they have the strong dis…

Graph Matching

New Convex Relaxations for MRF Inference With Unknown Graphs

2019-10-01 · ICCV 2019 10 · Zhenhua Wang, Tong Liu, Qinfeng Shi, M. Pawan Kumar 외

Treating graph structures of Markov random fields as unknown and estimating them jointly with labels have been shown to be useful for modeling human activity recognition and other related tasks. We propose two novel rela…

Activity RecognitionHuman Activity Recognition

Convex Relaxations for Pose Graph Optimization with Outliers

2018-01-07 · Luca Carlone, Giuseppe C. Calafiore

Pose Graph Optimization involves the estimation of a set of poses from pairwise measurements and provides a formalization for many problems arising in mobile robotics and geometric computer vision. In this paper, we cons…

Multilayer Spectral Graph Clustering via Convex Layer Aggregation: Theory and Algorithms

2017-08-08 · Pin-Yu Chen, Alfred O. Hero

Multilayer graphs are commonly used for representing different relations between entities and handling heterogeneous data processing tasks. Non-standard multilayer graph clustering methods are needed for assigning cluste…

ClusteringGraph ClusteringSpectral Graph Clustering