paper-with-me

홈 › Papers

Focal and Global Knowledge Distillation for Detectors

2021-11-23 · CVPR 2022 1 · Zhendong Yang, Zhe Li, Xiaohu Jiang, Yuan Gong, Zehuan Yuan, Danpei Zhao, Chun Yuan

Knowledge distillation has been applied to image classification successfully. However, object detection is much more sophisticated and most knowledge distillation methods have failed on it. In this paper, we point out that in object detection, the features of the teacher and student vary greatly in different areas, especially in the foreground and background. If we distill them equally, the uneven differences between feature maps will negatively affect the distillation. Thus, we propose Focal and Global Distillation (FGD). Focal distillation separates the foreground and background, forcing the student to focus on the teacher's critical pixels and channels. Global distillation rebuilds the relation between different pixels and transfers it from teachers to students, compensating for missing global information in focal distillation. As our method only needs to calculate the loss on the feature map, FGD can be applied to various detectors. We experiment on various detectors with different backbones and the results show that the student detector achieves excellent mAP improvement. For example, ResNet-50 based RetinaNet, Faster RCNN, RepPoints and Mask RCNN with our distillation method achieve 40.7%, 42.0%, 42.0% and 42.1% mAP on COCO2017, which are 3.3, 3.6, 3.4 and 2.9 higher than the baseline, respectively. Our codes are available at https://github.com/yzd-v/FGD.

📄 PDF Abstract BibTeX arXiv:2111.11837

Code (1)

yzd-v/FGD 공식 구현 pytorch

Tasks

image-classificationImage ClassificationKnowledge Distillationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

FPN 설명 없음
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.…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
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…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…
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.…

Similar Papers 제목 키워드 기반

Localization Distillation for Dense Object Detection

2021-02-24 · CVPR 2022 1 · Zhaohui Zheng, Rongguang Ye, Ping Wang, Dongwei Ren 외

Knowledge distillation (KD) has witnessed its powerful capability in learning compact models in object detection. Previous KD methods for object detection mostly focus on imitating deep features within the imitation regi…

Dense Object DetectionKnowledge DistillationObjectobject-detection+1

CLoCKDistill: Consistent Location-and-Context-aware Knowledge Distillation for DETRs

2025-02-15 · Qizhen Lan, Qing Tian

Object detection has advanced significantly with Detection Transformers (DETRs). However, these models are computationally demanding, posing challenges for deployment in resource-constrained environments (e.g., self-driv…

DenoisingKnowledge Distillationobject-detectionObject Detection+1

Object-Aware Distillation Pyramid for Open-Vocabulary Object Detection

2023-03-10 · CVPR 2023 1 · Luting Wang, Yi Liu, Penghui Du, Zihan Ding 외

Open-vocabulary object detection aims to provide object detectors trained on a fixed set of object categories with the generalizability to detect objects described by arbitrary text queries. Previous methods adopt knowle…

ObjectOpen-vocabulary object detectionOpen Vocabulary Object Detection

STXD: Structural and Temporal Cross-Modal Distillation for Multi-View 3D Object Detection

2023-09-21 · NeurIPS 2023 11

3D object detection (3DOD) from multi-view images is an economically appealing alternative to expensive LiDAR-based detectors, but also an extremely challenging task due to the absence of precise spatial cues. Recent stu…

FASTer: Focal Token Acquiring-and-Scaling Transformer for Long-term 3D Object Detection

2025-02-28 · Chenxu Dang, Zaipeng Duan, Pei An, Xinmin Zhang 외

Recent top-performing temporal 3D detectors based on Lidars have increasingly adopted region-based paradigms. They first generate coarse proposals, followed by encoding and fusing regional features. However, indiscrimina…

3D Object Detectionobject-detectionObject Detection