paper-with-me

Papers

General Instance Distillation for Object Detection

2021-03-03 · CVPR 2021 1 · Xing Dai, Zeren Jiang, Zhao Wu, Yiping Bao, Zhicheng Wang, Si Liu, Erjin Zhou

In recent years, knowledge distillation has been proved to be an effective solution for model compression. This approach can make lightweight student models acquire the knowledge extracted from cumbersome teacher models. However, previous distillation methods of detection have weak generalization for different detection frameworks and rely heavily on ground truth (GT), ignoring the valuable relation information between instances. Thus, we propose a novel distillation method for detection tasks based on discriminative instances without considering the positive or negative distinguished by GT, which is called general instance distillation (GID). Our approach contains a general instance selection module (GISM) to make full use of feature-based, relation-based and response-based knowledge for distillation. Extensive results demonstrate that the student model achieves significant AP improvement and even outperforms the teacher in various detection frameworks. Specifically, RetinaNet with ResNet-50 achieves 39.1% in mAP with GID on COCO dataset, which surpasses the baseline 36.2% by 2.9%, and even better than the ResNet-101 based teacher model with 38.1% AP.

📄 PDF Abstract BibTeX arXiv:2103.02340

Code (1)

daixinghome/Distill_GID_detectron2 공식 구현 pytorch

Tasks

Knowledge DistillationModel CompressionObjectobject-detectionObject DetectionRelation

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.…
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,…
FPN 설명 없음
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.…

Similar Papers 제목 키워드 기반

Dual Relation Knowledge Distillation for Object Detection

2023-02-11 · ZhenLiang Ni, Fukui Yang, Shengzhao Wen, Gang Zhang

Knowledge distillation is an effective method for model compression. However, it is still a challenging topic to apply knowledge distillation to detection tasks. There are two key points resulting in poor distillation pe…

Knowledge DistillationModel CompressionObjectobject-detection+2

CD-FKD: Cross-Domain Feature Knowledge Distillation for Robust Single-Domain Generalization in Object Detection

2026-03-17 · Junseok Lee, Sungho Shin, Seongju Lee, Kyoobin Lee arxiv

Single-domain generalization is essential for object detection, particularly when training models on a single source domain and evaluating them on unseen target domains. Domain shifts, such as changes in weather, lightin…

Robust Object DetectionKnowledge DistillationDomain GeneralizationAutonomous Driving

Open-Vocabulary One-Stage Detection with Hierarchical Visual-Language Knowledge Distillation

2022-03-20 · CVPR 2022 1 · Zongyang Ma, Guan Luo, Jin Gao, Liang Li 외

Open-vocabulary object detection aims to detect novel object categories beyond the training set. The advanced open-vocabulary two-stage detectors employ instance-level visual-to-visual knowledge distillation to align the…

Knowledge DistillationLanguage ModellingObjectobject-detection+3

A Hierarchical Semantic Distillation Framework for Open-Vocabulary Object Detection

2025-03-13 · Shenghao Fu, Junkai Yan, Qize Yang, Xihan Wei 외

Open-vocabulary object detection (OVD) aims to detect objects beyond the training annotations, where detectors are usually aligned to a pre-trained vision-language model, eg, CLIP, to inherit its generalizable recognitio…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Centerness-based Instance-aware Knowledge Distillation with Task-wise Mutual Lifting for Object Detection on Drone Imagery

2024-11-05 · Bowei Du, Zhixuan Liao, Yanan Zhang, Zhi Cai 외

Developing accurate and efficient detectors for drone imagery is challenging due to the inherent complexity of aerial scenes. While some existing methods aim to achieve high accuracy by utilizing larger models, their com…

Knowledge Distillationobject-detectionObject Detection