新しいディープラーニングフレームワークを導入します。このフレームワークは、人間の検査やラベル付けを必要とせずに、画像のセグメンテーション品質を定量的に推定します。この方法を品質保証ネットワーク(QANet)と呼びます。具体的には、画像と手動注釈を含む任意の方法で得られる「提案された」対応するセグメンテーションが与えられると、QANetは未知のグラウンドトゥルースに関して事前定義された品質尺度を推定するために回帰問題を解決します。 QANetは決して別のセグメンテーション方法ではありません。代わりに、RibCageと呼ばれる独自のネットワークアーキテクチャに基づいて、画像セグメンテーションペアのマルチレベル、マルチ機能の比較を実行します。 QANetの強さを実証するために、異なるドメインの2つの異なるデータセット、つまり、セルセグメンテーションベンチマークのハイスループットライブセル顕微鏡画像とリーフセグメンテーションチャレンジの植物の自然画像を使用して、インスタンスセグメンテーションの評価を行いました。合成されたセグメンテーションはQANetのトレーニングに使用されましたが、さまざまな課題に参加した公的に利用可能な方法によって取得されたセグメンテーションでテストされました。 QANetは、チャレンジのオーガナイザーによって公開されているように、隠されたグラウンドトゥルースに関して評価されたセグメンテーションのスコアを正確に推定することを示します。コードはTBDで入手できます。
We introduce a novel Deep Learning framework, which quantitatively estimates image segmentation quality without the need for human inspection or labeling. We refer to this method as a Quality Assurance Network -- QANet. Specifically, given an image and a `proposed' corresponding segmentation, obtained by any method including manual annotation, the QANet solves a regression problem in order to estimate a predefined quality measure with respect to the unknown ground truth. The QANet is by no means yet another segmentation method. Instead, it performs a multi-level, multi-feature comparison of an image-segmentation pair based on a unique network architecture, called the RibCage. To demonstrate the strength of the QANet, we addressed the evaluation of instance segmentation using two different datasets from different domains, namely, high throughput live cell microscopy images from the Cell Segmentation Benchmark and natural images of plants from the Leaf Segmentation Challenge. While synthesized segmentations were used to train the QANet, it was tested on segmentations obtained by publicly available methods that participated in the different challenges. We show that the QANet accurately estimates the scores of the evaluated segmentations with respect to the hidden ground truth, as published by the challenges' organizers. The code is available at: TBD.