paper-with-me

홈 › Papers

Rethinking Few-shot 3D Point Cloud Semantic Segmentation

2024-03-01 · CVPR 2024 1 · Zhaochong An, Guolei Sun, Yun Liu, Fayao Liu, Zongwei Wu, Dan Wang, Luc van Gool, Serge Belongie

This paper revisits few-shot 3D point cloud semantic segmentation (FS-PCS), with a focus on two significant issues in the state-of-the-art: foreground leakage and sparse point distribution. The former arises from non-uniform point sampling, allowing models to distinguish the density disparities between foreground and background for easier segmentation. The latter results from sampling only 2,048 points, limiting semantic information and deviating from the real-world practice. To address these issues, we introduce a standardized FS-PCS setting, upon which a new benchmark is built. Moreover, we propose a novel FS-PCS model. While previous methods are based on feature optimization by mainly refining support features to enhance prototypes, our method is based on correlation optimization, referred to as Correlation Optimization Segmentation (COSeg). Specifically, we compute Class-specific Multi-prototypical Correlation (CMC) for each query point, representing its correlations to category prototypes. Then, we propose the Hyper Correlation Augmentation (HCA) module to enhance CMC. Furthermore, tackling the inherent property of few-shot training to incur base susceptibility for models, we propose to learn non-parametric prototypes for the base classes during training. The learned base prototypes are used to calibrate correlations for the background class through a Base Prototypes Calibration (BPC) module. Experiments on popular datasets demonstrate the superiority of COSeg over existing methods. The code is available at: https://github.com/ZhaochongAn/COSeg

📄 PDF Abstract BibTeX arXiv:2403.00592

Code (1)

zhaochongan/coseg 공식 구현 pytorch

Tasks

Few-shot 3D Point Cloud Semantic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Prototype Adaption and Projection for Few- and Zero-shot 3D Point Cloud Semantic Segmentation

2023-05-23 · Shuting He, Xudong Jiang, Wei Jiang, Henghui Ding

In this work, we address the challenging task of few-shot and zero-shot 3D point cloud semantic segmentation. The success of few-shot semantic segmentation in 2D computer vision is mainly driven by the pre-training on la…

Few-shot 3D semantic segmentationSegmentation

Few-Shot 3D Point Cloud Semantic Segmentation via Stratified Class-Specific Attention Based Transformer Network

2023-03-28 · Canyu Zhang, Zhenyao Wu, Xinyi Wu, Ziyu Zhao 외

3D point cloud semantic segmentation aims to group all points into different semantic categories, which benefits important applications such as point cloud scene reconstruction and understanding. Existing supervised poin…

Few-shot 3D Point Cloud Semantic SegmentationFew-Shot Learninggraph constructionPoint Cloud Segmentation+2

Rethinking Multimodal Few-Shot 3D Point Cloud Segmentation: From Fused Refinement to Decoupled Arbitration

2026-01-04 · Wentao Bian, Fenglei Xu arxiv

In this paper, we revisit multimodal few-shot 3D point cloud semantic segmentation (FS-PCS), identifying a conflict in "Fuse-then-Refine" paradigms: the "Plasticity-Stability Dilemma." In addition, CLIP's inter-class con…

Point Cloud SegmentationSemantic Segmentation

Few-shot 3D Point Cloud Semantic Segmentation

2020-06-22 · CVPR 2021 1 · Na Zhao, Tat-Seng Chua, Gim Hee Lee

Many existing approaches for 3D point cloud semantic segmentation are fully supervised. These fully supervised approaches heavily rely on large amounts of labeled training data that are difficult to obtain and cannot seg…

Few-shot 3D Point Cloud Semantic SegmentationSegmentationSemantic Segmentation

Transferring CLIP's Knowledge into Zero-Shot Point Cloud Semantic Segmentation

2023-12-12 · Yuanbin Wang, Shaofei Huang, Yulu Gao, Zhen Wang 외

Traditional 3D segmentation methods can only recognize a fixed range of classes that appear in the training set, which limits their application in real-world scenarios due to the lack of generalization ability. Large-sca…

3D Semantic SegmentationPoint Cloud SegmentationSegmentationSemantic Segmentation+1