Fast R-CNN
About
This paper proposes a Fast Region-based Convolutional Network method (Fast R-CNN) for object detection. Fast R-CNN builds on previous work to efficiently classify object proposals using deep convolutional networks. Compared to previous work, Fast R-CNN employs several innovations to improve training and testing speed while also increasing detection accuracy. Fast R-CNN trains the very deep VGG16 network 9x faster than R-CNN, is 213x faster at test-time, and achieves a higher mAP on PASCAL VOC 2012. Compared to SPPnet, Fast R-CNN trains VGG16 3x faster, tests 10x faster, and is more accurate. Fast R-CNN is implemented in Python and C++ (using Caffe) and is available under the open-source MIT License at https://github.com/rbgirshick/fast-rcnn.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | AP42 | 2454 | |
| Object Detection | PASCAL VOC 2007 (test) | mAP72.4 | 821 | |
| Object Detection | MS COCO (test-dev) | mAP@.539.3 | 677 | |
| Object Detection | COCO (val) | mAP18.9 | 613 | |
| Human-Object Interaction Detection | HICO-DET (test) | mAP (full)2.85 | 493 | |
| Object Detection | PASCAL VOC 2012 (test) | mAP68.4 | 270 | |
| Object Detection | AI-TOD (test) | AP@0.526.3 | 88 | |
| Object Detection | MS-COCO | AP25.7 | 77 | |
| Object Detection | PASCAL VOC 2007 (test) | mAP70 | 59 | |
| Oriented Object Detection | HRSC 2016 (test) | mAP75.7 | 55 |