paper-with-me

Papers

Active Pointly-Supervised Instance Segmentation

2022-07-23 · Chufeng Tang, Lingxi Xie, Gang Zhang, Xiaopeng Zhang, Qi Tian, Xiaolin Hu

The requirement of expensive annotations is a major burden for training a well-performed instance segmentation model. In this paper, we present an economic active learning setting, named active pointly-supervised instance segmentation (APIS), which starts with box-level annotations and iteratively samples a point within the box and asks if it falls on the object. The key of APIS is to find the most desirable points to maximize the segmentation accuracy with limited annotation budgets. We formulate this setting and propose several uncertainty-based sampling strategies. The model developed with these strategies yields consistent performance gain on the challenging MS-COCO dataset, compared against other learning strategies. The results suggest that APIS, integrating the advantages of active learning and point-based supervision, is an effective learning paradigm for label-efficient instance segmentation.

📄 PDF Abstract BibTeX arXiv:2207.11493

Code (1)

chufengt/APIS 공식 구현 pytorch

Tasks

Active LearningInstance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

AttentionShift: Iteratively Estimated Part-Based Attention Map for Pointly Supervised Instance Segmentation

2023-01-01 · CVPR 2023 1 · Mingxiang Liao, Zonghao Guo, Yuze Wang, Peng Yuan 외

Pointly supervised instance segmentation (PSIS) learns to segment objects using a single point within the object extent as supervision. Challenged by the non-negligible semantic variance between object parts, however…

Instance SegmentationObjectSegmentationSemantic 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

P2Seg: Pointly-supervised Segmentation via Mutual Distillation

2024-01-18 · Zipeng Wang, Xuehui Yu, Xumeng Han, Wenwen Yu 외

Point-level Supervised Instance Segmentation (PSIS) aims to enhance the applicability and scalability of instance segmentation by utilizing low-cost yet instance-informative annotations. Existing PSIS methods usually rel…

Box-supervised Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation+2

PointSAM: Pointly-Supervised Segment Anything Model for Remote Sensing Images

2024-09-20 · Nanqing Liu, Xun Xu, Yongyi Su, Haojie Zhang 외

Segment Anything Model (SAM) is an advanced foundational model for image segmentation, which is gradually being applied to remote sensing images (RSIs). Due to the domain gap between RSIs and natural images, traditional …

Image SegmentationSemantic Segmentation

Pointly-Supervised Action Localization

2018-05-29 · Pascal Mettes, Cees G. M. Snoek

This paper strives for spatio-temporal localization of human actions in videos. In the literature, the consensus is to achieve localization by training on bounding box annotations provided for each frame of each training…

Action LocalizationMultiple Instance LearningTemporal Localization