paper-with-me

Papers

Task-Balanced Distillation for Object Detection

2022-08-05 · Ruining Tang, Zhenyu Liu, Yangguang Li, Yiguo Song, Hui Liu, Qide Wang, Jing Shao, Guifang Duan, Jianrong Tan

Mainstream object detectors are commonly constituted of two sub-tasks, including classification and regression tasks, implemented by two parallel heads. This classic design paradigm inevitably leads to inconsistent spatial distributions between classification score and localization quality (IOU). Therefore, this paper alleviates this misalignment in the view of knowledge distillation. First, we observe that the massive teacher achieves a higher proportion of harmonious predictions than the lightweight student. Based on this intriguing observation, a novel Harmony Score (HS) is devised to estimate the alignment of classification and regression qualities. HS models the relationship between two sub-tasks and is seen as prior knowledge to promote harmonious predictions for the student. Second, this spatial misalignment will result in inharmonious region selection when distilling features. To alleviate this problem, a novel Task-decoupled Feature Distillation (TFD) is proposed by flexibly balancing the contributions of classification and regression tasks. Eventually, HD and TFD constitute the proposed method, named Task-Balanced Distillation (TBD). Extensive experiments demonstrate the considerable potential and generalization of the proposed method. Specifically, when equipped with TBD, RetinaNet with ResNet-50 achieves 41.0 mAP under the COCO benchmark, outperforming the recent FGD and FRS.

📄 PDF Abstract BibTeX arXiv:2208.03006

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationKnowledge DistillationObjectobject-detectionObject Detectionregression

Methods 이 논문이 사용한 방법론

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…
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…
FPN 설명 없음
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

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

Task Integration Distillation for Object Detectors

2024-04-02 · Hai Su, ZhenWen Jian, Songsen Yu

Knowledge distillation is a widely adopted technique for model lightening. However, the performance of most knowledge distillation methods in the domain of object detection is not satisfactory. Typically, knowledge disti…

Knowledge DistillationObjectobject-detectionObject Detection+1

OpenNet: Incremental Learning for Autonomous Driving Object Detection with Balanced Loss

2023-11-25 · Zezhou Wang, Guitao Cao, Xidong Xi, Jiangtao Wang

Automated driving object detection has always been a challenging task in computer vision due to environmental uncertainties. These uncertainties include significant differences in object sizes and encountering the class …

Autonomous DrivingIncremental LearningObjectobject-detection+1

Adaptive Modality Balanced Online Knowledge Distillation for Brain-Eye-Computer based Dim Object Detection

2024-07-02 · Zixing Li, Chao Yan, Zhen Lan, Xiaojia Xiang 외

Advanced cognition can be extracted from the human brain using brain-computer interfaces. Integrating these interfaces with computer vision techniques, which possess efficient feature extraction capabilities, can achieve…

EEGElectroencephalogram (EEG)ERPKnowledge Distillation+3

Disentangle and Remerge: Interventional Knowledge Distillation for Few-Shot Object Detection from A Conditional Causal Perspective

2022-08-26 · Jiangmeng Li, Yanan Zhang, Wenwen Qiang, Lingyu Si 외

Few-shot learning models learn representations with limited human annotations, and such a learning paradigm demonstrates practicability in various tasks, e.g., image classification, object detection, etc. However, few-sh…

Few-Shot LearningFew-Shot Object Detectionimage-classificationImage Classification+4