English

Hierarchical Dense Correlation Distillation for Few-Shot Segmentation

Computer Vision and Pattern Recognition 2023-03-28 v1 Artificial Intelligence

Abstract

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%50.0\% mIoU on \coco~dataset one-shot setting and 56.0%56.0\% on five-shot segmentation, respectively.

Keywords

Cite

@article{arxiv.2303.14652,
  title  = {Hierarchical Dense Correlation Distillation for Few-Shot Segmentation},
  author = {Bohao Peng and Zhuotao Tian and Xiaoyang Wu and Chenyao Wang and Shu Liu and Jingyong Su and Jiaya Jia},
  journal= {arXiv preprint arXiv:2303.14652},
  year   = {2023}
}

Comments

to be published in CVPR 2023, code is available at \url{https://github.com/Pbihao/HDMNet}

R2 v1 2026-06-28T09:33:59.868Z