paper-with-me

Papers

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 IoU (Intersection over Union) threshold between the anchors and their corresponding ground truth bounding boxes is the key element since the positive samples and negative samples are divided by the IoU threshold. Early object detectors simply utilize the fixed threshold for all training samples, while recent detection algorithms focus on adaptive thresholds based on the distribution of the IoUs to the ground truth boxes. In this paper, we introduce a simple while effective approach to perform label assignment dynamically based on the training status with predictions. By introducing the predictions in label assignment, more high-quality samples with higher IoUs to the ground truth objects are selected as the positive samples, which could reduce the discrepancy between the classification scores and the IoU scores, and generate more high-quality boundary boxes. Our approach shows improvements in the performance of the detection models with the adaptive label assignment algorithm and lower bounding box losses for those positive samples, indicating more samples with higher-quality predicted boxes are selected as positives.

📄 PDF Abstract BibTeX arXiv:2201.09396

Code (1)

ztx-100/dla-combined-ious 공식 구현 pytorch

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

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

Dynamic Coarse-to-Fine Learning for Oriented Tiny Object Detection

2023-04-18 · CVPR 2023 1 · Chang Xu, Jian Ding, Jinwang Wang, Wen Yang 외

Detecting arbitrarily oriented tiny objects poses intense challenges to existing detectors, especially for label assignment. Despite the exploration of adaptive label assignment in recent oriented object detectors, the e…

object-detectionObject DetectionOne-stage Anchor-free Oriented Object DetectionOriented Object Detection

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 boundi…

image-classificationImage ClassificationObjectobject-detection+1

Improving Label Assignments Learning by Dynamic Sample Dropout Combined with Layer-wise Optimization in Speech Separation

2023-11-20 · Chenyang Gao, Yue Gu, Ivan Marsic

In supervised speech separation, permutation invariant training (PIT) is widely used to handle label ambiguity by selecting the best permutation to update the model. Despite its success, previous studies showed that PIT …

Speech Separation

Category-Aware Dynamic Label Assignment with High-Quality Oriented Proposal

2024-07-03 · Mingkui Feng, Hancheng Yu, Xiaoyu Dang, Ming Zhou

Objects in aerial images are typically embedded in complex backgrounds and exhibit arbitrary orientations. When employing oriented bounding boxes (OBB) to represent arbitrary oriented objects, the periodicity of angles c…

object-detectionObject DetectionObject Detection In Aerial ImagesOriented Object Detection+1