paper-with-me

Papers

Improving Object Detection by Label Assignment Distillation

2021-08-24 · Chuong H. Nguyen, Thuy C. Nguyen, Tuan N. Tang, Nam L. H. Phan

Label assignment in object detection aims to assign targets, foreground or background, to sampled regions in an image. Unlike labeling for image classification, this problem is not well defined due to the object's bounding box. In this paper, we investigate the problem from a perspective of distillation, hence we call Label Assignment Distillation (LAD). Our initial motivation is very simple, we use a teacher network to generate labels for the student. This can be achieved in two ways: either using the teacher's prediction as the direct targets (soft label), or through the hard labels dynamically assigned by the teacher (LAD). Our experiments reveal that: (i) LAD is more effective than soft-label, but they are complementary. (ii) Using LAD, a smaller teacher can also improve a larger student significantly, while soft-label can't. We then introduce Co-learning LAD, in which two networks simultaneously learn from scratch and the role of teacher and student are dynamically interchanged. Using PAA-ResNet50 as a teacher, our LAD techniques can improve detectors PAA-ResNet101 and PAA-ResNeXt101 to $46 \rm AP$ and $47.5\rm AP$ on the COCO test-dev set. With a stronger teacher PAA-SwinB, we improve the students PAA-ResNet50 to $43.7\rm AP$ by only 1x schedule training and standard setting, and PAA-ResNet101 to $47.9\rm AP$, significantly surpassing the current methods. Our source code and checkpoints are released at https://git.io/JrDZo.

📄 PDF Abstract BibTeX arXiv:2108.10520

Code (4)

cybercore-co-ltd/CoLAD 공식 구현 pytorch
cybercore-co-ltd/colad_paper 공식 구현 pytorch
open-mmlab/mmdetection 공식 구현 pytorch
Bo396543018/picodet_repro pytorch

Tasks

image-classificationImage ClassificationObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Label Assignment Distillation for Object Detection

2021-09-16 · Minghao Gao, Hailun Zhang, Yige Yan

Knowledge distillation methods are proved to be promising in improving the performance of neural networks and no additional computational expenses are required during the inference time. For the sake of boosting the accu…

Knowledge DistillationObjectobject-detectionObject Detection

MOTRv3: Release-Fetch Supervision for End-to-End Multi-Object Tracking

2023-05-23 · En Yu, Tiancai Wang, Zhuoling Li, Yuang Zhang 외

Although end-to-end multi-object trackers like MOTR enjoy the merits of simplicity, they suffer from the conflict between detection and association seriously, resulting in unsatisfactory convergence dynamics. While MOTRv…

DenoisingMulti-Object TrackingObject TrackingPseudo Label

Dynamic Label Assignment for Object Detection by Combining Predicted IoUs and Anchor IoUs

2022-01-23 · Tianxiao Zhang, Bo Luo, Ajay Sharda, Guanghui Wang

Label assignment plays a significant role in modern object detection models. Detection models may yield totally different performances with different label assignment strategies. For anchor-based detection models, the Io…

object-detectionObject Detection

DCDet: Dynamic Cross-based 3D Object Detector

2024-01-14 · Shuai Liu, Boyang Li, Zhiyu Fang, Kai Huang

Recently, significant progress has been made in the research of 3D object detection. However, most prior studies have focused on the utilization of center-based or anchor-based label assignment schemes. Alternative label…

3D Object DetectionObjectobject-detectionObject Detection+1

DETRDistill: A Universal Knowledge Distillation Framework for DETR-families

2022-11-17 · ICCV 2023 1 · Jiahao Chang, Shuo Wang, HaiMing Xu, Zehui Chen 외

Transformer-based detectors (DETRs) are becoming popular for their simple framework, but the large model size and heavy time consumption hinder their deployment in the real world. While knowledge distillation (KD) can be…

Knowledge Distillationobject-detectionObject Detection