论文标题
Omni-Det:使用变压器的Omni监督对象检测
Omni-DETR: Omni-Supervised Object Detection with Transformers
论文作者
论文摘要
我们考虑使用无标记,完全标记和弱标记的注释(例如图像标签,计数,点等)的无标记,标记和弱标记的注释的问题,该问题可以使用对象检测。统一体系结构Omni-Detr基于学生教师框架和基于端到端变压器的对象检测的最新进展,可以实现这一点。在这种统一的体系结构下,可以利用不同类型的弱标签来通过基于两部分匹配的过滤机制来生成准确的伪标签,以供模型学习。在实验中,Omni-Detr在多个数据集和设置上实现了最先进的结果。而且我们发现,较弱的注释可以帮助提高检测性能,而与标准的完整注释相比,在注释成本和准确性之间可以更好地取舍。这些发现可以鼓励带有混合注释的更大的对象检测数据集。该代码可在https://github.com/amazon-research/omni-detr上找到。
We consider the problem of omni-supervised object detection, which can use unlabeled, fully labeled and weakly labeled annotations, such as image tags, counts, points, etc., for object detection. This is enabled by a unified architecture, Omni-DETR, based on the recent progress on student-teacher framework and end-to-end transformer based object detection. Under this unified architecture, different types of weak labels can be leveraged to generate accurate pseudo labels, by a bipartite matching based filtering mechanism, for the model to learn. In the experiments, Omni-DETR has achieved state-of-the-art results on multiple datasets and settings. And we have found that weak annotations can help to improve detection performance and a mixture of them can achieve a better trade-off between annotation cost and accuracy than the standard complete annotation. These findings could encourage larger object detection datasets with mixture annotations. The code is available at https://github.com/amazon-research/omni-detr.