DOI QR코드

DOI QR Code

Dementia Prediction Model based on Gradient Boosting

이기종 머신러닝 모델 기반 치매예측 모델

  • Lee, Taein (Psychology & Applied Artifical Intelligence, Sungkyunkwan University) ;
  • Oh, Hayoung (College of Computing and Informatics, Sungkyunkwan University)
  • Received : 2021.06.26
  • Accepted : 2021.10.12
  • Published : 2021.12.31

Abstract

Machine learning has a close relationship with cognitive psychology and brain science and is developing together. This paper analyzes the OASIS-3 dataset using machine learning techniques and proposes a model for predicting dementia. Dimensional reduction through PCA (Principal Component Analysis) is performed on the data quantifying the volume of each area among OASIS-3 data, and only important elements (features) are extracted and then various machine learning including gradient boosting and stacking Apply the models and compare the performance of each. Unlike previous studies, the proposed technique has a great differentiation because it uses not only the brain biometric data, but also basic information data such as the participant's gender and medical information data of the participant. In addition, it was shown that the proposed technique through various performance evaluations is a model that can better predict dementia by finding features that are more related to dementia among various numerical data.

머신러닝은 인지심리, 뇌과학과 긴밀한 관계를 유지하며 함께 발전하고 있다. 본 논문은 OASIS-3 dataset을 머신러닝 기법을 이용하여 분석하고, 이를 통해 치매를 예측하는 모델을 제안한다. OASIS-3 데이터 중 각 영역의 부피를 수치화한 데이터들에 대해 PCA(Principal component analysis) 를 통한 차원 축소를 실행한 뒤, 중요한 요소(특징)들만 추출 후 이에 대해 그래디언트 부스팅, 스태킹을 포함한 다양한 머신러닝 모델들을 적용, 각각의 성능을 비교한다. 제안하는 기법은 기존 연구들과 달리 뇌 생체 데이터들은 물론 참가자의 성별 등의 기본 정보 데이터, 참여자의 의료 정보 데이터를 사용했기에 차별성이 크다. 또한, 다양한 성능평가를 통해 제안하는 기법이 다양한 수치 데이터 중 치매와 더 많은 관련성을 보이는 특징들을 찾아내어 치매를 더 잘 예측할 수 있는 모델임을 보였다.

Keywords

Acknowledgement

Following are results of a study on the "Convergence and Open Sharing System" Project, supported by the Ministry of Education and National Research Foundation of Korea. Data were provided by OASIS and AV-45 doses were provided by Avid Radiopharmaceuticals, a wholly owned subsidiary of Eli Lilly.

References

  1. T. F. Oltmanns and R. E. Emery, "Abnormal Psychology," eight eidition, PEARSON, 2015.
  2. C. Lian, M. Liu, Y. Pan, and D. Shen, "Attention-Guided Hybrid Network for Dementia Diagnosis With Structural MR Images," IEEE transactions on cybernetics, pp. 1-20, 2020.
  3. Y. B. Lee, K. Yoo, J. H. Roh, W. J. Moon, and Y. Jeong, "Brain-State Extraction Algorithm Based on the State Transition(BEST): A Dynamic Functoinal Brain Network Analysis in fMRI Study," Brain Topography vol. 32, pp. 897-913, 2019. https://doi.org/10.1007/s10548-019-00719-7
  4. S. E. Ryu, D. H. Shin, and K. Chung, "Prediction Model of Dementia Risk Based on XGBoost Using Derived Variable Extraction and Hyper Parameter Optimization," IEEE Access, vol. 8, pp. 177708-177720, 2020. https://doi.org/10.1109/access.2020.3025553
  5. S. Buvari and K. Pettersson, "A Comparison on Image, Numerical and Hybrid based Deep Learning for Computer-aided AD Diagnostics," Degree Project In Technology, First Cycle, 15 Credits Stockholm, Sweden, vol. 1, pp. 1-20, 2020.
  6. A. C. Muller and S. Guido, "Introduction to Machine Learning with Python," O'Reilly, Hanbit, pp. 178-180, 2018.
  7. A. Geron, "Hands-On Machine Learning with Scikit-Learn, Keras, and Tensorflow Concepts, Tools, and Techniques to Build Intelligent Systems," O'Reilly, pp. 191-202, 2017.
  8. T. Chen and C. Guestrin, "XGBoost: A Scalable Tree Boosting System," KDD '16: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data, pp. 785-794, 2016.
  9. D. S. Marcus, T. H. Wang, J. Parker, J. G. Csernansky, J. C. Morris, and R. L. Buckner, "Open Access Series of Imaging Studies (OASIS): cross-sectional MRI data in young, middle aged, nondemented, and demented older adults," J. Cogn. Neurosci, vol. 19, no. 9, pp. 1498-1507, 2007. https://doi.org/10.1162/jocn.2007.19.9.1498
  10. P. J. LaMontagne, T. LS. Benzinger, J. C. Morris, K. Sarah, H. Russ, X. Chengjie, G. Elizabeth, H. Jason, M. K. Vlassenko, G. A. Raichle, E. Marcus, C. Carlos, and M. Daniel, "OASIS-3:Longitudinal Neuroimaging, Clinical, and Cognitive Dataset for Normal Aging and Alzheimer Disease," medRxiv, 2019.
  11. Morphometry Stats and Global Measure of Volume [Internet]. Available: https://surfer.nmr.mgh.harvard.edu/fswiki/MorphometryStats.
  12. MaxAbsScaler [Internet]. Available: https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html#sklearn.preprocessing.MaxAbsScaler.