paper-with-me

홈 › Papers

Localization Distillation for Dense Object Detection

2021-02-24 · CVPR 2022 1 · Zhaohui Zheng, Rongguang Ye, Ping Wang, Dongwei Ren, WangMeng Zuo, Qibin Hou, Ming-Ming Cheng

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 regions instead of mimicking classification logit due to its inefficiency in distilling localization information and trivial improvement. In this paper, by reformulating the knowledge distillation process on localization, we present a novel localization distillation (LD) method which can efficiently transfer the localization knowledge from the teacher to the student. Moreover, we also heuristically introduce the concept of valuable localization region that can aid to selectively distill the semantic and localization knowledge for a certain region. Combining these two new components, for the first time, we show that logit mimicking can outperform feature imitation and localization knowledge distillation is more important and efficient than semantic knowledge for distilling object detectors. Our distillation scheme is simple as well as effective and can be easily applied to different dense object detectors. Experiments show that our LD can boost the AP score of GFocal-ResNet-50 with a single-scale 1x training schedule from 40.1 to 42.1 on the COCO benchmark without any sacrifice on the inference speed. Our source code and trained models are publicly available at https://github.com/HikariTJU/LD

📄 PDF Abstract BibTeX arXiv:2102.12252

Code (2)

HikariTJU/LD 공식 구현 pytorch
open-mmlab/mmdetection pytorch

Tasks

Dense Object DetectionKnowledge DistillationObjectobject-detectionObject Detection

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 제목 키워드 기반

Bridging Cross-task Protocol Inconsistency for Distillation in Dense Object Detection

2023-08-28 · ICCV 2023 1 · Longrong Yang, Xianpan Zhou, XueWei Li, Liang Qiao 외

Knowledge distillation (KD) has shown potential for learning compact models in dense object detection. However, the commonly used softmax-based distillation ignores the absolute classification scores for individual categ…

Binary ClassificationClassificationDense Object DetectionKnowledge Distillation+3

Localization Distillation for Object Detection

2022-04-12 · Zhaohui Zheng, Rongguang Ye, Qibin Hou, Dongwei Ren 외

Previous knowledge distillation (KD) methods for object detection mostly focus on feature imitation instead of mimicking the prediction logits due to its inefficiency in distilling the localization information. In this p…

Knowledge DistillationObjectobject-detectionObject Detection

Boosting Single-Frame 3D Object Detection by Simulating Multi-Frame Point Clouds

2022-07-03 · Wu Zheng, Li Jiang, Fanbin Lu, Yangyang Ye 외

To boost a detector for single-frame 3D object detection, we present a new approach to train it to simulate features and responses following a detector trained on multi-frame point clouds. Our approach needs multi-frame …

3D Object DetectionObjectobject-detectionObject Detection+1

DenseBox: Unifying Landmark Localization with End to End Object Detection

2015-09-16 · Lichao Huang, Yi Yang, Yafeng Deng, Yinan Yu

How can a single fully convolutional neural network (FCN) perform on object detection? We introduce DenseBox, a unified end-to-end FCN framework that directly predicts bounding boxes and object class confidences through …

Face DetectionMulti-Task LearningObjectobject-detection+1

Dense Relation Distillation with Context-aware Aggregation for Few-Shot Object Detection

2021-03-30 · CVPR 2021 1 · Hanzhe Hu, Shuai Bai, Aoxue Li, Jinshi Cui 외

Conventional deep learning based methods for object detection require a large amount of bounding box annotations for training, which is expensive to obtain such high quality annotated data. Few-shot object detection, whi…

Few-Shot Object DetectionMeta-LearningObjectobject-detection+2