Fast R-CNN
Citations Over TimeTop 1% of 2015 papers
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 https://github.com/rbgirshick/fast-rcnn.
Related Papers
- → Implementing convolutional neural network model for prediction in medical imaging(2022)6 cited
- → Deep Convolution Neural Network for RBC Images(2022)2 cited
- → Application of Convolutional Neural Network for Image Classification on\n Pascal VOC Challenge 2012 dataset(2016)18 cited
- → Application of Convolutional Neural Network for Image Classification on Pascal VOC Challenge 2012 dataset(2016)15 cited
- → Deep Convolutional Neural Networks(2021)8 cited