CVOct 21, 2021

PlaneRecNet: Multi-Task Learning with Cross-Task Consistency for Piece-Wise Plane Detection and Reconstruction from a Single RGB Image

arXiv:2110.11219v216 citations
Originality Incremental advance
AI Analysis

This work addresses scene understanding in man-made environments, particularly indoors, by improving planar detection and reconstruction, though it appears incremental by building on existing multi-task and consistency approaches.

The paper tackles piece-wise 3D planar reconstruction from a single RGB image by enforcing cross-task consistency in a multi-task CNN, integrating instance segmentation and depth estimation with novel loss functions and a Plane Prior Attention module, resulting in improved accuracy for segmentation and depth estimation as validated through experiments.

Piece-wise 3D planar reconstruction provides holistic scene understanding of man-made environments, especially for indoor scenarios. Most recent approaches focused on improving the segmentation and reconstruction results by introducing advanced network architectures but overlooked the dual characteristics of piece-wise planes as objects and geometric models. Different from other existing approaches, we start from enforcing cross-task consistency for our multi-task convolutional neural network, PlaneRecNet, which integrates a single-stage instance segmentation network for piece-wise planar segmentation and a depth decoder to reconstruct the scene from a single RGB image. To achieve this, we introduce several novel loss functions (geometric constraint) that jointly improve the accuracy of piece-wise planar segmentation and depth estimation. Meanwhile, a novel Plane Prior Attention module is used to guide depth estimation with the awareness of plane instances. Exhaustive experiments are conducted in this work to validate the effectiveness and efficiency of our method.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes