English

Towards In-the-wild 3D Plane Reconstruction from a Single Image

Computer Vision and Pattern Recognition 2025-06-04 v1

Abstract

3D plane reconstruction from a single image is a crucial yet challenging topic in 3D computer vision. Previous state-of-the-art (SOTA) methods have focused on training their system on a single dataset from either indoor or outdoor domain, limiting their generalizability across diverse testing data. In this work, we introduce a novel framework dubbed ZeroPlane, a Transformer-based model targeting zero-shot 3D plane detection and reconstruction from a single image, over diverse domains and environments. To enable data-driven models across multiple domains, we have curated a large-scale planar benchmark, comprising over 14 datasets and 560,000 high-resolution, dense planar annotations for diverse indoor and outdoor scenes. To address the challenge of achieving desirable planar geometry on multi-dataset training, we propose to disentangle the representation of plane normal and offset, and employ an exemplar-guided, classification-then-regression paradigm to learn plane and offset respectively. Additionally, we employ advanced backbones as image encoder, and present an effective pixel-geometry-enhanced plane embedding module to further facilitate planar reconstruction. Extensive experiments across multiple zero-shot evaluation datasets have demonstrated that our approach significantly outperforms previous methods on both reconstruction accuracy and generalizability, especially over in-the-wild data. Our code and data are available at: https://github.com/jcliu0428/ZeroPlane.

Keywords

Cite

@article{arxiv.2506.02493,
  title  = {Towards In-the-wild 3D Plane Reconstruction from a Single Image},
  author = {Jiachen Liu and Rui Yu and Sili Chen and Sharon X. Huang and Hengkai Guo},
  journal= {arXiv preprint arXiv:2506.02493},
  year   = {2025}
}

Comments

CVPR 2025 Highlighted Paper

R2 v1 2026-07-01T02:56:02.613Z