生成的敵対ネットワークで以前の作業を拡張する、教師なしセマンティック医療画像セグメンテーションを開発およびアプローチします。既存のエッジ検出方法を使用して、単純なエッジ図を構築し、生成モデルを訓練してそれらを合成医療画像に変換し、抽出されたエッジ図のバリエーションを使用して既知のセグメンテーションで合成画像のデータセットを構築します次に、この合成データセットを使用して、教師あり画像セグメンテーションモデルをトレーニングします。腎臓の超音波画像の臨床データセットとベンチマークISIC 2018皮膚病変データセットでアプローチをテストします。教師なしアプローチは、以前の教師なし方法よりも正確であり、教師あり画像セグメンテーションモデルと比較して合理的に機能することを示します。すべてのコードおよびトレーニング済みモデルは、https://github.com/kiretd/Unsupervised-MIsegで入手できます。
We develop and approach to unsupervised semantic medical image segmentation that extends previous work with generative adversarial networks. We use existing edge detection methods to construct simple edge diagrams, train a generative model to convert them into synthetic medical images, and construct a dataset of synthetic images with known segmentations using variations on extracted edge diagrams. This synthetic dataset is then used to train a supervised image segmentation model. We test our approach on a clinical dataset of kidney ultrasound images and the benchmark ISIC 2018 skin lesion dataset. We show that our unsupervised approach is more accurate than previous unsupervised methods, and performs reasonably compared to supervised image segmentation models. All code and trained models are available at https://github.com/kiretd/Unsupervised-MIseg.