paper-with-me

Papers

Instance Consistency Regularization for Semi-Supervised 3D Instance Segmentation

2024-06-24 · Yizheng Wu, Zhiyu Pan, Kewei Wang, Xingyi Li, Jiahao Cui, Liwen Xiao, Guosheng Lin, Zhiguo Cao

Large-scale datasets with point-wise semantic and instance labels are crucial to 3D instance segmentation but also expensive. To leverage unlabeled data, previous semi-supervised 3D instance segmentation approaches have explored self-training frameworks, which rely on high-quality pseudo labels for consistency regularization. They intuitively utilize both instance and semantic pseudo labels in a joint learning manner. However, semantic pseudo labels contain numerous noise derived from the imbalanced category distribution and natural confusion of similar but distinct categories, which leads to severe collapses in self-training. Motivated by the observation that 3D instances are non-overlapping and spatially separable, we ask whether we can solely rely on instance consistency regularization for improved semi-supervised segmentation. To this end, we propose a novel self-training network InsTeacher3D to explore and exploit pure instance knowledge from unlabeled data. We first build a parallel base 3D instance segmentation model DKNet, which distinguishes each instance from the others via discriminative instance kernels without reliance on semantic segmentation. Based on DKNet, we further design a novel instance consistency regularization framework to generate and leverage high-quality instance pseudo labels. Experimental results on multiple large-scale datasets show that the InsTeacher3D significantly outperforms prior state-of-the-art semi-supervised approaches. Code is available: https://github.com/W1zheng/InsTeacher3D.

📄 PDF Abstract BibTeX arXiv:2406.16776

Code (1)

w1zheng/insteacher3d 공식 구현

Tasks

3D Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Instance-Aware Robust Consistency Regularization for Semi-Supervised Nuclei Instance Segmentation

2025-10-10 · Zenan Lin, Wei Li, Jintao Chen, Zihao Wu 외 arxiv

Nuclei instance segmentation in pathological images is crucial for downstream tasks such as tumor microenvironment analysis. However, the high cost and scarcity of annotated data limit the applicability of fully supervis…

Instance Segmentation

Single-Stage Open-world Instance Segmentation with Cross-task Consistency Regularization

2022-08-18 · Xizhe Xue, Dongdong Yu, Lingqiao Liu, Yu Liu 외

Open-World Instance Segmentation (OWIS) is an emerging research topic that aims to segment class-agnostic object instances from images. The mainstream approaches use a two-stage segmentation framework, which first locate…

Autonomous DrivingInstance SegmentationObjectOpen-World Instance Segmentation+2

Point Cloud Instance Segmentation with Semi-supervised Bounding-Box Mining

2021-11-30 · Yongbin Liao, Hongyuan Zhu, Yanggang Zhang, Chuangguan Ye 외

Point cloud instance segmentation has achieved huge progress with the emergence of deep learning. However, these methods are usually data-hungry with expensive and time-consuming dense point cloud annotations. To allevia…

Instance SegmentationSemantic Segmentation

Learning Cross-Representation Affinity Consistency for Sparsely Supervised Biomedical Instance Segmentation

2023-01-01 · ICCV 2023 1 · Xiaoyu Liu, Wei Huang, Zhiwei Xiong, Shenglong Zhou 외

Sparse instance-level supervision has recently been explored to address insufficient annotation in biomedical instance segmentation, which is easier to annotate crowded instances and better preserves instance complet…

Instance SegmentationPseudo LabelSemantic Segmentation

Learning from Label Proportions with Consistency Regularization

2019-10-29 · Kuen-Han Tsai, Hsuan-Tien Lin

The problem of learning from label proportions (LLP) involves training classifiers with weak labels on bags of instances, rather than strong labels on individual instances. The weak labels only contain the label proporti…