Skip to main content

BRIEF RESEARCH REPORT article

Front. Hum. Neurosci., 10 April 2024
Sec. Brain-Computer Interfaces
Volume 18 - 2024 | https://doi.org/10.3389/fnhum.2024.1369862

Gabor filter-based statistical features for ADHD detection

  • 1Division of Mathematics, Vellore Institute of Technology, Chennai, India
  • 2Department of Electrical Engineering, Mathematics and Science, University of Gävle, Gavle, Sweden

Attention deficit/hyperactivity disorder (ADHD) is a neuropsychological disorder that occurs in children and is characterized by inattention, impulsivity, and hyperactivity. Early and accurate diagnosis of ADHD is very important for effective intervention. The aim of this study is to develop a computer-aided approach to detecting ADHD using electroencephalogram (EEG) signals. Specifically, we explore a Gabor filter-based statistical features approach for the classification of EEG signals into ADHD and healthy control (HC). The EEG signal is processed by a bank of Gabor filters to obtain narrow-band signals. Subsequently, a set of statistical features is extracted. The computed features are then subjected to feature selection. Finally, the obtained feature vector is given to a classifier to detect ADHD and HC. Our approach achieves the highest classification accuracy of 96.4% on a publicly available dataset. Furthermore, our approach demonstrates better classification accuracy than the existing methods.

1 Introduction

On a global scale, it is estimated that approximately 5% of children are affected by attention deficit hyperactivity disorder (ADHD) (Song et al., 2021), one of the most common heterogenous disorders affecting children, characterized by inattention, impulsiveness, and hyperactivity. Children with ADHD have an adverse impact behavioral patterns, particularly in education and interpersonal growth, it may even extend into adulthood (Altınkaynak et al., 2020). According to Xu et al. (2018) and TaghiBeyglou et al. (2022), individuals with ADHD spanning from childhood to adulthood often experience challenges in psychosocial and neuropsychological functioning. Untreated ADHD leads to worse social and professional functioning, a larger chance of comorbid, and a higher risk of serious depressive and anxiety disorders (American Psychiatric Association, 2013). Therefore, early detection and timely therapeutic intervention are of essential importance in preventing the severity of ADHD in children.

Traditionally, the diagnostic assessment of ADHD in children is conducted by psychiatrists through interviews with parents and/or the child. Manual diagnosis can be subjective, and this evaluation process is often time-consuming, demands a high level of medical expertise, and can be prone to error in certain cases (Khare and Acharya, 2023). In recent years, quantitative techniques such as brain signaling examinations have been conducted to establish a diagnosis.

Researchers have been utilizing many neuroimaging techniques to diagnose ADHD, some of them are magnetoencephalography (MEG) (Hamedi et al., 2022), magnetic resonance imaging (MRI) (Zhou et al., 2021), and electroencephalogram (EEG) (Allahverdy et al., 2016). However, some of these approaches, such as MEG, are radioactive, bulky, and costly (Khare and Acharya, 2023). On the other hand, EEG signals are portable and cost-effective solutions for ADHD detection (Maniruzzaman et al., 2023), and they have also been used in various applications (Kumar et al., 2015; Khare and Bajaj, 2020).

Over the last decade, researchers have extracted various linear, non-linear, and morphological features from time (Yang et al., 2016; Khaleghi et al., 2020; Maniruzzaman et al., 2023), frequency (Mueller et al., 2010; Kaur et al., 2019; Khaleghi et al., 2020), and time-frequency (Öztoprak et al., 2017; Altınkaynak et al., 2020; Joy et al., 2022) domain-based methodologies. Altınkaynak et al. (2020) utilized event-related potentials (ERPs), while participants engaged in an auditory oddball task, which resulted in longer P300 latency for ADHD patients and smaller P300 amplitude for healthy control (HC). Maniruzzaman et al. (2023) performed a channel selection method and extracted various times, morphological, and non-linear features for the classification of ADHD and HC. The approach in Khaleghi et al. (2020) extracted various morphological, non-linear, time, frequency, and time–frequency-based features; among these non-linear features (Petrosian and Katz fractal dimensions, Lyapunov exponent, approximate entropy, and Lempel-Ziv complexity) extracted from EEG, provides a good quantitative tool in the detection of ADHD. Similarly, Kaur et al. (2019) extracted time-domain features, namely morphological, complexity features (power of scale-freeness and graph index complexity), and frequency-domain features such as Katz and Higuchi algorithm for diagnosis. Chow et al. (2019) developed an approach based on Hjorth mobility (M), and the results indicated that M values in the control group were significantly higher than the ADHD individuals. In the frequency domain, the power of different EEG frequency bands was used to diagnose ADHD (Altınkaynak et al., 2020). It indicates increased theta power and a higher theta/beta ratio in ADHD patients compared to HC, but the use of non-linear features outperformed frequency band features (González, 2022). Altınkaynak et al. (2020) investigated the entropy of the discrete wavelet transform (DWT) of auditory evoked potentials for the classification between ADHD and HC, and it exhibited significantly different values in both groups. Similarly, Castro-Ospina et al. (2012) investigated the occurrence of low-frequency bands computed through wavelets and empirical mode decomposition (EMD) to find the differences in the patterns of ERP waves between ADHD patients and control subjects. Tor et al. (2021) computed autoregressive modeling coefficients and relative wavelet energy from EMD and DWT for the detection of ADHD.

Since the EEG signal is characterized by non-stationary behavior and a diverse range of time-frequency components, using Gabor filters can be an advantage for discovering the signal's descriptive features. In recent years, researchers have prominently used Gabor filters in image processing (Hu et al., 2020), and computer vision-based applications (Oppong et al., 2022). In addition, Gabor filter-based features have been found to be effective in signal classification tasks (Kumar et al., 2015) and even integrated into deep learning models (Barshooi and Amirkhani, 2022; Hammouche et al., 2022; Khalifa et al., 2022; Oppong et al., 2022). Despite these advantages, the potential of the Gabor filter has not been explored for ADHD detection. Therefore, in this paper, we explore the bank of Gabor filters for ADHD detection.

To the best of our knowledge, there has been no prior investigation that evaluated Gabor filter-based features for the classification of EEG signals into ADHD and HC.

The following contributions made by our study are:

1. Explored Gabor-based statistical features for the classification of EEG signals into ADHD and HC.

2. Our approach has been validated using 10-fold cross-validation and an 80:20 train-test split.

3. Our approach has outperformed the existing approaches in the detection of ADHD.

This paper is organized as follows: Section II explains the experimental procedure for ADHD detection. In Section III, Results and Discussion is presented, and finally, the conclusions are provided in Section IV.

2 Methodology

In this section, Figure 1 represents the flowchart of the proposed approach. First, the EEG signals are processed using the bank of Gabor filters. This process converts a non-stationary EEG signal to a narrow-band signal. From each of those narrow-band signals, we extract a set of statistical features. Finally, the features extracted are concatenated and fed to classifiers to classify EEG signals into ADHD or HC. The description of each step is given below.

Figure 1
www.frontiersin.org

Figure 1. Block diagram of proposed Gabor filter-based ADHD detection approach.

2.1 Gabor filters

The Gabor filter acts as a bandpass filter and provides good time-frequency localization (Gabor, 1946). Furthermore, using a bank of Gabor filters for the decomposition of signal makes it easier to extract discriminating information from a particular frequency range. The mathematical representation of the Gabor filter is as follows:

g t = 1 2 π σ 2 exp t 2 2 σ 2 + j 2 π f c t     (1)

where f c - central frequency,

σ – Standard deviation of the Gaussian function.

The response z t is computed through the convolution of the input signal y t with the Gabor function g t as described by Equation (1). Finally, the magnitude of the Gabor response will be determined for feature extraction.

2.2 Statistical features

The feature extraction process is crucial in the classification process, as the choice of features significantly impacts the performance of the classification. Local binary pattern (LBP)-based histogram features are commonly used to extract features from the responses of Gabor filters (Kumar et al., 2015; Samiee et al., 2017; Sunil Kumar and Kanhangad, 2017; Kumar and Kanhangad, 2018). The length of the histogram (feature length) is 256. As we are conducting multichannel EEG signals (19 channels), extracting the traditional features will lead to a high-dimensional feature vector. Therefore, we have extracted four statistical features from each of the Gabor filter responses. In our study, statistical features such as entropy, standard deviation, skewness, and kurtosis were extracted from the magnitude of the response z t . Mathematical equations for the aforementioned features can be found in Sunil Kumar and Kanhangad (2017).

2.3 Feature concatenation and classification

In this process, the feature vector is constructed through the concatenation of statistical features extracted from z t across all the channels. To classify the EEG segment into ADHD and HC, the feature vector is fed into classifiers. In our approach, we have used two classifiers; namely support vector machine (SVM) (Maniruzzaman et al., 2023) and k-nearest neighbors (k-NN) (Altınkaynak et al., 2020).

2.4 Feature selection

Feature selection (FS) is important for improving the performance of predictive models by eliminating redundant elements in a dataset, thereby maintaining only the most important features. In our study, we explored the t-test (Maniruzzaman et al., 2023) and the chi-square test (Rangarajan and Mahanand, 2014) to decrease the length of the feature vector and improve the accuracy (Acc) of classification.

The algorithm of our proposed approach is given below.

2.4.1 Algorithm of our proposed approach

Step 1: process the multichannel EEG segment with a bank of Gabor filters.

Step 2: compute statistical features from each of the Gabor responses.

Step 3: concatenate the features corresponding to each individual channel to get the final feature vector. Apply the FS technique to reduce the length of the feature vector.

Step 4: train the classification models, such as k-NN and SVM, and evaluate their performance.

3 Experimental results

This section presents a comprehensive description of the dataset, followed by Results and Discussion.

3.1 Dataset

In our study, a publicly available dataset (Nasrabadi et al., 2020) has been utilized for detecting ADHD from EEG signals. The EEG signals acquired in this dataset include 61 children diagnosed with ADHD and 60 HC, and all the participants were within the age range of 7 to 12 years. The diagnostic criteria for the ADHD group with confirmation, are based on psychiatric evaluation in accordance with DSM-IV guidelines (American Psychiatric Association, 2013). Notably, the ADHD children had received Ritalin treatment for up to 6 months. The control group was free of psychiatric disorders, epilepsy, and high-risk behaviors. EEG recordings were acquired according to the 10-20 standard, utilizing 19 channels, and a sampling frequency of 128 Hz. In our study, the EEG signal is divided into segments with a duration of 30 and 60 s. For further information about the dataset, refer Nasrabadi et al. (2020).

3.2 Results

To validate the performance of our approach, the following metrics are used namely, Acc, specificity (Sp), and sensitivity (Sn) in which Sp denotes the capacity to correctly categorize normal data, while Sn signifies the ability to identify ADHD-related events, whereas Acc is defined as the ratio of correctly classified segments to the total number of segments in the test set.

In order to study the influence of the number of Gabor filters, we have performed our experiments by selecting the number of Gabor filters as 3, 4, and 5. The central frequency ( f c ) and standard deviation ( σ ) of the individual filters are selected to cover the range of frequencies extending from 1 to 64 Hz (half of the sampling frequency). These parameters are shown in Table 1. Figure 2 shows an exemplary plot of the raw EEG signals and magnitude response of the Bank of Gabor filters with five filters (the parameters involved in each of these Gabor filters is shown in Figure 2).

Table 1
www.frontiersin.org

Table 1. Gabor filter parameters used in our approach.

Figure 2
www.frontiersin.org

Figure 2. Plot of (A) Raw EEG signal. (B–F) Magnitude response of each of the Gabor filters in the filter bank.

To show the effectiveness of our approach, we have performed two sets of experiments: in the first set, we conducted 10-fold cross-validation, and in the second set, we divided the entire dataset into 80:20 train-test data.

The performance metrics obtained are shown in Tables 27. More specifically, Tables 24 show the results obtained when an EEG segment of 30 s is used, while Tables 57 show when an EEG segment of 60 s is used for classification purposes.

Table 2
www.frontiersin.org

Table 2. Performance metrics obtained with an EEG segment of 30 s and three Gabor filters.

Table 3
www.frontiersin.org

Table 3. Performance metrics obtained with an EEG segment of 30 s and four Gabor filters.

Table 4
www.frontiersin.org

Table 4. Performance metrics obtained with an EEG segment of 30 s and five Gabor filters.

Table 5
www.frontiersin.org

Table 5. Performance metrics obtained with an EEG segment of 60 s and three Gabor filters.

Table 6
www.frontiersin.org

Table 6. Performance metrics obtained with an EEG segment of 60 s and four Gabor filters.

Table 7
www.frontiersin.org

Table 7. Performance metrics obtained with an EEG segment of 60 s and five Gabor filters.

Tables 24, it is evident that our approach performs better when the number of Gabor filters is set to 3 or 5, while the performance of the approach was comparatively inferior when the number of Gabor filters is set to 4 for 30-s duration. It can also be observed from our results that the classification improved when FS was included at the same time, and the number of features performed was reduced.

To understand the impact of segment length on the performance of the proposed approach, we performed the experiments by segmenting the EEG signals for 60 s. These results are shown in Tables 57. It can be observed from Tables 57 that the proposed approach achieved a maximum Acc of 90.9% when a 60-s segment is used. The performance is inferior when compared to the performance achieved with 30 s of EEG data.

3.3 Performance comparison

The performance comparison of our approach with existing approaches is shown in Table 8. Our approach has achieved better performance than the existing approaches in Chen et al. (2019), Altınkaynak et al. (2020), Ekhlasi et al. (2021), Kim et al. (2021), Parashar et al. (2021), Maniruzzaman et al. (2022), and Alim and Imtiaz (2023). The approaches in Chen et al. (2019), Altınkaynak et al. (2020), and Kim et al. (2021) have performed experiments on different datasets, while the approaches in Ekhlasi et al. (2021), Parashar et al. (2021), Maniruzzaman et al. (2022), and Alim and Imtiaz (2023) have performed experiments on the same dataset as ours. Chen et al. (2019) performed four distinct methods: relative spectral power, spectral power ratio, complexity analyses, and bicoherence for resting-state EEG feature extraction. The classifier constructed by selecting features from all four methods obtained an Acc of 85% on data acquired from 108 subjects. Kim et al. (2021) investigated the mismatch negativity (MMN) features, exploring both sensor-level attributes such as amplitude, latency, and source-level characteristics across various brain regions and achieved an Acc of 81%. It should be noted that authors have collected data from only 79 subjects. Altınkaynak et al. (2020) analyzed wavelet, non-linear (Higuchi algorithm), and morphological features (P300 latency and amplitude parameters) by using different classifiers and obtained the highest Acc of 91.3%. Parashar et al. (2021) used various combinations of channels from different brain regions (frontal, central, occipital, and parietal) that are directly fed to classifiers for classification purposes. When considering all channels of the right hemisphere, the authors reported an Acc of 84%. Alim and Imtiaz (2023) used EEG linear features from the four sub-bands and achieved an Acc of 94.2%. Ekhlasi et al. (2021) obtained the effective connectivity matrices (ECMs) of each individual by directed phase transfer entropy (dPTE) between each pair of electrodes, achieving an Acc of 89.7% with the selected features of the effective connectivity vector (ECV). Maniruzzaman et al. (2022) extracted morphological and time-domain features such as absolute amplitude, positive area, negative area, total area, peak-to-peak, mean, median, energy, power, standard deviation, skewness, kurtosis, coefficient of variation, H parameter activity, mobility, and complexity of EEG signals and obtained an Acc of 94.2%. However, our Gabor filter-based approach achieved the highest classification Acc of 96.4 %, outperforming the existing approaches. The superior performance of our approach is due to the efficacy of the Gabor filter in time-frequency domain localization (Gabor, 1946). Extracting features from the narrow-band signals (obtained after processing through the bank of Gabor filters) may lead to an effective time-frequency representation of EEG signals, which could be the possible reason for its superior performance. The key advantage of our approach is that it is simple yet effective for detecting ADHD. Whereas, the limitation of our approach is that the number of features increases as the number of Gabor filters increases.

Table 8
www.frontiersin.org

Table 8. Performance comparison with existing approaches.

4 Conclusion

In this paper, we have proposed an automated approach for the detection of ADHD using Gabor filter-based statistical features. Our methodology showed superior performance compared to the existing approaches to ADHD detection, signifying its potential as an efficient screening tool. However, this approach needs to be validated on a larger dataset before being used for any clinical purposes. As a part of our future study, we plan to explore deep-learning approaches for ADHD detection. Furthermore, we would like to explore Gabor filters for applications such as the classification of sleep stages and schizophrenia detection, which involves the classification of EEG signals.

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

ES: Writing – original draft, Visualization, Validation, Software, Methodology, Investigation, Data curation, Conceptualization, Funding acquisition. TR: Writing – review & editing, Supervision, Funding acquisition, Formal analysis. TK: Writing – review & editing, Supervision, Investigation, Formal analysis.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. The work presented in this article is funded by Vellore Institute of Technology, Chennai, India.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Alim, A., and Imtiaz, M. H. (2023). Automatic identification of children with ADHD from EEG brain waves. Signals 4, 193–205. doi: 10.3390/signals4010010

Crossref Full Text | Google Scholar

Allahverdy, A. K., Moghadam, M. R., Mohammadi,, and Nasrabadi, A. M. (2016). Detecting ADHD children using the attention continuity as nonlinear feature of EEG. Front. Biomed. Technol. 3, 28–33. Accessed: Dec. 13, 2023. [Online]. Available at: https://fbt.tums.ac.ir/index.php/fbt/article/view/135

Google Scholar

Altınkaynak, M., Dolu, N., Güven, A., Pektaş, F., Özmen, S., Demirci, E., et al. (2020). Diagnosis of attention deficit hyperactivity disorder with combined time and frequency features. Biocybernet. Biomed. Eng. 40, 927–937. doi: 10.1016/j.bbe.2020.04.006

Crossref Full Text | Google Scholar

American Psychiatric Association, DSM-5 TM guidebook the essential companion to the diagnostic and statistical manual of mental disorders, fifth edition, 5th ed. Washington, DC American Psychiatric Publishing (2013).

Google Scholar

Barshooi, H., and Amirkhani, A. (2022). A novel data augmentation based on Gabor filter and convolutional deep learning for improving the classification of COVID-19 chest X-ray images. Biomed. Signal Proc. Control 72:103326. doi: 10.1016/j.bspc.2021.103326

PubMed Abstract | Crossref Full Text | Google Scholar

Castro-Ospina, Andrés Eduardo, Duque-Muñoz, L., and Castellanos-Domínguez, G. (2012). “P300 analysis based on time frequency decomposition methods for adhd discrimination in child population ”. IEEE.

Google Scholar

Chen, H., Chen, W., Song, Y., Sun, L., and Li, X. (2019). EEG characteristics of children with attention-deficit/hyperactivity disorder. Neuroscience 406, 444–456. doi: 10.1016/j.neuroscience.2019.03.048

Crossref Full Text | Google Scholar

Chow, J. C., Ouyang, C.-S., Chiang, C.-T., Yang, R.-C., Wu, R.-C., Wu, H.-C., et al. (2019). Novel method using Hjorth mobility analysis for diagnosing attention-deficit hyperactivity disorder in girls. Brain Dev. 41, 334–340. doi: 10.1016/j.braindev.2018.11.006

PubMed Abstract | Crossref Full Text | Google Scholar

Ekhlasi, A. M., Motie Nasrabadi, A., and Mohammadi, M. (2021). Classification of the children with ADHD and healthy children based on the directed phase transfer entropy of EEG signals. Front. Biomed. Technol. 8, 115–122. doi: 10.18502/fbt.v8i2.6515

Crossref Full Text | Google Scholar

Gabor, D. (1946). Theory of communication. Part 3: frequency compression and expansion. J. Inst. Electr. Eng. 93, 445–457. doi: 10.1049/ji-3-2.1946.0076

Crossref Full Text | Google Scholar

González, L. M. (2022). “Attention deficit and hyperactivity disorder classification with EEG and machine learning” in Biosignal processing and classification using computational learning and intelligence. Elsevier, 447–469.

Google Scholar

Hamedi, N., Khadem, A., Delrobaei, M., and Babajani-Feremi, A. (2022). Detecting ADHD based on brain functional connectivity using resting-state MEG signals. Front. Biomed. Technol. 9, 110–118. doi: 10.18502/fbt.v9i2.8850

Crossref Full Text | Google Scholar

Hammouche, R., Attia, A., Akhrouf, S., and Akhtar, Z. (2022). Gabor filter bank with deep autoencoder based face recognition system. Expert Syst. Appl. 197:116743. doi: 10.1016/j.eswa.2022.116743

Crossref Full Text | Google Scholar

Hu, Q., Hu, S., and Zhang, F. (2020). Multi-modality medical image fusion based on separable dictionary learning and Gabor filtering. Signal Process. Image Commun. 83:115758. doi: 10.1016/j.image.2019.115758

Crossref Full Text | Google Scholar

Joy, R. C., George, S. T., Rajan, A. A., Subathra, M. S. P., Sairamya, N. J., Prasanna, J., et al. (2022). Detection and classification of ADHD from EEG signals using Tunable Q-factor wavelet transform. Nonlin. Biomed. Phys. 2022, 1–17. doi: 10.1155/2022/3590973

Crossref Full Text | Google Scholar

Kaur, S., Singh, S., Arun, P., Kaur, D., and Bajaj, M. (2019). Phase space reconstruction of EEG signals for classification of ADHD and control adults. Clin. EEG Neurosci. 51, 102–113. doi: 10.1177/1550059419876525

PubMed Abstract | Crossref Full Text | Google Scholar

Khaleghi, P. M., Birgani, M. F., Fooladi, M. F., and Mohammadi, M. R. (2020). Applicable features of electroencephalogram for ADHD diagnosis. Res. Biomed. Eng. 36, 1–11. doi: 10.1007/s42600-019-00036-9

Crossref Full Text | Google Scholar

Khalifa, H., Zaher, N. A., Abdallah, A. S., and Fakhr, M. W. (2022). Convolutional neural network based on diverse Gabor filters for deepfake recognition. IEEE Access 10, 22678–22686. doi: 10.1109/access.2022.3152029

Crossref Full Text | Google Scholar

Khare, S. K., and Acharya, U. R. (2023). An explainable and interpretable model for attention deficit hyperactivity disorder in children using EEG signals. Comput. Biol. Med. 155:106676. doi: 10.1016/j.compbiomed.2023.106676

PubMed Abstract | Crossref Full Text | Google Scholar

Khare, S. K., and Bajaj, V. (2020). A facile and flexible motor imagery classification using electroencephalogram signals. Comput. Methods Prog. Biomed. 197:105722. doi: 10.1016/j.cmpb.2020.105722

PubMed Abstract | Crossref Full Text | Google Scholar

Kim, S., Baek, J. H., Kwon, Y. J., Lee, H. Y., Yoo, J. H., Shim, S. H., et al. (2021). Machine-learning-based diagnosis of drug-naive adult patients with attention-deficit hyperactivity disorder using mismatch negativity. Transl. Psychiatry 11:484. doi: 10.1038/s41398-021-01604-3

PubMed Abstract | Crossref Full Text | Google Scholar

Kumar, T. S., and Kanhangad, V. (2018). Gabor filter-based one-dimensional local phase descriptors for obstructive sleep Apnea detection using single-Lead ECG. IEEE Sensors Letters 2, 1–4. doi: 10.1109/lsens.2018.2807584

Crossref Full Text | Google Scholar

Kumar, T. S., Kanhangad, V., and Pachori, R. B. (2015). Classification of seizure and seizure-free EEG signals using local binary patterns. Biomed. Signal Proc. Control 15, 33–40. doi: 10.1016/j.bspc.2014.08.014

Crossref Full Text | Google Scholar

Maniruzzaman, M., Mehedi, A., Asai, N., and Shin, J. (2023). Optimal channels and features selection based ADHD detection from EEG signal using statistical and machine learning techniques. IEEE Access 11, 33570–33583. doi: 10.1109/access.2023.3264266

Crossref Full Text | Google Scholar

Maniruzzaman, M., Shin, J., al Mehedi Hasan, M., and Yasumura, A. (2022). Efficient feature selection and machine learning based ADHD detection using EEG signal. Comput. Mat. Continua 72, 5179–5195. doi: 10.32604/cmc.2022.028339

Crossref Full Text | Google Scholar

Mueller, G., Candrian, J. D., Kropotov, V. A., Ponomarev, V. A., and Baschera, G. M. (2010). Classification of ADHD patients on the basis of independent ERP components using a machine learning system. Nonlin. Biomed. Phys. 4:S1. doi: 10.1186/1753-4631-4-s1-s1

PubMed Abstract | Crossref Full Text | Google Scholar

Nasrabadi, A. M., Allahverdy, A., Samavati, M., and Mohammadi, M. R. (2020). EEG data for ADHD/control children IEEE Dataport.

Google Scholar

Oppong, S. O., Twum, F., Hayfron-Acquah, J. B., and Missah, Y. M. (2022). A novel computer vision model for medicinal plant identification using log-Gabor filters and deep learning algorithms. Comput. Intell. Neurosci. 2022, 1–21. doi: 10.1155/2022/1189509

PubMed Abstract | Crossref Full Text | Google Scholar

Öztoprak, H., Toycan, M., Alp, Y. K., Arıkan, O., Doğutepe, E., and Karakaş, S. (2017). Machine-based classification of ADHD and nonADHD participants using time/frequency features of event-related neuroelectric activity. Clin. Neurophysiol. 128, 2400–2410. doi: 10.1016/j.clinph.2017.09.105

PubMed Abstract | Crossref Full Text | Google Scholar

Parashar, N., Kalra, J. S., and Kumar Goyal, R. (2021). Machine learning based framework for classification of children with ADHD and healthy controls. Intel. Autom. Soft Comput. 28, 669–682. doi: 10.32604/iasc.2021.017478

Crossref Full Text | Google Scholar

Rangarajan, S. S., and Mahanand, B. S. (2014). Identification of potential biomarkers in the hippocampus region for the diagnosis of ADHD using PBL-McRBFN approach. Singapore: DR-NTU (Nanyang Technological University).

Google Scholar

Samiee, K., Kovács, P., and Gabbouj, M. (2017). Epileptic seizure detection in long-term EEG records using sparse rational decomposition and local Gabor binary patterns feature extraction. Knowl.-Based Syst. 118, 228–240. doi: 10.1016/j.knosys.2016.11.023

Crossref Full Text | Google Scholar

Song, P., Zha, M., Yang, Q., Zhang, Y., Li, X., and Rudan, I. (2021). The prevalence of adult attention-deficit hyperactivity disorder: a global systematic review and meta-analysis. J. Glob. Health 11:4009. doi: 10.7189/jogh.11.04009

Crossref Full Text | Google Scholar

Sunil Kumar, T., and Kanhangad, V. (2017). Detection of electrocardiographic changes in partial epileptic patients using local binary pattern based composite feature. Australas. Phys. Eng. Sci. Med. 41, 209–216. doi: 10.1007/s13246-017-0605-8

PubMed Abstract | Crossref Full Text | Google Scholar

TaghiBeyglou, A., Shahbazi, F., Bagheri, S., Akbarian,, and Jahed, M. (2022). Detection of ADHD cases using CNN and classical classifiers of raw EEG. Comput. Methods Programs Biomed. Update 2:100080. doi: 10.1016/j.cmpbup.2022.100080

Crossref Full Text | Google Scholar

Tor, H. T., Ooi, C. P., Lim-Ashworth, N. S. J., Wei, J. K. E., Jahmunah, V., Oh, S. L., et al. (2021). Automated detection of conduct disorder and attention deficit hyperactivity disorder using decomposition and nonlinear techniques with EEG signals. Comput. Methods Prog. Biomed. 200:105941. doi: 10.1016/j.cmpb.2021.105941

PubMed Abstract | Crossref Full Text | Google Scholar

Xu, G., Strathearn, L., Liu, B., Yang, B., and Bao, W. (2018). Twenty-year trends in diagnosed attention-deficit/hyperactivity disorder among US children and adolescents, 1997-2016. JAMA Netw. Open 1:e181471. doi: 10.1001/jamanetworkopen.2018.1471

PubMed Abstract | Crossref Full Text | Google Scholar

Yang, J., Guo, Q., Li, W., Wang, S., and Zou, L. (2016). Classification of children with attention-deficit/hyperactivity disorder and typically developing children based on electroencephalogram principal component analysis and k-nearest neighbor. Sheng Wu Yi Xue Gong Cheng Xue Za Zhi 33, 232–238. Accessed: Jan. 12, 2024. [Online]. Available at: https://pubmed.ncbi.nlm.nih.gov/29708321/

Google Scholar

Zhou, X., Lin, Q., Gui, Y., Wang, Z., Liu, M., and Lu, H. (2021). Multimodal MR images-based diagnosis of early adolescent attention-deficit/hyperactivity disorder using multiple kernel learning. Front. Neurosci. 15:133. doi: 10.3389/fnins.2021.710133

PubMed Abstract | Crossref Full Text | Google Scholar

Keywords: attention deficit/hyperactivity disorder, Gabor filter, EEG classification, ADHD, morphological

Citation: Sathiya E, Rao TD and Kumar TS (2024) Gabor filter-based statistical features for ADHD detection. Front. Hum. Neurosci. 18:1369862. doi: 10.3389/fnhum.2024.1369862

Received: 13 January 2024; Accepted: 25 March 2024;
Published: 10 April 2024.

Edited by:

Jiahui Pan, South China Normal University, China

Reviewed by:

Durga Prasad Bavirisetti, NTNU, Norway
Md. Kafiul Islam, Independent University, Bangladesh, Bangladesh

Copyright © 2024 Sathiya, Rao and Kumar. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: T. D. Rao, tharasidilleswar.rao@vit.ac.in

Download