paper-with-me

홈 › Papers

Self-Guided and Cross-Guided Learning for Few-Shot Segmentation

2021-03-30 · CVPR 2021 1 · Bingfeng Zhang, Jimin Xiao, Terry Qin

Few-shot segmentation has been attracting a lot of attention due to its effectiveness to segment unseen object classes with a few annotated samples. Most existing approaches use masked Global Average Pooling (GAP) to encode an annotated support image to a feature vector to facilitate query image segmentation. However, this pipeline unavoidably loses some discriminative information due to the average operation. In this paper, we propose a simple but effective self-guided learning approach, where the lost critical information is mined. Specifically, through making an initial prediction for the annotated support image, the covered and uncovered foreground regions are encoded to the primary and auxiliary support vectors using masked GAP, respectively. By aggregating both primary and auxiliary support vectors, better segmentation performances are obtained on query images. Enlightened by our self-guided module for 1-shot segmentation, we propose a cross-guided module for multiple shot segmentation, where the final mask is fused using predictions from multiple annotated samples with high-quality support vectors contributing more and vice versa. This module improves the final prediction in the inference stage without re-training. Extensive experiments show that our approach achieves new state-of-the-art performances on both PASCAL-5i and COCO-20i datasets.

📄 PDF Abstract BibTeX arXiv:2103.16129

Code (1)

zbf1991/SCL 공식 구현 pytorch

Tasks

Few-Shot Semantic SegmentationImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Self-guided Few-shot Semantic Segmentation for Remote Sensing Imagery Based on Large Vision Models

2023-11-22 · Xiyu Qi, Yifan Wu, Yongqiang Mao, Wenhui Zhang 외

The Segment Anything Model (SAM) exhibits remarkable versatility and zero-shot learning abilities, owing largely to its extensive training data (SA-1B). Recognizing SAM's dependency on manual guidance given its category-…

Few-Shot Semantic SegmentationPrompt LearningSegmentationSemantic Segmentation+1

FGN: Fully Guided Network for Few-Shot Instance Segmentation

2020-03-31 · CVPR 2020 6 · Zhibo Fan, Jin-Gang Yu, Zhihao Liang, Jiarong Ou 외

Few-shot instance segmentation (FSIS) conjoins the few-shot learning paradigm with general instance segmentation, which provides a possible way of tackling instance segmentation in the lack of abundant labeled data for t…

Few-shot Instance SegmentationFew-Shot LearningInstance SegmentationSegmentation+1

Few-Shot Segmentation Propagation with Guided Networks

2018-05-25 · Kate Rakelly, Evan Shelhamer, Trevor Darrell, Alexei A. Efros 외

Learning-based methods for visual segmentation have made progress on particular types of segmentation tasks, but are limited by the necessary supervision, the narrow definitions of fixed tasks, and the lack of control du…

Interactive SegmentationSegmentationSemantic SegmentationVideo Segmentation+1

MOVE: Motion-Guided Few-Shot Video Object Segmentation

2025-07-29 · Kaining Ying, Hengrui Hu, Henghui Ding arxiv

This work addresses motion-guided few-shot video object segmentation (FSVOS), which aims to segment dynamic objects in videos based on a few annotated examples with the same motion patterns. Existing FSVOS datasets and m…

Video Object Segmentation

Dual-Domain Image Synthesis using Segmentation-Guided GAN

2022-04-19 · Dena Bazazian, Andrew Calway, Dima Damen

We introduce a segmentation-guided approach to synthesise images that integrate features from two distinct domains. Images synthesised by our dual-domain model belong to one domain within the semantic mask, and to anothe…

CaricatureImage GenerationSegmentationSemantic Segmentation