特征金字塔网络用于目标检测

Feature Pyramid Networks for Object Detection

林宗毅 Tsung-Yi Lin · Meta AI · 2016-12-09 · arXiv:1612.03144 ↗ · 被引 27238

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

摘要 · Abstract

特征金字塔是识别系统中用于检测不同尺度目标的基本组件。但最近的深度学习目标检测器避免了金字塔表示,部分原因是其计算和内存密集。本文利用深度卷积网络固有的多尺度金字塔层次结构,以极小的额外成本构建特征金字塔。我们开发了一种带有侧向连接的 top-down 架构,用于构建所有尺度的高层语义特征图。这种架构称为特征金字塔网络(FPN),在多个应用中作为通用特征提取器显示出显著改进。在基本的 Faster R-CNN 系统中使用 FPN,我们的方法在 COCO 检测基准上实现了最先进的单模型结果,无需任何技巧,超越了所有现有的单模型参赛者,包括 COCO 2016 挑战赛的获胜者。此外,我们的方法可以在 GPU 上以 5 FPS 运行,因此是一种实用且准确的多尺度目标检测解决方案。代码将公开。

Feature pyramids are a basic component in recognition systems for detecting objects at different scales. But recent deep learning object detectors have avoided pyramid representations, in part because they are compute and memory intensive. In this paper, we exploit the inherent multi-scale, pyramidal hierarchy of deep convolutional networks to construct feature pyramids with marginal extra cost. A top-down architecture with lateral connections is developed for building high-level semantic feature maps at all scales. This architecture, called a Feature Pyramid Network (FPN), shows significant improvement as a generic feature extractor in several applications. Using FPN in a basic Faster R-CNN system, our method achieves state-of-the-art single-model results on the COCO detection benchmark without bells and whistles, surpassing all existing single-model entries including those from the COCO 2016 challenge winners. In addition, our method can run at 5 FPS on a GPU and thus is a practical and accurate solution to multi-scale object detection. Code will be made publicly available.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 14)

阅读逐段中英对照全文 →