CVJun 27, 2023

Hierarchical Dense Correlation Distillation for Few-Shot Segmentation-Extended Abstract

arXiv:2306.15278v1144 citationsh-index: 106
Originality Incremental advance
AI Analysis

This work addresses the challenge of segmenting unseen classes with limited annotations, which is incremental as it builds on existing methods to improve granularity and reduce overfitting.

The paper tackles the problem of few-shot semantic segmentation by proposing a Hierarchically Decoupled Matching Network (HDMNet) that uses transformer-based self-attention for hierarchical dense features and correlation distillation, achieving 50.0% mIoU on COCO one-shot and 56.0% on five-shot settings.

Few-shot semantic segmentation (FSS) aims to form class-agnostic models segmenting unseen classes with only a handful of annotations. Previous methods limited to the semantic feature and prototype representation suffer from coarse segmentation granularity and train-set overfitting. In this work, we design Hierarchically Decoupled Matching Network (HDMNet) mining pixel-level support correlation based on the transformer architecture. The self-attention modules are used to assist in establishing hierarchical dense features, as a means to accomplish the cascade matching between query and support features. Moreover, we propose a matching module to reduce train-set overfitting and introduce correlation distillation leveraging semantic correspondence from coarse resolution to boost fine-grained segmentation. Our method performs decently in experiments. We achieve 50.0% mIoU on COCO dataset one-shot setting and 56.0% on five-shot segmentation, respectively. The code will be available on the project website. We hope our work can benefit broader industrial applications where novel classes with limited annotations are required to be decently identified.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes