Learning Non-target Knowledge for Few-shot Semantic Segmentation
Yuanwei Liu, Nian Liu, Qinglong Cao, Xiwen Yao, Junwei Han, Ling Shao

TL;DR
This paper introduces a novel framework called NTRE that explicitly mines and eliminates non-target regions like background and distracting objects to improve few-shot semantic segmentation accuracy.
Contribution
The paper proposes the NTRE network with BG and DO elimination modules and a prototypical contrastive learning algorithm, advancing the ability to distinguish target objects in few-shot segmentation.
Findings
Effective on PASCAL-5i and COCO-20i datasets
Improves segmentation accuracy by eliminating non-target regions
Simple yet effective approach
Abstract
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · COVID-19 diagnosis using AI
MethodsContrastive Learning
