Concepedia

Publication | Closed Access

Fast R-CNN

27.2K

Citations

23

References

2015

Year

Ross Girshick

Unknown Venue

TLDR

Fast R‑CNN builds on prior work to efficiently classify object proposals with deep convolutional networks. The paper proposes Fast R‑CNN, a region‑based convolutional network that improves training and testing speed while increasing detection accuracy for object detection. Fast R‑CNN uses a novel training pipeline implemented in Python and C++ with Caffe, incorporating innovations that accelerate training and testing while remaining open source. Fast R‑CNN trains VGG16 nine times faster than R‑CNN, tests 213 times faster, and attains higher mAP on PASCAL VOC 2012, outperforming SPPnet with three‑fold faster training, ten‑fold faster testing, and better accuracy.

Abstract

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 this https URL.

References

YearCitations

2017

75.5K

2014

75.4K

2009

60.2K

2014

31.2K

2009

19K

2005

18.1K

1989

11.6K

2014

11.1K

2009

10K

2006

7.9K

Page 1