arXiv reaDer
再帰的に改良されたR-CNN:自己RoIリバランスによるインスタンスセグメンテーション
Recursively Refined R-CNN: Instance Segmentation with Self-RoI Rebalancing
インスタンスセグメンテーションの分野では、最先端の深層学習ネットワークのほとんどがカスケードアーキテクチャに依存しています。カスケードアーキテクチャでは、複数のオブジェクト検出器が順次トレーニングされ、各ステップでグラウンドトゥルースが再サンプリングされます。これは、陽性サンプルが指数関数的に消失するという問題の解決策を提供します。ただし、パラメータの数の点でネットワークの複雑さが増すことにもなります。この問題に対処するために、代わりにループメカニズムを導入することで重複を回避する再帰的に洗練されたR-CNN(R ^ 3-CNN)を提案します。同時に、再帰的リサンプリング手法を使用して品質の向上を実現します。この手法では、特定のIoU品質が各再帰で利用され、最終的には正のスペクトルを均等にカバーします。私たちの実験は、重みのループメカニズムの特定のエンコーディングを強調しており、推論時に使用する必要があります。 R ^ 3-CNNアーキテクチャは、パラメータの数を大幅に削減しながら、最近提案されたHTCモデルを超えることができます。 COCO minival 2017データセットでの実験では、使用されているベースラインモデルとは関係なくパフォーマンスが向上していることが示されています。コードはhttps://github.com/IMPLabUniPr/mmdetection/tree/r3_cnnからオンラインで入手できます。
Within the field of instance segmentation, most of the state-of-the-art deep learning networks rely nowadays on cascade architectures, where multiple object detectors are trained sequentially, re-sampling the ground truth at each step. This offers a solution to the problem of exponentially vanishing positive samples. However, it also translates into an increase in network complexity in terms of the number of parameters. To address this issue, we propose Recursively Refined R-CNN (R^3-CNN) which avoids duplicates by introducing a loop mechanism instead. At the same time, it achieves a quality boost using a recursive re-sampling technique, where a specific IoU quality is utilized in each recursion to eventually equally cover the positive spectrum. Our experiments highlight the specific encoding of the loop mechanism in the weights, requiring its usage at inference time. The R^3-CNN architecture is able to surpass the recently proposed HTC model, while reducing the number of parameters significantly. Experiments on COCO minival 2017 dataset show performance boost independently from the utilized baseline model. The code is available online at https://github.com/IMPLabUniPr/mmdetection/tree/r3_cnn.
updated: Mon Aug 02 2021 09:36:09 GMT+0000 (UTC)
published: Sat Apr 03 2021 07:25:33 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アソシエイト