この記事では、アンカーボックスを使用しないシングルショットインスタンスセグメンテーション手法を紹介します。これは、概念的にシンプルで完全な畳み込みであり、インスタンスのセグメンテーションのマスク予測モジュールとして使用できます。メソッド。 PolarMaskと呼ばれるこの方法では、インスタンスのセグメンテーション問題を、インスタンスの中心の分類と極座標の密な距離回帰として定式化します。さらに、高品質の中心サンプルのサンプリングと密な距離回帰の最適化に対処する2つの効果的なアプローチをそれぞれ提案します。これにより、パフォーマンスが大幅に向上し、トレーニングプロセスが簡素化されます。 PolarMaskは、困難なCOCOデータセットでの単一モデルおよび単一スケールのトレーニング/テストで、マスクmAPで32.9%を達成します。初めて、競争力のある精度を実現する、はるかにシンプルで柔軟なインスタンスセグメンテーションフレームワークを実証します。提案されているPolarMaskフレームワークが、シングルショットインスタンスのセグメンテーションタスクの基本的かつ強力なベースラインとして機能することを願っています。コードは、github.com / xieenze / PolarMaskで入手できます。
In this paper, we introduce an anchor-box free and single shot instance segmentation method, which is conceptually simple, fully convolutional and can be used as a mask prediction module for instance segmentation, by easily embedding it into most off-the-shelf detection methods. Our method, termed PolarMask, formulates the instance segmentation problem as instance center classification and dense distance regression in a polar coordinate. Moreover, we propose two effective approaches to deal with sampling high-quality center examples and optimization for dense distance regression, respectively, which can significantly improve the performance and simplify the training process. Without any bells and whistles, PolarMask achieves 32.9% in mask mAP with single-model and single-scale training/testing on challenging COCO dataset. For the first time, we demonstrate a much simpler and flexible instance segmentation framework achieving competitive accuracy. We hope that the proposed PolarMask framework can serve as a fundamental and strong baseline for single shot instance segmentation tasks. Code is available at: github.com/xieenze/PolarMask.