paper-with-me

홈 › Papers

Resource Optimized Neural Architecture Search for 3D Medical Image Segmentation

2019-09-02 · Woong Bae, Seungho Lee, Yeha Lee, Beomhee Park, Minki Chung, Kyu-Hwan Jung

Neural Architecture Search (NAS), a framework which automates the task of designing neural networks, has recently been actively studied in the field of deep learning. However, there are only a few NAS methods suitable for 3D medical image segmentation. Medical 3D images are generally very large; thus it is difficult to apply previous NAS methods due to their GPU computational burden and long training time. We propose the resource-optimized neural architecture search method which can be applied to 3D medical segmentation tasks in a short training time (1.39 days for 1GB dataset) using a small amount of computation power (one RTX 2080Ti, 10.8GB GPU memory). Excellent performance can also be achieved without retraining(fine-tuning) which is essential in most NAS methods. These advantages can be achieved by using a reinforcement learning-based controller with parameter sharing and focusing on the optimal search space configuration of macro search rather than micro search. Our experiments demonstrate that the proposed NAS method outperforms manually designed networks with state-of-the-art performance in 3D medical image segmentation.

📄 PDF Abstract BibTeX arXiv:1909.00548

Code (0)

등록된 구현이 없습니다.

Tasks

GPUImage SegmentationMedical Image SegmentationNeural Architecture SearchReinforcement LearningSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Scalable Neural Architecture Search for 3D Medical Image Segmentation

2019-06-13 · Sungwoong Kim, Ildoo Kim, Sungbin Lim, Woonhyuk Baek 외

In this paper, a neural architecture search (NAS) framework is proposed for 3D medical image segmentation, to automatically optimize a neural architecture from a large design space. Our NAS framework searches the structu…

DecoderImage SegmentationMedical Image SegmentationNeural Architecture Search+2

Mobile U-ViT: Revisiting large kernel and U-shaped ViT for efficient medical image segmentation

2025-08-01 · Fenghe Tang, Bingkun Nian, Jianrui Ding, Wenxin Ma 외 arxiv

In clinical practice, medical image analysis often requires efficient execution on resource-constrained mobile devices. However, existing mobile models-primarily optimized for natural images-tend to perform poorly on med…

Medical Image SegmentationComputational EfficiencyRepresentation LearningLong-range modeling

Investigation of Energy-efficient AI Model Architectures and Compression Techniques for "Green" Fetal Brain Segmentation

2024-04-03 · Szymon Mazurek, Monika Pytlarz, Sylwia Malec, Alessandro Crimi

Artificial intelligence have contributed to advancements across various industries. However, the rapid growth of artificial intelligence technologies also raises concerns about their environmental impact, due to associat…

Brain SegmentationImage SegmentationMedical Image SegmentationSemantic Segmentation

CoMViT: An Efficient Vision Backbone for Supervised Classification in Medical Imaging

2025-10-31 · Aon Safdar, Mohamed Saadeldin arxiv

Vision Transformers (ViTs) have demonstrated strong potential in medical imaging; however, their high computational demands and tendency to overfit on small datasets limit their applicability in real-world clinical scena…

Optimizing Neural Network Architecture for Medical Image Segmentation Using Monte Carlo Tree Search

2026-02-25 · Liping Meng, Fan Nie, Yunyun Zhang, Chao Han arxiv

This paper proposes a novel medical image segmentation framework, MNAS-Unet, which combines Monte Carlo Tree Search (MCTS) and Neural Architecture Search (NAS). MNAS-Unet dynamically explores promising network architectu…

Neural Architecture SearchMedical Image Segmentation