CVJul 19, 2021

Double Similarity Distillation for Semantic Image Segmentation

arXiv:2107.08591v175 citations
Originality Highly original
AI Analysis

This work addresses the problem of limited performance in compact segmentation networks for resource-constrained applications, offering a general and effective solution with minimal computational overhead.

The paper tackles the challenge of balancing accuracy and speed in semantic image segmentation by proposing a knowledge distillation framework called double similarity distillation (DSD), which improves the classification accuracy of compact networks by capturing similarity knowledge in pixel and category dimensions, achieving state-of-the-art results on four datasets including Cityscapes and Pascal VOC 2012.

The balance between high accuracy and high speed has always been a challenging task in semantic image segmentation. Compact segmentation networks are more widely used in the case of limited resources, while their performances are constrained. In this paper, motivated by the residual learning and global aggregation, we propose a simple yet general and effective knowledge distillation framework called double similarity distillation (DSD) to improve the classification accuracy of all existing compact networks by capturing the similarity knowledge in pixel and category dimensions, respectively. Specifically, we propose a pixel-wise similarity distillation (PSD) module that utilizes residual attention maps to capture more detailed spatial dependencies across multiple layers. Compared with exiting methods, the PSD module greatly reduces the amount of calculation and is easy to expand. Furthermore, considering the differences in characteristics between semantic segmentation task and other computer vision tasks, we propose a category-wise similarity distillation (CSD) module, which can help the compact segmentation network strengthen the global category correlation by constructing the correlation matrix. Combining these two modules, DSD framework has no extra parameters and only a minimal increase in FLOPs. Extensive experiments on four challenging datasets, including Cityscapes, CamVid, ADE20K, and Pascal VOC 2012, show that DSD outperforms current state-of-the-art methods, proving its effectiveness and generality. The code and models will be publicly available.

Foundations

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

Your Notes