paper-with-me

홈 › Papers

AMD: Adaptive Masked Distillation for Object Detection

2023-01-31 · Guang Yang, Yin Tang, Jun Li, Jianhua Xu, Xili Wan

As a general model compression paradigm, feature-based knowledge distillation allows the student model to learn expressive features from the teacher counterpart. In this paper, we mainly focus on designing an effective feature-distillation framework and propose a spatial-channel adaptive masked distillation (AMD) network for object detection. More specifically, in order to accurately reconstruct important feature regions, we first perform attention-guided feature masking on the feature map of the student network, such that we can identify the important features via spatially adaptive feature masking instead of random masking in the previous methods. In addition, we employ a simple and efficient module to allow the student network channel to be adaptive, improving its model capability in object perception and detection. In contrast to the previous methods, more crucial object-aware features can be reconstructed and learned from the proposed network, which is conducive to accurate object detection. The empirical experiments demonstrate the superiority of our method: with the help of our proposed distillation method, the student networks report 41.3%, 42.4%, and 42.7% mAP scores when RetinaNet, Cascade Mask-RCNN and RepPoints are respectively used as the teacher framework for object detection, which outperforms the previous state-of-the-art distillation methods including FGD and MGD.

📄 PDF Abstract BibTeX arXiv:2301.13538

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel CompressionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
FPN 설명 없음
RepPoints RepPoints is a representation for object detection that consists of a set of points which indicate the spatial extent of an object and semantically significant local areas.…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…
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 제목 키워드 기반

Masked Autoencoders Are Stronger Knowledge Distillers

2023-01-01 · ICCV 2023 1 · Shanshan Lao, Guanglu Song, Boxiao Liu, Yu Liu 외

Knowledge distillation (KD) has shown great success in improving student's performance by mimicking the intermediate output of the high-capacity teacher in fine-grained visual tasks, e.g. object detection. This paper…

DecoderKnowledge Distillationobject-detectionObject Detection+1

DMKD: Improving Feature-based Knowledge Distillation for Object Detection Via Dual Masking Augmentation

2023-09-06 · Guang Yang, Yin Tang, Zhijian Wu, Jun Li 외

Recent mainstream masked distillation methods function by reconstructing selectively masked areas of a student network from the feature map of its teacher counterpart. In these methods, the masked regions need to be prop…

Knowledge Distillationobject-detectionObject Detection

Dual Scale-aware Adaptive Masked Knowledge Distillation for Object Detection

2025-01-13 · Zhourui Zhang, Jun Li, JiaYan Li, Zhijian Wu 외

Recent feature masking knowledge distillation methods make use of attention mechanisms to identify either important spatial regions or channel clues for discriminative feature reconstruction. However, most of existing st…

Knowledge Distillationobject-detectionObject DetectionTransfer Learning

DFMSD: Dual Feature Masking Stage-wise Knowledge Distillation for Object Detection

2024-07-18 · Zhourui Zhang, Jun Li, Zhijian Wu, Jifeng Shen 외

In recent years, current mainstream feature masking distillation methods mainly function by reconstructing selectively masked regions of a student network from the feature maps of a teacher network. In these methods, att…

Knowledge DistillationObjectobject-detectionObject Detection

Self-distillation Augmented Masked Autoencoders for Histopathological Image Classification

2022-03-31 · Yang Luo, Zhineng Chen, Shengtian Zhou, Xieping Gao

Self-supervised learning (SSL) has drawn increasing attention in histopathological image analysis in recent years. Compared to contrastive learning which is troubled with the false negative problem, i.e., semantically si…

Cell SegmentationClassificationContrastive LearningHistopathological Image Classification+5