paper-with-me

Papers

Differentiable Meta-learning Model for Few-shot Semantic Segmentation

2019-11-23 · Pinzhuo Tian, Zhangkai Wu, Lei Qi, Lei Wang, Yinghuan Shi, Yang Gao

To address the annotation scarcity issue in some cases of semantic segmentation, there have been a few attempts to develop the segmentation model in the few-shot learning paradigm. However, most existing methods only focus on the traditional 1-way segmentation setting (i.e., one image only contains a single object). This is far away from practical semantic segmentation tasks where the K-way setting (K>1) is usually required by performing the accurate multi-object segmentation. To deal with this issue, we formulate the few-shot semantic segmentation task as a learning-based pixel classification problem and propose a novel framework called MetaSegNet based on meta-learning. In MetaSegNet, an architecture of embedding module consisting of the global and local feature branches is developed to extract the appropriate meta-knowledge for the few-shot segmentation. Moreover, we incorporate a linear model into MetaSegNet as a base learner to directly predict the label of each pixel for the multi-object segmentation. Furthermore, our MetaSegNet can be trained by the episodic training mechanism in an end-to-end manner from scratch. Experiments on two popular semantic segmentation datasets, i.e., PASCAL VOC and COCO, reveal the effectiveness of the proposed MetaSegNet in the K-way few-shot semantic segmentation task.

📄 PDF Abstract BibTeX arXiv:1911.10371

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningFew-Shot Semantic SegmentationMeta-LearningObjectSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Learning Meta-class Memory for Few-Shot Semantic Segmentation

2021-08-06 · ICCV 2021 10 · Zhonghua Wu, Xiangxi Shi, Guosheng Lin, Jianfei Cai

Currently, the state-of-the-art methods treat few-shot semantic segmentation task as a conditional foreground-background segmentation problem, assuming each class is independent. In this paper, we introduce the concept o…

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

A Pixel-Level Meta-Learner for Weakly Supervised Few-Shot Semantic Segmentation

2021-11-02 · Yuan-Hao Lee, Fu-En Yang, Yu-Chiang Frank Wang

Few-shot semantic segmentation addresses the learning task in which only few images with ground truth pixel-level labels are available for the novel classes of interest. One is typically required to collect a large mount…

Few-Shot Semantic SegmentationMeta-LearningSegmentationSemantic Segmentation

Remember the Difference: Cross-Domain Few-Shot Semantic Segmentation via Meta-Memory Transfer

2022-01-01 · CVPR 2022 1 · Wenjian Wang, Lijuan Duan, Yuxi Wang, Qing En 외

Few-shot semantic segmentation intends to predict pixel level categories using only a few labeled samples. Existing few-shot methods focus primarily on the categories sampled from the same distribution. Nevertheless,…

Contrastive LearningCross-Domain Few-ShotFew-Shot LearningFew-Shot Semantic Segmentation+2

Cross-Domain Few-Shot Semantic Segmentation

2022-03-24 · ECCV 2022 3 · Shuo Lei

Few-shot semantic segmentation aims at learning to segment a novel object class with only a few annotated examples. Most existing methods consider a setting where base classes are sampled from the same domain as the no…

Cross-Domain Few-ShotFew-Shot Semantic SegmentationMeta-LearningSegmentation+2

Meta-DRN: Meta-Learning for 1-Shot Image Segmentation

2020-08-01 · Atmadeep Banerjee

Modern deep learning models have revolutionized the field of computer vision. But, a significant drawback of most of these models is that they require a large number of labelled examples to generalize properly. Recent de…

Few-Shot Learningimage-classificationImage ClassificationImage Segmentation+3