paper-with-me

Papers

Sparse Object-level Supervision for Instance Segmentation with Pixel Embeddings

2021-03-26 · CVPR 2022 1 · Adrian Wolny, Qin Yu, Constantin Pape, Anna Kreshuk

Most state-of-the-art instance segmentation methods have to be trained on densely annotated images. While difficult in general, this requirement is especially daunting for biomedical images, where domain expertise is often required for annotation and no large public data collections are available for pre-training. We propose to address the dense annotation bottleneck by introducing a proposal-free segmentation approach based on non-spatial embeddings, which exploits the structure of the learned embedding space to extract individual instances in a differentiable way. The segmentation loss can then be applied directly to instances and the overall pipeline can be trained in a fully- or weakly supervised manner. We consider the challenging case of positive-unlabeled supervision, where a novel self-supervised consistency loss is introduced for the unlabeled parts of the training data. We evaluate the proposed method on 2D and 3D segmentation problems in different microscopy modalities as well as on the Cityscapes and CVPPP instance segmentation benchmarks, achieving state-of-the-art results on the latter. The code is available at: https://github.com/kreshuklab/spoco

📄 PDF Abstract BibTeX arXiv:2103.14572

Code (2)

kreshuklab/spoco 공식 구현 pytorch
constantinpape/torch-em pytorch

Tasks

Instance SegmentationSegmentationSemantic SegmentationTransfer Learning

Similar Papers 제목 키워드 기반

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

Object Counting and Instance Segmentation with Image-level Supervision

2019-03-06 · CVPR 2019 6 · Hisham Cholakkal, Guolei Sun, Fahad Shahbaz Khan, Ling Shao

Common object counting in a natural scene is a challenging problem in computer vision with numerous real-world applications. Existing image-level supervised common object counting approaches only predict the global objec…

Image-level Supervised Instance SegmentationInstance SegmentationObjectObject Counting+1

Instance Segmentation With Mask-Supervised Polygonal Boundary Transformers

2022-01-01 · CVPR 2022 1 · Justin Lazarow, Weijian Xu, Zhuowen Tu

In this paper, we present an end-to-end instance segmentation method that regresses a polygonal boundary for each object instance. This sparse, vectorized boundary representation for objects, while attractive in many…

Instance SegmentationSegmentationSemantic Segmentation

Lidar Panoptic Segmentation and Tracking without Bells and Whistles

2023-10-19 · Abhinav Agarwalla, Xuhua Huang, Jason Ziglar, Francesco Ferroni 외

State-of-the-art lidar panoptic segmentation (LPS) methods follow bottom-up segmentation-centric fashion wherein they build upon semantic segmentation networks by utilizing clustering to obtain object instances. In this …

ObjectPanoptic SegmentationSegmentationSemantic Segmentation

Pointly-Supervised Instance Segmentation

2021-04-13 · CVPR 2022 1 · Bowen Cheng, Omkar Parkhi, Alexander Kirillov

We propose an embarrassingly simple point annotation scheme to collect weak supervision for instance segmentation. In addition to bounding boxes, we collect binary labels for a set of points uniformly sampled inside each…

Instance SegmentationObjectSegmentationSemantic Segmentation+1