paper-with-me

홈 › Papers

Cross-dimensional transfer learning in medical image segmentation with deep learning

2023-07-29 · Hicham Messaoudi, Ahror Belaid, Douraied Ben Salem, Pierre-Henri Conze

Over the last decade, convolutional neural networks have emerged and advanced the state-of-the-art in various image analysis and computer vision applications. The performance of 2D image classification networks is constantly improving and being trained on databases made of millions of natural images. However, progress in medical image analysis has been hindered by limited annotated data and acquisition constraints. These limitations are even more pronounced given the volumetry of medical imaging data. In this paper, we introduce an efficient way to transfer the efficiency of a 2D classification network trained on natural images to 2D, 3D uni- and multi-modal medical image segmentation applications. In this direction, we designed novel architectures based on two key principles: weight transfer by embedding a 2D pre-trained encoder into a higher dimensional U-Net, and dimensional transfer by expanding a 2D segmentation network into a higher dimension one. The proposed networks were tested on benchmarks comprising different modalities: MR, CT, and ultrasound images. Our 2D network ranked first on the CAMUS challenge dedicated to echo-cardiographic data segmentation and surpassed the state-of-the-art. Regarding 2D/3D MR and CT abdominal images from the CHAOS challenge, our approach largely outperformed the other 2D-based methods described in the challenge paper on Dice, RAVD, ASSD, and MSSD scores and ranked third on the online evaluation platform. Our 3D network applied to the BraTS 2022 competition also achieved promising results, reaching an average Dice score of 91.69% (91.22%) for the whole tumor, 83.23% (84.77%) for the tumor core, and 81.75% (83.88%) for enhanced tumor using the approach based on weight (dimensional) transfer. Experimental and qualitative results illustrate the effectiveness of our methods for multi-dimensional medical image segmentation.

📄 PDF Abstract BibTeX arXiv:2307.15872

Code (1)

hic-messaoudi/cross-dimensional-transfer-learning-in-medical-image-segmentation-with-deep-learning 공식 구현 pytorch

Tasks

image-classificationImage ClassificationImage SegmentationMedical Image AnalysisMedical Image SegmentationSegmentationSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
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…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Pick the Best Pre-trained Model: Towards Transferability Estimation for Medical Image Segmentation

2023-07-22 · Yuncheng Yang, Meng Wei, Junjun He, Jie Yang 외

Transfer learning is a critical technique in training deep neural networks for the challenging medical image segmentation task that requires enormous resources. With the abundance of medical image data, many research ins…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Cross-D Conv: Cross-Dimensional Transferable Knowledge Base via Fourier Shifting Operation

2024-11-02 · Mehmet Can Yavuz, Yang Yang

In biomedical imaging analysis, the dichotomy between 2D and 3D data presents a significant challenge. While 3D volumes offer superior real-world applicability, they are less available for each modality and not easy to t…

Computational EfficiencyMedical Image Analysis

Adapting Pre-trained Vision Transformers from 2D to 3D through Weight Inflation Improves Medical Image Segmentation

2023-02-08 · Yuhui Zhang, Shih-Cheng Huang, Zhengping Zhou, Matthew P. Lungren 외

Given the prevalence of 3D medical imaging technologies such as MRI and CT that are widely used in diagnosing and treating diverse diseases, 3D segmentation is one of the fundamental tasks of medical image analysis. Rece…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSemantic Segmentation+1

Efficient Neural Architecture Search on Low-Dimensional Data for OCT Image Segmentation

2019-05-07 · Nils Gessert, Alexander Schlaefer

Typically, deep learning architectures are handcrafted for their respective learning problem. As an alternative, neural architecture search (NAS) has been proposed where the architecture's structure is learned in an addi…

Deep LearningImage SegmentationNeural Architecture SearchSemantic Segmentation

TransMedSeg: A Transferable Semantic Framework for Semi-Supervised Medical Image Segmentation

2025-05-20 · Mengzhu Wang, Jiao Li, Shanshan Wang, Long Lan 외

Semi-supervised learning (SSL) has achieved significant progress in medical image segmentation (SSMIS) through effective utilization of limited labeled data. While current SSL methods for medical images predominantly rel…

Image SegmentationMedical Image AnalysisMedical Image SegmentationRepresentation Learning+2