paper-with-me

홈 › Papers

Distilling Inter-Class Distance for Semantic Segmentation

2022-05-07 · Zhengbo Zhang, Chunluan Zhou, Zhigang Tu

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. 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.

📄 PDF Abstract BibTeX arXiv:2205.03650

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationPositionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Prototypical Pseudo Label Denoising and Target Structure Learning for Domain Adaptive Semantic Segmentation

2021-01-26 · CVPR 2021 1 · Pan Zhang, Bo Zhang, Ting Zhang, Dong Chen 외

Self-training is a competitive approach in domain adaptive segmentation, which trains the network with the pseudo labels on the target domain. However inevitably, the pseudo labels are noisy and the target features are d…

Domain AdaptationImage-to-Image TranslationPseudo LabelSemantic Segmentation+2

Distilling Facial Knowledge With Teacher-Tasks: Semantic-Segmentation-Features For Pose-Invariant Face-Recognition

2022-09-02 · Ali Hassani, Zaid El Shair, Rafi Ud Duala Refat, Hafiz Malik

This paper demonstrates a novel approach to improve face-recognition pose-invariance using semantic-segmentation features. The proposed Seg-Distilled-ID network jointly learns identification and semantic-segmentation tas…

Face RecognitionRobust Face RecognitionSegmentationSemantic Segmentation

Alleviating Catastrophic Forgetting of Incremental Object Detection via Within-Class and Between-Class Knowledge Distillation

2023-01-01 · ICCV 2023 1 · Mengxue Kang, Jinpeng Zhang, Jinming Zhang, Xiashuang Wang 외

Incremental object detection (IOD) task requires a model to learn continually from newly added data. However, directly fine-tuning a well-trained detection model on a new task will sharply decrease the performance on…

Knowledge Distillationobject-detectionObject Detection

Self-Supervised Image-to-Point Distillation via Semantically Tolerant Contrastive Loss

2023-01-12 · CVPR 2023 1 · Anas Mahmoud, Jordan S. K. Hu, Tianshu Kuai, Ali Harakeh 외

An effective framework for learning 3D representations for perception tasks is distilling rich self-supervised image features via contrastive learning. However, image-to point representation learning for autonomous drivi…

3D Semantic SegmentationAutonomous DrivingContrastive LearningRepresentation Learning+3

Attention-guided Feature Distillation for Semantic Segmentation

2024-03-08 · Amir M. Mansourian, Arya Jalali, Rozhan Ahmadi, Shohreh Kasaei

In contrast to existing complex methodologies commonly employed for distilling knowledge from a teacher to a student, this paper showcases the efficacy of a simple yet powerful method for utilizing refined feature maps t…

Knowledge DistillationSegmentationSemantic Segmentation