Fast R-CNN

Fast R-CNN

罗斯·吉尔希克 Ross Girshick · Microsoft · 2015-04-30 · arXiv:1504.08083 ↗ · 被引 28618

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

本文提出了一种基于区域的快速卷积网络方法(Fast R-CNN)用于目标检测。Fast R-CNN 在先前工作的基础上,利用深度卷积网络高效地对目标提议进行分类。与先前工作相比,Fast R-CNN 采用多项创新,提高了训练和测试速度,同时提升了检测精度。Fast R-CNN 训练非常深的 VGG16 网络比 R-CNN 快 9 倍,测试时快 213 倍,并在 PASCAL VOC 2012 上获得了更高的 mAP。与 SPPnet 相比,Fast R-CNN 训练 VGG16 快 3 倍,测试快 10 倍,且更准确。Fast R-CNN 使用 Python 和 C++(基于 Caffe)实现,并在 MIT 开源许可下于 https://github.com/rbgirshick/fast-rcnn 提供。

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.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 25)

阅读逐段中英对照全文 →