Table of Contents
Fetching ...

PlaneSAM: Multimodal Plane Instance Segmentation Using the Segment Anything Model

Zhongchen Deng, Zhechen Yang, Chi Chen, Cheng Zeng, Yan Meng, Bisheng Yang

TL;DR

A plane instance segmentation network called PlaneSAM, which can fully integrate the information of the RGB bands (spectral bands) and the D band (geometric band) thereby improving the effectiveness of plane instance segmentation in a multimodal manner is proposed.

Abstract

Plane instance segmentation from RGB-D data is a crucial research topic for many downstream tasks. However, most existing deep-learning-based methods utilize only information within the RGB bands, neglecting the important role of the depth band in plane instance segmentation. Based on EfficientSAM, a fast version of SAM, we propose a plane instance segmentation network called PlaneSAM, which can fully integrate the information of the RGB bands (spectral bands) and the D band (geometric band), thereby improving the effectiveness of plane instance segmentation in a multimodal manner. Specifically, we use a dual-complexity backbone, with primarily the simpler branch learning D-band features and primarily the more complex branch learning RGB-band features. Consequently, the backbone can effectively learn D-band feature representations even when D-band training data is limited in scale, retain the powerful RGB-band feature representations of EfficientSAM, and allow the original backbone branch to be fine-tuned for the current task. To enhance the adaptability of our PlaneSAM to the RGB-D domain, we pretrain our dual-complexity backbone using the segment anything task on large-scale RGB-D data through a self-supervised pretraining strategy based on imperfect pseudo-labels. To support the segmentation of large planes, we optimize the loss function combination ratio of EfficientSAM. In addition, Faster R-CNN is used as a plane detector, and its predicted bounding boxes are fed into our dual-complexity network as prompts, thereby enabling fully automatic plane instance segmentation. Experimental results show that the proposed PlaneSAM sets a new SOTA performance on the ScanNet dataset, and outperforms previous SOTA approaches in zero-shot transfer on the 2D-3D-S, Matterport3D, and ICL-NUIM RGB-D datasets, while only incurring a 10% increase in computational overhead compared to EfficientSAM.

PlaneSAM: Multimodal Plane Instance Segmentation Using the Segment Anything Model

TL;DR

A plane instance segmentation network called PlaneSAM, which can fully integrate the information of the RGB bands (spectral bands) and the D band (geometric band) thereby improving the effectiveness of plane instance segmentation in a multimodal manner is proposed.

Abstract

Plane instance segmentation from RGB-D data is a crucial research topic for many downstream tasks. However, most existing deep-learning-based methods utilize only information within the RGB bands, neglecting the important role of the depth band in plane instance segmentation. Based on EfficientSAM, a fast version of SAM, we propose a plane instance segmentation network called PlaneSAM, which can fully integrate the information of the RGB bands (spectral bands) and the D band (geometric band), thereby improving the effectiveness of plane instance segmentation in a multimodal manner. Specifically, we use a dual-complexity backbone, with primarily the simpler branch learning D-band features and primarily the more complex branch learning RGB-band features. Consequently, the backbone can effectively learn D-band feature representations even when D-band training data is limited in scale, retain the powerful RGB-band feature representations of EfficientSAM, and allow the original backbone branch to be fine-tuned for the current task. To enhance the adaptability of our PlaneSAM to the RGB-D domain, we pretrain our dual-complexity backbone using the segment anything task on large-scale RGB-D data through a self-supervised pretraining strategy based on imperfect pseudo-labels. To support the segmentation of large planes, we optimize the loss function combination ratio of EfficientSAM. In addition, Faster R-CNN is used as a plane detector, and its predicted bounding boxes are fed into our dual-complexity network as prompts, thereby enabling fully automatic plane instance segmentation. Experimental results show that the proposed PlaneSAM sets a new SOTA performance on the ScanNet dataset, and outperforms previous SOTA approaches in zero-shot transfer on the 2D-3D-S, Matterport3D, and ICL-NUIM RGB-D datasets, while only incurring a 10% increase in computational overhead compared to EfficientSAM.

Paper Structure

This paper contains 17 sections, 6 figures, 7 tables.

Figures (6)

  • Figure 1: Failure cases of plane segmentation based solely on RGB spectral bands, taking the SOTA algorithm PlaneTR as an example. Each row from top to bottom shows RGB images, depth images, ground-truths, segmentation results of the PlaneTR algorithm, and segmentation results of our PlaneSAM. Areas marked in black in the segmentation results represent non-planar regions.
  • Figure 2: Failure cases of plane segmentation by only fine-tuning the original EfficientSAM backbone. Each row from top to bottom shows RGB images, depth images, ground-truths, results obtained by only fine-tuning the original EfficientSAM backbone, and results obtained by our PlaneSAM. Both segmentation networks use the bounding boxes of ground-truth masks as prompts. Areas marked in black in segmentation results represent non-planar regions.
  • Figure 3: Detailed schematic of our PlaneSAM.
  • Figure 4: Examples of the datasets used to pretrain our PlaneSAM. The first row displays RGB-D data, while the second row displays corresponding pseudo-labels automatically generated by SAM-H.
  • Figure 5: Qualitative comparison results for some of the test algorithms on the ScanNet dataset. GT refers to ground-truth.
  • ...and 1 more figures