An IoT-Based Framework for Automated Assessing and Reporting of Light Sensitivities in Children with Autism Spectrum Disorder
Abstract
:1. Introduction
2. Materials and Methods
2.1. Overview of IoT-LSAS
2.2. Fabrication Process of Bubble Tube, Control Panel and Their Features
2.3. Design of Control Panel (CP)
2.4. Implementation of the Dual Mode Operation (Child and System Control Modes)
2.4.1. Child Control Mode (CCM)
2.4.2. System Control Mode (SCM)
2.5. Implementation of Facial Recognition, Emotion Detection, and Data Mining Modules
2.5.1. Child Face Recognition and Emotions Detecting Module
2.5.2. Training Dataset for Emotion Recognition Model Generation
2.6. Logged Data Records and Their Attributes
2.7. Data Mining and Classification
2.7.1. Data Mining
Algorithm 1: Pseudo code for finding frequent single-item sets and their supports. |
Input: Dataset (A matrix where rows represent transactions and columns represent items. Each cell has a value of 1 if the item is present in the transaction, otherwise 0) Output: Item_support (A dictionary containing the support values for each item) |
Begin: 1. num_transactions ← number of rows in dataset 2. item_support ← an empty dictionary 3. For each item in the dataset columns: a. count ← Sum of all values in the column corresponding to the item b. support ← count / num_transactions c. item_support[item] ← support 4. Return item_support End |
Algorithm 2: Pseudo code for support calculation of child’s preferences for different illumination levels in CCM. |
INPUT: D = {(L1, T1), (L2, T2), ..., (Ln, Tn)} # Dataset with illumination levels (Li={HI,LI}) and durations (Ti) OUTPUT: Support_HighIllumination, Support_LowIllumination, Total_HI_Duration, Total_LI_Duration |
FUNCTION CCM(D): Count_HI = 0 # Count of high illumination instances Count_LI = 0 # Count of low illumination instances Total_HI_Duration = 0 # Total duration for high illumination Total_LI_Duration = 0 # Total duration for low illumination n = LENGTH(D) # Total number of records in the dataset # Loop through each illumination level and duration in the dataset FOR each (Li, Ti) IN D: IF Li = HI THEN # High illumination instance Count_HI += 1 Total_HI_Duration += Ti ELSE IF Li = LI THEN # Low illumination instance Count_LI += 1 Total_LI_Duration += Ti END IF END FOR # Calculate the support for high and low illumination levels Support_HighIllumination = Count_HI / n # Proportion of high illumination in the dataset Support_LowIllumination = Count_LI / n # Proportion of low illumination in the dataset RETURN Support_HighIllumination, Support_LowIllumination, Total_HI_Duration, Total_LI_Duration |
Algorithm 3: Pseudo code for support calculation for combinations of illumination levels and their associated emotional responses in SCM. |
INPUT: D = {(L1, E1), (L2, E2), ..., (Ln, En)} # Dataset with illumination levels (Li={HI,LI}) and emotional responses (Ei) OUTPUT: Support_HI_P, Support_HI_N, Support_LI_P, Support_LI_N |
FUNCTION SCM(D): Count_HI_P = 0 # Count of positive emotional responses for high illumination Count_HI_N = 0 # Count of negative emotional responses for high illumination Count_LI_P = 0 # Count of positive emotional responses for low illumination Count_LI_N = 0 # Count of negative emotional responses for low illumination n = LENGTH(D) # Total number of records in the dataset # Loop through each illumination level and emotional response in the dataset FOR each (Li, Ei) IN D: IF Li = HI THEN # High illumination IF Ei = P THEN # Positive emotional response Count_HI_P += 1 ELSE IF Ei = N THEN # Negative emotional response Count_HI_N += 1 END IF ELSE IF Li = LI THEN # Low illumination IF Ei = P THEN # Positive emotional response Count_LI_P += 1 ELSE IF Ei = N THEN # Negative emotional response Count_LI_N += 1 END IF END IF END FOR # support calculation for emotional responses linked to illumination levels Support_HI_P = Count_HI_P / n # Proportion of high illumination with positive responses Support_HI_N = Count_HI_N / n # Proportion of high illumination with negative responses Support_LI_P = Count_LI_P / n # Proportion of low illumination with positive responses Support_LI_N = Count_LI_N / n # Proportion of low illumination with negative responses RETURN Support_HI_P, Support_HI_N, Support_LI_P, Support_LI_N |
2.7.2. Classification of Sensitivities
3. Evaluation of IoT-LSAS in Interactive Environment
3.1. Participant Selection
3.2. Procedure
4. Discussion
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- Diagnostic and Statistical Manual of Mental Disorders, 5th ed.; American Psychiatric Association: Washington, DC, USA, 2013; Volume 21. [CrossRef]
- McCormick, C.; Hepburn, S.; Young, G.S.; Rogers, S.J. Sensory Symptoms in Children with Autism Spectrum Disorder, Other Developmental Disorders and Typical Development: A Longitudinal Study. Autism 2016, 20, 572–579. [Google Scholar] [CrossRef] [PubMed]
- Lord, C.; Brugha, T.S.; Charman, T.; Cusack, J.; Dumas, G.; Frazier, T.; Jones, E.J.; Jones, R.M.; Pickles, A.; State, M.W.; et al. Autism Spectrum Disorder. Nat. Rev. Dis. Primers 2020, 6, 5. [Google Scholar] [CrossRef] [PubMed]
- Dunn, W. The Impact of Sensory Processing Abilities on the Daily Lives of Young Children and Their Families: A Conceptual Model. Infants Young Child. 1997, 9, 23–35. [Google Scholar] [CrossRef]
- Tomchek, S.D.; Dunn, W. Sensory Processing in Children with and without Autism: A Comparative Study Using the Short Sensory Profile. Am. J. Occup. Ther. 2007, 61, 190–200. [Google Scholar] [CrossRef]
- Chang, Y.-S.; Owen, J.P.; Desai, S.S.; Hill, S.S.; Arnett, A.B.; Harris, J.; Marco, E.J.; Mukherjee, P. Autism and Sensory Processing Disorders: Shared White Matter Disruption in Sensory Pathways but Divergent Connectivity in Social-Emotional Pathways. PLoS ONE 2014, 9, e103038. [Google Scholar] [CrossRef]
- Cheung, P.P.P.; Siu, A.M.H. A Comparison of Patterns of Sensory Processing in Children with and without Developmental Disabilities. Res. Dev. Disabil. 2009, 30, 1468–1480. [Google Scholar] [CrossRef]
- Coulter, R.A. Understanding the Visual Symptoms of Individuals with Autism Spectrum Disorder (ASD). Optom. Vis. Dev. 2009, 40, 164–172. [Google Scholar]
- Raucci, U.; Di Nardo, G.; Evangelisti, M.; Villa, M.P.; Parisi, P. Photosensitivity in Various Disease States. In The Importance of Photosensitivity for Epilepsy; Nova Science Publishers, Inc.: Hauppauge, NY, USA, 2021; pp. 139–150. [Google Scholar]
- Marco, E.J.; Hinkley, L.B.N.; Hill, S.S.; Nagarajan, S.S. Sensory Processing in Autism: A Review of Neurophysiologic Findings. Pediatr. Res. 2011, 69, 48R–54R. [Google Scholar] [CrossRef]
- Geilman, A. Designing for Children with Sensory Integration Disorders: A Handbook for Residential Designers. JCCC Honor. J. 2016, 8, 3. [Google Scholar]
- Bogdashina, O. Sensory Perceptual Issues in Autism and Asperger Syndrome: Different Sensory Experiences-Different Perceptual Worlds; Jessica Kingsley Publishers: London, UK, 2016. [Google Scholar]
- Baranek, G.T.; David, F.J.; Poe, M.D.; Stone, W.L.; Watson, L.R. Sensory Experiences Questionnaire: Discriminating Sensory Features in Young Children with Autism, Developmental Delays, and Typical Development. J. Child Psychol. Psychiatry 2006, 47, 591–601. [Google Scholar] [CrossRef]
- Schulz, S.E.; Stevenson, R.A. Differentiating between Sensory Sensitivity and Sensory Reactivity in Relation to Restricted Interests and Repetitive Behaviours. Autism 2020, 24, 121–134. [Google Scholar] [CrossRef] [PubMed]
- Franklin, A.; Sowden, P.; Burley, R.; Notman, L.; Alder, E. Color Perception in Children with Autism. J. Autism Dev. Disord. 2008, 38, 1837–1847. [Google Scholar] [CrossRef] [PubMed]
- Ludlow, A.; Heaton, P.; Hill, E.; Franklin, A. Color obsessions and phobias in autism spectrum disorders: The case of J.G. Neurocase 2014, 20, 20. [Google Scholar] [CrossRef]
- Unwin, K.L.; Powell, G.; Jones, C.R. The Use of Multi-Sensory Environments with Autistic Children: Exploring the Effect of Having Control of Sensory Changes. Autism 2022, 26, 1379–1394. [Google Scholar] [CrossRef]
- Slevin, E.; Mcclelland, A. Multisensory Environments: Are They Therapeutic? A Single-Subject Evaluation of the Clinical Effectiveness of a Multisensory Environment. J. Clin. Nurs. 1999, 8, 48–56. [Google Scholar] [CrossRef]
- Atari, R. The Influence of Multi-Sensory Environment on Physiological Response in Children with Autism Spectrum Disorders and Children with Special Health Care Needs; Marquette University: Milwaukee, WI, USA, 2014. [Google Scholar]
- Haegele, J.A.; Porretta, D.L. Snoezelen Multisensory Environment. Palaestra 2014, 28, 4. [Google Scholar]
- Riederer, M.; Schoenauer, C.; Kaufmann, H.; Soechting, E.; Lamm, C. Development of Tests to Evaluate the Sensory Abilities of Children with Autism Spectrum Disorder Using Touch and Force Sensors. In Proceedings of the 4th International Conference on Wireless Mobile Communication and Healthcare-Transforming Healthcare Through Innovations in Mobile and Wireless Technologies (MOBIHEALTH), Athens, Greece, 3–5 November 2014; pp. 160–163. [Google Scholar]
- Brown, C. Adolescent/Adult Sensory Profile. In Assessments in Occupational Therapy Mental Health; Stein, F., Ed.; Routledge: London, UK, 2024; pp. 445–456. [Google Scholar] [CrossRef]
- Hailpern, J.; Karahalios, K.; Halle, J.; DeThorne, L.; Coletto, M.K. A3: A Coding Guideline for HCI+ Autism Research Using Video Annotation. In Proceedings of the 10th International ACM SIGACCESS Conference on Computers and Accessibility, Halifax, NS, Canada, 13–15 October 2008; pp. 11–18. [Google Scholar] [CrossRef]
- Clifford, S.; Young, R.; Williamson, P. Assessing the Early Characteristics of Autistic Disorder Using Video Analysis. J. Autism Dev. Disord. 2007, 37, 301–313. [Google Scholar] [CrossRef]
- Söchting, E.; Hartl, J.; Riederer, M.; Schönauer, C.; Kaufmann, H.; Lamm, C. Development of Tests to Evaluate the Sensory Abilities of Children with Autism Spectrum Disorder. Procedia Comput. Sci. 2015, 67, 193–203. [Google Scholar] [CrossRef]
- Tang, F.; McMahan, R.P.; Allen, T.T. Development of a Low-Cost Tactile Sleeve for Autism Intervention. In Proceedings of the IEEE International Symposium on Haptic, Audio and Visual Environments and Games (HAVE), Richardson, TX, USA, 10–11 October 2014; pp. 35–40. [Google Scholar] [CrossRef]
- Khullar, V.; Singh, H.P.; Bala, M. IoT Based Assistive Companion for Hypersensitive Individuals (ACHI) with Autism Spectrum Disorder. Asian J. Psychiatry 2019, 46, 92–102. [Google Scholar] [CrossRef]
- Yu, T.; Park, K.W.; McKeown, M.J.; Wang, Z.J. Clinically Informed Automated Assessment of Finger Tapping Videos in Parkinson’s Disease. Sensors 2023, 23, 9149. [Google Scholar] [CrossRef]
- Cabello-Collado, C.; Rodriguez-Juan, J.; Ortiz-Perez, D.; Garcia-Rodriguez, J.; Tomás, D.; Vizcaya-Moreno, M.F. Automated Generation of Clinical Reports Using Sensing Technologies with Deep Learning Techniques. Sensors 2024, 24, 2751. [Google Scholar] [CrossRef] [PubMed]
- Unwin, K.L.; Powell, G.; Price, A.; Jones, C.R. Patterns of Equipment Use for Autistic Children in Multi-Sensory Environments: Time Spent with Sensory Equipment Varies by Sensory Profile and Intellectual Ability. Autism 2024, 28, 644–655. [Google Scholar] [CrossRef] [PubMed]
- Seckman, A.; Paine, C.W.; Gilmer, L.; Fisch, G.S.; Gulley, J.; Hodas, G.R.; McKinney, C. Evaluation of the Use of a Sensory Room on an Adolescent Inpatient Unit and Its Impact on Restraint and Seclusion Prevention. J. Child Adolesc. Psychiatr. Nurs. 2017, 30, 90–97. [Google Scholar] [CrossRef]
- Baillon, S.; van Diepen, E.; Prettyman, R. Multi-Sensory Therapy in Psychiatric Care. Adv. Psychiatr. Treat. 2002, 8, 444–450. [Google Scholar] [CrossRef]
- Lorusso, L.N.; Southwick, S.M.; Charney, D.S.; Rasmusson, A.M. Sensory Environments for Behavioral Health in Dementia: Diffusion of an Environmental Innovation at the Veterans Health Administration. HERD 2020, 13, 44–56. [Google Scholar] [CrossRef]
- Gupta, A.; Kumar, R.; Khera, A.; Sankar, S.; Khurmi, S.; Srivastava, M. Operational Guidelines Rashtriya Bal Swasthya Karyakram; Ministry of Health & Family Welfare: New Delhi, India, 2013; pp. 3–10. Available online: https://nhm.gov.in/New-Update-2022-24/CH-Programmes/RBSK-Guidelines/DEIC-RBSK-Operational-Guidelines.pdf (accessed on 5 June 2024).
Attribute | Description |
---|---|
Date and Time | Timestamp of the sensory interaction event, formatted as YYYY-MM-DD HH:MM |
Color | Abbreviation representing the color (R for red, B for blue, G for green, Y for yellow and W for white) |
Illumination level | Level of intensity measured in lux, low illumination (LI) to high illumination (HI) |
Duration | Duration of the sensory interaction in seconds |
Emotional Response | Abbreviation for emotional response category (e.g., P for positive, N for negative emotional responses) |
Date and Time | Color | Illumination Level | Duration (s) |
---|---|---|---|
2024-07-23 14:35:10 | B | HI | 60 |
2024-07-23 14:36:50 | R | LI | 40 |
2024-07-23 14:38:15 | G | LI | 30 |
Date and Time | Color | Illumination Level | Emotional Response |
---|---|---|---|
2024-07-23 14:35:10 | B | HI | P |
2024-07-23 14:36:50 | R | LI | N |
2024-07-23 14:38:15 | G | LI | N |
Classification | Rule (CCM Mode) | Rule (SCM Mode) |
---|---|---|
Hypo-Sensitive | If the child shows a significantly greater preference for high illumination levels with long duration compared to low illumination levels (HLS_Diff ≥ 40% and D_Diff ≥ 40%, with HI_S > LI_S and HI_D > LI_D). | If high illumination positive response (HI_PR) is significantly higher than low illumination positive response (LI_PR) and high illumination negative response (HI_NR) is significantly lower than low illumination negative response (LI_NR) with a threshold of ≥40% difference. |
Hyper-Sensitive | If the child consistently shows a significant preference for low illumination levels with long duration compared to high illumination levels (HLS_Diff ≥ 40% and D_Diff ≥ 40%, with LI_S > HI_S and LI_D > HI_D). | If low illumination positive response (LI_PR) is significantly higher than high illumination positive response (HI_PR) and low illumination negative response (LI_NR) is significantly lower than high illumination negative response (HI_NR) with a threshold of ≥40% difference. |
Normal | If there is no significant difference in preference for high versus low illumination levels, or if preferences are balanced across different intensities and durations (HLS_Diff < 40% and D_Diff < 40%). | If the child shows balanced emotional responses regardless of whether the illumination level is high or low, the child is classified as normal. |
Child ID | Age | ISAA Score | Autism Classification |
---|---|---|---|
001 | 9y | 103 | Mild |
002 | 4y 1m | 106 | Mild |
003 | 4y | 120 | Moderate |
004 | 5y 9m | 89 | Mild |
005 | 6y | 131 | Moderate |
006 | 9y | 92 | Mild |
007 | 4y 2m | 127 | Moderate |
008 | 7y 1m | 116 | Moderate |
009 | 6y 2m | 108 | Moderate |
010 | 5y 3m | 128 | Moderate |
011 | 8y | 121 | Moderate |
012 | 7y 3m | 100 | Mild |
013 | 4y 2m | 106 | Mild |
014 | 5y 6m | 87 | Mild |
015 | 4y 8m | 102 | Mild |
016 | 6y 3m | 134 | Moderate |
017 | 8y 2m | 118 | Moderate |
018 | 7y 5m | 108 | Moderate |
019 | 5y 2m | 126 | Moderate |
020 | 6y 4m | 97 | Mild |
Child ID | Practitioners Classification Report | CCM Classification Report | SCM Classification Report |
---|---|---|---|
001 | Hypo-sensitive | Hypo-sensitive | Hypo-sensitive |
002 | Normal | normal | normal |
003 | Hyper-sensitive | Hyper-sensitive | Hyper-sensitive |
004 | Normal | Normal | Hyper-sensitive |
005 | Hypo-sensitive | Hypo-sensitive | Hypo-sensitive |
006 | Hyper-sensitive | Hyper-sensitive | Hyper-sensitive |
007 | Hypo-sensitive | Hypo-sensitive | Hypo-sensitive |
008 | Normal | Normal | Normal |
009 | Hyper-sensitive | Hyper-sensitive | Hyper-sensitive |
010 | Hypo-sensitive | Hypo-sensitive | Hypo-sensitive |
011 | Hypo-sensitive | Hypo-sensitive | Hypo-sensitive |
012 | Normal | Normal | Normal |
013 | Hypo-sensitive | Hypo-sensitive | Hypo-sensitive |
014 | Normal | Normal | Hyper-sensitive |
015 | Hyper-sensitive | Hyper-sensitive | Hyper-sensitive |
016 | Hypo-Sensitive | Normal | Hypo-sensitive |
017 | Hypo-sensitive | Hypo-sensitive | Hypo-sensitive |
018 | Hyper-sensitive | Hyper-sensitive | Hyper-sensitive |
019 | Hypo-sensitive | Hypo-sensitive | Hypo-sensitive |
020 | Normal | Normal | Normal |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Reddy, D.U.; Kumar, K.V.P.; Ramakrishna, B.; Umaiorubagam, G.S. An IoT-Based Framework for Automated Assessing and Reporting of Light Sensitivities in Children with Autism Spectrum Disorder. Sensors 2024, 24, 7184. https://doi.org/10.3390/s24227184
Reddy DU, Kumar KVP, Ramakrishna B, Umaiorubagam GS. An IoT-Based Framework for Automated Assessing and Reporting of Light Sensitivities in Children with Autism Spectrum Disorder. Sensors. 2024; 24(22):7184. https://doi.org/10.3390/s24227184
Chicago/Turabian StyleReddy, Dundi Umamaheswara, Kanaparthi V. Phani Kumar, Bandaru Ramakrishna, and Ganapathy Sankar Umaiorubagam. 2024. "An IoT-Based Framework for Automated Assessing and Reporting of Light Sensitivities in Children with Autism Spectrum Disorder" Sensors 24, no. 22: 7184. https://doi.org/10.3390/s24227184
APA StyleReddy, D. U., Kumar, K. V. P., Ramakrishna, B., & Umaiorubagam, G. S. (2024). An IoT-Based Framework for Automated Assessing and Reporting of Light Sensitivities in Children with Autism Spectrum Disorder. Sensors, 24(22), 7184. https://doi.org/10.3390/s24227184