
Citation: Herbert F. Jelinek, Jemal H. Abawajy, David J. Cornforth, Adam Kowalczyk, Michael Negnevitsky, Morshed U. Chowdhury, Robert Krones, Andrei V. Kelarev. Multi-layer Attribute Selection and Classification Algorithm for the Diagnosis of Cardiac Autonomic Neuropathy Based on HRV Attributes[J]. AIMS Medical Science, 2015, 2(4): 396-409. doi: 10.3934/medsci.2015.4.396
[1] | Herbert F. Jelinek, Andrei V. Kelarev . A Survey of Data Mining Methods for Automated Diagnosis of Cardiac Autonomic Neuropathy Progression. AIMS Medical Science, 2016, 3(2): 217-233. doi: 10.3934/medsci.2016.2.217 |
[2] | Herbert F. Jelinek, Jemal H. Abawajy, Andrei V. Kelarev, Morshed U. Chowdhury, Andrew Stranieri . Decision trees and multi-level ensemble classifiers for neurological diagnostics. AIMS Medical Science, 2014, 1(1): 1-12. doi: 10.3934/medsci.2014.1.1 |
[3] | Abdulah Saeed, Alhanouf AlQahtani, Abdullah AlShafea, Abdrahman Bin Saeed, Meteb Albraik . The impact of telemedicine on cardiac patient outcomes: A study in Saudi Arabian hospitals. AIMS Medical Science, 2024, 11(4): 439-451. doi: 10.3934/medsci.2024030 |
[4] | Fatemeh keshavarzi, Mohsen Askarishahi, Maryam Gholamniya Foumani, Hossein Falahzadeh . Parametric and the Cox risk model in the analysis of factors affecting the time of diagnosis of retinopathy with patients type 2 diabetes. AIMS Medical Science, 2019, 6(2): 170-178. doi: 10.3934/medsci.2019.2.170 |
[5] | Andrei V. Kelarev, Xun Yi, Hui Cui, Leanne Rylands, Herbert F. Jelinek . A survey of state-of-the-art methods for securing medical databases. AIMS Medical Science, 2018, 5(1): 1-22. doi: 10.3934/medsci.2018.1.1 |
[6] | Turki M. Bin Mahfoz, Ahmad K. Alnemare . Optic neuropathy related to Onodi cell mucocele: a systematic review and meta-analysis of randomized controlled trials. AIMS Medical Science, 2021, 8(3): 203-223. doi: 10.3934/medsci.2021018 |
[7] | Mujeeb Ur Rehman Parrey, Hanaa El-Sayed Bayomy, Fawaz Salah M Alanazi, Asseel Farhan K Alanazi, Abdullah Hamoud M Alanazi, Abdulelah Raka A Alanazi . Diabetic retinopathy: knowledge, attitudes, and practices among diabetic patients. AIMS Medical Science, 2025, 12(2): 210-222. doi: 10.3934/medsci.2025013 |
[8] | Norhayati Mohd Zainee, Kalaivani Chellappan, Joseph Vehi, Petrick Periyasamy . The vital sign and haematological profile of adult dengue fever: a retrospective study. AIMS Medical Science, 2021, 8(1): 56-69. doi: 10.3934/medsci.2021007 |
[9] | Wenyang Liu, Dan Ruan . Segmentation of Left Ventricle with a Coupled Length Regularization and Sparse Composite Shape Prior: a Variational Approach. AIMS Medical Science, 2015, 2(4): 295-302. doi: 10.3934/medsci.2015.4.295 |
[10] | Ola Shawky, Maha Alkhaldi, Deema Yousef, Adnan Alhindi, Teef Alosaimi, Amjad Jawhari, Aliah Aladwani . Incidence of first-time stroke in Taif, Saudi Arabia. AIMS Medical Science, 2022, 9(2): 293-303. doi: 10.3934/medsci.2022012 |
Waste issue is a global concern and is on the rise due to the growth of urban areas and population, with predictions showing a potential increase of 70% by 2050 if no measures are taken to address it [1]. To effectively manage waste, various techniques are utilized including source reduction and waste minimization [2], recycling [3], waste-to-energy [4], landfill management [5] and education and awareness [6]. With the increasing complexity of waste composition and the absence of a standardized waste classification system make waste identification challenging, resulting in disparities in waste generation and management practices across different regions [7,8]. Comprehending household solid waste management practices is essential for the progress of integrated solid waste management [9]. Identifying waste plays a pivotal role in the waste management process as it enables facilities to manage, recycle and diminish waste suitably while ensuring compliance with regulations and monitoring their advancement over time.
Various studies and approaches that utilize deep learning models for efficient waste sorting and management which can contribute to a more sustainable environment has been done. Models such as RWNet [10], Garbage Classification Net [11], Faster Region-Based Convolutional Neural Network [12] and ConvoWaste [13] were proposed and evaluated for their high accuracy and precision rates in waste classification. These studies also highlight the importance of accurate waste disposal in fighting climate change and reducing greenhouse gas emissions. However, the model used may necessitate particular hardware or may have limitations confined to a paper. Some studies also incorporate IoT [14] and waste grid segmentation mechanisms [15] to classify and segregate waste items in real time.
By integrating machine learning models with mobile devices, waste management efforts can be made more precise, efficient and effective. One of the research uses an app that utilizes optimized deep learning techniques to instantly classify waste into trash, recycling and compost with an accuracy of 0.881 on the test set [16]. While it shows the potentiality the benchmarking with other state of art model is still needed and is limited in classifying waste into three types. In response, we introduce MWaste a mobile app that utilizes computer vision and deep learning techniques to classify waste materials into trash, plastic, paper, metal, glass or cardboard types. The app provides users with suggestions on how to manage waste in a more straightforward and fun way.
The app is tested on various neural network architectures and real-world images, achieving highest precision of 92% on the test set. This app can function with or without an internet connection and rewards users by mapping the carbon footprint of the waste they managed. The app's potential to facilitate efficient waste processing and minimize greenhouse gas emissions that arise from improper waste disposal can help combat climate change. Additionally, the app can furnish valuable data for tracking the waste managed and preserved carbon footprints. The rest of this paper is structured as follows: Methods section explains the MWaste system architecture. The Training section covers the training process and the Evaluation section explains experimental evaluations. Lastly, the Conclusion section summarizes research findings.
Classifying waste using machine learning is a challenging task since determining the recyclability or compostability of waste based on images is difficult due to the properties of the material being hard to detect from images. Besides, waste can take on various shapes and forms which requires machine learning techniques to handle such variability and the recyclability of waste depends on the local recycling center's capabilities which the app must consider. Taking those considerations into account, the app is designed in such a way that feedbacks are collected from users and can operate smoothly with or without an internet connection. The waste image is obtained from the gallery or camera and is passed through the waste classification model which is trained to categorize the waste. The classification model is the result of training a specific CNN model on a dataset of labeled images. Several state of the art convolutional neural network methods are tested in this research which included Inception V3 [17], MobileNet V2 [18], Inception Resnet V2 [19], Resnet 50 [20], Mobile Net [21] and Xception [22]. The model is then converted into TensorFlow Lite model as they are highly optimized, efficient and versatile making them ideal for running real-time predictions on mobile. The workflow of MWaste app is shown in Figure 1.
Once identified, the model calculates the carbon emissions associated with the material and provides waste management recommendations. For misclassification, users can submit the waste image for further analysis. Managing waste earns reward points and the amount of carbon footprint saved is also tracked. An internet connection is required to submit wrongly predicted waste images and sync accumulated points.
This section describes the training procedure and parameter settings used in this research.
For this research publicly available trashnet dataset [23] is utilized, consisting of 2527 images across six classes. Glass, paper, cardboard, plastic, metal and trash. These images were captured using Apple iPhone 7 Plus, Apple iPhone 5S and Apple iPhone SE with the objects placed on a white posterboard in sunlight or room lighting. The distribution of data based on their label counts is shown in Figure 2. The dataset consists of 501 images of glasses, 410 images of metals, 403 images of cardboard, 482 images of plastic and 137 images of trash. The annotations for the dataset were performed by experts.
To accommodate the variations in orientations of recycled material and expand the dataset size several data augmentation techniques were employed. These included random rotation, brightness adjustment, translation, scaling and shearing. Furthermore, mean subtraction and normalization were applied to the images. Example of sample images from the dataset are shown in Figure 3. For robustness 70% of the images were used for training, 13% for testing and 17% for validation.
The gathered dataset is processed through different models while keeping all parameters constant. Subsequently, the outcomes are attentively analyzed. Categorical cross-entropy is employed to gauge the loss as it is suitable for multiclass problems [24]. Meanwhile, accuracy serves as a metric and Adam is the optimizer of choice given that it applies momentum and adaptive gradient for computing adaptive learning rates for each parameter [25].
Global average pooling is added to create one feature map per category in the final convolutional layer for the classification task [26]. Three dense layers are then employed to learn complex functions and improve the accuracy of classification. To avoid overfitting, dropout is added as a regularization technique [27]. Softmax is used as an activation function to convert the output values into probabilities [28].
In this section, different evaluation metrics are discussed and the results are compared based on them.
The evaluation measures can be used to explain the performance of various models. The study employs the Accuracy Score and F1 Score as evaluation metrics.
Classification accuracy is defined as the percentage of accurate predictions out of the total number of samples analyzed. To calculate accuracy in classification, the number of correct predictions is divided by the total number of predictions and the resulting fraction is expressed as a percentage by multiplying it by 100 [29]. The formula for the accuracy score is as follows (Eq 1).
$ $
|
(1) |
When attempting to compare two models with contrasting levels of accuracy and recall such as one with poor precision but strong recall, it can be challenging. Improving accuracy may have an adverse effect on recall and vice versa which can result in confusion [30]. Hence, the F1-score is utilized as a means of comparing the two sets and serves as a valuable metric for evaluating both recall and precision simultaneously.
The F1-score is employed when dealing with imbalanced class data situations [31]. As most real-world classification problems involve uneven case distributions, the F1-score is a more suitable metric for evaluating the model compared to accuracy (Eq 2).
$ $
|
(2) |
Models are evaluated with same settings and their outputs are measured using evaluation metrics: accuracy score, and f1-score. After comparing the models as shown in Table 1, it can be seen that InceptionResNetV2 and Xception have higher accuracy but the loss is higher for InceptionResNetV2 and InceptionV3 models. Figure 6 illustrates the classification result of a waste material from the given training set. Accuracy and loss of each model during training along with each iterations is shown in Figure 4.
Methods | MobileNet | Inception V3 | Inception ResNet V2 | ResNet 50 | MobileNet V2 | Xception |
Cardboard | 0.94 | 0.95 | 0.97 | 0.91 | 0.97 | 0.96 |
Glass | 0.85 | 0.86 | 0.90 | 0.86 | 0.78 | 0.91 |
Metal | 0.86 | 0.88 | 0.91 | 0.83 | 0.86 | 0.95 |
Paper | 0.91 | 0.92 | 0.96 | 0.86 | 0.93 | 0.94 |
Plastic | 0.89 | 0.88 | 0.91 | 0.86 | 0.83 | 0.90 |
Trash | 0.52 | 0.68 | 0.68 | 0.41 | 0.32 | 0.67 |
Accuracy | 0.87 | 0.89 | 0.92 | 0.84 | 0.86 | 0.92 |
Models are trained with same settings i.e. using NVIDIA Tesla T4 GPU in Colab and there execution time is noted. The results are shown in Table 2.
Methods | MobileNet | Inception V3 | Inception ResNet V2 | ResNet 50 | MobileNet V2 | Xception |
Parameters | 5855942 | 25478438 | 5855942 | 27263366 | 5855942 | 24537134 |
Time (in seconds) | 1031.14 | 1172.39 | 999.01 | 1230 | 999.10 | 1794.85 |
Based on the above table we can observe that MobileNet, MobileNetV2 and InceptionResNetV2 have same parameters. Among these models InceptionV3 and MobileNetV2 demonstrate shorter training times. However, Xception stands out with a longer training time despite its high parameters. Figure 5 displays the confusion matrix for each model using the given dataset. This matrix indicates the performance, strengths and weaknesses of each model and can also assist in identifying problematic class predictions.
This study presents a mobile application that utilizes deep learning techniques to classify waste in real-time. The performance and cost effectiveness of several state of the art waste classification models are evaluated and the most optimal model is selected. In our case, we found Inception ResNetV2. Afterwards, the model undergoes a minimization process and is integrated into the application, enabling waste categorization into six distinct groups. Plastic, paper, metal, glass, cardboard and trash. The app incorporates gamification strategies such as a leaderboard based on waste management points to motivate users to dispose of waste properly and is made available to public*.
*https://github.com/sumn2u/deep-waste-app
The team plans to improve the accuracy of the classification system, form partnerships with local recycling companies and expand the dataset to raise awareness of environmental impacts and reduce incorrect waste disposal.
The authors declare they have not used Artificial Intelligence (AI) tools in the creation of this article.
My heartfelt appreciation goes out to Gary Thung and Mindy Yang for sharing the TrashNet dataset on Github for public use. This dataset has proven to be an invaluable asset for my research or project on waste management and classification and I am deeply thankful for their hard work in gathering and disseminating this information to a larger audience.
The author declares no conflict of interest in this paper.
[1] | Colagiuri S, Colagiuri R, Ward J (1998) National diabetes strategy and implementation plan. Canberra: Paragon Printers. |
[2] | Pop-Busui R, Evans GW, Gerstein HC, et al. (2010) The ACCORD Study Group. Effects of cardiac autonomic dysfunction on mortality risk in the Action to Control Cardiovascular Risk in Diabetes (ACCORD) Trial. Diab Care 33: 1578-1584. |
[3] | Spallone V, Ziegler D, Freeman R, et al. (2011) Cardiovascular autonomic neuropathy in diabetes: clinical impact, assessment, diagnosis, and management. Diab Metab Res Rev 27: 639-653. |
[4] |
Dimitropoulos G, Tahrani AA, Stevens MJ (2014) Cardiac autonomic neuropathy in patients with diabetes mellitus. World J Diab 5: 17-39. doi: 10.4239/wjd.v5.i1.17
![]() |
[5] |
Vinik AI, Erbas T, Casellini CM (2013) Diabetic cardiac autonomic neuropathy, inflammation and cardiovascular disease. J Diabetes Investig 4: 4-18. doi: 10.1111/jdi.12042
![]() |
[6] |
Task Force of The European Society of Cardiology and The North American Society of Pacing and Electrophysiology (1996) Special report: heart rate variability standards of measurement, physiological interpretation, and clinical use. Circulation 93: 1043-1065. doi: 10.1161/01.CIR.93.5.1043
![]() |
[7] | Jelinek HF, Abawajy JH, Kelarev AV, et al. (2014) Decision trees and multi-level ensemble classifiers for neurological diagnostics. AIMS Med Sci 1: 1-12. |
[8] | Dietrich DF, Schindler C, Schwartz J, et al. (2006) Heart rate variability in an ageing population and its association with lifestyle and cardiovascular risk factors: results of the SAPALDIA study. Europace 8: 521-529. |
[9] | Lake DE, Richman JS, Griffin MP, et al. (2002) Sample entropy analysis of neonatal heart rate variability. Am J Physiol 283: 789-797. |
[10] |
La Rovere MT, Pinna GD, Maestri R, et al. (2003) Short-term heart rate variability strongly predicts sudden cardiac death in chronic heart failure patients. Circulation 107: 565-570. doi: 10.1161/01.CIR.0000047275.25795.17
![]() |
[11] |
Huikuri HV, Linnaluoto MK, Seppänen T, et al. (1992) Circadian rhythm of heart rate variability in survivors of cardiac arrest. Am J Cardiol 70: 610-615. doi: 10.1016/0002-9149(92)90200-I
![]() |
[12] | Cornforth DJ, Tarvainen MP, Jelinek HF (2014) Visualization methods for assisting detection of cardiovascular neuropathy. Engineering in Medicine and Biology Society (EMBC2014) 36th Annual International Conference of the IEEE, 26-30 Aug. 2014, 6675-6678. |
[13] | Tarvainen MP, Cornforth DJ, Jelinek HF (2014) Principal component analysis of heart rate variability data in assessing cardiac autonomic neuropathy. Engineering in Medicine and Biology Society (EMBC2014), 36th Annual International Conference of the IEEE, 26-30 Aug. 2014, 6667-6670. |
[14] | Abawajy J, Kelarev A, Chowdhury M (2013) Multistage approach for clustering and classification of ECG data. Comp Meth Pro Biomed 112: 720-730. |
[15] | Abawajy J, Kelarev A, Chowdhury M, et al. (2013) Predicting cardiac autonomic neuropathy category for diabetic data with missing values, Comp Bio Med 43: 1328-1333. |
[16] |
Stranieri A, Abawajy J, Kelarev A, et al. (2013) An approach for Ewing test selection to support the clinical assessment of cardiac autonomic neuropathy. Art Intel Med 58: 185-193. doi: 10.1016/j.artmed.2013.04.007
![]() |
[17] | Jelinek HF, Yatsko A, Stranieri A, et al. (2015) Diagnostic with incomplete nominal/discrete data. Art Intel Med 4: 22-35. |
[18] | Cornforth D, Jelinek HF (2007) Automated classification reveals morphological factors associated with dementia, App Soft Compu 8: 182-190. |
[19] | Ewing DJ, Campbell JW, Clarke BF (1980) The natural history of diabetic autonomic neuropathy. Q J Med 49: 95-100. |
[20] |
Ewing DJ, Martyn CN, Young RJ, et al. (1985) The value of cardiovascular autonomic functions tests: 10 years experience in diabetes. Diab Care 8: 491-498. doi: 10.2337/diacare.8.5.491
![]() |
[21] |
Khandoker AH, Jelinek HF, Palaniswami M (2009) Identifying diabetic patients with cardiac autonomic neuropathy by heart rate complexity analysis. BioMed Engine Online 8: 1-12. doi: 10.1186/1475-925X-8-1
![]() |
[22] | Thayer JF, Yamamoto SS, Brosschot JF (2010) The relationship of autonomic imbalance, heart rate variability and cardiovascular disease risk factors, Int J Cardiol 141: 122-131. |
[23] |
Karmakar CK, Khandoker AH, Jelinek HF, et al. (2013) Risk stratification of cardiac autonomic neuropathy based on multi-lag Tone-Entropy. Med Bio Engine Comp 51: 537-546. doi: 10.1007/s11517-012-1022-5
![]() |
[24] | Tan CO (2013) Heart rate variability: are there complex patterns? Front Physiol 4: 1-3. |
[25] | Imam MH, Karmakar C, Khandoker AH, et al. (2014) Analysing cardiac autonomic neuropathy in diabetes using electrocardiogram derived systolic-diastolic interval interactions. Compu Cardiol 41: 85-88. |
[26] |
Spallone V, Menzinger G (1997) Diagnosis of cardiovascular autonomic neuropathy in diabetes. Diabetes 46: 67-76. doi: 10.2337/diab.46.2.S67
![]() |
[27] | Jelinek HF, Pham P, Struzik ZR, et al. (2007) Short term ECG recording for the identification of cardiac autonomic neuropathy in people with diabetes mellitus. Proceedings of the 19th International Conference on Noise and Fluctuations, Tokyo, Japan, pp. 683-686. |
[28] | Khandoker AH, Weiss DN, Skinner JE, et al. (2011) PD2i heart rate complexity measure can detect cardiac autonomic neuropathy: an alternative test to Ewing battery. Compu Cardiol 38: 525-528. |
[29] | TFESC/NASPE (1996) Heart rate variability. Standards of measurement, physiological interpretation, and clinical use. Task Force of the European Society of Cardiology and the North American Society of Pacing and Electrophysiology. Euro Heart J 17: 354-381. |
[30] |
Goldberger AL, Amaral LAN, Hausdorff JM, et al. (2002) Fractal dynamics in physiology: Alterations with disease and aging. Pro Nat Aca Sci USA 99: 2466-2472. doi: 10.1073/pnas.012579499
![]() |
[31] |
Peng CK, Havlin S, Stanley HE, et al. (1995) Quantification of scaling exponents and crossover phenomena in nonstationary heartbeat time series. Chaos 5: 82-87. doi: 10.1063/1.166141
![]() |
[32] | Ho YL, Lin C, Lin YH, et al. (2011). The prognostic value of non-linear analysis of heart rate variability in patients with congestive heart failure—a pilot study of multiscale entropy. PLoS ONE 6: 1-6. |
[33] | Sturmberg JP, Bennett JM, Picard M, et al. (2015) The trajectory of life. Decreasing physiological network complexity through changing fractal patterns. Front Physiol 6: 1-11. |
[34] |
Oida ET, Moritani KT, Yamori Y (1999) Diabetic alteration of cardiac vago-sympathetic modulation assessed with tone-entropy analysis. Acta Physiol Scandi 165: 129-135. doi: 10.1046/j.1365-201x.1999.00494.x
![]() |
[35] |
Lake DE, Moorman JR (2011) Accurate estimation of entropy in very short physiological time series: the problem of atrial fibrillation detection in implanted ventricular devices. Am J Physiol Heart Cicul Physiol 300: H319-325. doi: 10.1152/ajpheart.00561.2010
![]() |
[36] | Jelinek HF, Khandoker A, Palaniswami M, et al. (2010) Tone-entropy analysis as a cardiac risk stratification tool. Compu Cardiol 37: 955-958. |
[37] | Quinlan R (1993) C4.5: Programs for Machine Learning. San Mateo, CA: Morgan Kaufmann Publishers. |
[38] |
Breiman L (2001) Random Forests. Machine Learning 45:5-32. doi: 10.1023/A:1010933404324
![]() |
[39] | Williams G (2011) Data mining with Rattle and R: the art of excavating data for knowledge discovery (use R!). New York, Dordrecht, Heidelberg, London: Springer. |
[40] | Platt J (1998) Fast training of support vector machines using sequential minimal optimization. In: Schoelkopf B, Burges C, Smola A, editors, Advances in Kernel Methods—Support Vector Learning 41-64. |
[41] | Witten H, Frank E, Hall MA (2011) Data mining: practical machine learning tools and techniques with java implementations. 3ed, New York, Sydney: Morgan Kaufmann, 2011. |
[42] | Bouckaert, RR, Frank E, Hall M, et al. WEKA manual for version 3-7-13, http://www.cs.waikato.ac.nz/ml/weka/, viewed 15 July 2015. |
[43] | Hall M, Frank E, Holmes G, et al. (2009) The WEKA data mining software: an update. SIGKDD Explor 11: 10-18. |
[44] | Negnevitsky M (2011) Artificial intelligence: a guide to intelligent systems. 3rd eds., New York: Addison Wesley. |
[45] | Williams GJ (2009) Rattle: a data mining GUI for R, The R J 1: 45-55. |
[46] |
Kohavi R, John GH (1997) Wrappers for feature subset selection. Art Intell 97:273-324. doi: 10.1016/S0004-3702(97)00043-X
![]() |
[47] | Goldberg DE (1989) Genetic algorithms in search, optimization and machine learning. New York: Addison-Wesley. |
[48] | Cornforth DJ, Jelinek HF, Teich MC, et al. (2004) Wrapper subset evaluation facilitates the automated detection of diabetes from heart rate variability measures. Proceedings of the International Conference on Computational Intelligence for Modelling Control and Automation (CIMCA'2004), University of Canberra, Australia, pp. 446-455. |
[49] | Moraglio A, Di Chio C, Poli R (2007) Geometric Particle Swarm Optimisation. Proceedings of the 10th European Conference on Genetic Programming, Berlin, Heidelberg, 125-136. |
[50] | Demsar J (2006) Statistical comparisons of classifiers over multiple data sets. J Machine Learning Res 7: 1-30. |
[51] |
Dietterich TG (1998) Approximate statistical tests for comparing supervised classification learning algorithms. Neural Compu 10: 1895-1924. doi: 10.1162/089976698300017197
![]() |
[52] | Cornforth D, Tarvainen M, Jelinek HF (2014) How to calculate Rényi entropy from Heart Rate Variability, and why it matters for detecting cardiac autonomic neuropathy. Front Bioeng Biotecho 2: 1-7. |
[53] |
Ziegler DA, Rathmann VW, Strom A, et al. (2015) Increased prevalence of cardiac autonomic dysfunction at different degrees of glucose intolerance in the general population: the KORA S4 survey. Diabetologia 58:1118-1128. doi: 10.1007/s00125-015-3534-7
![]() |
1. | Herbert F. Jelinek, Andrei V. Kelarev, A Survey of Data Mining Methods for Automated Diagnosis of Cardiac Autonomic Neuropathy Progression, 2016, 3, 2375-1576, 217, 10.3934/medsci.2016.2.217 | |
2. | Andrei V. Kelarev, Willy Susilo, Mirka Miller, Joe Ryan, Ideals of Largest Weight in Constructions Based on Directed Graphs, 2016, 15, 2278-9634, 8, 10.18052/www.scipress.com/BMSA.15.8 | |
3. | Herbert F. Jelinek, Marc T. P. Adam, Robert Krones, David J. Cornforth, Diagnostic Accuracy of Random ECG in Primary Care for Early, Asymptomatic Cardiac Autonomic Neuropathy, 2017, 11, 1932-2968, 1165, 10.1177/1932296817703670 | |
4. | K.H. Boon, M. Khalil-Hani, MB Malarvili, Paroxysmal atrial fibrillation prediction based on HRV analysis and non-dominated sorting genetic algorithm III, 2018, 153, 01692607, 171, 10.1016/j.cmpb.2017.10.012 | |
5. | Andrei V. Kelarev, Xun Yi, Hui Cui, Leanne Rylands, Herbert F. Jelinek, A survey of state-of-the-art methods for securing medical databases, 2018, 5, 2375-1576, 1, 10.3934/medsci.2018.1.1 | |
6. | Ahmad Shaker Abdalrada, Jemal Abawajy, Tahsien Al-Quraishi, Sheikh Mohammed Shariful Islam, Prediction of cardiac autonomic neuropathy using a machine learning model in patients with diabetes, 2022, 13, 2042-0188, 204201882210866, 10.1177/20420188221086693 | |
7. | Zahra Solatidehkordi, Salam Dhou, 2022, Detecting Diabetic Autonomic Neuropathy from Electronic Health Records Using Machine Learning, 978-1-6654-8016-1, 205, 10.1109/HealthCom54947.2022.9982752 | |
8. | Mayura Nagar, Pooja Raundale, Ahsan Khandoker, Herbert Jelinek, 2022, A Systematic Literature Review: Role of AI Algorithms for Automated Diagnosis of Diabetic Cardiac Autonomic Neuropathy [DCAN], 978-93-80544-44-1, 669, 10.23919/INDIACom54597.2022.9763159 | |
9. | Sharanya Senthamil Selvan, Sridhar P. Arjunan, Ramakrishnan Swaminathan, Dinesh Kant Kumar, Complexity Analysis in the PR, QT, RR and ST Segments of ECG for Early Assessment of Severity in Cardiac Autonomic Neuropathy, 2022, 12, 2076-3417, 5746, 10.3390/app12115746 | |
10. | Jeremy Man Ho Hui, Yan Hiu Athena Lee, Gary Tse, Tong Liu, Kamalan Jeevaratnam, Haipeng Liu, 2024, 9780323956864, 319, 10.1016/B978-0-323-95686-4.00023-X | |
11. | Moustafa Abdelwanis, Karim Moawad, Shahmir Mohammed, Ammar Hummieda, Shayaan Syed, Maher Maalouf, Herbert F. Jelinek, Sequential classification approach for enhancing the assessment of cardiac autonomic neuropathy, 2025, 190, 00104825, 109999, 10.1016/j.compbiomed.2025.109999 |
Methods | MobileNet | Inception V3 | Inception ResNet V2 | ResNet 50 | MobileNet V2 | Xception |
Cardboard | 0.94 | 0.95 | 0.97 | 0.91 | 0.97 | 0.96 |
Glass | 0.85 | 0.86 | 0.90 | 0.86 | 0.78 | 0.91 |
Metal | 0.86 | 0.88 | 0.91 | 0.83 | 0.86 | 0.95 |
Paper | 0.91 | 0.92 | 0.96 | 0.86 | 0.93 | 0.94 |
Plastic | 0.89 | 0.88 | 0.91 | 0.86 | 0.83 | 0.90 |
Trash | 0.52 | 0.68 | 0.68 | 0.41 | 0.32 | 0.67 |
Accuracy | 0.87 | 0.89 | 0.92 | 0.84 | 0.86 | 0.92 |
Methods | MobileNet | Inception V3 | Inception ResNet V2 | ResNet 50 | MobileNet V2 | Xception |
Parameters | 5855942 | 25478438 | 5855942 | 27263366 | 5855942 | 24537134 |
Time (in seconds) | 1031.14 | 1172.39 | 999.01 | 1230 | 999.10 | 1794.85 |
Methods | MobileNet | Inception V3 | Inception ResNet V2 | ResNet 50 | MobileNet V2 | Xception |
Cardboard | 0.94 | 0.95 | 0.97 | 0.91 | 0.97 | 0.96 |
Glass | 0.85 | 0.86 | 0.90 | 0.86 | 0.78 | 0.91 |
Metal | 0.86 | 0.88 | 0.91 | 0.83 | 0.86 | 0.95 |
Paper | 0.91 | 0.92 | 0.96 | 0.86 | 0.93 | 0.94 |
Plastic | 0.89 | 0.88 | 0.91 | 0.86 | 0.83 | 0.90 |
Trash | 0.52 | 0.68 | 0.68 | 0.41 | 0.32 | 0.67 |
Accuracy | 0.87 | 0.89 | 0.92 | 0.84 | 0.86 | 0.92 |
Methods | MobileNet | Inception V3 | Inception ResNet V2 | ResNet 50 | MobileNet V2 | Xception |
Parameters | 5855942 | 25478438 | 5855942 | 27263366 | 5855942 | 24537134 |
Time (in seconds) | 1031.14 | 1172.39 | 999.01 | 1230 | 999.10 | 1794.85 |