CANet: Class-Agnostic Segmentation Networks with Iterative Refinement and Attentive Few-Shot Learning
Chi Zhang, Guosheng Lin, Fayao Liu, Rui Yao, Chunhua Shen

TL;DR
CANet introduces a class-agnostic segmentation network capable of few-shot learning, utilizing multi-level feature comparison, iterative refinement, and attention mechanisms to outperform existing methods on PASCAL VOC 2012.
Contribution
The paper presents a novel class-agnostic segmentation network with an iterative refinement process and attention-based support fusion for few-shot segmentation tasks.
Findings
Achieves 55.4% mIoU for 1-shot segmentation on PASCAL VOC 2012.
Outperforms state-of-the-art methods by 14.6% in 1-shot setting.
Effective multi-level feature comparison and attention mechanisms improve segmentation accuracy.
Abstract
Recent progress in semantic segmentation is driven by deep Convolutional Neural Networks and large-scale labeled image datasets. However, data labeling for pixel-wise segmentation is tedious and costly. Moreover, a trained model can only make predictions within a set of pre-defined classes. In this paper, we present CANet, a class-agnostic segmentation network that performs few-shot segmentation on new classes with only a few annotated images available. Our network consists of a two-branch dense comparison module which performs multi-level feature comparison between the support image and the query image, and an iterative optimization module which iteratively refines the predicted results. Furthermore, we introduce an attention mechanism to effectively fuse information from multiple support examples under the setting of k-shot learning. Experiments on PASCAL VOC 2012 show that our method…
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
