病変のセグメンテーションは、コンピューター支援診断における重要な問題であり、低コントラストの有病率が原因で困難なままであり、前の形状に対応できない不規則な境界があります。 Deep Active Lesion Segmentation(DALS)を紹介します。DALSは、完全にたたみ込みニューラルネットワーク(CNN)の強力な非線形特徴抽出機能と、Active Contour Model(ACM)の正確な境界描写機能を活用するための完全に自動化されたセグメンテーションフレームワークです。私たちのDALSフレームワークは、ピクセルごとにパラメーター化されたエネルギー汎関数と、ACMのパラメーターマップと共に初期化確率マップを学習する新しいマルチスケールエンコーダーデコーダーCNNを備えた改善されたレベルセットACM公式から恩恵を受けます。異なる画像モダリティ--- MRとCTにわたって、脳、肝臓、肺を含むさまざまな臓器の画像を含む新しいMultiorgan Lesion Segmentation(MLS)データセットで病変セグメンテーションモデルを評価します。私たちの結果は、特に小さなトレーニングデータセットの場合、競合する方法と比較して好ましいパフォーマンスを示しています。ソースコード:https://github.com/ahatamiz/dals
Lesion segmentation is an important problem in computer-assisted diagnosis that remains challenging due to the prevalence of low contrast, irregular boundaries that are unamenable to shape priors. We introduce Deep Active Lesion Segmentation (DALS), a fully automated segmentation framework for that leverages the powerful nonlinear feature extraction abilities of fully Convolutional Neural Networks (CNNs) and the precise boundary delineation abilities of Active Contour Models (ACMs). Our DALS framework benefits from an improved level-set ACM formulation with a per-pixel-parameterized energy functional and a novel multiscale encoder-decoder CNN that learns an initialization probability map along with parameter maps for the ACM. We evaluate our lesion segmentation model on a new Multiorgan Lesion Segmentation (MLS) dataset that contains images of various organs, including brain, liver, and lung, across different imaging modalities---MR and CT. Our results demonstrate favorable performance compared to competing methods, especially for small training datasets. Source code : https://github.com/ahatamiz/dals