CVLGROJul 10, 2022

Efficient Multi-Task RGB-D Scene Analysis for Indoor Environments

arXiv:2207.04526v169 citationsh-index: 40
Originality Incremental advance
AI Analysis

This work addresses the need for efficient, comprehensive scene understanding for mobile agents in indoor settings, representing an incremental improvement by integrating multiple tasks into a single network.

The paper tackles the problem of real-time multi-task RGB-D scene analysis for indoor environments by proposing EMSANet, which simultaneously performs semantic and instance segmentation, instance orientation estimation, and scene classification, achieving real-time performance on mobile platforms without performance loss.

Semantic scene understanding is essential for mobile agents acting in various environments. Although semantic segmentation already provides a lot of information, details about individual objects as well as the general scene are missing but required for many real-world applications. However, solving multiple tasks separately is expensive and cannot be accomplished in real time given limited computing and battery capabilities on a mobile platform. In this paper, we propose an efficient multi-task approach for RGB-D scene analysis~(EMSANet) that simultaneously performs semantic and instance segmentation~(panoptic segmentation), instance orientation estimation, and scene classification. We show that all tasks can be accomplished using a single neural network in real time on a mobile platform without diminishing performance - by contrast, the individual tasks are able to benefit from each other. In order to evaluate our multi-task approach, we extend the annotations of the common RGB-D indoor datasets NYUv2 and SUNRGB-D for instance segmentation and orientation estimation. To the best of our knowledge, we are the first to provide results in such a comprehensive multi-task setting for indoor scene analysis on NYUv2 and SUNRGB-D.

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