ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2505.14583
45
0

Instance Segmentation for Point Sets

20 May 2025
Abhimanyu Talwar
Julien Laasri
    3DPCISeg
ArXiv (abs)PDFHTML
Main:5 Pages
13 Figures
Bibliography:1 Pages
Abstract

Recently proposed neural network architectures like PointNet [QSMG16] and PointNet++ [QYSG17] have made it possible to apply Deep Learning to 3D point sets. The feature representations of shapes learned by these two networks enabled training classifiers for Semantic Segmentation, and more recently for Instance Segmentation via the Similarity Group Proposal Network (SGPN) [WYHN17]. One area of improvement which has been highlighted by SGPN's authors, pertains to use of memory intensive similarity matrices which occupy memory quadratic in the number of points. In this report, we attempt to tackle this issue through use of two sampling based methods, which compute Instance Segmentation on a sub-sampled Point Set, and then extrapolate labels to the complete set using the nearest neigbhour approach. While both approaches perform equally well on large sub-samples, the random-based strategy gives the most improvements in terms of speed and memory usage.

View on arXiv
@article{talwar2025_2505.14583,
  title={ Instance Segmentation for Point Sets },
  author={ Abhimanyu Talwar and Julien Laasri },
  journal={arXiv preprint arXiv:2505.14583},
  year={ 2025 }
}
Comments on this paper