English

$R^3$: 3D Reconstruction via Relative Regression

Computer Vision and Pattern Recognition 2026-05-27 v1

Abstract

Recent feed-forward geometry foundation models have demonstrated impressive generalization by recovering depth and poses in a single forward pass. However, these models are typically constrained by a global coordinate frame assumption. This dependency becomes a significant bottleneck for long-context and streaming reconstruction, as it forces the network to maintain an arbitrary temporal origin and handle translation magnitudes that grow unbounded over time. Our solution, which we call R3R^3, employs relative regression. We employ a lightweight MLP to predict confidence-weighted relative constraints. These confidences serve as a unified anchor: weighting losses during training and guiding pose aggregation during inference. R3R^3 supports both full-context offline reconstruction and causal, bounded-memory streaming. Our evaluation in both offline and streaming settings validates the effectiveness of our relative mechanism. Project page: https://kevinxu02.github.io/r3-site

Keywords

Cite

@article{arxiv.2605.26519,
  title  = {$R^3$: 3D Reconstruction via Relative Regression},
  author = {Congrong Xu and Huachen Gao and Xingyu Chen and Yuliang Xiu and Jun Gao and Anpei Chen},
  journal= {arXiv preprint arXiv:2605.26519},
  year   = {2026}
}
R2 v1 2026-07-22T07:33:44.282Z