[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-127582-en":3,"doc-seo-127582-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":4,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},127582,549768064622,"Anda","https://ap-avatar.wpscdn.com/davatar_6f874abed73319feea01a86fa6f0fab8",8,"Research & Report","Double Bachelor’s Thesis - Machine Learning and Fractal-Based Analysis for the Automated Diagnosis of Cardiovascular Diseases Using Magnetic Resonance","Cardiac magnetic resonance (CMR) serves as a reference imaging modality for cardiovascular diagnosis, yet traditional manual or semi-automated assessment of volume and shape parameters is slow and susceptible to human error while failing to represent the complexity of cardiac tissue. This thesis presents an automated diagnosis approach using ischemic heart disease as a use case, combining supervised machine learning with fractal-based analysis. Haussdorff dimension, box-counting dimension, and lacunarity are introduced, linked, and computed through dedicated algorithms. Fractal features extracted from UK Biobank CMR textures quantify complexity and heterogeneity for left ventricle, right ventricle, and myocardium, and are used alongside vascular risk factors and conventional indexes. Models including SVM, XGBoost, and random forests are evaluated using balanced accuracy, F1 score, precision, and recall, showing improved accuracy and reliability when fractal features are included.","Double Bachelor’s degree in Mathematics and  \nComputer Science  \nBachelor’s Thesis  \nMACHINE LEARNING AND FRACTAL-BASED ANALYSIS FOR THE AUTOMATED DIAGNOSIS OF CARDIOVASCULAR DISEASES USING MAGNETIC RESONANCE  \nAutor: Sergi Romero Gris  \nDirector: Dra. Polyxeni Gkontra  \nDr. Joan Carles Tatjer Montaña Realitzat a: Departament de Matemàtiques i Informàtica  \nBarcelona, 13 de juny de 2023  \nContents  \nAbstract iv  \n1 Introduction 1  \n1.1 Motivation .................................. 1  \n1.2 Objectives .................................. 1  \n1.3 State of the art ................................ 2  \n1.4 Document organization .......................... 3  \n2 Fractal dimensions and lacunarity 5  \n2.1 Hausdorff measure and dimension .................... 5  \n2.1.1 Haussdorff dimension ....................... 6  \n2.1.2 Geometric invariant ........................ 7  \n2.1.3 Computing Hausdorff dimension ................ 9  \n2.2 Box-counting dimension .......................... 13  \n2.2.1 Box-counting dimension ...................... 13  \n2.2.2 Geometric invariant ........................ 17  \n2.2.3 Computing box-counting dimension ............... 18  \n2.3 Lacunarity .................................. 23  \n2.3.1 Lacunarity .............................. 24  \n2.3.2 Computing lacunarity ....................... 24  \n3 Classification models 27  \n3.1 Support Vector Machines ......................... 27  \n3.2 Random forest ................................ 30  \n3.3 Extreme Gradient Boosting ........................ 31  \n3.4 Explainability: SHAP ............................ 33  \n4 Image feature extraction 35  \n4.1 Dataset .................................... 35  \n4.2 Interpolation ................................. 36  \n4.2.1 The anisotropy problem ...................... 36  \n4.2.2 Interpolating images ........................ 36  \n4.3 Normalisation ................................ 40  \n4.4 Computing box-counting dimension and lacunarity .......... 40  \n5 Methodology 43  \n5.1 Definition of the study sample ...................... 43  \n5.2 Feature classification ............................ 44  \n5.2.1 Feature combinations ....................... 45  \n5.3 Exploratory analysis ............................ 45  \n5.3.1 Vascular Risk Factors and CMR measures ........... 45  \n5.3.2 Fractal Features ........................... 45  \n5.4 Models .................................... 48  \n5.4.1 K-Fold Cross Validation ...................... 48  \n5.4.2 Model A: SVM ........................... 49  \n5.4.3 Model B: RF ............................. 50  \n5.4.4 Model C: XGB ............................ 50  \n6 Results 53  \n6.1 Evaluation metrics ............................. 53  \n6.2 Models performances ............................ 54  \n6.2.1 Model A ............................... 54  \n6.2.2 Model B ............................... 55  \n6.2.3 Model C ............................... 56  \n6.3 Explainability analysis ........................... 57  \n7 Conclusions 61  \n7.1 Project conclusions ............................. 61  \n7.2 Further work ................................. 62  \nA Fractal sets 65  \nB Lagrange multipliers 67  \nC Tables 69  \nC.1 Population’s disease summary ...................... 69  \nC.2 Subjects’ characteristics ........................... 69  \nD Statistical tests 73  \nD.1 Rank sum test ................................ 73  \nBibliography 75  \nAbstract  \nCardiac magnetic resonance (CMR) is the reference imaging modality for the diagnose of cardiovascular diseases. Traditionally, simple CMR parameters related to the volume and shape of the cardiac structures are calculated by the medical professionals by means of manual or semi-automated approaches. This process is time-consuming and prone to human errors. Moreover, despite the importance of these traditional CMR indexes, they often fail to fully capture the complexity of the cardiac tissue.  \nIn this work, we propose a novel approach for automated cardiovascular disease diagnosis, using ischemic heart dise","cbCaidgEVH9hWvyI","https://ap.wps.com/l/cbCaidgEVH9hWvyI","pdf",1270636,1,87,"English","en",105,"# Abstract\n# Introduction\n## Motivation\n## Objectives\n## State of the art\n## Document organization\n# Fractal dimensions and lacunarity\n## Hausdorff measure and dimension\n### Haussdorff dimension\n### Geometric invariant\n### Computing Hausdorff dimension\n## Box-counting dimension\n### Box-counting dimension\n### Geometric invariant\n### Computing box-counting dimension\n## Lacunarity\n### Lacunarity\n### Computing lacunarity\n# Classification models\n## Support Vector Machines\n## Random forest\n## Extreme Gradient Boosting\n## Explainability: SHAP\n# Image feature extraction\n## Dataset\n## Interpolation\n### The anisotropy problem\n### Interpolating images\n## Normalisation\n## Computing box-counting dimension and lacunarity\n# Methodology\n## Definition of the study sample\n## Feature classification\n### Feature combinations\n## Exploratory analysis\n### Vascular Risk Factors and CMR measures\n### Fractal Features\n## Models\n### K-Fold Cross Validation\n### Model A: SVM\n### Model B: RF\n### Model C: XGB\n# Results\n## Evaluation metrics\n## Models performances\n### Model A\n### Model B\n### Model C\n## Explainability analysis\n# Conclusions\n## Project conclusions\n## Further work\n# Appendices\n## Fractal sets\n## Lagrange multipliers\n## Tables\n## Statistical tests","[{\"question\":\"What is the main goal of this thesis?\",\"answer\":\"Develop an automated cardiovascular disease diagnosis method using ischemic heart disease as a use case, leveraging supervised machine learning together with fractal-based features extracted from cardiac magnetic resonance images.\"},{\"question\":\"How are fractal features computed and what concepts are used?\",\"answer\":\"The study introduces and explores Haussdorff dimension, box-counting dimension, and lacunarity, including computational algorithms for calculating box-counting dimension and lacunarity from CMR textures.\"},{\"question\":\"Which machine learning models and evaluation metrics are used?\",\"answer\":\"Models include SVM, random forests, and XGBoost, evaluated with balanced accuracy, F1 score, precision, and recall to determine whether fractal features improve diagnosis performance.\"}]","Double Bachelor’s Thesis - Machine Learning and Fractal-Based Analysis for the Automated Diagnosis of Cardiovascular Diseases Using Magnetic Resonance | PDF",1785940095,219,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"double-bachelors-thesis-machine-learning-and-fractal-based-analysis-for-the-automated-diagnosis-of-cardiovascular-diseases-using-magnetic-resonance","",{"@graph":36,"@context":85},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/double-bachelors-thesis-machine-learning-and-fractal-based-analysis-for-the-automated-diagnosis-of-cardiovascular-diseases-using-magnetic-resonance/127582/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-05",true,{"@type":65,"interactionType":66,"userInteractionCount":4},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What is the main goal of this thesis?","Question",{"text":75,"@type":76},"Develop an automated cardiovascular disease diagnosis method using ischemic heart disease as a use case, leveraging supervised machine learning together with fractal-based features extracted from cardiac magnetic resonance images.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How are fractal features computed and what concepts are used?",{"text":80,"@type":76},"The study introduces and explores Haussdorff dimension, box-counting dimension, and lacunarity, including computational algorithms for calculating box-counting dimension and lacunarity from CMR textures.",{"name":82,"@type":73,"acceptedAnswer":83},"Which machine learning models and evaluation metrics are used?",{"text":84,"@type":76},"Models include SVM, random forests, and XGBoost, evaluated with balanced accuracy, F1 score, precision, and recall to determine whether fractal features improve diagnosis performance.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]