Home

Awesome

[CVPR2024] PointOBB: Learning Oriented Object Detection via Single Point Supervision

Paper

The paper is available at PointOBB. You are also welcome to check out the concurrent work Point2RBox.

Pipeline Image

Train/Test

Please see PointOBB/README.md.

Weight

DIOR-R

BackbonemAPAngleConfigDetectorDownload
ResNet50 (1024,1024,200)38.08le90pointobb-diorOriented RCNNmodel

DOTA-v1.0

BackbonemAPAngleConfigDetectorDownload
ResNet50 (1024,1024,200)33.31le90pointobb-dotaOriented RCNNmodel

Citation

If you find this work helpful, please consider to cite:

@InProceedings{luo2024pointobb,
   title     = {PointOBB: Learning Oriented Object Detection via Single Point Supervision},
   author    = {Luo, Junwei and Yang, Xue and Yu, Yi and Li, Qingyun and Yan, Junchi and Li, Yansheng},
   booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
   pages     = {16730-16740},
   year      = {2024}
}
@inproceedings{yu2024point2rbox,
   title     = {Point2RBox: Combine Knowledge from Synthetic Visual Patterns for End-to-end Oriented Object Detection with Single Point Supervision},
   author    = {Yi Yu and Xue Yang and Qingyun Li and Feipeng Da and Jifeng Dai and Yu Qiao and Junchi Yan},
   booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
   year      = {2024}
}

Special thanks to the codebase contributors of MMRotate and P2BNet!

@inproceedings{zhou2022mmrotate,
  title   = {MMRotate: A Rotated Object Detection Benchmark using PyTorch},
  author  = {Zhou, Yue and Yang, Xue and Zhang, Gefan and Wang, Jiabao and Liu, Yanyi and
             Hou, Liping and Jiang, Xue and Liu, Xingzhao and Yan, Junchi and Lyu, Chengqi and
             Zhang, Wenwei and Chen, Kai},
  booktitle={Proceedings of the 30th ACM International Conference on Multimedia},
  year={2022}
}
@inproceedings{P2BNet,
  title     = {Point-to-Box Network for Accurate Object Detection via Single Point Supervision},
  author    = {Pengfei Chen, Xuehui Yu, Xumeng Han, Najmul Hassan, Kai Wang, Jiachen Li, Jian Zhao, Humphrey Shi, Zhenjun Han, and Qixiang Ye},
  booktitle = {ECCV},
  year      = {2022}
}