[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-119487-en":3,"doc-seo-119487-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":20,"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},119487,962075114101,"Seraphina","https://ap-avatar.wpscdn.com/avatar/e000253a75eb197efd?x-image-process=image/resize,m_fixed,w_180,h_180&k=1780044092746381165",8,"Research & Report","Classical Machine Learning approaches to detect ADHD from eye movements - Master thesis - Spring 2025","This master thesis investigates classical machine learning approaches for detecting Attention Deficit Hyperactivity Disorder (ADHD) using eye-movement data. The work covers data collection, preprocessing, visualization, and feature extraction from gaze trajectories and related eye-tracking signals, including variance inflation factor (VIF) analysis for feature selection and handling of multicollinearity. Multiple supervised models are trained and evaluated, including logistic regression, decision trees, random forests, gradient boosting, naive Bayes, and support vector machines, with additional experiments excluding meta-features. Results are compared using model performance and model-selection criteria such as AIC and BIC, followed by discussion of interpretation, implications, limitations, and future directions.","Classical Machine Learning approaches to detect ADHD from eye movements  \nSyeda Farzana Zerin  \nThesis submitted for the degree of Master in Applied Computer and Information Technology  \n(ACIT 5900)  \n30 credits  \nDepartment of Computer Science Faculty of Technology, Art and Design  \nOSLO METROPOLITAN UNIVERSITY  \nSpring 2025  \nClassical Machine Learning approaches to detect ADHD from eye movements  \nSyeda Farzana Zerin  \n© 2025 Syeda Farzana Zerin  \nClassical Machine Learning approaches to detect ADHD from eye movements [http://www.oslomet.no/](http://www.oslomet.no/)  \nPrinted: Oslo Metropolitan University  \nContents  \nAcknowledgement ix  \nAbstract xi  \n1 Introduction 1  \n2 Background and State ofthe Art 5  \n2.1 Attention Deficit and Hyperactivity Disorder ................... 5  \n2.2 Symptoms of ADHD in Children and Adults ................... 6  \n2.3 How ADHD is Diagnosed ............................ 7  \n2.4 Eye-tracking technologies and data ........................ 8  \n2.5 Machine Learning methods: a brief overview .................. 11  \n2.5.1 Supervised Learning ........................... 11  \n2.5.2 Unsupervised Learning .......................... 11  \n2.5.3 Regression/Classifications ........................ 12  \n2.5.4 Tree-based methods ........................... 13  \n2.5.5 Support Vector Machine(SVM) ..................... 15  \n2.6 State of the Art .................................. 16  \n3 Data Description and Experimental Methodology 21  \n3.1 Data Collection .................................. 21  \n3.2 Data Preprocessing and Visualization ...................... 23  \n3.3 Methodology ................................... 25  \n3.3.1 Feature Extraction ............................ 26  \n3.3.2 Variance Inflation Factor (VIF) ...................... 34  \n4 Results 35  \n4.1 Visualization of features ............................. 35  \n4.2 VIF on Features .................................. 36  \n4.3 Logistic Regression ................................ 37  \n4.4 Decision Trees .................................. 42  \n4.5 Random Forests .................................. 45  \n4.6 Gradient Boosting ................................. 47  \n4.7 Naive Bayes .................................... 48  \n4.8 Support Vector Machine ............................. 50  \n4.9 Comparison of Model Performance ........................ 51  \n4.10 AIC and BIC in Model Selection ......................... 52  \n4.11 Model Parameters ................................. 53  \n4.12 Results Excluding Metafeatures ......................... 54  \n5 Discussion and Conclusions 61  \n5.1 Summary of Key Findings ............................ 61  \n5.2 Interpretation and Implications .......................... 63  \n5.3 Limitations and Future Directions ........................ 64  \nAppendix A Feature Lists and Plots 65  \nBibliography 93  \nList of Figures  \n2.1 An illustration of a basic eye-tracking system [22] ................ 8  \n2.2 A regression example [33] ............................. 13  \n2.3 A classification example [34] ........................... 14  \n3.1 Gaze trajectories (left) and fixation-saccade patterns (right) of an ADHD participant (top) and TD participant (bottom) ................... 24  \n3.2 Gaze trajectories after outlier removal (left) and blink removal (right) for an ADHD participant (top) and TD participant (bottom) ............... 25  \n3.3 Flowchart of the ADHD detection methodology.................. 27  \n3.4 Angle between gaze points............................. 28  \n3.5 Angle histogram of a sample ADHD (top) and TD (bottom) participant..... 29  \n3.6 Log velocity histogram of a sample ADHD (top) and TD (bottom) participant.. 30  \n3.7 Pupil histogram of a sample ADHD (top) and TD (bottom) participant...... 31  \n3.8 Cross-correlation between log velocity and pupil size of a sample ADHD (top) and TD (bottom) participant............................ 32  \n3.9 Horizontal or vertical movement dominance using using cos (2θ) ........ 33  \n4.1 The feature set for A","cbCaiqzHIulztjLg","https://ap.wps.com/l/cbCaiqzHIulztjLg","pdf",6421920,1,110,"English","en",105,"# Contents\n## Acknowledgement\n## Abstract\n## 1 Introduction\n## 2 Background and State of the Art\n## 3 Data Description and Experimental Methodology\n## 4 Results\n## 5 Discussion and Conclusions\n## Appendix A Feature Lists and Plots\n## Bibliography","[{\"question\":\"What data source and representation are used to detect ADHD in this thesis?\",\"answer\":\"The thesis uses eye-tracking data, including gaze trajectories and fixation-saccade patterns, and derives multiple features from signals such as angles, velocity, and pupil-related measures.\"},{\"question\":\"Which machine learning models are evaluated for ADHD detection?\",\"answer\":\"The study evaluates logistic regression, decision trees, random forests, gradient boosting, naive Bayes, and support vector machines, and compares their performance.\"},{\"question\":\"How does the thesis select or refine features before training the models?\",\"answer\":\"Feature selection and refinement are performed using preprocessing steps plus variance inflation factor (VIF) analysis to address multicollinearity, and additional results are generated excluding meta-features.\"}]","Classical Machine Learning approaches to detect ADHD from eye movements - Master thesis - Spring 2025 | PDF",1785724576,277,{"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},"classical-machine-learning-approaches-to-detect-adhd-from-eye-movements-master-thesis-spring-2025","",{"@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/classical-machine-learning-approaches-to-detect-adhd-from-eye-movements-master-thesis-spring-2025/119487/",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-03",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What data source and representation are used to detect ADHD in this thesis?","Question",{"text":75,"@type":76},"The thesis uses eye-tracking data, including gaze trajectories and fixation-saccade patterns, and derives multiple features from signals such as angles, velocity, and pupil-related measures.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"Which machine learning models are evaluated for ADHD detection?",{"text":80,"@type":76},"The study evaluates logistic regression, decision trees, random forests, gradient boosting, naive Bayes, and support vector machines, and compares their performance.",{"name":82,"@type":73,"acceptedAnswer":83},"How does the thesis select or refine features before training the models?",{"text":84,"@type":76},"Feature selection and refinement are performed using preprocessing steps plus variance inflation factor (VIF) analysis to address multicollinearity, and additional results are generated excluding meta-features.","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"]