paper-with-me

홈 › Papers

Relative Difficulty Distillation for Semantic Segmentation

2024-07-04 · Dong Liang, Yue Sun, Yun Du, Songcan Chen, Sheng-Jun Huang

Current knowledge distillation (KD) methods primarily focus on transferring various structured knowledge and designing corresponding optimization goals to encourage the student network to imitate the output of the teacher network. However, introducing too many additional optimization objectives may lead to unstable training, such as gradient conflicts. Moreover, these methods ignored the guidelines of relative learning difficulty between the teacher and student networks. Inspired by human cognitive science, in this paper, we redefine knowledge from a new perspective -- the student and teacher networks' relative difficulty of samples, and propose a pixel-level KD paradigm for semantic segmentation named Relative Difficulty Distillation (RDD). We propose a two-stage RDD framework: Teacher-Full Evaluated RDD (TFE-RDD) and Teacher-Student Evaluated RDD (TSE-RDD). RDD allows the teacher network to provide effective guidance on learning focus without additional optimization goals, thus avoiding adjusting learning weights for multiple losses. Extensive experimental evaluations using a general distillation loss function on popular datasets such as Cityscapes, CamVid, Pascal VOC, and ADE20k demonstrate the effectiveness of RDD against state-of-the-art KD methods. Additionally, our research showcases that RDD can integrate with existing KD methods to improve their upper performance bound.

📄 PDF Abstract BibTeX arXiv:2407.03719

Code (1)

sunyueue/RDD 공식 구현 pytorch

Tasks

Knowledge DistillationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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 제목 키워드 기반

CUS3D :CLIP-based Unsupervised 3D Segmentation via Object-level Denoise

2024-09-21 · Fuyang Yu, Runze Tian, Zhen Wang, Xiaochuan Wang 외

To ease the difficulty of acquiring annotation labels in 3D data, a common method is using unsupervised and open-vocabulary semantic segmentation, which leverage 2D CLIP semantic knowledge. In this paper, unlike previous…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation+1

Point-to-Voxel Knowledge Distillation for LiDAR Semantic Segmentation

2022-06-05 · CVPR 2022 1 · Yuenan Hou, Xinge Zhu, Yuexin Ma, Chen Change Loy 외

This article addresses the problem of distilling knowledge from a large teacher model to a slim student network for LiDAR semantic segmentation. Directly employing previous distillation approaches yields inferior results…

3D Semantic SegmentationKnowledge DistillationLIDAR Semantic SegmentationSemantic Segmentation

DEAL: Difficulty-aware Active Learning for Semantic Segmentation

2020-10-17 · Shuai Xie, Zunlei Feng, Ying Chen, Songtao Sun 외

Active learning aims to address the paucity of labeled data by finding the most informative samples. However, when applying to semantic segmentation, existing methods ignore the segmentation difficulty of different seman…

Active LearningSegmentationSemantic Segmentation

SIGN: Spatial-information Incorporated Generative Network for Generalized Zero-shot Semantic Segmentation

2021-08-27 · ICCV 2021 10 · Jiaxin Cheng, Soumyaroop Nandi, Prem Natarajan, Wael Abd-Almageed

Unlike conventional zero-shot classification, zero-shot semantic segmentation predicts a class label at the pixel level instead of the image level. When solving zero-shot semantic segmentation problems, the need for pixe…

Knowledge DistillationSegmentationSemantic Segmentationzero-shot-classification+2

Learning random-walk label propagation for weakly-supervised semantic segmentation

2018-02-01 · CVPR 2017 7 · Paul Vernaza, Manmohan Chandraker

Large-scale training for semantic segmentation is challenging due to the expense of obtaining training data for this task relative to other vision tasks. We propose a novel training approach to address this difficulty. G…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation