SOTAVerified

Few-shot Semantic Segmentation with Support-induced Graph Convolutional Network

2023-01-09Unverified0· sign in to hype

Jie Liu, Yanqi Bao, Wenzhe Yin, Haochen Wang, Yang Gao, Jan-Jakob Sonke, Efstratios Gavves

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Few-shot semantic segmentation (FSS) aims to achieve novel objects segmentation with only a few annotated samples and has made great progress recently. Most of the existing FSS models focus on the feature matching between support and query to tackle FSS. However, the appearance variations between objects from the same category could be extremely large, leading to unreliable feature matching and query mask prediction. To this end, we propose a Support-induced Graph Convolutional Network (SiGCN) to explicitly excavate latent context structure in query images. Specifically, we propose a Support-induced Graph Reasoning (SiGR) module to capture salient query object parts at different semantic levels with a Support-induced GCN. Furthermore, an instance association (IA) module is designed to capture high-order instance context from both support and query instances. By integrating the proposed two modules, SiGCN can learn rich query context representation, and thus being more robust to appearance variations. Extensive experiments on PASCAL-5i and COCO-20i demonstrate that our SiGCN achieves state-of-the-art performance.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-20i (1-shot)SiGCN (ResNet-50)Mean IoU41.4Unverified
COCO-20i (5-shot)SiGCN (ResNet-50)Mean IoU48Unverified
PASCAL-5i (1-Shot)SiGCN (ResNet-101)Mean IoU65.7Unverified
PASCAL-5i (1-Shot)SiGCN (ResNet-50)Mean IoU65.3Unverified
PASCAL-5i (1-Shot)SiGCN (VGG-16)Mean IoU60.8Unverified
PASCAL-5i (5-Shot)SiGCN (ResNet-50)Mean IoU68.5Unverified

Reproductions