paper-with-me

홈 › Papers

Selecting the Best Optimizers for Deep Learning based Medical Image Segmentation

2023-02-05 · Aliasghar Mortazi, Vedat Cicek, Elif Keles, Ulas Bagci

The goal of this work is to identify the best optimizers for deep learning in the context of cardiac image segmentation and to provide guidance on how to design segmentation networks with effective optimization strategies. Adaptive learning helps with fast convergence by starting with a larger learning rate (LR) and gradually decreasing it. Momentum optimizers are particularly effective at quickly optimizing neural networks within the accelerated schemes category. By revealing the potential interplay between these two types of algorithms (LR and momentum optimizers or momentum rate (MR) in short), in this article, we explore the two variants of SGD algorithms in a single setting. We suggest using cyclic learning as the base optimizer and integrating optimal values of learning rate and momentum rate. We investigated the relationship of LR and MR under an important problem of medical image segmentation of cardiac structures from MRI and CT scans. We conducted experiments using the cardiac imaging dataset from the ACDC challenge of MICCAI 2017, and four different architectures shown to be successful for cardiac image segmentation problems. Our comprehensive evaluations demonstrated that the proposed optimizer achieved better results (over a 2\% improvement in the dice metric) than other optimizers in deep learning literature with similar or lower computational cost in both single and multi-object segmentation settings. We hypothesized that combination of accelerated and adaptive optimization methods can have a drastic effect in medical image segmentation performances. To this end, we proposed a new cyclic optimization method (\textit{CLMR}) to address the efficiency and accuracy problems in deep learning based medical image segmentation. The proposed strategy yielded better generalization in comparison to adaptive optimizers.

📄 PDF Abstract BibTeX arXiv:2302.02289

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

How to select slices for annotation to train best-performing deep learning segmentation models for cross-sectional medical images?

2024-12-11 · Yixin Zhang, Kevin Kramer, Maciej A. Mazurowski

Automated segmentation of medical images highly depends on the availability of accurate manual image annotations. Such annotations are very time-consuming and costly to generate, and often require specialized expertise, …

Active LearningMedical Image SegmentationSegmentation

Selecting the Best Sequential Transfer Path for Medical Image Segmentation with Limited Labeled Data

2024-10-09 · Jingyun Yang, Jingge Wang, Guoqing Zhang, Yang Li

The medical image processing field often encounters the critical issue of scarce annotated data. Transfer learning has emerged as a solution, yet how to select an adequate source task and effectively transfer the knowled…

Image SegmentationMedical Image SegmentationSemantic SegmentationTransfer Learning

H-EMD: A Hierarchical Earth Mover's Distance Method for Instance Segmentation

2022-06-02 · Peixian Liang, Yizhe Zhang, Yifan Ding, Jianxu Chen 외

Deep learning (DL) based semantic segmentation methods have achieved excellent performance in biomedical image segmentation, producing high quality probability maps to allow extraction of rich instance information to fac…

Image SegmentationInstance SegmentationSegmentationSemantic Segmentation

Diversity-Promoting Ensemble for Medical Image Segmentation

2022-10-22 · Mariana-Iuliana Georgescu, Radu Tudor Ionescu, Andreea-Iuliana Miron

Medical image segmentation is an actively studied task in medical imaging, where the precision of the annotations is of utter importance towards accurate diagnosis and treatment. In recent years, the task has been approa…

DiversityImage SegmentationMedical Image SegmentationSegmentation+1

MedSAGa: Few-shot Memory Efficient Medical Image Segmentation using Gradient Low-Rank Projection in SAM

2024-07-21 · Navyansh Mahla, Annie D'souza, Shubh Gupta, Bhavik Kanekar 외

The application of large-scale models in medical image segmentation demands substantial quantities of meticulously annotated data curated by experts along with high computational resources, both of which are challenges i…

Few-Shot LearningGPUImage SegmentationMedical Image Segmentation+2