Publications

Detailed Information

Deep Neural Network based Disease Severity Regression for Diagnosis of Abdominal Aortic Aneurysm : 복부 대동맥류 진단을 위한 심층신경망 기반 질환 심각도 회귀

DC Field Value Language
dc.contributor.advisor윤병동-
dc.contributor.author임주현-
dc.date.accessioned2021-11-30T02:01:40Z-
dc.date.available2021-11-30T02:01:40Z-
dc.date.issued2021-02-
dc.identifier.other000000164728-
dc.identifier.urihttps://hdl.handle.net/10371/175136-
dc.identifier.urihttps://dcollection.snu.ac.kr/common/orgView/000000164728ko_KR
dc.description학위논문 (석사) -- 서울대학교 대학원 : 공과대학 기계공학부, 2021. 2. 윤병동.-
dc.description.abstractDisease in the medical field correspond to fault from an engineering point of view. In diagnosing machine failure, prognostics and health management (PHM) are essential. PHM chases the degradation of the health of the target system and produces information on health status. In this paper, the target system is selected as human. The target disease of human being the target system is selected as abdominal aortic aneurysm (AAA). Two of the main issues related to aneurysm are the lack of diagnostic indicators and lack of disease data. Aneurysm is not diagnosed using diagnostic indices, but is discovered using imaging techniques such as computed tomography (CT) or magnetic resonance imaging (MRI). However, these techniques are expensive and time consuming. In addition, because it is difficult to diagnose this disease in advance, it is not easy to secure disease data.
Against these issues, this study proposes a disease diagnosis and severity regression technique that combines deep learning. There are three research thrusts here: 1) generating normal and disease data through simulation model, 2) regression of disease severity, 3) reflecting individual diversity when generating data. In the first thrust, data is generated using a simulation model. One of the simulation models for diagnosing human disease is a transmission line model (TLM). A transmission line model modified from the model proposed in other previous papers [1] is used. In order to obtain blood pressure through the model, the input impedance needs to be calculated, which was calculated using a recursive algorithm. In the second thrust, disease incidence is monitored through severity regression. Deep neural network (DNN) is used as a tool to perform regression. In the third thrust, biometric parameter values are given as distributions. In consideration of the characteristics of each parameter, an appropriate distribution is assigned to each. The structure of this algorithm is formed of four tasks: simulation model modification, data generation, DNN design, and solving severity regression problem. It is confirmed that the blood pressure waveform data generated through literature research is valid and that the regression is well performed through the mean squared error (MSE) loss value.
-
dc.description.abstract의학 분야에서의 질병은 공학적인 관점에서 보면 결함에 해당한다. 기계 고장을 진단할 때는 예측 및 상태 관리 (prognostics & health management; 이하 PHM)가 필수적이다. PHM은 대상 시스템의 상태 저하를 추적하고 상태에 대한 정보를 생성한다. 본 연구에서는 대상 시스템을 인간으로 선정하였다. 대상 시스템의 대상 질병은 복부 대동맥류로 선정하였다. 동맥류와 관련된 중요한 이슈 중 두 가지는 진단 지표의 부재와 질환 데이터의 부족이다. 동맥류는 진단 지표를 사용하여 진단되지 않고 컴퓨터 단층 촬영(computed tomography; 이하 CT) 또는 자기 공명 영상(magnetic resonance imaging; 이하 MRI)과 같은 영상 촬영 기법을 사용하여 진단된다. 또한 이 질환은 사전에 진단하기 어렵기 때문에 질환 데이터의 확보가 쉽지 않다.
이러한 이슈들에 대한 하나의 솔루션으로써 본 연구는 심층 학습을 결합한 질환 진단 및 심각도 회귀 기법을 제안한다. 세 가지 연구 요지는 다음과 같다. 1) 시뮬레이션 모델을 통해 정상 및 질환 데이터 생성, 2) 질환 심각도 회귀 분석, 3) 데이터 생성 시 개인의 다양성 반영. 데이터는 시뮬레이션 모델을 사용하여 생성된다. 인간의 질환을 진단하기 위한 시뮬레이션 모델 중 하나로 전송 선로 모델(transmission line model; 이하 TLM)이 있다. 본 연구에서는 관련 논문에서 제안된 모델을 수정한 전송 선로 모델을 사용한다. 모델을 통해 혈압 파형 데이터를 얻기 위해서는 재귀 알고리즘을 사용하여 입력 임피던스를 계산해야 한다. 질환 발생률은 질환 심각도 회귀를 통해 모니터링 된다. 이때 심층 신경망을 회귀 분석을 수행하는 도구로써 사용할 수 있다. 생체 관련 매개 변수 값을 분포로 제공하면 개인의 다양성을 반영할 수 있다. 본 연구에서는 각 변수의 특성을 고려하여 적절한 분포를 부여하였다. 본 연구의 구조는 시뮬레이션 모델 수정, 데이터 생성, 심층 신경망 설계 및 심각도 회귀 문제 해결이라는 네 가지 작업으로 구성된다. 문헌 조사를 통하여 본 연구에서 생성된 혈압 파형 데이터의 유효성을 검증하였고, 평균 제곱 오차 (mean squared error; 이하 MSE) 손실 값을 구해 회귀 분석을 잘 수행되었음을 확인하였다.
-
dc.description.tableofcontentsAbstract i
Nomenclatures viii
Chapter 1. Introduction 1
1.1 Motivation 1
1.2 Research Thrust 4
1.3 Dissertation Layout 5
Chapter 2. Background 6
2.1 Abdominal Aortic Aneurysm (AAA) 6
2.1.1 Hypothesis for the Development of AAA and Rupture 7
2.1.2 Diagnosis and Treatment 7
2.2 Data Generation Model 9
2.2.1 Transmission Line Model (TLM) 9
2.2.2 Recursive Algorithm 10
2.2.3 Arterial Tree 10
2.3 Deep Neural Network (DNN) 13
2.3.1 Overview of DNN 13
2.3.2 General Structure of a DNN 13
2.4 Summary and Discussion 14
Chapter 3. Methodology 15
3.1 Alteration of Transmission Line Model 15
3.1.1 Materialization of AAA 15
3.1.2 Data Description 15
3.2 Materialization of Four Types of Aneurysms 17
3.3 Architecture of DNN 19
3.4 Summary and Discussion 19
Chapter 4. Data Generation Results 21
4.1 Blood Pressure Waveform Data 21
4.2 Validation of Blood Pressure Waveform Data 26
4.3 Summary and Discussion 27
Chapter 5. Regression Results 28
5.1 Loss and Regression Plots 28
5.2 Limitations 30
5.3 Summary and Discussion 30
Chapter 6. Conclusions 31
6.1 Summary and Contributions 31
6.2 Suggestions for Future Research 32
References 34
Abstract (Korean) 41
감사의 글 43
-
dc.format.extentviii, 54-
dc.language.isoeng-
dc.publisher서울대학교 대학원-
dc.subjectCardiovascular disease-
dc.subjectAbdominal aortic aneurysm-
dc.subjectSeverity regression-
dc.subjectBlood pressure waveform data-
dc.subjectDeep neural network-
dc.subject.ddc621-
dc.titleDeep Neural Network based Disease Severity Regression for Diagnosis of Abdominal Aortic Aneurysm-
dc.title.alternative복부 대동맥류 진단을 위한 심층신경망 기반 질환 심각도 회귀-
dc.typeThesis-
dc.typeDissertation-
dc.contributor.AlternativeAuthorJoo Hyeon Im-
dc.contributor.department공과대학 기계공학부-
dc.description.degreeMaster-
dc.date.awarded2021-02-
dc.contributor.majorPrognostics and Health Management-
dc.identifier.uciI804:11032-000000164728-
dc.identifier.holdings000000000044▲000000000050▲000000164728▲-
Appears in Collections:
Files in This Item:

Altmetrics

Item View & Download Count

  • mendeley

Items in S-Space are protected by copyright, with all rights reserved, unless otherwise indicated.

Share