paper-with-me

홈 › Papers

Clustering based Point Cloud Representation Learning for 3D Analysis

2023-07-27 · ICCV 2023 1 · Tuo Feng, Wenguan Wang, Xiaohan Wang, Yi Yang, Qinghua Zheng

Point cloud analysis (such as 3D segmentation and detection) is a challenging task, because of not only the irregular geometries of many millions of unordered points, but also the great variations caused by depth, viewpoint, occlusion, etc. Current studies put much focus on the adaption of neural networks to the complex geometries of point clouds, but are blind to a fundamental question: how to learn an appropriate point embedding space that is aware of both discriminative semantics and challenging variations? As a response, we propose a clustering based supervised learning scheme for point cloud analysis. Unlike current de-facto, scene-wise training paradigm, our algorithm conducts within-class clustering on the point embedding space for automatically discovering subclass patterns which are latent yet representative across scenes. The mined patterns are, in turn, used to repaint the embedding space, so as to respect the underlying distribution of the entire training dataset and improve the robustness to the variations. Our algorithm is principled and readily pluggable to modern point cloud segmentation networks during training, without extra overhead during testing. With various 3D network architectures (i.e., voxel-based, point-based, Transformer-based, automatically searched), our algorithm shows notable improvements on famous point cloud segmentation datasets (i.e.,2.0-2.6% on single-scan and 2.0-2.2% multi-scan of SemanticKITTI, 1.8-1.9% on S3DIS, in terms of mIoU). Our algorithm also demonstrates utility in 3D detection, showing 2.0-3.4% mAP gains on KITTI.

📄 PDF Abstract BibTeX arXiv:2307.14605

Code (1)

fengzicai/cluster3dseg 공식 구현 pytorch

Tasks

ClusteringPoint Cloud SegmentationRepresentation LearningSegmentation

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Topological Point Cloud Clustering

2023-03-29 · Vincent P. Grande, Michael T. Schaub

We present Topological Point Cloud Clustering (TPCC), a new method to cluster points in an arbitrary point cloud based on their contribution to global topological features. TPCC synthesizes desirable features from spectr…

ClusteringTopological Data Analysis

Point Cloud Segmentation based on Hypergraph Spectral Clustering

2020-01-21 · Songyang Zhang, Shuguang Cui, Zhi Ding

Hypergraph spectral analysis has emerged as an effective tool processing complex data structures in data analysis. The surface of a three-dimensional (3D) point cloud and the multilateral relationship among their points …

ClusteringPoint Cloud SegmentationSegmentation

PointClustering: Unsupervised Point Cloud Pre-Training Using Transformation Invariance in Clustering

2023-01-01 · CVPR 2023 1 · Fuchen Long, Ting Yao, Zhaofan Qiu, Lusong Li 외

Feature invariance under different data transformations, i.e., transformation invariance, can be regarded as a type of self-supervision for representation learning. In this paper, we present PointClustering, a new un…

ClusteringDeep ClusteringInductive BiasPhilosophy+2

Practical Shape Analysis and Segmentation Methods for Point Cloud Models

2018-10-25 · Reed M. Williams, Horea T. Ilieş

Current point cloud processing algorithms do not have the capability to automatically extract semantic information from the observed scenes, except in very specialized cases. Furthermore, existing mesh analysis paradigms…

ClusteringSurface Reconstruction

ClusterNet: Deep Hierarchical Cluster Network With Rigorously Rotation-Invariant Representation for Point Cloud Analysis

2019-06-01 · CVPR 2019 6 · Chao Chen, Guanbin Li, Ruijia Xu, Tianshui Chen 외

Current neural networks for 3D object recognition are vulnerable to 3D rotation. Existing works mostly rely on massive amounts of rotation-augmented data to alleviate the problem, which lacks solid guarantee of the 3D ro…

3D Object Classification3D Object RecognitionClusteringObject Recognition