paper-with-me

홈 › Papers

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 additional optimization step. For the medical imaging domain, this approach is very promising as there are diverse problems and imaging modalities that require architecture design. However, NAS is very time-consuming and medical learning problems often involve high-dimensional data with high computational requirements. We propose an efficient approach for NAS in the context of medical, image-based deep learning problems by searching for architectures on low-dimensional data which are subsequently transferred to high-dimensional data. For OCT-based layer segmentation, we demonstrate that a search on 1D data reduces search time by 87.5% compared to a search on 2D data while the final 2D models achieve similar performance.

📄 PDF Abstract BibTeX arXiv:1905.02590

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningImage SegmentationNeural Architecture SearchSemantic 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 제목 키워드 기반

Non-rigid Segmentation using Sparse Low Dimensional Manifolds and Deep Belief Networks

2014-06-01 · CVPR 2014 6 · Jacinto C. Nascimento, Gustavo Carneiro

In this paper, we propose a new methodology for segmenting non-rigid visual objects, where the search procedure is onducted directly on a sparse low-dimensional manifold, guided by the classification results computed fr…

Segmentation

CNN-based Segmentation of Medical Imaging Data

2017-01-11 · Baris Kayalibay, Grady Jensen, Patrick van der Smagt

Convolutional neural networks have been applied to a wide variety of computer vision tasks. Recent advances in semantic segmentation have enabled their application to medical image segmentation. While most CNNs use two-d…

Brain Tumor SegmentationImage SegmentationMedical Image SegmentationSegmentation+1

Top-Down Segmentation of Non-rigid Visual Objects Using Derivative-Based Search on Sparse Manifolds

2013-06-01 · CVPR 2013 6 · Jacinto C. Nascimento, Gustavo Carneiro

The solution for the top-down segmentation of non-rigid visual objects using machine learning techniques is generally regarded as too complex to be solved in its full generality given the large dimensionality of the sear…

Segmentation

ConvNet Architecture Search for Spatiotemporal Feature Learning

2017-08-16 · Du Tran, Jamie Ray, Zheng Shou, Shih-Fu Chang 외

Learning image representations with ConvNets by pre-training on ImageNet has proven useful across many visual understanding tasks including object detection, semantic segmentation, and image captioning. Although any imag…

Action ClassificationAction RecognitionImage CaptioningNeural Architecture Search+3

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