English

Multi-task Planar Reconstruction with Feature Warping Guidance

Computer Vision and Pattern Recognition 2023-12-22 v2

Abstract

Piece-wise planar 3D reconstruction simultaneously segments plane instances and recovers their 3D plane parameters from an image, which is particularly useful for indoor or man-made environments. Efficient reconstruction of 3D planes coupled with semantic predictions offers advantages for a wide range of applications requiring scene understanding and concurrent spatial mapping. However, most existing planar reconstruction models either neglect semantic predictions or do not run efficiently enough for real-time applications. We introduce SOLOPlanes, a real-time planar reconstruction model based on a modified instance segmentation architecture which simultaneously predicts semantics for each plane instance, along with plane parameters and piece-wise plane instance masks. We achieve an improvement in instance mask segmentation by including multi-view guidance for plane predictions in the training process. This cross-task improvement, training for plane prediction but improving the mask segmentation, is due to the nature of feature sharing in multi-task learning. Our model simultaneously predicts semantics using single images at inference time, while achieving real-time predictions at 43 FPS.

Keywords

Cite

@article{arxiv.2311.14981,
  title  = {Multi-task Planar Reconstruction with Feature Warping Guidance},
  author = {Luan Wei and Anna Hilsmann and Peter Eisert},
  journal= {arXiv preprint arXiv:2311.14981},
  year   = {2023}
}

Comments

For code, see https://github.com/fraunhoferhhi/SOLOPlanes

R2 v1 2026-06-28T13:31:16.223Z