paper-with-me

홈 › Papers

Group-On: Boosting One-Shot Segmentation with Supportive Query

2024-04-18 · Hanjing Zhou, Mingze Yin, Jintai Chen, Danny Chen, Jian Wu

One-shot semantic segmentation aims to segment query images given only ONE annotated support image of the same class. This task is challenging because target objects in the support and query images can be largely different in appearance and pose (i.e., intra-class variation). Prior works suggested that incorporating more annotated support images in few-shot settings boosts performances but increases costs due to additional manual labeling. In this paper, we propose a novel approach for ONE-shot semantic segmentation, called Group-On, which packs multiple query images in batches for the benefit of mutual knowledge support within the same category. Specifically, after coarse segmentation masks of the batch of queries are predicted, query-mask pairs act as pseudo support data to enhance mask predictions mutually, under the guidance of a simple Group-On Voting module. Comprehensive experiments on three standard benchmarks show that, in the ONE-shot setting, our Group-On approach significantly outperforms previous works by considerable margins. For example, on the COCO-20i dataset, we increase mIoU scores by 8.21% and 7.46% on ASNet and HSNet baselines, respectively. With only one support image, Group-On can be even competitive with the counterparts using 5 annotated support images.

📄 PDF Abstract BibTeX arXiv:2404.11871

Code (0)

등록된 구현이 없습니다.

Tasks

One-Shot SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Feature Weighting and Boosting for Few-Shot Segmentation

2019-09-28 · ICCV 2019 10 · Khoi Nguyen, Sinisa Todorovic

This paper is about few-shot segmentation of foreground objects in images. We train a CNN on small subsets of training images, each mimicking the few-shot setting. In each subset, one image serves as the query and the ot…

Few-Shot Semantic SegmentationSegmentation

Boosting Few-shot 3D Point Cloud Segmentation via Query-Guided Enhancement

2023-08-06 · Zhenhua Ning, Zhuotao Tian, Guangming Lu, Wenjie Pei

Although extensive research has been conducted on 3D point cloud segmentation, effectively adapting generic models to novel categories remains a formidable challenge. This paper proposes a novel approach to improve point…

Point Cloud SegmentationSegmentation

Boosting Few-shot Semantic Segmentation with Transformers

2021-08-04 · Guolei Sun, Yun Liu, Jingyun Liang, Luc van Gool

Due to the fact that fully supervised semantic segmentation methods require sufficient fully-labeled data to work well and can not generalize to unseen classes, few-shot segmentation has attracted lots of research attent…

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Boosting Few-Shot Segmentation via Instance-Aware Data Augmentation and Local Consensus Guided Cross Attention

2024-01-18 · Li Guo, Haoming Liu, Yuxuan Xia, Chengyu Zhang 외

Few-shot segmentation aims to train a segmentation model that can fast adapt to a novel task for which only a few annotated images are provided. Most recent models have adopted a prototype-based paradigm for few-shot inf…

Data AugmentationSegmentationTransfer Learning

Few Shot Medical Image Segmentation with Cross Attention Transformer

2023-03-24 · Yi Lin, Yufan Chen, Kwang-Ting Cheng, Hao Chen

Medical image segmentation has made significant progress in recent years. Deep learning-based methods are recognized as data-hungry techniques, requiring large amounts of data with manual annotations. However, manual ann…

Few-Shot LearningImage SegmentationMedical Image AnalysisMedical Image Segmentation+2