English

Solution for Large-Scale Hierarchical Object Detection Datasets with Incomplete Annotation and Data Imbalance

Computer Vision and Pattern Recognition 2018-10-16 v1

Abstract

This report demonstrates our solution for the Open Images 2018 Challenge. Based on our detailed analysis on the Open Images Datasets (OID), it is found that there are four typical features: large-scale, hierarchical tag system, severe annotation incompleteness and data imbalance. Considering these characteristics, an amount of strategies are employed, including SNIPER, soft sampling, class-aware sampling (CAS), hierarchical non-maximum suppression (HNMS) and so on. In virtue of these effective strategies, and further using the powerful SENet154 armed with feature pyramid module and deformable ROIalign as the backbone, our best single model could achieve a mAP of 56.9%. After a further ensemble with 9 models, the final mAP is boosted to 62.2% in the public leaderboard (ranked the 2nd place) and 58.6% in the private leaderboard (ranked the 3rd place, slightly inferior to the 1st place by only 0.04 point).

Keywords

Cite

@article{arxiv.1810.06208,
  title  = {Solution for Large-Scale Hierarchical Object Detection Datasets with Incomplete Annotation and Data Imbalance},
  author = {Yuan Gao and Xingyuan Bu and Yang Hu and Hui Shen and Ti Bai and Xubin Li and Shilei Wen},
  journal= {arXiv preprint arXiv:1810.06208},
  year   = {2018}
}

Comments

5 pages, 4 figures, ECCV 2018 Open Images workshop

R2 v1 2026-06-23T04:39:27.478Z