Cited time in webofscience Cited time in scopus

Full metadata record

DC Field Value Language
dc.contributor.advisor 박상현 -
dc.contributor.author Kim, Jeong Hwan -
dc.date.accessioned 2020-08-06T06:16:17Z -
dc.date.available 2020-08-06T06:16:17Z -
dc.date.issued 2020 -
dc.identifier.uri http://dgist.dcollection.net/common/orgView/200000334023 en_US
dc.identifier.uri http://hdl.handle.net/20.500.11750/12166 -
dc.description Computed Tomography, Pancreas segmentation, Convolutional Neural Network, Long Short-Term Memory -
dc.description.abstract Compute Tomography (CT) imaging is mostly used to diagnose abdominal disease. Among many organs in abdominal CT, the pancreas is one of important regions to diagnose diabetes, pancreatic cancer, and pancreatitis. Thus, it is important to fin the pancreas area and quantitatively analyze the present of disease. However, it is difficult to segment the pancreas area due to the size and shape variation depending on patients and ambiguous boundaries with surrounding organs. A lot of methods have been proposed for the automatic pancreas segmentation, but the accurate segmentation is still challenging. Recently, deep learning methods have been achieved better performance than conventional machine learning based segmentation methods for many applications. Thus, in this paper, we propose a new pancreas segmentation method using deep learning.
Applying a deep learning algorithm to the 3D CT image segmentation is non-trivial due to a memory limitation. Several deep learning methods address this issue by dividing a 3D medical image into small 3D patches and then applying 3D Convolutional Neural Networks (CNN) on the patches. However, anatomical information cannot be considered in this way. To address these issues, in this paper, we propose a Multi-Dimensional Long Short-Term Memory (MDLSTM) method which can consider the anatomical information using a sequential learning scheme. MDLSTM is compose of a 3D CNN that performs the patch-wise segmentation on local regions and a Long Short-Term Memory (LSTM) that propagates information of adjacent patches. For evaluation, the NIH CT dataset was used to train the MDLSTM model, and Dice-Sorensen Coefficient (DSC), Precision, and Recall were used to compare performance with other 2D and 3D CNN methods. When using the proposed method, we can see the DSC and precision were increased by 2%, 16%, respectively compared to the conventional CNN method.
-
dc.description.statementofresponsibility Y -
dc.description.tableofcontents List of Contents
Abstract ·································································································· i
List of contents ························································································· ii
List of tables ··························································································· iii
List of figures ·························································································· iv
Ⅰ. Introduction
1.1 Introduction ·················································································· 1
1.2 Related works ················································································ 2
Ⅱ. Method
2.1 U-net ·························································································· 4
2.2 Convolutional Long Short-Term Memory ··············································· 5
2.3 Multi-Dimensional Convolutional Long Short-Term Memory ························ 6
2.4 Forward and Backward propagation for the MDCLSTM network ···················· 7
Ⅲ. Experimental results
3.1 Dataset ························································································ 8
3.2 Implementation details ······································································ 8
3.3 Evaluation metrics ··········································································· 8
3.3 Qualitative and Quantitative Analysis ···················································· 9
Ⅵ. Conclusion ······················································································· 12
Reference ······························································································ 13
-
dc.format.extent 23 -
dc.language eng -
dc.publisher DGIST -
dc.title Multi Dimensional LSTM for 3D patch based pancreas segmentation -
dc.title.alternative 다차원 장기-단기 기억장치를 사용한 3차원 패치기반 췌장 영역화 -
dc.type Thesis -
dc.identifier.doi 10.22677/thesis.200000334023 -
dc.description.alternativeAbstract 복부 컴퓨터 단층 촬영 영상은 영상의학자들이 환자를 진단할 때 많이 사용하는 자료이다. 그중 췌장은 당뇨병, 췌장암, 췌장염에 대한 중요한 정보를 가지고 있기 때문에 췌장 영역을 찾아 어떤 질병이 있는지 확인하는 일은 중요하다. 하지만 췌장은 크기와 모양이 환자마다 다양하며 주변 장기와의 분류가 쉽지 않다. 컴퓨터를 사용한 췌장 자동 영역화에 대해 많은 연구들이 나왔지만 여전히 높은 정확도를 기대하기는 어려운 상황이다. 최근 딥러닝을 사용한 연구가 많이 진행되고 있으며 이전의 머신 러닝기법보다 좋은 성능을 보여준다. 특히 합성곱 신경망을 사용한 영상처리 분야에서 좋은 성능을 보여주고 있으며 본 논문에서도 합성곱 신경망을 사용한 췌장 영역화 기법을 제안한다. 3차원 CT 영상은 딥러닝 학습에 사용하기엔 너무 크기 때문에 전처리를 통해 학습에 사용할 수 있는 작은 영상들로 추출을 해야 한다. 3차원 CT 영상을 작은 패치로 추출하여 딥러닝에 사용하면 패치 내에서 세부적인 공간적 정보를 사용하면서 췌장 영역화가 수행되는 장점이 있지만 주변 정보들을 알지 못하기 때문에 해부학적 정보를 사용하지 못하는 문제가 있다. 본 논문에서는 3차원 패치를 사용한 췌장 영역화에서 나타나는 문제를 보완하기 위해 3차원 합성곱 신경망과, 장기-단기 기억장치 네트워크를 사용하여 췌장을 찾아내는 기법인 3차원 패치 기반 다차원 장기-단기 기억장치 네트워크를 제안한다. 제안하는 기법은 3차원 합성곱 신경망을 기반으로 패치에서의 췌장영역을 찾아내며, 장기-단기 기억장치 네트워크를 사용하여 주변 패치들의 정보를 습득해 해부학적 정보를 학습할 수 있다. 제안하는 모델을 학습하기 위해 NIH에서 제공해주는 복부 컴퓨터 단층 촬영 데이터를 사용했으며, 기존의 기법들과 성능 비교를 위해 Dice-Sorensen Coefficient(DSC), Precision, Recall을 사용했다. 제안하는 기법을 사용하면 기존의 기법보다 DSC는 2%, precision은 16% 상향했음을 확인할 수 있었다. -
dc.description.degree Master -
dc.contributor.department Department of Robotics Engineering -
dc.contributor.coadvisor Ye, Dong Hye -
dc.date.awarded 2020/08 -
dc.publisher.location Daegu -
dc.description.database dCollection -
dc.citation XT.RM김74M 202008 -
dc.date.accepted 7/23/20 -
dc.contributor.alternativeDepartment 로봇공학전공 -
dc.embargo.liftdate 7/23/20 -
dc.contributor.affiliatedAuthor Kim, Jeong Hwan -
dc.contributor.affiliatedAuthor Park, Sang Hyun -
dc.contributor.affiliatedAuthor Ye, Dong Hye -
dc.contributor.alternativeName 김정환 -
dc.contributor.alternativeName Park, Sang Hyun -
dc.contributor.alternativeName 예동해 -
Files in This Item:
200000334023.pdf

200000334023.pdf

기타 데이터 / 898.2 kB / Adobe PDF download
Appears in Collections:
Department of Robotics and Mechatronics Engineering Theses Master

qrcode

  • twitter
  • facebook
  • mendeley

Items in Repository are protected by copyright, with all rights reserved, unless otherwise indicated.

BROWSE