Skip to main content
QUICK REVIEW

[論文レビュー] Polyp-SAM++: Can A Text Guided SAM Perform Better for Polyp Segmentation?

Risab Biswas|arXiv (Cornell University)|Aug 12, 2023
Radiomics and Machine Learning in Medical Imaging被引用数 9
ひとこと要約

tldr: 本論文は、テキスト誘導型 SAM(Polyp-SAM++)をポリープセグメンテーションに使用し、プロンプトなしの SAM およびさまざまなベースラインと、3つの大腸内視鏡データセット上で性能を比較している。

ABSTRACT

Meta recently released SAM (Segment Anything Model) which is a general-purpose segmentation model. SAM has shown promising results in a wide variety of segmentation tasks including medical image segmentation. In the field of medical image segmentation, polyp segmentation holds a position of high importance, thus creating a model which is robust and precise is quite challenging. Polyp segmentation is a fundamental task to ensure better diagnosis and cure of colorectal cancer. As such in this study, we will see how Polyp-SAM++, a text prompt-aided SAM, can better utilize a SAM using text prompting for robust and more precise polyp segmentation. We will evaluate the performance of a text-guided SAM on the polyp segmentation task on benchmark datasets. We will also compare the results of text-guided SAM vs unprompted SAM. With this study, we hope to advance the field of polyp segmentation and inspire more, intriguing research. The code and other details will be made publically available soon at https://github.com/RisabBiswas/Polyp-SAM++.

研究の動機と目的

  • テキストプロンプトが SAM の大腸ポリープ画像の分割精度を向上させるかを評価する。
  • Polyp-SAM++ を、プロンプトなしの SAM および最先端のポリップセグメンテーションモデルと定量的に比較する。
  • 多様なポリープ外観と撮像条件における頑健性を理解するために定性的な結果を分析する。

提案手法

  • GroundingDINO を使用して、ポリープに焦点を当てたプロンプトからテキスト誘導の境界ボックスを生成する。
  • 境界ボックスを SAM に入力してセグメンテーションマスクを取得する。
  • 三つのデータセットにわたり mean dice (mDice)、mean IoU (mIoU)、F-measure (Fm) を評価する。
  • Polyp-SAM++ を CNN/ViT ベースラインおよび他の SAM ベースのポリプ手法と比較する。
  • Polyp-SAM++ が失敗するケースを分析し、潜在的な改善点を議論する。
Figure 1 : Overview of the Polyp-SAM++ Architecture
Figure 1 : Overview of the Polyp-SAM++ Architecture

実験結果

リサーチクエスチョン

  • RQ1テキスト誘導のプロンプティング戦略は、未プロンプトの SAM と比較してポリップ分割を改善するか。
  • RQ2Polyp-SAM++ は標準データセット上で従来のポリップ分割モデルと比較してどうか。
  • RQ3テキスト誘導 SAM のポリップ分割における定性的な強みと失敗モードは何か。

主な発見

手法CVC-ClinicDB mDiceCVC-ClinicDB mIoUCVC-ClinicDB FmKvasir-SEG mDiceKvasir-SEG mIoUKvasir-SEG FmCVC-300 mDiceCVC-300 mIoUCVC-300 Fm
UNet0.820.750.810.810.7460.790.710.620.68
UNet++0.790.720.780.820.740.800.700.620.68
SFA0.700.600.640.720.610.670.460.320.34
PraNet0.890.840.890.890.840.880.870.790.84
ACSNet0.880.820.870.890.830.880.860.780.82
MSEG0.900.860.900.890.830.880.870.800.85
DCRNet0.890.840.890.880.820.860.850.780.83
EU-Net0.900.840.890.900.850.890.830.760.80
SANet0.910.850.900.900.840.890.880.810.80
MSNet0.910.860.910.900.840.890.860.790.84
C2FNet0.910.870.900.880.830.870.870.800.92
LDNet0.880.820.870.880.820.860.860.790.84
FAPNet0.920.870.910.900.840.890.890.820.87
CFA-Net0.930.880.920.910.860.900.890.820.87
Polyp-PVT0.940.900.950.910.860.910.900.930.88
HSNet0.930.880.930.920.870.910.900.830.88
Polyp-SAM0.920.87-0.900.86-0.920.88-
SAM-H0.540.500.540.770.700.760.650.600.65
SAM-L0.570.520.560.780.710.770.720.670.72
Polyp-SAM++0.910.860.910.900.860.920.730.690.73
  • Polyp-SAM++ は、3 つのベンチマークデータセットで最先端のポリップ法と競合する性能を達成している。
  • テキスト誘導による局在化が SAM のポリップ分割をより正確にするのに役立つ。
  • Polyp-SAM++ はいくつかの指標で未プロンプトの SAM よりも優れているが、難易度の高いケースでは依然として失敗を示す。
  • 定性的結果は GroundingDINO + SAM の多くのシナリオで頑健性を示し、識別可能な失敗例も議論されている。
Figure 2 : Bounding Box created based on the Text-Prompt by GroundingDINO.
Figure 2 : Bounding Box created based on the Text-Prompt by GroundingDINO.

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

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

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

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