paper-with-me

Papers

Hypergraph Convolutional Network based Weakly Supervised Point Cloud Semantic Segmentation with Scene-Level Annotations

2022-11-02 · Zhuheng Lu, Peng Zhang, Yuewei Dai, Weiqing Li, Zhiyong Su

Point cloud segmentation with scene-level annotations is a promising but challenging task. Currently, the most popular way is to employ the class activation map (CAM) to locate discriminative regions and then generate point-level pseudo labels from scene-level annotations. However, these methods always suffer from the point imbalance among categories, as well as the sparse and incomplete supervision from CAM. In this paper, we propose a novel weighted hypergraph convolutional network-based method, called WHCN, to confront the challenges of learning point-wise labels from scene-level annotations. Firstly, in order to simultaneously overcome the point imbalance among different categories and reduce the model complexity, superpoints of a training point cloud are generated by exploiting the geometrically homogeneous partition. Then, a hypergraph is constructed based on the high-confidence superpoint-level seeds which are converted from scene-level annotations. Secondly, the WHCN takes the hypergraph as input and learns to predict high-precision point-level pseudo labels by label propagation. Besides the backbone network consisting of spectral hypergraph convolution blocks, a hyperedge attention module is learned to adjust the weights of hyperedges in the WHCN. Finally, a segmentation network is trained by these pseudo point cloud labels. We comprehensively conduct experiments on the ScanNet and S3DIS segmentation datasets. Experimental results demonstrate that the proposed WHCN is effective to predict the point labels with scene annotations, and yields state-of-the-art results in the community. The source code is available at http://zhiyongsu.github.io/Project/WHCN.html.

📄 PDF Abstract BibTeX arXiv:2211.01174

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

Hypergraph Convolutional Networks for Weakly-Supervised Semantic Segmentation

2022-10-11 · Jhony H. Giraldo, Vincenzo Scarrica, Antonino Staiano, Francesco Camastra 외

Semantic segmentation is a fundamental topic in computer vision. Several deep learning methods have been proposed for semantic segmentation with outstanding results. However, these models require a lot of densely annotat…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

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

Hypergraph $p$-Laplacian regularization on point clouds for data interpolation

2024-05-02 · Kehan Shi, Martin Burger

As a generalization of graphs, hypergraphs are widely used to model higher-order relations in data. This paper explores the benefit of the hypergraph structure for the interpolation of point cloud data that contain no ex…

Weakly Supervised 3D Object Detection from Point Clouds

2020-07-28 · Zengyi Qin, Jinglu Wang, Yan Lu

A crucial task in scene understanding is 3D object detection, which aims to detect and localize the 3D bounding boxes of objects belonging to specific classes. Existing 3D object detectors heavily rely on annotated 3D bo…

3D Object DetectionKnowledge DistillationObjectobject-detection+3

Weakly Supervised Semantic Segmentation for Large-Scale Point Cloud

2022-12-09 · AAAI 2021 5 · Yachao Zhang, Zonghao Li, Yuan Xie, Yanyun Qu 외

Existing methods for large-scale point cloud semantic segmentation require expensive, tedious and error-prone manual point-wise annotations. Intuitively, weakly supervised training is a direct solution to reduce the cost…

ColorizationPseudo LabelSelf-Supervised LearningSemantic Segmentation+2