HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Spherical Mask: Coarse-to-Fine 3D Point Cloud Instance Segmentation with Spherical Representation

Shin Sangyun ; Zhou Kaichen ; Vankadari Madhu ; Markham Andrew ; Trigoni Niki

Spherical Mask: Coarse-to-Fine 3D Point Cloud Instance Segmentation with
  Spherical Representation

Abstract

Coarse-to-fine 3D instance segmentation methods show weak performancescompared to recent Grouping-based, Kernel-based and Transformer-based methods.We argue that this is due to two limitations: 1) Instance size overestimationby axis-aligned bounding box(AABB) 2) False negative error accumulation frominaccurate box to the refinement phase. In this work, we introduce SphericalMask, a novel coarse-to-fine approach based on spherical representation,overcoming those two limitations with several benefits. Specifically, ourcoarse detection estimates each instance with a 3D polygon using a center andradial distance predictions, which avoids excessive size estimation of AABB. Tocut the error propagation in the existing coarse-to-fine approaches, wevirtually migrate points based on the polygon, allowing all foreground points,including false negatives, to be refined. During inference, the proposal andpoint migration modules run in parallel and are assembled to form binary masksof instances. We also introduce two margin-based losses for the point migrationto enforce corrections for the false positives/negatives and cohesion offoreground points, significantly improving the performance. Experimentalresults from three datasets, such as ScanNetV2, S3DIS, and STPLS3D, show thatour proposed method outperforms existing works, demonstrating the effectivenessof the new instance representation with spherical coordinates. The code isavailable at: https://github.com/yunshin/SphericalMask

Code Repositories

yunshin/SphericalMask
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
3d-instance-segmentation-on-scannetv2Spherical Mask
mAP: 61.6
mAP @ 50: 81.2
mAP@25: 87.5
3d-instance-segmentation-on-stpls3dSpherical Mask
AP: 52.2
AP50: 68.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Spherical Mask: Coarse-to-Fine 3D Point Cloud Instance Segmentation with Spherical Representation | Papers | HyperAI