Omni-DETR: Omni-Supervised Object Detection with Transformers
Pei Wang, Zhaowei Cai, Hao Yang, Gurumurthy Swaminathan, Nuno Vasconcelos, Bernt Schiele, Stefano Soatto
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/amazon-research/omni-detrOfficialpytorch★ 69
Abstract
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.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| COCO 10% labeled data | Omni-DETR | mAP | 34.1 | — | Unverified |
| COCO 1% labeled data | Omni-DETR | mAP | 18.6 | — | Unverified |
| COCO 2% labeled data | Omni-DETR | mAP | 23.2 | — | Unverified |
| COCO 5% labeled data | Omni-DETR | mAP | 30.2 | — | Unverified |