paper-with-me

홈 › Papers

Learning Non-target Knowledge for Few-shot Semantic Segmentation

2022-05-10 · CVPR 2022 1 · Yuanwei Liu, Nian Liu, Qinglong Cao, Xiwen Yao, Junwei Han, Ling Shao

Existing studies in few-shot semantic segmentation only focus on mining the target object information, however, often are hard to tell ambiguous regions, especially in non-target regions, which include background (BG) and Distracting Objects (DOs). To alleviate this problem, we propose a novel framework, namely Non-Target Region Eliminating (NTRE) network, to explicitly mine and eliminate BG and DO regions in the query. First, a BG Mining Module (BGMM) is proposed to extract the BG region via learning a general BG prototype. To this end, we design a BG loss to supervise the learning of BGMM only using the known target object segmentation ground truth. Then, a BG Eliminating Module and a DO Eliminating Module are proposed to successively filter out the BG and DO information from the query feature, based on which we can obtain a BG and DO-free target object segmentation result. Furthermore, we propose a prototypical contrastive learning algorithm to improve the model ability of distinguishing the target object from DOs. Extensive experiments on both PASCAL-5i and COCO-20i datasets show that our approach is effective despite its simplicity.

📄 PDF Abstract BibTeX arXiv:2205.04903

Code (1)

LIUYUANWEI98/NERTNet 공식 구현 pytorch

Tasks

Contrastive LearningFew-Shot Semantic SegmentationObjectSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Domain-invariant Prototypes for Semantic Segmentation

2022-08-12 · Zhengeng Yang, Hongshan Yu, Wei Sun, Li-Cheng 외

Deep Learning has greatly advanced the performance of semantic segmentation, however, its success relies on the availability of large amounts of annotated data for training. Hence, many efforts have been devoted to domai…

Domain AdaptationFew-Shot LearningSegmentationSemantic Segmentation

Exploring Open-Vocabulary Semantic Segmentation without Human Labels

2023-06-01 · Jun Chen, Deyao Zhu, Guocheng Qian, Bernard Ghanem 외

Semantic segmentation is a crucial task in computer vision that involves segmenting images into semantically meaningful regions at the pixel level. However, existing approaches often rely on expensive human annotations a…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation+2

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

Learning unbiased zero-shot semantic segmentation networks via transductive transfer

2020-07-01 · Haiyang Liu, Yichen Wang, Jiayi Zhao, Guowu Yang 외

Semantic segmentation, which aims to acquire a detailed understanding of images, is an essential issue in computer vision. However, in practical scenarios, new categories that are different from the categories in trainin…

AttributePredictionSegmentationSemantic Segmentation+3

Prototypical Kernel Learning and Open-set Foreground Perception for Generalized Few-shot Semantic Segmentation

2023-08-09 · ICCV 2023 1 · Kai Huang, Feigege Wang, Ye Xi, Yutao Gao

Generalized Few-shot Semantic Segmentation (GFSS) extends Few-shot Semantic Segmentation (FSS) to simultaneously segment unseen classes and seen classes during evaluation. Previous works leverage additional branch or pro…

Few-Shot Semantic SegmentationGeneralized Few-Shot Semantic SegmentationSegmentationSemantic Segmentation