paper-with-me

홈 › Papers

Deep Implicit Statistical Shape Models for 3D Medical Image Delineation

2021-04-07 · Ashwin Raju, Shun Miao, Dakai Jin, Le Lu, Junzhou Huang, Adam P. Harrison

3D delineation of anatomical structures is a cardinal goal in medical imaging analysis. Prior to deep learning, statistical shape models that imposed anatomical constraints and produced high quality surfaces were a core technology. Prior to deep learning, statistical shape models that imposed anatomical constraints and produced high quality surfaces were a core technology. Today fully-convolutional networks (FCNs), while dominant, do not offer these capabilities. We present deep implicit statistical shape models (DISSMs), a new approach to delineation that marries the representation power of convolutional neural networks (CNNs) with the robustness of SSMs. DISSMs use a deep implicit surface representation to produce a compact and descriptive shape latent space that permits statistical models of anatomical variance. To reliably fit anatomically plausible shapes to an image, we introduce a novel rigid and non-rigid pose estimation pipeline that is modelled as a Markov decision process(MDP). We outline a training regime that includes inverted episodic training and a deep realization of marginal space learning (MSL). Intra-dataset experiments on the task of pathological liver segmentation demonstrate that DISSMs can perform more robustly than three leading FCN models, including nnU-Net: reducing the mean Hausdorff distance (HD) by 7.7-14.3mm and improving the worst case Dice-Sorensen coefficient (DSC) by 1.2-2.3%. More critically, cross-dataset experiments on a dataset directly reflecting clinical deployment scenarios demonstrate that DISSMs improve the mean DSC and HD by 3.5-5.9% and 12.3-24.5mm, respectively, and the worst-case DSC by 5.4-7.3%. These improvements are over and above any benefits from representing delineations with high-quality surface.

📄 PDF Abstract BibTeX arXiv:2104.02847

Code (1)

ashstuff/dissm 공식 구현 pytorch

Tasks

DescriptiveLiver SegmentationPose Estimation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

SwIPE: Efficient and Robust Medical Image Segmentation with Implicit Patch Embeddings

2023-07-23 · Yejia Zhang, Pengfei Gu, Nishchal Sapkota, Danny Z. Chen

Modern medical image segmentation methods primarily use discrete representations in the form of rasterized masks to learn features and generate predictions. Although effective, this paradigm is spatially inflexible, scal…

3D Shape ReconstructionImage SegmentationMedical Image SegmentationOrgan Segmentation+2

Deep Conditional Shape Models for 3D cardiac image segmentation

2023-10-16 · Athira J Jacob, Puneet Sharma, Daniel Ruckert

Delineation of anatomical structures is often the first step of many medical image analysis workflows. While convolutional neural networks achieve high performance, these do not incorporate anatomical shape information. …

AnatomyImage SegmentationLV SegmentationMedical Image Analysis+1

Deep vessel segmentation with joint multi-prior encoding

2024-09-18 · Amine Sadikine, Bogdan Badic, Enzo Ferrante, Vincent Noblet 외

The precise delineation of blood vessels in medical images is critical for many clinical applications, including pathology detection and surgical planning. However, fully-automated vascular segmentation is challenging be…

Segmentation

Tracing in 2D to Reduce the Annotation Effort for 3D Deep Delineation

2018-11-26 · Mateusz Koziński, Agata Mosinska, Mathieu Salzmann, Pascal Fua

The difficulty of obtaining annotations to build training databases still slows down the adoption of recent deep learning approaches for biomedical image analysis. In this paper, we show that we can train a Deep Net to p…

I-MedSAM: Implicit Medical Image Segmentation with Segment Anything

2023-11-28 · Xiaobao Wei, Jiajun Cao, Yizhu Jin, Ming Lu 외

With the development of Deep Neural Networks (DNNs), many efforts have been made to handle medical image segmentation. Traditional methods such as nnUNet train specific segmentation models on the individual datasets. Ple…

DecoderImage SegmentationMedical Image Segmentationparameter-efficient fine-tuning+2