paper-with-me

Papers

Probabilistic Deep Learning for Instance Segmentation

2020-08-24 · Josef Lorenz Rumberger, Lisa Mais, Dagmar Kainmueller

Probabilistic convolutional neural networks, which predict distributions of predictions instead of point estimates, led to recent advances in many areas of computer vision, from image reconstruction to semantic segmentation. Besides state of the art benchmark results, these networks made it possible to quantify local uncertainties in the predictions. These were used in active learning frameworks to target the labeling efforts of specialist annotators or to assess the quality of a prediction in a safety-critical environment. However, for instance segmentation problems these methods are not frequently used so far. We seek to close this gap by proposing a generic method to obtain model-inherent uncertainty estimates within proposal-free instance segmentation models. Furthermore, we analyze the quality of the uncertainty estimates with a metric adapted from semantic segmentation. We evaluate our method on the BBBC010 C.\ elegans dataset, where it yields competitive performance while also predicting uncertainty estimates that carry information about object-level inaccuracies like false splits and false merges. We perform a simulation to show the potential use of such uncertainty estimates in guided proofreading.

📄 PDF Abstract BibTeX arXiv:2008.10678

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningDeep LearningImage ReconstructionInstance SegmentationProbabilistic Deep LearningSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Point Cloud Instance Segmentation using Probabilistic Embeddings

2019-11-30 · CVPR 2021 1 · Biao Zhang, Peter Wonka

In this paper we propose a new framework for point cloud instance segmentation. Our framework has two steps: an embedding step and a clustering step. In the embedding step, our main contribution is to propose a probabili…

3D Instance SegmentationClusteringInstance SegmentationSegmentation+1

PCF-Lift: Panoptic Lifting by Probabilistic Contrastive Fusion

2024-10-14 · Runsong Zhu, Shi Qiu, Qianyi Wu, Ka-Hei Hui 외

Panoptic lifting is an effective technique to address the 3D panoptic segmentation task by unprojecting 2D panoptic segmentations from multi-views to 3D scene. However, the quality of its results largely depends on the 2…

3D Panoptic SegmentationPanoptic SegmentationSegmentation

Pixel Consensus Voting for Panoptic Segmentation

2020-04-04 · CVPR 2020 6 · Haochen Wang, Ruotian Luo, Michael Maire, Greg Shakhnarovich

The core of our approach, Pixel Consensus Voting, is a framework for instance segmentation based on the Generalized Hough transform. Pixels cast discretized, probabilistic votes for the likely regions that contain instan…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

MaskDiff: Modeling Mask Distribution with Diffusion Probabilistic Model for Few-Shot Instance Segmentation

2023-03-09 · Minh-Quan Le, Tam V. Nguyen, Trung-Nghia Le, Thanh-Toan Do 외

Few-shot instance segmentation extends the few-shot learning paradigm to the instance segmentation task, which tries to segment instance objects from a query image with a few annotated examples of novel categories. Conve…

Few-shot Instance SegmentationFew-Shot LearningInstance SegmentationSemantic Segmentation

Weakly Supervised Instance Segmentation by Learning Annotation Consistent Instances

2020-07-18 · ECCV 2020 8 · Aditya Arun, C. V. Jawahar, M. Pawan Kumar

Recent approaches for weakly supervised instance segmentations depend on two components: (i) a pseudo label generation model that provides instances which are consistent with a given annotation; and (ii) an instance segm…

Image-level Supervised Instance SegmentationInstance SegmentationPseudo LabelSegmentation+2