paper-with-me

홈 › Papers

Scalable Neural Architecture Search for 3D Medical Image Segmentation

2019-06-13 · Sungwoong Kim, Ildoo Kim, Sungbin Lim, Woonhyuk Baek, Chiheon Kim, Hyungjoo Cho, Boogeon Yoon, Taesup Kim

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 structure of each layer including neural connectivities and operation types in both of the encoder and decoder. Since optimizing over a large discrete architecture space is difficult due to high-resolution 3D medical images, a novel stochastic sampling algorithm based on a continuous relaxation is also proposed for scalable gradient based optimization. On the 3D medical image segmentation tasks with a benchmark dataset, an automatically designed architecture by the proposed NAS framework outperforms the human-designed 3D U-Net, and moreover this optimized architecture is well suited to be transferred for different tasks.

📄 PDF Abstract BibTeX arXiv:1906.05956

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage SegmentationMedical Image SegmentationNeural Architecture SearchSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
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…
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…
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…
U-Net 설명 없음
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$…

Similar Papers 제목 키워드 기반

Mask to Concept: Auto-Promptable SAM3 via Efficient Test-Time Concept Embedding Search for Few-Shot Annotation

2026-06-25 · Quan Zhou, Shaoqing Zhai, Qiang Hu, Jia Chen 외 arxiv

Transforming foundation segmentation models from human-prompted tools into auto-promptable annotators is critical for scalable medical data annotation. Current methods commonly depend on external feature matchers or auxi…

Clinical Knowledge

MedNeXt: Transformer-driven Scaling of ConvNets for Medical Image Segmentation

2023-03-17 · Saikat Roy, Gregor Koehler, Constantin Ulrich, Michael Baumgartner 외

There has been exploding interest in embracing Transformer-based architectures for medical image segmentation. However, the lack of large-scale annotated medical datasets make achieving performances equivalent to those i…

DecoderImage SegmentationMedical Image SegmentationSegmentation+2

HyperSegNAS: Bridging One-Shot Neural Architecture Search with 3D Medical Image Segmentation using HyperNet

2021-12-20 · CVPR 2022 1 · Cheng Peng, Andriy Myronenko, Ali Hatamizadeh, Vish Nath 외

Semantic segmentation of 3D medical images is a challenging task due to the high variability of the shape and pattern of objects (such as organs or tumors). Given the recent success of deep learning in medical image segm…

Image SegmentationMedical Image SegmentationNeural Architecture SearchSegmentation+1

MixSearch: Searching for Domain Generalized Medical Image Segmentation Architectures

2021-02-26 · Luyan Liu, Zhiwei Wen, Songwei Liu, Hong-Yu Zhou 외

Considering the scarcity of medical data, most datasets in medical image analysis are an order of magnitude smaller than those of natural images. However, most Network Architecture Search (NAS) approaches in medical imag…

DecoderImage SegmentationMedical Image AnalysisMedical Image Segmentation+2

USEMA: a Scalable Efficient Mamba Like Attention for Medical Image Segmentation

2026-05-11 · Elisha Dayag, Nhat Thanh Tran, Jack Xin arxiv

Accurate medical image segmentation is an integral part of the medical image analysis pipeline that requires the ability to merge local and global information. While vision transformers are able to capture global interac…

Medical Image SegmentationComputational Efficiency