English

Global-Aware Edge Prioritization for Pose Graph Initialization

Computer Vision and Pattern Recognition 2026-02-26 v1

Abstract

The pose graph is a core component of Structure-from-Motion (SfM), where images act as nodes and edges encode relative poses. Since geometric verification is expensive, SfM pipelines restrict the pose graph to a sparse set of candidate edges, making initialization critical. Existing methods rely on image retrieval to connect each image to its kk nearest neighbors, treating pairs independently and ignoring global consistency. We address this limitation through the concept of edge prioritization, ranking candidate edges by their utility for SfM. Our approach has three components: (1) a GNN trained with SfM-derived supervision to predict globally consistent edge reliability; (2) multi-minimal-spanning-tree-based pose graph construction guided by these ranks; and (3) connectivity-aware score modulation that reinforces weak regions and reduces graph diameter. This globally informed initialization yields more reliable and compact pose graphs, improving reconstruction accuracy in sparse and high-speed settings and outperforming SOTA retrieval methods on ambiguous scenes. The ode and trained models are available at https://github.com/weitong8591/global_edge_prior.

Keywords

Cite

@article{arxiv.2602.21963,
  title  = {Global-Aware Edge Prioritization for Pose Graph Initialization},
  author = {Tong Wei and Giorgos Tolias and Jiri Matas and Daniel Barath},
  journal= {arXiv preprint arXiv:2602.21963},
  year   = {2026}
}

Comments

accepted to CVPR 2026

R2 v1 2026-07-01T10:52:09.468Z