arXiv reaDer
M2Det: 多レベル特徴ピラミッドネットワークに基づくシングルショット物体検出器
M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network
特徴ピラミッドは、オブジェクトインスタンス間のスケール変動に起因する問題を軽減するために、最先端の1段式オブジェクト検出器(例: DSSD、RetinaNet、RefineDet)や2段式オブジェクト検出器(例: Mask R-CNN、DetNet)の両方で広く利用されている。これらの特徴ピラミッドを用いた物体検出器は有望な結果を得ているが、実際に物体分類タスクのために設計されたバックボーンが本来持っているマルチスケールのピラミッド型アーキテクチャに従って特徴ピラミッドを単純に構築しているだけであり、いくつかの限界がある。そこで本研究では、マルチレベル特徴量ピラミッドネットワーク(MLFPN)と呼ばれる手法を用いて、より効果的な特徴ピラミッドを構築することで、スケールの異なる物体の検出を可能にする。まず,バックボーンで抽出された多階層特徴をベース特徴として融合させる.次に、この基本特徴量をThinned U-shape ModuleとFeature Fusion Moduleを交互に連結したブロックに供給し、各U-shape Moduleのデコーダ層を物体検出のための特徴量として利用する。最後に、これらのデコーダ層を同等のスケール(大きさ)で集めて、複数の階層の層(特徴)からなる特徴マップを作成することで、物体検出のための特徴ピラミッドを構築する。提案したMLFPNの有効性を評価するために、SSDのアーキテクチャに統合した強力なエンドツーエンドの1段検出器M2Detを設計し、トレーニングした。具体的には、MS-COCOベンチマークにおいて、シングルスケール推論ではAP41.0、11.8FPS、マルチスケール推論ではAP44.2を達成しており、最先端の1段検出器の中でも特に優れた性能を示している。なお、コードは、 https://github.com/qijiezhao/M2Det で入手可能とする予定。
Feature pyramids are widely exploited by both the state-of-the-art one-stage object detectors (e.g., DSSD, RetinaNet, RefineDet) and the two-stage object detectors (e.g., Mask R-CNN, DetNet) to alleviate the problem arising from scale variation across object instances. Although these object detectors with feature pyramids achieve encouraging results, they have some limitations due to that they only simply construct the feature pyramid according to the inherent multi-scale, pyramidal architecture of the backbones which are actually designed for object classification task. Newly, in this work, we present a method called Multi-Level Feature Pyramid Network (MLFPN) to construct more effective feature pyramids for detecting objects of different scales. First, we fuse multi-level features (i.e. multiple layers) extracted by backbone as the base feature. Second, we feed the base feature into a block of alternating joint Thinned U-shape Modules and Feature Fusion Modules and exploit the decoder layers of each u-shape module as the features for detecting objects. Finally, we gather up the decoder layers with equivalent scales (sizes) to develop a feature pyramid for object detection, in which every feature map consists of the layers (features) from multiple levels. To evaluate the effectiveness of the proposed MLFPN, we design and train a powerful end-to-end one-stage object detector we call M2Det by integrating it into the architecture of SSD, which gets better detection performance than state-of-the-art one-stage detectors. Specifically, on MS-COCO benchmark, M2Det achieves AP of 41.0 at speed of 11.8 FPS with single-scale inference strategy and AP of 44.2 with multi-scale inference strategy, which is the new state-of-the-art results among one-stage detectors. The code will be made available on \url{https://github.com/qijiezhao/M2Det.
updated: Sun Jan 06 2019 14:32:16 GMT+0000 (UTC)
published: Mon Nov 12 2018 03:01:50 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト