BriefGPT.xyz
Jan, 2024
MS-DETR: 使用混合监督实现高效的DETR训练
MS-DETR: Efficient DETR Training with Mixed Supervision
HTML
PDF
Chuyang Zhao, Yifan Sun, Wenhao Wang, Qiang Chen, Errui Ding...
TL;DR
改进了DETR训练效率,通过使用混合的一对一和一对多监督来明确监督候选生成过程,而无需额外的解码器分支或对象查询。
Abstract
detr
accomplishes end-to-end
object detection
through iteratively generating multiple object candidates based on image features and promoting one candidate for each ground-truth object. The traditional training p
→