RISS 학술연구정보서비스

검색

인기 검색어

    다국어 입력

    http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

    변환된 중국어를 복사하여 사용하시면 됩니다.

    예시)
    • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
    • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
    닫기

    Machine learning and deep learning methods for density estimation, network estimation, and sample generation in complex biomedical data

    한글로보기

    https://www.riss.kr/link?id=T15528156

    • 0

      상세조회
    • 0

      다운로드
    서지정보 열기
    • 내보내기
    • 내책장담기
    • 공유하기
    • 오류접수

    부가정보

    다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

    This thesis covers a variety of machine learning and deep learning methods for density estimation, sparse network estimation, and sample generation using Generative Adversarial Network (GAN), in complex and various types of biomedical data. While the density estimation is an essential task for the statistical learning process, the density estimation of multivariate categorical data that have many categorical options for each variable is not straightforward due to the relative sparsity in sample distributions, also known as the curse of dimensionality problem. To solve such a problem, a Bayesian approach that introduces an adaptive partitioning process is proposed in this thesis. In addition, a sparse network estimation method using penalized regression methods are proposed and evaluated with extensive simulations. A two-stage approach using the penalized regressions estimates the skeleton of Directed Acyclic Graphs (DAGs) in the first stage, then finds the directions of the edges. Since various methods can be used for both stages, the methods are compared and assessed in this thesis. Using the sparse network estimation methods, a survival associated gene network estimation method and a survival risk estimation method with the gene network are also proposed. The proposed methods are evaluated with various cancer genome datasets. Furthermore, GAN, a deep learning framework for sample synthesis, and its variants are addressed. Since an ordinary GAN has a limitation that one cannot generated desired samples, the proposed model, called Controllable GAN (ControlGAN), introduces an independent classifier to solve the problem. Evaluated by Inception score, ControlGAN demonstrates superior performance compared to the other conditional variants of GAN.
    번역하기

    This thesis covers a variety of machine learning and deep learning methods for density estimation, sparse network estimation, and sample generation using Generative Adversarial Network (GAN), in complex and various types of biomedical data. While the ...

    This thesis covers a variety of machine learning and deep learning methods for density estimation, sparse network estimation, and sample generation using Generative Adversarial Network (GAN), in complex and various types of biomedical data. While the density estimation is an essential task for the statistical learning process, the density estimation of multivariate categorical data that have many categorical options for each variable is not straightforward due to the relative sparsity in sample distributions, also known as the curse of dimensionality problem. To solve such a problem, a Bayesian approach that introduces an adaptive partitioning process is proposed in this thesis. In addition, a sparse network estimation method using penalized regression methods are proposed and evaluated with extensive simulations. A two-stage approach using the penalized regressions estimates the skeleton of Directed Acyclic Graphs (DAGs) in the first stage, then finds the directions of the edges. Since various methods can be used for both stages, the methods are compared and assessed in this thesis. Using the sparse network estimation methods, a survival associated gene network estimation method and a survival risk estimation method with the gene network are also proposed. The proposed methods are evaluated with various cancer genome datasets. Furthermore, GAN, a deep learning framework for sample synthesis, and its variants are addressed. Since an ordinary GAN has a limitation that one cannot generated desired samples, the proposed model, called Controllable GAN (ControlGAN), introduces an independent classifier to solve the problem. Evaluated by Inception score, ControlGAN demonstrates superior performance compared to the other conditional variants of GAN.

    더보기

    목차 (Table of Contents)

    • Chapter 1. Introduction 1
    • 1.1 Machine learning and deep learning 1
    • 1.2 Organization of the thesis 4
    • Chapter 2. Density estimation of multivariate categorical data 6
    • 2.1 Introduction 7
    • Chapter 1. Introduction 1
    • 1.1 Machine learning and deep learning 1
    • 1.2 Organization of the thesis 4
    • Chapter 2. Density estimation of multivariate categorical data 6
    • 2.1 Introduction 7
    • 2.2 Methods 11
    • 2.2.1 Construction of an OPT with factor variables with many categories 11
    • 2.2.2 Inference of the probability distribution from an OPT 17
    • 2.2.3 Approximating OPT calculations 18
    • 2.3 Results 19
    • 2.3.1 Simulation Study 19
    • 2.3.2 Case Study I 32
    • 2.3.3 Case Study II 36
    • 2.4 Discussions 38
    • Chapter 3. Sparse network estimation of ultrahigh dimensional data 40
    • 3.1 Introduction 41
    • 3.2 Methods 43
    • 3.2.1 Description of two-stage approach for estimating DAGs 43
    • 3.2.2 Stage 1: Methods for estimating undirected graphs 44
    • 3.2.3 Stage 2: Methods to determine edge directions 48
    • 3.3 Simulation Data and Simulation Settings 50
    • 3.3.1 Simulation data 50
    • 3.3.2 Simulation settings for Stage 1 52
    • 3.3.3 Simulation settings for Stage 2 53
    • 3.4 Results 54
    • 3.4.1 Simulation results for Stage 1: Finding neighborhoods 54
    • 3.4.2 Simulation results for Stage 2: Estimating DAGs 64
    • 3.4.3 Application: TCGA-BRCA Data 68
    • 3.5 Discussions 76
    • Chapter 4. Survival outcome estimation through gene networks 77
    • 4.1 Introduction 78
    • 4.2 Methods 81
    • 4.2.1 A risk-gene network 81
    • 4.2.2 Gene selection for survival analysis in high dimensional gene expression data 81
    • 4.2.3 The construction of risk-gene network by finding neighborhood genes recursively 83
    • 4.2.4 The data adjustment and the prediction of survival risk through risk-gene network 85
    • 4.3 Results 90
    • 4.3.1 Simulation Study 90
    • 4.3.1.1 Simulation settings and data generation 90
    • 4.3.1.2 Simulation results 93
    • 4.3.2 Case Study 96
    • 4.3.2.1 Analysis of risk-gene network for low grade glioma 96
    • 4.3.2.2 The data adjustment and the prediction of survival risk through risk-gene network 98
    • 4.3.2.3 Evaluation of data adjustment method 99
    • 4.3.2.4 Additional experiments with other cancer datasets 101
    • 4.4 Discussions 103
    • Chapter 5. Controllable generative adversarial networks 107
    • 5.1 Introduction 108
    • 5.2 Background 112
    • 5.2.1 A brief review of generative adversarial networks and its conditional variants 112
    • 5.2.2 A trade-off between discriminator and classification performance in auxiliary classifier generative adversarial networks 114
    • 5.3 Methods 118
    • 5.3.1 Controllable generative adversarial networks 118
    • 5.3.2 Optimization techniques used for convergence of ControlGAN 122
    • 5.4 Results 125
    • 5.4.1 Quantitative evaluation of ControlGAN with the CIFAR-10 dataset 125
    • 5.4.2 An application to generating multi-label face images 127
    • 5.5 Discussions 131
    • Chapter 6. Conclusion 133
    • Appendix 135
    • A.1 Simulation Settings for Section 2 135
    • A.2 Comparison of Rules for Asymmetric Edges in MB and Adaptive Lasso 139
    • A.3 Other Figures for Section 3 145
    • A.4 Supplementary Simulations with Various Network Types 148
    • A.5 Comparison of Estimated Networks by each Method for Stages 1 and 2 with TCGA-BRCA Dataset 154
    • A.6 Breast Cancer Genes 157
    • A.7 Proof of Proposition 1 158
    • A.8 Simulation Study of Section 4 161
    • A.9 Case Study for Risk-gene Networks 167
    • A.10 Repetition of the Risk-gene Networks 173
    • A.11 Experimental Settings for ControlGAN 175
    • References 178
    • 국문초록 (Abstract in Korean) 196
    • Curriculum Vitae 197
    더보기

    분석정보

    View

    상세정보조회

    0

    Usage

    원문다운로드

    0

    대출신청

    0

    복사신청

    0

    EDDS신청

    0

    동일 주제 내 활용도 TOP

    더보기

    주제

    연도별 연구동향

    연도별 활용동향

    연관논문

    연구자 네트워크맵

    공동연구자 (7)

    유사연구자 (20) 활용도상위20명

    이 자료와 함께 이용한 RISS 자료

    나만을 위한 추천자료

    해외이동버튼