Next Article in Journal
A Comparative Study on the Development of Bioactive Films Based on β-glucan from Spent Brewer’s Yeast and Pomegranate, Bilberry, or Cranberry Juices
Previous Article in Journal
Developing and Field Testing Path Planning for Robotic Aquaculture Water Quality Monitoring
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Deep Learning Applications for Dyslexia Prediction

by
Norah Dhafer Alqahtani
1,2,*,
Bander Alzahrani
1 and
Muhammad Sher Ramzan
1,*
1
Faculty of Computing and Information Technology, King Abdulaziz University, Jeddah 21589, Saudi Arabia
2
Information Systems, King Khaled University, Abha 61421, Saudi Arabia
*
Authors to whom correspondence should be addressed.
Appl. Sci. 2023, 13(5), 2804; https://doi.org/10.3390/app13052804
Submission received: 27 January 2023 / Revised: 17 February 2023 / Accepted: 20 February 2023 / Published: 22 February 2023
(This article belongs to the Section Computing and Artificial Intelligence)

Abstract

:
Dyslexia is a neurological problem that leads to obstacles and difficulties in the learning process, especially in reading. Generally, people with dyslexia suffer from weak reading, writing, spelling, and fluency abilities. However, these difficulties are not related to their intelligence. An early diagnosis of this disorder will help dyslexic children improve their abilities using appropriate tools and specialized software. Machine learning and deep learning methods have been implemented to recognize dyslexia with various datasets related to dyslexia acquired from medical and educational organizations. This review paper analyzed the prediction performance of deep learning models for dyslexia and summarizes the challenges researchers face when they use deep learning models for classification and diagnosis. Using the PRISMA protocol, 19 articles were reviewed and analyzed, with a focus on data acquisition, preprocessing, feature extraction, and the prediction model performance. The purpose of this review was to aid researchers in building a predictive model for dyslexia based on available dyslexia-related datasets. The paper demonstrated some challenges that researchers encounter in this field and must overcome.

1. Introduction

Dyslexia is a common learning difficulty that people encounter throughout their learning journey, which affects the reading, writing, spelling, fluency, word decoding, and dictation processes. However, it is not related to an individual’s level of intelligence. The term originates from the ancient Greek, with the prefix “dis” referring to disorder and the root “lexia” to language. Hence, dyslexia signifies a language defect or disorder [1]. Many children with this disorder have normal intelligence and receive appropriate education and parental support but have difficulty with learning certain skills. Today, dyslexia is the most frequent childhood learning disorder, accounting for up to 80% of all identified learning disabilities [2].
The World Federation of Neurology identifies dyslexia as a disturbance where the child’s spelling, writing, or reading skills fail to meet predicted levels based on age and intellectual performance despite attending school regularly [3]. From a neuropsychological approach, these disorders result from one or more malfunctioning learning-related brain systems [3], where the functions of the left hemisphere are imbalanced, such as impairment in the area concerned with short-term memory, motor skills, visual perceptions, language processing, auditory, speed, and speaking (Figure 1).
The early diagnosis of suspected dyslexia in children is essential as it will increase the likelihood of the dyslexic child benefiting from effective intervention programs and improving his or her abilities [4]. Traditional tests for diagnosing dyslexia depend on the evaluation of reading words and text, writing, and working memory. Experts in this field have defined and normalized the scores of these tests. Some screening tests include CASL, TAPS, CTOPP-2, WRMT, GSRT, and TEWL, which have become available on the Web due to ICT that authorized the digitalization of these tests [5]. ICT refers to a varied set of resources and technological tools utilized to create, transfer, store, interchange, or share information. All these tests are available for subscription under specific criteria.
Neurological aspects have also been considered in modern technologies for diagnosing dyslexia, helping to increase detection accuracy and reliability. Medical devices enable the observation of the brain structure of dyslexics [6]. Habib [7] proposed three triggering mechanisms of dyslexia: attentiveness disturbance (visual–attentional dyslexia), language disturbance (phonological dyslexia), and motor disturbance (a dyspraxic form of dyslexia).
In “phonological dyslexia”, during the reading, fMRI displays paralysis of three regions that are concerned with language production and grasping (Geschwind’s, Wernicke’s, and Broca’s territory) [8]. Additionally, compared to controls, DTI reveals white matter variation in the language area [9]. In visual attentional dyslexia, when dyslexic participants are tasked to recognize congruous stimuli pairs, fMRI displays a separation between the temporal visual system and parietal attentional system as well as a disconnection, in the left hemisphere, of the temporal and occipital zones [9]. In the “dyspraxic form of dyslexia”, there is inactivation in the cerebellum–ventral frontotemporal and cerebellum–dorsal frontoparietal pathway [10]. Besides fMRI, the surface measurement of brain potential, known as EEG, assists in identifying brain activation patterns. During spelling tests, phoneme deletion, the rapid naming of letters, and articulation, increased vigor is observed in the theta and delta EEG frequency bands in the frontal and right temporal zones in dyslexics [11].
Researchers have suggested different ML methods for predicting dyslexia in children utilizing datasets related to dyslexics. Such datasets can be acquired from medical and educational institutions as well as through special games constructed specially for them. For example, eye tracking, brain imaging, EEG, test scores, and handwriting have been used in dyslexia prediction.
AI refers to the development of machines and systems to enable them to implement functions and tasks that demand human intelligence, such as translation, decision making, visual perception, and speech recognition. ML is considered a part of AI, which concentrates on the evolution of computer programs that use different datasets to learn for themselves. DL is a subset of ML that seeks to simulate the human brain, allowing DL systems to cluster data and make incredibly accurate predictions. The literature has demonstrated the success of ML methods in classification problems, particularly the classification of diseases. Moreover, ML methods have been found to have outstanding accuracy for diagnosing dyslexia [12]. However, traditional ML methods fail to use raw data to implement these tasks [13]. To overcome this obstacle, ML models have used a layered learning approach, known as the DL. The general difference between DL models and traditional ML models is that DL models do not require the engineering step of feature extraction, which is inherent to conventional models, as they automatically learn abstract hierarchical feature representations from data [14]. ML might be utilized to accomplish specific tasks, for instance, the identification of objects in images, speech-to-text transformation, and isolation of items in categories [13].
DL utilizes ANNs that simulate the brain’s function. Since ANNs were introduced, they have undergone considerable alteration and development; however, the basic principle has remained the same [13]. The ANN structure essentially comprises nodes and edges that, together, create a structure that resembles a neuron and are in charge of transmitting the information [13]. It consists of three strata: input strata, several hidden strata, and output strata. In each layer, every node is linked to every other node in the next layer. The network becomes deeper as the number of hidden layers increases, leading to a DNN model. A DNN converts raw inputs to helpful features. Subsequent layers elicit a group of features that are considered more abstract and help to achieve a desired task. The essential processes in DL are feature extraction and selection [13]. DNNs have various architectures. A basic one is a feed-forward network, in which the structure has links among layers in a single direction (forward), and there are no existing loops or cycles in the whole structure. Other architectures include particular functions, such as RNNs, which are implemented with sequential datasets, whereas CNNs are implemented with grid-structured data-like images. MLP and CNN models have been applied at different times and places to reveal and classify dyslexia utilizing special data related to dyslexic children. This review paper focuses on the use of advanced ML methods (DL) to help in diagnosing dyslexia disorder and constructing a predictive model for prediction. The following points are investigated:
-
The types of datasets that are used by prediction models.
-
Different DL models that are utilized to predict dyslexia disorder.
-
The performance of DL models in dyslexia prediction.
To the best of our knowledge, this is the first review to investigate current works that specifically utilized DL models to diagnose dyslexia. This will allow us to investigate the points above, seeking to find a new way to predict dyslexia. Previous reviews on dyslexia prediction have focused on ML models in general, not on DL models.
Following this initial introduction, Section 2 provides an overview of related works, both review papers and systematic reviews, and illustrates the difference between previous reviews and the current work. Section 3 discusses the search strategy and explains the stages of the article selection process, including the criteria. Section 4 provides a detailed explanation of every article in the results section, including information on dataset acquisition, dataset preprocessing, feature selection, and model prediction performance. Section 5 lists and discusses some challenges related to scanning the articles, and Section 6 presents concludes the paper.

2. Related Work

Several surveys and review papers have addressed the use of ML in dyslexia disorder classification. During the research process, we found nine papers that were related to the diagnosis of dyslexia disorders using ML methods. In a review paper [15], the research covered several dimensions related to dyslexia prediction with ML methods and image processing techniques. In addition, regarding design assessment tests and tools for prop dyslexics, most of the research utilized ML techniques to predict dyslexia. A survey paper [16] summarized the techniques for diagnosing dyslexia that use ML approaches. It screened 13 studies that applied ML methods, and only one of these studies applied DL methods for dyslexia classification. In three review papers [6,17,18], the authors conducted literature surveys focused on ML methods utilized in dyslexia prediction. The surveys did not include studies on dyslexia prediction based on handwriting datasets, which started in 2019. A systematic review [19] has focused on ML and DL methods that have been utilized for identifying dyslexia and its biomarkers and concluded that Support Vector Machine (SVM) is the most frequently applied ML method for identifying and predicting dyslexia. Moreover, it noted that the utilization of DL algorithms is still in its infant stage. An extensive review [20] focused not only on the prediction of dyslexia disorder using ML methods but also included studies on the prediction of attention deficit hyperactivity disorder. Ahire et al. [21] conducted a comprehensive review on the classification of dyslexia using ML methods, focusing specifically on studies that used EEG signals for classification. They found that SVM outperformed other ML methods in EEG signal classification. Poornappriya and Gopinath [22] considered studies that implemented ML methods for dyslexia prediction in addition to studies that helped dyslexics to improve their reading and other skills. Their review was different from the other review papers, as it focused on the utilization of DL methods in the prediction of dyslexia using different dyslexia-related datasets.

3. Research Strategy

In this paper, a critical review of the literature has been performed to collect a broad variety of studies that used DL methods for dyslexia prediction and classification and to investigate the research points listed above. The identification and selection of pertinent articles followed the Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) guidelines [23]. As shown in Figure 2, the article selection process included three phases: identification, screening, and inclusion phases.
In the identification phase, we searched for appropriate articles from 2010 to 2022 in different databases (Figure 2), including IEEE Xplore, Google Scholar, PubMed, Springer, Web of Science (WoS), and Science Direct. The following keywords were used in the search queries: “Dyslexia classification”, “Dyslexia Prediction”, “ML in Dyslexia”, “Deep Learning in Dyslexia”, “Diagnosis Dyslexia”, and “CNN in Dyslexia”. The search produced 1995 articles, of which 138 were from IEEE, 667 from Google Scholar, 665 from PubMed, 217 from Springer, and 248 and 60 from WoS and Science Direct, respectively. We excluded 13 non-English articles and 411 duplicate articles.
In the screening phase, there were 1571 articles we needed to screen. The reviewers excluded 1428 irrelevant articles. Then, of the remaining 143 articles, 101 articles were excluded for different reasons. Some of the articles focused on dyslexia with other learning disorders, some focused on predicting dyslexia using games and applications, and some others were review papers. Then, the screening advanced after fulfillment of the inclusion criteria.
As shown in Table 1, the inclusion criteria were as follows: (1) articles released between 2010 and 2022 in English, (2) articles that utilized a DL method or combinations with traditional ML for the identification of dyslexia, and (3) articles that utilized datasets related to dyslexia.
Subsequently, in the inclusion phase, the articles were reviewed for further consideration of their eligibility, based on the criteria shown in Table 1. Ultimately, only 19 articles were chosen for critical review. Following a previous study [13], we included ANN and MLP models in this review, where ANN include DL feed-forward networks as well as MLP. Figure 3 illustrates the number of articles selected per year from 2010 to 2022.

4. Research Results

Dyslexia prediction using DL models involves several steps, starting from acquiring the datasets to evaluating the prediction models. This can be seen in the articles selected for review.

4.1. Data Acquisition

The first step in predicting dyslexia disorders using DL methods is the acquisition of datasets related to dyslexia. As mentioned above, brain imaging and eye-tracking data in addition to traditional data (e.g., test scores and time consumption when performing specific tasks) can be used to diagnose dyslexia. In [19], the dyslexia datasets were divided into three classes. The first category was related to behavioral symptoms in dyslexics, the second category was related to brain imaging, and the last was related to eye movements during cognitive tasks. The behavioral symptoms of dyslexics manifest through reading, writing, working memory, phonological awareness, and facial reactions throughout the learning process. Reading and writing are inextricably linked, and children who struggle to read also struggle to write. Hence, dyslexics have problems when writing letters. For example, instead of starting from the top, they start from the bottom when writing letters, inverting the letters, skewing some, and erasing frequently [24]. Spoon et al. [25] were the first to use handwriting datasets to predict dyslexia. They compiled a handwritten dataset on 88 subjects (11 from dyslexics and 77 from normal subjects), demonstrating the possibility of using these types of data for predicting dyslexia.
In another study, 100 handwriting samples were collected (22 dyslexia and 78 non-dyslexia) from children in grades K-6 [26]. Isa et al. [27] collected 30 handwriting samples from the ADM. The dataset included eight selected numbers and small letters (6, 7, 2, 5, c, b, p, and f). The main reason for selecting these numbers and letters is that they are the most commonly associated with writing errors among dyslexics. In India, Yogarajah and Bhushan collected 54 handwriting samples from the notebooks of children (18 females, 36 males) from first to fifth grade [28]. Fourteen Hindi words were selected from the children’s notebooks, representing varying degrees of difficulty. Five words consisted of two letters, six words had vowel signs, and three were conjoined consonants words. Isa et al. [4,29] used a dataset collected from three sources: uppercase letters were taken from NIST Special Database 19, lowercase letters were taken from the Kaggle dataset, and testing data were collected on Seberang Jaya Primary School’s dyslexic students. These two studies used data augmentation techniques to generate the dyslexic datasets, using noise injection and rotation techniques to generate reversal handwriting datasets. Kohli and Prasad [30] collected a dataset from the test scores of dyslexic students on reading, spelling, speech deficits, deficits in writing, and mathematical abilities as well as motor skills.
The second category of dyslexia datasets is related to brain imaging, where the modalities of brain imaging identify special behaviors and activations of the brains of participants in the studies [19]. EEG is a brain imaging modality that can be utilized to observe the brain’s function through electrodes placed on the scalp. In the studies, the researchers examined “neurological” aspects to identify unique patterns in dyslexia [31]. For example, Karim et al. [32] collected EEG signal data from six participants between four and seven years of age (three dyslexic and three non-dyslexic). The normal children were selected randomly from various schools, while the dyslexic children were from the Titiwangsa and Ampang Hilir branches of the Dyslexia Association of Malaysia. In the KSA, Al-Barhamtoshy and Motaweh [33] compiled a dataset on 80 children between 7 and 13 years of age with the help of the “Brain training and consultation center”. Normal children were randomly selected from the cities of Jeddah and Makah. In another study [34], a dataset was compiled on 32 children who were native Hebrew speakers in grades 6–7 (17 dyslexics and 15 skilled readers). In Spain, Ortiz et al. [35] collected a dataset on 48 native Spanish-speaking participants (32 skilled readers and 16 dyslexics). All of them were right-handed, did not suffer from hearing impairments, and had normal vision. Usman and Muniyandi [12] used MRI data, which is a diagnostic medical tool utilized to analyze alterations in the brain anatomy. They collected neuroimaging data on 45 individuals (19 dyslexics and 26 non-dyslexics) aged 15–23 years from Kaggle datasets. fMRI is a type of MRI that produces images of brain soft tissue with the highest resolution, which has been utilized to identify and analyze various regions in brain [36]. In another study [37], an MRI dataset of BOLD functional images was collected through different reading tasks: a lexical decision task, semantic categorization task, and lexical orthographic matching. The datasets were collected from 55 Spanish children between 9 and 12 years of age, who were recruited from schools and the University Hospital of Cruces in Spain. Chimeno et al. [38] gathered 3D images from both DTI and fMRI scans of 52 schoolchildren between nine and 12 years of age at various times. In 2021, an fMRI dataset was collected on 32 Portuguese children, divided into 16 typical readers and 16 dyslexics aged 8–12 years [39]. All children were right-handed and matched for IQ, age, and sex.
The final dataset category relates to patterns of eye movement when performing cognitive tasks, as recent studies have used eye movements to differentiate between dyslexic and non-dyslexic individuals. Statistical measures have been used to identify features of children’s eye movement through cognitive exercise. The authors in [40,41] used the same dataset containing raw eye movement data on 185 subjects, 88 at low risk of dyslexia and 97 with a high risk of dyslexia. These data were collected in 2016 [42] from a wide population of 2165 school children in second grade. Recently, Vajs et al. [43] collected and analyzed a dataset on 30 subjects aged 7–13 years, 15 of whom had dyslexia and 15 of whom were normal participants (11 male and 19 female), as they read a Serbian written text with 13 different color configurations.
One study used an EOG in the prediction of dyslexia [44]. EOG is a method that relies on the screening of the electrical potential for eye movements, which is helpful for analyzing various types of eye movements, such as saccades, smooth pursuits, vergence, blinks and gaze fixation. This study collected data on 33 children aged between 8 and 11 years of age (20 with dyslexia and 13 healthy; 17 female and 16 male). None of the dyslexic children had hearing or vision defects. Figure 4 illustrates the usage percentage of different datasets in the articles that employed DL methods to predict dyslexia.

4.2. Data Preprocessing

Datasets related to dyslexia need to be processed and prepared before used in DL techniques. The goal of this task is to enable the classifier to elicit the most related interpretable features from the preprocessed dataset. There are several objectives of preprocessing processes, including modulation, tissue segmentation, data normalization, smoothing, alignment with a particular image template, and data normalization [19]. The study by Kohli and Prasad [30] was different from the other studies in this review, as it utilized manual data preprocessing methods. One study [32] applied decimation and STFT to the fMRI signals, which were filtered using a bandpass procedure to remove noises and irrelevant artifacts.
In addition, an FSL instrument, the FMRIB software library, was employed for processing DTI and fMRI [38]. Usman and Muniyadi changed all of the T1w neuro-images (images of the brain) into a format that could be used by FreeSurfer software [12]. Then, the intensity of the images was adjusted so that they all had the same brightness and contrast. The normalization of intensity was based on histograms. A FSL FNIRT software instrument was utilized for non-rigid registration in the brain template of MNI152, and a Gaussian filter was used to minimize noise. In [37], the preprocessing step included a DICOM to NIFTI conversion, taking the “Digital Imaging and Communications in Medicine” file and converting it into a “Neuroimaging Informatics Technology Initiative” file. This conversion was necessary in order to use the data in SPM (Statistical Parametric Mapping) software to analyze the brain image data. Normalization and smoothing were applied in addition to the adjustment of head motion. In another study [39], the preprocessing of the task-based fMRI involved the correction of slice time and motion, smoothing, and normalization to a template of a voxel. Barhamtoshy and Motaweh [33] used standard algorithms to filter irrelevant records and noise from the dataset. In addition, they removed noise from EEG scans using a Fourier transform algorithm. Other authors used various wavelet transformation approaches to convert EEG scans into low-pass and high-pass filters [34]. Independent component analysis was used in the preprocessing of EEG signals to remove artifacts due to recording eye blinking signals along with EEG signals [35]. The studies that used the eye-tracking dataset to predict dyslexia focused on eliminating blinks and processing missing data [40,41,43]. The study that used EOG signals utilized the Butterworth bandpass filter to eliminate noise, followed by EOG segmentation. The aim of segmentation was to balance the dataset (dyslexic and healthy groups). With regard to a handwriting dataset, Spoon et al. [25,26] applied the DeepWriter concept [45] to create 50 random patches of handwriting features from each image in the handwriting dataset. Yogarajah and Bhushan [28] utilized the same concept to process Hindi letter datasets. Some studies included different steps for processing unstructured data (handwriting images), as shown in [27], including RGB to grayscale conversion, maximally stable extremal region, canny edges detector, stroke width filter, and morphology as a final step. Isa et al. [4,29] employed the same dataset. For preprocessing, they interchanged the foreground and background to minimize computational overhead when an image had a lower black point (value 0) than white point (value 1), which required more memory and power consumption in training the image. In addition, they cropped handwriting images to the actual writing part, thus resizing the images.

4.3. Feature Extraction and Selection

Before moving on to the classification stage, we need to be able to pull useful features from the acquisition dataset. Feature extraction refers to the process of converting raw data into numerical (or categorical) features that could be handled in classifier model without lost valuable data in original dataset [46]. The purpose of this operation to remove excrescent data and produce the most pertinent and highly informative features from the original ones. It is possible to extract features manually or automatically: Manual extraction demands defining and explaining the important features relevant for a given situation, as well as designing a method for extracting those features. In many circumstances, having a solid grasp of the context or domain can aid in making well-informed decisions regarding which features may be valuable.
Automated feature extraction utilizes skilled algorithms or deep networks to elicit features automatically from the dataset, with no human intervention required. An automatic feature extraction could be very helpful in assisting to move speedily from the original dataset to improve ML algorithms.
With the rise of DL, the first layers of deep networks have mostly taken the place of feature extraction. The features extracted for predicting dyslexia differed in the dyslexia-related datasets, as shown in Table 2.

4.4. Classification and Performance of Deep Learning Models

As illustrated in traditional studies, ML methods have been used in the prediction of dyslexia, and recent advances in ML methods (DL) have resulted in outstanding accuracy. The use of DL models in dyslexia prediction varies based on the dataset used. For example, CNN models are appropriate for handling unstructured data, as shown in all studies presented in this paper except [30], which dealt with numerical data. Although some studies used ANNs to deal with EGG datasets and achieved high accuracy (96%) [33], others achieved lower accuracy (78%) [34]. In addition, some studies that adopted handwriting datasets used CNN models and reported accuracies between 86% and 95% [4,28,29], while others achieved low accuracy (maximum 77%) [22,23,25]. Typically, the datasets were partitioned to train and test the prediction models. Most of the data (approximately more than or equal to 70% of all the data) were utilized for training, and the smaller part was allocated for testing model. Some studies allocated part of the dataset (might be 10% or 20%) as a validation dataset, which is a sample of data that is restricted from the process of the training model. These data are used to provide an estimate of the model’s skill while the hyperparameters are being tuned. This division varied between studies. In refs. [12,29], 70% of the dataset was allocated for training, and the remainder was allocated for validation and testing. Some studies used a higher percentage. For example, refs. [39,41,43] allocated 80% for training, while study [40] allocated 90%. Recent studies have utilized ANN, MLP, and CNN models for dyslexia prediction and most have reported high accuracy in most studies. Figure 5 organizes the reviewed studies according to the DL algorithms adopted.
The ANN model suggested by the authors in [30] achieved an accuracy of 75% after ten-fold cross-validation when used with a dataset on pupils’ performance acquired from a structured questionnaire. In addition, the same model achieved the highest accuracy among other models in two studies (89.7% and 94.87%) [29,33,34]. Spoon et al. were the first to use a handwriting dataset for the prediction of dyslexia disorder. They proposed a CNN model to automatically recognize dyslexic children based on their handwriting [25]. They achieved an accuracy of 55.7 ± 1.4% by employing five-fold CV. Then, they developed their model further [26], reaching an accuracy of 77.6%. Yogarajah et al. [28] utilized handwriting images from children’s notebooks as a dataset to build a CNN model, achieving good accuracy of 86.14 ± 1.02%. Two consecutive studies [4,29] used the same datasets from NIST 2019 to build a prediction model. The first used different CNN models, such as CNN-1, CNN-2, CNN-3, and LeNet-5, to compare the prediction performance. All models showed an accuracy of more than 87%, with CNN-1 providing the highest accuracy. The second study utilized a LeNet-5 model and achieved an outstanding accuracy of 95%, which is the highest accuracy for predicting dyslexia using a handwriting dataset. Regarding the performance of DL models for predicting dyslexia using MRI and fMRI, Zahia et al. [37] presented a 3D CNN model that achieved an accuracy of 72.7%, a sensitivity of 75%, an F1-score of 67%, a precision of 60%, and a specificity of 71.4%. Muniyandi and Usman [12] proposed a two-path cascading CNN model and achieved an accuracy of 84.6%, a specificity of 78.2%, and a sensitivity of 76.5%. In addition, Silva et al. [39] developed a CNN model and obtained the highest accuracy of 94%. Karim et al. utilized an MLP classifier to monitor accuracy with eyes opened and closed, reporting accuracies of 86% and 84.95% for eyes opened and closed, respectively.
Eye-tracking datasets have been used to build a CNN model for dyslexia prediction, which showed good results [40,41,43]. Nerušil et al. [40] achieved the highest accuracy of 96.6%, while Vags et al. [43] achieved an accuracy of 87%. Moreover, Appadurai and Bhargavi [41] achieved an accuracy of 82% for scan path images and 87% for fixation images. Table 3 summarizes the performance of the predictive model of each study in this review.

5. Discussion and Challenges

Dyslexia disorder is a learning difficulty that hinders an individual’s learning skills. Commonly, this disorder is pointed to as a neurological trouble that complicates remembering and addressing information in dyslexics. Artificial intelligence methods (ML and DL) have been vastly utilized for the prediction of dyslexia over recent years. The detection processes involved successive steps starting from data acquisition and preprocessing, then the extraction and selection of features, and thereafter the training process, to the model estimation process. The prediction of dyslexia disorder based on ML, particularly DL methods, was successful in the studies included in this review, achieving high accuracies of 94.8% [34], 94.8% [35], 95.34% [25], and 96.6% [36], respectively. CNN models were the most commonly used models for dyslexia prediction and showed the highest accuracy. However, there were some challenges.
The acquisition of dyslexia datasets is not easy. The studies that utilized handwriting datasets encountered difficulties in acquiring data from dyslexia children [25,26] in addition to their limited size. Furthermore, as shown in Table 3 (column three), the number of subjects did not exceed 185, but DL models require large-scale data to improve predictive model performance. In addition, the high cost of brain-imaging technology limits its usage, and, therefore, some studies tended to use cheaper EEG and eye-tracking systems.
Often, CNN models lead to overfitting problems in the training phase, where the accuracy of the model is high with the training set but low with the testing set due to involving a large number of parameters [47]. Moreover, the dyslexia datasets suffer from their small scale, leading to overfitting. To avoid this, several techniques have been suggested, such as:
-
The dropout technique that commonly employs the method of generalization. Throughout each training period, the neurons are randomly eliminated. In doing so, the power of feature selection is divided uniformly over the entire group of neurons, and the model is forced to learn multiple independent features [48].
-
Data augmentation: Training the model on a substantial amount of data is the simplest method for avoiding overfitting [49]. Several strategies are employed to augment the size of the training dataset, such as cropping, translation, and rotation. Rotation and noise injection techniques have been used in the study [29]; they contributed to enlarging the training size dataset and solved the imbalanced class problem.
The dataset preprocessing step is a critical step, and the formative features extracted from datasets using DL models, especially CNNs, depend on good processing, which affects the classification accuracy. The better and more accurate the processing, the better the performance of the model.
Hyper-parameter selection has a substantial effect on CNN performance. Any variation in the values of the hyper-parameters will affect the CNN’s overall performance. Consequently, proper parameter selection is a crucial factor that should be considered throughout the creation of optimization schemes [48].
Effective CNN training necessitates powerful hardware resources, such as GPUs, which are robust concerning memory usage and processing speed. Implementing DL models on a system with these hardware resources will increase the classification speed for dyslexia.
The classification of dyslexia using DL methods requires more attention and research. In particular, DL models have a strong ability to extract features from unstructured data and, thus, to perform accurate classification. Moreover, some tools may be developed to assist in diagnosing dyslexia, such as handwriting images, which were first utilized in 2019 for prediction.

6. Conclusions

Dyslexia is a learning difficulty that impacts the reading, writing, spelling, and dictation processes. It usually results from a deficit in the language phonological component, which is often unforeseen by teachers or parents of kids who suffer from this disorder. About 10% of the world’s population suffers from this disorder, and it is important to discover it early to reduce its impact and improve the skills of dyslexics. Researchers have suggested multiple techniques for identifying dyslexia in children. Recently, DL methods have contributed significantly to diagnosing dyslexia. This review summarized the dyslexia detection techniques that have employed DL approaches. Furthermore, this review investigated the significant factors related to dyslexia prediction, seeking to help researchers build a predictive model with good accuracy. In the future, more attention could be given to the collection of dyslexia-related datasets.

Funding

This research received no external funding.

Data Availability Statement

This review paper, as we see, does not require collecting new data, it just analyzes the data related to dyslexia according to 19 papers. The handwriting dataset related to dyslexia it is available at: https://www.kaggle.com/datasets/drizasazanitaisa/dyslexia-handwriting-dataset. The other studies, which have used brain screening data (fMRI & MRI) and eye-tracking data are not available on the common database, therefore could be available on request from the authors.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

ICTInformation and Communication Technologies
CASLComprehensive Assessment of Spoken Language
CTOPP-2Comprehensive Test of Phonological Processing-2
WRMTWoodcock Reading Mastery Test
GSRTGray Silent Reading Test
MRIMagnetic Resonance Imaging
DTIDiffusion Tensor Imaging
GPUsGraphics Processing Units
AIArtificial Intelligence
ANNArtificial Neural Networks
MLPMulti-layer Perception
PRISMAPreferred Reporting Items for Systematic review and Meta-Analyses
ERPEvent-Related Potentials
RFE-CVRecursive feature Elimination with Cross-Validation
BETBrain Extraction Tool
TBSSTrack-Based Spatial Statistics
OCROptical Character Recognition
ADMAssociation of Dyslexia Malaysia
SSASingular Spectrum Analysis SSA
PCAPrincipal Component Analysis
MLMachine Learning
SVMSupport Vector Machine
DLDeep Learning
3DThree-Dimensional.
TEWLTest of Early Written Language
fMRIFunctional MRI
EEGElectroencephalography
IEEEInstitute of Electrical and Electronic
CNNConvolutional Neural Network
DNNDeep Neural Network
RNNsRecurrent Neural Networks
PCAPrincipal Component Analysis
FAFractional Anisotropy
FEATFMRI Expert Analysis Tool
FDTFMRIB Diffusion Toolbox
EOGElectrooculogram
STFTShort-Time Fourier Transform
PSDPower Spectral Density

References

  1. Granet, D.B. Learning disabilities, dyslexia, and vision: The role of the pediatric ophthalmologist. J. AAPOS 2011, 15, 119–120. [Google Scholar] [CrossRef]
  2. Wajuihian, S.O.; Od, O.; Pgcertmod, U. Dyslexia : An overview. Afr. Vis. Eye Health 2011, 43, 24–33. [Google Scholar] [CrossRef] [Green Version]
  3. Laffey, J.L.; Siffin, C.F. ERIC/CRIER Reading Review Series. 1969. Available online: https://files.eric.ed.gov/fulltext/ED032453.pdf (accessed on 26 January 2023).
  4. Isa, I.S.; Zahir, M.A.; Ramlan, S.A.; Li-Chih, W.; Sulaiman, S.N. CNN Comparisons Models on Dyslexia Handwriting Classification. ESTEEM Acad. J. 2021, 17, 12–25. [Google Scholar]
  5. Drigas, A.S.; Politi-Georgousi, S. ICTs as a distinct detection approach for dyslexia screening: A contemporary view. Int. J. Online Biomed. Eng. 2019, 15, 46–60. [Google Scholar] [CrossRef]
  6. Jankovic, M.M. Biomarker-based approaches for dyslexia screening: A review. IEEE Zooming Innov. Consum. Technol. Conf. 2022, 2022, 28–33. [Google Scholar] [CrossRef]
  7. Habib, M. The neurological basis of developmental dyslexia an overview and working hypothesis. Brain 2000, 123, 2373–2399. [Google Scholar] [CrossRef]
  8. Blau, V.; Reithler, J.; Van Atteveldt, N.; Seitz, J.; Gerretsen, P.; Goebel, R.; Blomert, L. Deviant processing of letters and speech sounds as proximate cause of reading failure: A functional magnetic resonance imaging study of dyslexic children. Brain 2010, 133, 868–879. [Google Scholar] [CrossRef]
  9. Vandermosten, M.; Cuynen, L.; Vanderauwera, J.; Wouters, J.; Ghesquière, P. White matter pathways mediate parental effects on children’s reading precursors. Brain Lang. 2017, 173, 10–19. [Google Scholar] [CrossRef]
  10. Alvarez, T.A.; Fiez, J.A. Current perspectives on the cerebellum and reading development. Neurosci. Biobehav. Rev. 2018, 92, 55–66. [Google Scholar] [CrossRef]
  11. Arns, M.; Peters, S.; Breteler, R.; Verhoeven, L. Different brain activation patterns in dyslexic children: Evidence from EEG power and coherence patterns for the double-deficit theory of dyslexia. J. Integr. Neurosci. 2007, 6, 175–190. [Google Scholar] [CrossRef]
  12. Usman, O.L.; Muniyandi, R.C. CryptoDL: Predicting dyslexia biomarkers from encrypted neuroimaging dataset using energy-efficient residue number system and deep convolutional neural network. Symmetry 2020, 12, 836. [Google Scholar] [CrossRef]
  13. Sharma, D.K.; Chatterjee, M.; Kaur, G.; Vavilala, S. Deep Learning Applications for Disease Diagnosis; Elsevier: Amsterdam, The Netherlands, 2022; pp. 31–51. [Google Scholar] [CrossRef]
  14. Carin, L.; Pencina, M.J. On deep learning for medical image analysis. J. Am. Med. Assoc. 2018, 320, 1192–1193. [Google Scholar] [CrossRef]
  15. Prabha, A.J.; Bhargavi, R. Prediction of Dyslexia Using Machine Learning—A Research Travelogue. Res. Travel. Lect. Notes Electr. Eng. 2019, 556, 1–8. [Google Scholar] [CrossRef]
  16. Kaisar, S. Developmental dyslexia detection using machine learning techniques: A survey. ICT Express 2020, 6, 181–184. [Google Scholar] [CrossRef]
  17. Vanitha, G.; Kasthuri, M. Dyslexia Prediction Using Machine Learning Algorithms—A Review. Int. J. Aquat. Sci. 2021, 12, 3372–3380. Available online: http://www.journal-aquaticscience.com/article_135190.html%0Ahttp://www.journal-aquaticscience.com/article_135190_a14355942a6a1ab5eebf9c4eae0aa078.pdf (accessed on 26 January 2023).
  18. Dhas, J.; Jose, S.H. A Study on Dyslexia Using Machine Learning-Review. EasyChair Prepr. 2021. Available online: https://easychair.org/publications/preprint/gLjk (accessed on 26 January 2023).
  19. Usman, O.L.; Muniyandi, R.C.; Omar, K.; Mohamad, M. Advance Machine Learning Methods for Dyslexia Biomarker Detection: A Review of Implementation Details and Challenges. IEEE Access 2021, 9, 36879–36897. [Google Scholar] [CrossRef]
  20. Kothapalli, P.K.V.; Rathikarani, V.; Nookala, G.K.M. A Comprehensive Survey on Predicting Dyslexia and ADHD Using Machine Learning Approaches. In Inventive Systems and Control; Springer: Singapore, 2022; pp. 105–121. [Google Scholar] [CrossRef]
  21. Ahire, N.; Awale, R.; Patnaik, S.; Wagh, A. A comprehensive review of machine learning approaches for dyslexia diagnosis. Multimed. Tools Appl. 2022, 1–12. [Google Scholar] [CrossRef]
  22. Poornappriya, T.; Gopinath, R. Application of Machine Learning Techniques for Improving Learning Disabilities. Int. J. Electr. Eng. Technol. 2020, 11, 403–411. [Google Scholar] [CrossRef]
  23. Moher, D.; Liberati, A.; Tetzlaff, J.; Altman, D.G. Preferred reporting items for systematic reviews and meta-analyses: The PRISMA statement. J. Clin. Epidemiol. 2009, 62, 1006–1012. [Google Scholar] [CrossRef]
  24. Hebert, M.; Kearns, D.M.; Hayes, J.B.; Bazis, P.; Cooper, S. Why children with dyslexia struggle with writing and how to help them. Lang. Speech Hear. Serv. Sch. 2018, 49, 843–863. [Google Scholar] [CrossRef]
  25. Spoon, K.; Crandall, D.; Siek, K. Towards Detecting Dyslexia in Children’s Handwriting Using Neural Networks. In Proceedings of the International Conference on Machine Learning AI for Social Good Workshop, Long Beach, CA, USA, 9–15 June 2019; pp. 1–5. [Google Scholar]
  26. Spoon, K.; Siek, K.; Crandall, D.; Fillmore, M. Can We (and Should We) Use AI to Detect Dyslexia in Children’s Handwriting? In Proceedings of the International Conference on Machine Learning AI for Social Good Workshop, Long Beach, CA, USA, 9–15 June 2019; pp. 1–6. [Google Scholar]
  27. Isa, I.S.; Rahimi, W.N.S.; Ramlan, S.A.; Sulaiman, S.N. Automated Detection of Dyslexia Symptom Based on Handwriting Image for Primary School Children. Procedia Comput. Sci. 2019, 163, 440–449. [Google Scholar] [CrossRef]
  28. Yogarajah, P. Deep Learning Approach to Automated Detection of Dyslexia-Dysgraphia. In Proceedings of the 25th IEEE International Conference on Pattern Recognition, Milan, Italy, 10–15 January 2021; pp. 1–12. Available online: https://www.micc.unifi.it/icpr2020/ (accessed on 12 November 2020).
  29. Bin Rosli, M.S.A.; Isa, I.S.; Ramlan, S.A.; Sulaiman, S.N.; Maruzuki, M.I.F. Development of CNN Transfer Learning for Dyslexia Handwriting Recognition. In Proceedings of the 2021 11th IEEE International Conference on Control System, Computing and Engineering (ICCSCE), Penang, Malaysia, 27–28 August 2021; pp. 194–199. [Google Scholar] [CrossRef]
  30. Kohli, M.; Prasad, T.V. Identifying dyslexic students by using artificial neural networks. In Proceedings of the World Congress on Engineering 2010, London, UK, 30 June–2 July 2010; Volume 1, pp. 118–121. [Google Scholar]
  31. Perera, H.; Shiratuddin, M.F.; Wong, K.W. Review of EEG-based pattern classifcation frameworks for dyslexia. Brain Inform. 2018, 5, 4. [Google Scholar] [CrossRef] [Green Version]
  32. Karim, I.; Abdul, W.; Kamaruddin, N. Classification of Dyslexic and Normal Children during resting condition using KDE and MLP. In Proceedings of the 2013 5th International Conference on Information and Communication Technology for the Muslim World, Rabat, Morocco, 26–27 March 2013. [Google Scholar] [CrossRef]
  33. Al-Barhamtoshy, H.M.; Motaweh, D.E.M. Diagnosis of Dyslexia using Computing Analysis. In Proceedings of the 2017 International Conference on Informatics, Health & Technology (ICIHT), Riyadh, Saudi Arabia, 21–23 February 2017; pp. 1–7. [Google Scholar] [CrossRef]
  34. Frid, A.; Manevitz, L.M. Features and Machine Learning for Correlating and Classifying between Brain Areas and Dyslexia. arXiv 2018, arXiv:1812.10622. [Google Scholar]
  35. Ortiz, A.; Martínez-Murcia, F.J.; Formoso, M.A.; Luque, J.L.; Sánchez, A. Dyslexia detection from EEG signals using SSA component correlation and Convolutional Neural Networks. In Hybrid Artificial Intelligent Systems; Springer: Berlin/Heidelberg, Germany, 2020; pp. 655–664. [Google Scholar]
  36. Elnakib, A.; Soliman, A.; Nitzken, M.; Casanova, M.F.; Gimel’Farb, G.; El-Baz, A. Magnetic resonance imaging findings for dyslexia: A review. J. Biomed. Nanotechnol. 2014, 10, 2778–2805. [Google Scholar] [CrossRef]
  37. Zahia, S.; Garcia-Zapirain, B.; Saralegui, I.; Fernandez-Ruanova, B. Dyslexia detection using 3D convolutional neural networks and functional magnetic resonance imaging. Comput. Methods Programs Biomed. 2020, 197, 105726. [Google Scholar] [CrossRef]
  38. Chimeno, Y.G.; Zapirain, B.G.; Prieto, I.S.; Fernandez-Ruanova, B. Automatic classification of dyslexic children by applying machine learning to fMRI images. Bio-Med. Mater. Eng. 2014, 24, 2995–3002. [Google Scholar] [CrossRef] [Green Version]
  39. Da Silva, L.T.; Esper, N.B.; Ruiz, D.D.; Meneguzzi, F.; Buchweitz, A. Visual Explanation for Identification of the Brain Bases for Developmental Dyslexia on fMRI Data. Front. Comput. Neurosci. 2021, 15, 594659. [Google Scholar] [CrossRef]
  40. Nerušil, B.; Polec, J.; Škunda, J.; Kačur, J. Eye tracking based dyslexia detection using a holistic approach. Sci. Rep. 2021, 11, 15687. [Google Scholar] [CrossRef]
  41. Appadurai, J.P.; Bhargavi, R. Eye Movement Feature Set and Predictive Model for Dyslexia: Feature Set and Predictive Model for Dyslexia. Int. J. Cogn. Inform. Nat. Intell. 2021, 15, 22. [Google Scholar] [CrossRef]
  42. Benfatto, M.N.; Seimyr, G.; Ygge, J.; Pansell, T.; Rydberg, A.; Jacobson, C. Screening for dyslexia using eye tracking during reading. PLoS ONE 2016, 11, e0165508. [Google Scholar]
  43. Vajs, I.; Kovic, V.; Papic, T.; Savic, A.M.; Jankovic, M.M. Dyslexia detection in children using eye tracking data based on VGG16 network. In Proceedings of the European Signal Processing Conference, Belgrade, Serbia, 29 August–2 September 2022; pp. 1601–1605. [Google Scholar]
  44. Ileri, R.; Latifoğlu, F.; Demirci, E. A novel approach for detection of dyslexia using convolutional neural network with EOG signals. Med. Biol. Eng. Comput. 2022, 60, 3041–3055. [Google Scholar] [CrossRef]
  45. Xing, L.; Qiao, Y. DeepWriter: A multi-stream deep CNN for text-independent writer identification. In Proceedings of the International Conference on Frontiers in Handwriting Recognition, ICFHR, Shenzhen, China, 23–26 October 2016; pp. 584–589. [Google Scholar] [CrossRef] [Green Version]
  46. Dara, S.; Tumma, P. Feature Extraction By Using Deep Learning: A survey. In Proceedings of the 2018 Second International Conference on Electronics, Communication and Aerospace Technology (ICECA), Coimbatore, India, 29–31 March 2018; pp. 1795–1801. [Google Scholar] [CrossRef]
  47. Khan, A.; Sohail, A.; Zahoora, U.; Qureshi, A.S. A Survey of the Recent Architectures of Deep Convolutional Neural Networks; Springer: Cham, The Netherlands, 2020; Volume 53. [Google Scholar] [CrossRef] [Green Version]
  48. Alzubaidi, L.; Zhang, J.; Humaidi, A.J.; Al-Dujaili, A.; Duan, Y.; Al-Shamma, O.; Santamaría, J.; Fadhel, M.A.; Al-Amidie, M.; Farhan, L. Review of deep learning: Concepts, CNN architectures, challenges, applications, future directions. J. Big Data 2021, 8, 53. [Google Scholar] [CrossRef]
  49. Shorten, C.; Khoshgoftaar, T.M. A survey on Image Data Augmentation for Deep Learning. J. Big Data 2019, 6, 60. [Google Scholar] [CrossRef]
Figure 1. This image shows that any disorder in the brain’s left hemisphere would lead to important difficulties in a person’s ability to read and write and some other skills.
Figure 1. This image shows that any disorder in the brain’s left hemisphere would lead to important difficulties in a person’s ability to read and write and some other skills.
Applsci 13 02804 g001
Figure 2. PRISMA flow diagram for selecting 19 definitive articles.
Figure 2. PRISMA flow diagram for selecting 19 definitive articles.
Applsci 13 02804 g002
Figure 3. Annual distribution of the 19 articles that were carefully screened.
Figure 3. Annual distribution of the 19 articles that were carefully screened.
Applsci 13 02804 g003
Figure 4. Distribution of articles that used DL methods based on datasets from 2010 to 2022.
Figure 4. Distribution of articles that used DL methods based on datasets from 2010 to 2022.
Applsci 13 02804 g004
Figure 5. The reviewed studies organized according to the DL algorithms that each model adopted.
Figure 5. The reviewed studies organized according to the DL algorithms that each model adopted.
Applsci 13 02804 g005
Table 1. Inclusion and exclusion criteria.
Table 1. Inclusion and exclusion criteria.
Inclusion CriteriaExclusion Criteria
Articles released between 2010 and 2022 in English (AND)Articles not relevant to dyslexia classification (AND)
Articles that utilized DL methods (OR) DL methods combined with traditional ML for the identification of dyslexiaArticles that used only traditional ML methods to prediction dyslexia (AND)
(AND) Articles that utilized datasets related to dyslexia Articles that did not meet the inclusion criteria
Table 2. Feature extraction methods for dyslexia disorder detection utilizing Deep Learning Methods.
Table 2. Feature extraction methods for dyslexia disorder detection utilizing Deep Learning Methods.
ReferenceDatasetFeature Extraction Method and Selected Features
[30]Test scoreThe study extracted features manually based on cognitive and evaluation test results. These included an IQ test, rapid naming test, evaluation of short-term memory, sequencing skills, and non-word reading to evaluate phonological coding skills.
[32]EGGUsing a kernel density estimation process, brain activity features were extracted from EGG signals (353 features). The ksdensity () function in MATLAB was used to derive features depending on the normal kernel function.
[35]To extract features from the EGG signals, the study used SSA, which divides the raw signal into additive components representing various oscillatory manners. Five components were generated that might be utilized to explain the data. For each component, Pearson’s correlation among various channels of the PSD of each singular SSA component was calculated. Pearson’s correlation represents the degree of similarity between two channels, thus helping to differentiate between dyslexia and normal functioning.
[33]Brain electrical signal features were extracted from EGG signals utilizing Fourier transform algorithms and statistical functions. The algorithms used the rule-based model to filter non-related features and eliminate noise from the electrical signal records.
[34]The study used discrete wavelet transform techniques to extract the most beneficial ERP signals from EGG, which have a waveform linked both in frequency and time domain. The signal was divided into low pass and high pass. A group of temporal features were extracted from the low-pass portion such as latency, absolute amplitude, positive area, and entropy, while a group of statistical and spectral features were extracted from the high-pass portion such as mean, skewness ratios, standard deviation, and zero crossing rate. Moreover, some features relevant to the frequencies’ structure were extracted such as spectral flatness measure, spectral centroid as well as power spectral density.
[41]Eye TrackingThe various eye movement events for preprocessed data have been analyzed, such as saccades and fixations. Different features relevant to these events have been extracted using major statistical measures, dispersion, and approaches velocity-based. Two algorithms for feature selection have been used in this study, which are Recursive feature Elimination with Cross-Validation (RFE-CV) and PCA.
[40]In this study, the CNN model extracted, implicitly, substantial features scattered either in time or frequency from preprocessed eye-tracking data and nonlinearly bound them using machine learning to minimize detection error.
[43]The velocity features which extracted from eye-tracking events discriminate between dyslexic and control.
[44]EOGThe study used a 1D CNN model that generated feature maps through operations in layers. These feature maps contained significant features from the vertical and horizontal EOG signals, allowing the differentiation of dyslexic and normal readers.
[12]MRI and fMRIFeatures of the phonological and cognitive brain systems related to gray matter, white matter, and cerebrospinal fluid were extracted from fMRI utilizing CAT12 implemented in MATLAB.
[38]The study used FDT, BET, and TBSS to extract FA from DTS signals, and used two tools (BET and FEAT) to elicit features from fMRI. These two features (activation pattern and FA) are associated with speech, language, and lexical decisions.
[37]After preprocessing fMRI dataset, SMP12 has been implemented in MATLAP 2018b to extract cognitive features pertaining to grey and white matter and the volumetric biomarkers of cerebrospinal tissues.
[39]This study was considered unique due to its visualization of features, which differentiated dyslexic readers from normal ones, such as activation patterns of anterior right-hemisphere prefrontal areas as well as activation patterns in the left occipital and inferior parietal areas that distinguished groups based on brain networks related to lexical and phonological processes in reading. The feature extraction has been carried out in the layers of the LeNet-5 model.
[25,26]HandwritingThese studies used behavioral and cognitive biomarkers (picture patches of handwriting features) to differentiate between dyslexic and normal readers. A CNN model extracted high features from processed handwriting images when implemented in Python.
[28]Hindi words have some prodigious features, such as diacritics (matras), conjoined consonants, and killer strokes (halants). The study used patches of handwriting features to differentiate between dyslexics and normal readers, which have been extracted in the CNN model
[27]The study used an OCR technology to identify letters in handwriting images. The rectified characters are displayed in the command box after picture extraction and character recognition, manually the total of correct detection was been calculated.
[4,29]These studies used a CNN model to extract features and predict dyslexia from handwriting images. The preprocessed handwriting images were fed to the CNN model, and a feature map was created through the convolution layer, which contained highly informative features.
Table 3. Summarizes the performance of the predictive model of each study in this review.
Table 3. Summarizes the performance of the predictive model of each study in this review.
ReferenceDatasetsDL ModelNo. of SubjectsPerformance
[30]Test scoreANNNot mentionedAccuracy: 75%
[32]EGGMLPN = 6 kids
Normal = 3
Dyslexics = 3
Accuracy: 86% for eye opened and 85% for eye closed.
[38]fMRI and DTIANNN = 56 kids
aged (9–12 years)
Accuracy: 94.8%, Sensitivity: 94.7%, Specificity: 95%
[33]EGG scanANNN = 80 kids
(7 to 13 ages)
Accuracy: 89.9%
[34]EGGANNN = 32
Normal = 15
Dyslexics = 17
Accuracy: 78%
[25]Handwriting imageCNNN = 88
Normal = 62
Dyslexics = 11
Accuracy: 55.7%
[26]Handwriting imageCNNN = 100Accuracy: 77.6%
[27]Handwriting imageANN/MLPN = 30Accuracy: 73.33%
[12]MRICNNN = 45Accuracy: 73.2%
[37]fMRI3D CNNN = 66 children
(9 and 12 years)
Accuracy: 72.7%, F1 score: 67%, Sensitivity: 75.0%, Specificity: 71.4%, Precision: 60%%
[28]Handwriting imageCNNN = 54 children
(267 samples)
Accuracy: 86.14 ± 1.02%
[35]EEGCNNN = 48
32 skilled readers
16 dyslexic readers
The study did not mention the accuracy but stated the effectiveness of CNN for eliciting informative features to diagnose dyslexia.
[4]Handwriting imageCNNNormal = 78,275 letters
Dyslexic = 52,196 letters
Accuracy of CNN1: 86%
Accuracy of CNN2: 87%
Accuracy of CNN3: 86.5%
Accuracy of LeNet-5: 86%
[29]Handwriting imageCNNAccuracy: 95.34%
[40]Eye trackingCNNN = 185
88 low risks
97 high risks
Accuracy: 96.6%
[39]fMRICNNN = 32 children
16 typical readers
16 dyslexic readers
Accuracy: 94.8%
[41]Eye trackingCNNN = 185
97 dyslexics
88 non-dyslexics
Accuracy of CNN: 87%
[43]Eye trackingCNN (VGG 16)N = 30
15 dyslexics
15 normal
Accuracy: 87%
[44]EOGCNNN = 33
20 dyslexics
13 normal
Accuracy for horizontal channel EOG signals: 98.70%
Accuracy for vertical channel EOG signals: 80.94%
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.

Share and Cite

MDPI and ACS Style

Alqahtani, N.D.; Alzahrani, B.; Ramzan, M.S. Deep Learning Applications for Dyslexia Prediction. Appl. Sci. 2023, 13, 2804. https://doi.org/10.3390/app13052804

AMA Style

Alqahtani ND, Alzahrani B, Ramzan MS. Deep Learning Applications for Dyslexia Prediction. Applied Sciences. 2023; 13(5):2804. https://doi.org/10.3390/app13052804

Chicago/Turabian Style

Alqahtani, Norah Dhafer, Bander Alzahrani, and Muhammad Sher Ramzan. 2023. "Deep Learning Applications for Dyslexia Prediction" Applied Sciences 13, no. 5: 2804. https://doi.org/10.3390/app13052804

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop