paper-with-me

Papers

Bayesian Self-Training for Semi-Supervised 3D Segmentation

2024-09-12 · Ozan Unal, Christos Sakaridis, Luc van Gool

3D segmentation is a core problem in computer vision and, similarly to many other dense prediction tasks, it requires large amounts of annotated data for adequate training. However, densely labeling 3D point clouds to employ fully-supervised training remains too labor intensive and expensive. Semi-supervised training provides a more practical alternative, where only a small set of labeled data is given, accompanied by a larger unlabeled set. This area thus studies the effective use of unlabeled data to reduce the performance gap that arises due to the lack of annotations. In this work, inspired by Bayesian deep learning, we first propose a Bayesian self-training framework for semi-supervised 3D semantic segmentation. Employing stochastic inference, we generate an initial set of pseudo-labels and then filter these based on estimated point-wise uncertainty. By constructing a heuristic $n$-partite matching algorithm, we extend the method to semi-supervised 3D instance segmentation, and finally, with the same building blocks, to dense 3D visual grounding. We demonstrate state-of-the-art results for our semi-supervised method on SemanticKITTI and ScribbleKITTI for 3D semantic segmentation and on ScanNet and S3DIS for 3D instance segmentation. We further achieve substantial improvements in dense 3D visual grounding over supervised-only baselines on ScanRefer. Our project page is available at ouenal.github.io/bst/.

📄 PDF Abstract BibTeX arXiv:2409.08102

Code (0)

등록된 구현이 없습니다.

Tasks

3D Instance Segmentation3D Semantic Segmentation3D visual groundingInstance SegmentationSegmentationSemantic SegmentationVisual Grounding

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

3D Semi-Supervised Learning with Uncertainty-Aware Multi-View Co-Training

2018-11-29 · Yingda Xia, Fengze Liu, Dong Yang, Jinzheng Cai 외

While making a tremendous impact in various fields, deep neural networks usually require large amounts of labeled data for training which are expensive to collect in many applications, especially in the medical domain. U…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+2

The GIST and RIST of Iterative Self-Training for Semi-Supervised Segmentation

2021-03-31 · Eu Wern Teh, Terrance DeVries, Brendan Duke, Ruowei Jiang 외

We consider the task of semi-supervised semantic segmentation, where we aim to produce pixel-wise semantic object masks given only a small number of human-labeled training examples. We focus on iterative self-training me…

Semantic SegmentationSemi-Supervised Semantic Segmentation

Self-training with dual uncertainty for semi-supervised medical image segmentation

2023-04-10 · Zhanhong Qiu, Haitao Gan, Ming Shi, Zhongwei Huang 외

In the field of semi-supervised medical image segmentation, the shortage of labeled data is the fundamental problem. How to effectively learn image features from unlabeled images to improve segmentation accuracy is the m…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Minimally-Supervised Morphological Segmentation using Adaptor Grammars

2013-01-01 · TACL 2013 1 · Kairit Sirts, Sharon Goldwater

This paper explores the use of Adaptor Grammars, a nonparametric Bayesian modelling framework, for minimally supervised morphological segmentation. We compare three training methods: unsupervised training, semi-supervise…

Machine TranslationModel SelectionMORPHSpeech Recognition+1

Towards Bayesian Data Selection

2024-06-18 · Julian Rodemann

A wide range of machine learning algorithms iteratively add data to the training sample. Examples include semi-supervised learning, active learning, multi-armed bandits, and Bayesian optimization. We embed this kind of d…

Active LearningAdditive modelsBayesian OptimizationMulti-Armed Bandits