用于精确目标检测和语义分割的丰富特征层次结构

Rich feature hierarchies for accurate object detection and semantic segmentation

罗斯·吉尔希克 Ross Girshick · UC Berkeley · 2013-11-11 · arXiv:1311.2524 ↗ · 被引 29100

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

摘要 · Abstract

在标准 PASCAL VOC 数据集上,目标检测性能在过去几年中停滞不前。表现最好的方法是复杂的集成系统,通常将多个低级图像特征与高级上下文相结合。在本文中,我们提出了一种简单且可扩展的检测算法,相比 VOC 2012 上之前的最佳结果,平均精度均值(mAP)相对提高了 30%以上,达到了 53.3%的 mAP。我们的方法结合了两个关键见解:(1)可以将高容量卷积神经网络(CNN)应用于自底向上的区域提议,以定位和分割目标;(2)当标记训练数据稀缺时,对辅助任务进行监督预训练,然后进行领域特定的微调,可以显著提升性能。由于我们将区域提议与 CNN 结合,我们将我们的方法称为 R-CNN:具有 CNN 特征的区域。我们还将 R-CNN 与 OverFeat(一种基于类似 CNN 架构的最近提出的滑动窗口检测器)进行了比较。我们发现,在 200 类的 ILSVRC2013 检测数据集上,R-CNN 大幅优于 OverFeat。完整系统的源代码可在 http://www.cs.berkeley.edu/~rbg/rcnn 获取。

Object detection performance, as measured on the canonical PASCAL VOC dataset, has plateaued in the last few years. The best-performing methods are complex ensemble systems that typically combine multiple low-level image features with high-level context. In this paper, we propose a simple and scalable detection algorithm that improves mean average precision (mAP) by more than 30% relative to the previous best result on VOC 2012---achieving a mAP of 53.3%. Our approach combines two key insights: (1) one can apply high-capacity convolutional neural networks (CNNs) to bottom-up region proposals in order to localize and segment objects and (2) when labeled training data is scarce, supervised pre-training for an auxiliary task, followed by domain-specific fine-tuning, yields a significant performance boost. Since we combine region proposals with CNNs, we call our method R-CNN: Regions with CNN features. We also compare R-CNN to OverFeat, a recently proposed sliding-window detector based on a similar CNN architecture. We find that R-CNN outperforms OverFeat by a large margin on the 200-class ILSVRC2013 detection dataset. Source code for the complete system is available at http://www.cs.berkeley.edu/~rbg/rcnn.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 29)

阅读逐段中英对照全文 →