Skip to main content
QUICK REVIEW

[論文レビュー] Learning Equivariant Segmentation with Instance-Unique Querying

Wenguan Wang, James Liang|arXiv (Cornell University)|Oct 3, 2022
Colorectal Cancer Screening and Detection被引用数 22
ひとこと要約

この論文は、データセットレベルのインスタンスの一意性を強制し、クエリ埋め込みと特徴の変換不変学習を通じて、クエリベースのインスタンスセグメンテーションを強化するトレーニングフレームワークを提案し、推論を変更せずに有意なAPの向上を達成する。

ABSTRACT

Prevalent state-of-the-art instance segmentation methods fall into a query-based scheme, in which instance masks are derived by querying the image feature using a set of instance-aware embeddings. In this work, we devise a new training framework that boosts query-based models through discriminative query embedding learning. It explores two essential properties, namely dataset-level uniqueness and transformation equivariance, of the relation between queries and instances. First, our algorithm uses the queries to retrieve the corresponding instances from the whole training dataset, instead of only searching within individual scenes. As querying instances across scenes is more challenging, the segmenters are forced to learn more discriminative queries for effective instance separation. Second, our algorithm encourages both image (instance) representations and queries to be equivariant against geometric transformations, leading to more robust, instance-query matching. On top of four famous, query-based models ($i.e.,$ CondInst, SOLOv2, SOTR, and Mask2Former), our training algorithm provides significant performance gains ($e.g.,$ +1.6 - 3.2 AP) on COCO dataset. In addition, our algorithm promotes the performance of SOLOv2 by 2.7 AP, on LVISv1 dataset.

研究の動機と目的

  • 同一シーン内での訓練を超えるインスタンスクエリの識別力の向上を動機づける。
  • 全データセットのインスタンス識別を促進し、データセット内の全インスタンスを識別できるようにする。
  • クエリと特徴が幾何学的変化に対して頑健になるよう、変換等価性を強制する。
  • 等価正則化がアーキテクチャの変更や推論の遅延なしに利得をもたらすことを実証する。

提案手法

  • 密な特徴抽出器 f を定義して画像埋め込み I を生成し、クエリ生成器 h を用いて N 個のインスタンス意識的クエリ {q_n} を生成する。
  • 同一シーン内マスク損失 L_intra_mask で訓練し、外部メモリとスパースでインスタンスバランス抽出を用いて他の画像でクエリが不一致になることを強制する inter-scene mask loss L_inter_mask を導入する。
  • f(g(I)) ≈ g(f(I)) を強制する等変性損失 L_equi を追加し、{q_n^g, I^g} が変換された真のマスク g(M_sigma(n)) に一致するようにする。
  • L_intra_mask、L_inter_mask、および L_equiを組み合わせて、既存のクエリベース手法に組み込めるクロスシーンの変換等変性トレーニング目的を形成する。
  • 多くの容易なネガティブを扱うため L_inter_mask には focal loss を、L_equi にはベース手法に応じて dice/focal loss の組み合わせを用いる。

実験結果

リサーチクエスチョン

  • RQ1クロスシーン(データセット全体)でのクエリ付けが、同一シーン内の訓練を超えてインスタンスクエリの識別性を改善できるか?
  • RQ2特徴とクエリに対して変換等価性を強制することで、標準的なデータ拡張よりもロバストなインスタンスクエリ一致が得られるか?
  • RQ3提案フレームワークを既存のクエリベースモデルに適用した場合、COCOとLVISでどの程度のAPの利得が得られるか?
  • RQ4提案するトレーニングフレームワークは、主流のクエリベースセグメンテータに対してアーキテクチャ依存性や推論速度の影響を持たない設計になっているか?

主な発見

MethodBackbone#EpochAPAP50AP75AP_SAP_MAP_L
Mask R-CNNResNet-1011236.157.538.618.839.749.5
Cascade Mask R-CNNResNet-1011237.358.240.119.740.651.5
HTCResNet-1012039.661.042.821.342.955.0
Point RendResNet-501236.356.938.719.839.448.5
QueryInstResNet-1013641.063.344.521.744.460.7
K-NetResNet-1013640.162.843.118.742.758.8
SOLQSwin-L5046.772.750.629.250.160.9
SparseInstResNet-503637.959.240.215.739.456.9
CondInstResNet-501235.555.837.716.839.250.6
OursResNet-50-38.661.141.219.741.154.7
CondInstResNet-10137.158.662.739.318.240.352.9
OursResNet-101-39.962.742.420.842.355.7
SOTRResNet-502442.261.943.911.060.573.5
SOTRResNet-10140.242.664.145.811.261.275.3
  • CondInst、SOLOv2、SOTR、および Mask2Former をバックボーン(ResNet/Swin)で適用したところ、本手法は COCO で AP を +1.6 〜 +3.2、SOLOv2 の LVISv1 で +2.7 AP の改善を達成。
  • COCO test-dev での報告された利得には、特定の設定で最大で +3.2 AP、方法間で AP_S、AP_M、AP_L の顕著な改善(例:CondInst および SOTR バリアント)を含む。
  • SOTR-Res50 で AP 42.2、AP50 61.9、AP75 43.9、AP_S 11.0、AP_M 60.5、AP_L 73.5、Res101 で AP 42.6、AP50 64.1、AP75 45.8、AP_S 11.2、AP_M 61.2、AP_L 75.3。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。