Distilling Inter-Class Distance for Semantic Segmentation

Abstract

Knowledge distillation is widely adopted in semantic segmentation to reduce the computation cost. The previous knowledge distillation methods for semantic segmentation focus on pixel-wise feature alignment and intra-class feature variation distillation, neglecting to transfer the knowledge of the inter-class distance in the feature space, which is important for semantic segmentation such a pixel-wise classification task. To address this issue, we propose an Inter-class Distance Distillation (IDD) method to transfer the inter-class distance in the feature space from the teacher network to the student network. Furthermore, semantic segmentation is a position-dependent task, thus we exploit a position information distillation module to help the student network encode more position information. Extensive experiments on three popular datasets: Cityscapes, Pascal VOC and ADE20K show that our method is helpful to improve the accuracy of semantic segmentation models and achieves the state-of-the-art performance. E.g. it boosts the benchmark model (``PSPNet+ResNet18") by 7.50% in accuracy on the Cityscapes dataset.

Cite

Text

Zhang et al. "Distilling Inter-Class Distance for Semantic Segmentation." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/235

Markdown

[Zhang et al. "Distilling Inter-Class Distance for Semantic Segmentation." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/zhang2022ijcai-distilling/) doi:10.24963/IJCAI.2022/235

BibTeX

@inproceedings{zhang2022ijcai-distilling,
  title     = {{Distilling Inter-Class Distance for Semantic Segmentation}},
  author    = {Zhang, Zhengbo and Zhou, Chunluan and Tu, Zhigang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {1686-1692},
  doi       = {10.24963/IJCAI.2022/235},
  url       = {https://mlanthology.org/ijcai/2022/zhang2022ijcai-distilling/}
}