Probabilistic Anchor Assignment with IoU Prediction for Object Detection

April 4, 2022 ยท View on GitHub

@inproceedings{paa-eccv2020,
  title={Probabilistic Anchor Assignment with IoU Prediction for Object Detection},
  author={Kim, Kang and Lee, Hee Seok},
  booktitle = {ECCV},
  year={2020}
}

Results and Models

We provide config files to reproduce the object detection results in the ECCV 2020 paper for Probabilistic Anchor Assignment with IoU Prediction for Object Detection.

BackboneLr schdMem (GB)Score votingbox APConfigDownload
R-50-FPN12e3.7True40.4configmodel | log
R-50-FPN12e3.7False40.2-
R-50-FPN18e3.7True41.4configmodel | log
R-50-FPN18e3.7False41.2-
R-50-FPN24e3.7True41.6configmodel | log
R-50-FPN36e3.7True43.3configmodel | log
R-101-FPN12e6.2True42.6configmodel | log
R-101-FPN12e6.2False42.4-
R-101-FPN24e6.2True43.5configmodel | log
R-101-FPN36e6.2True45.1configmodel | log

Note:

  1. We find that the performance is unstable with 1x setting and may fluctuate by about 0.2 mAP. We report the best results.