Submitted:
02 July 2024
Posted:
03 July 2024
You are already at the latest version
Abstract
Keywords:
1. Introduction
- Desk-based driving simulators are simplified driving simulators that do not involve physical motion or elaborate setups. These types of simulators are used for training and educational purposes and focus more on cognitive aspects rather than physical feedback.
- Traditional driving simulators that typically include a physical setup resembling a car cockpit. They feature components such as monitors (for visual feedback), a steering wheel, pedals (accelerator, brake, and clutch), and sometimes a gear shifter. Users interact with the simulated environment through these physical controls that mimic real-world driving inputs. Traditional simulators are commonly used for driver training, entertainment, and basic skill development, as well as for research.
- Virtual Reality (VR)-based simulators that immerse users in a virtual environment using headsets or goggles. In this case, instead of physical controls, users manipulate the virtual world using gestures, head movements, and handheld controllers. VR-based simulators allow users to explore different scenarios and environments without needing a physical cockpit. These types of simulators are usually used for entertainment purposes.
2. Related Work
3. Materials and Methods
3.1. Dataset Description
3.2. Data Processing
3.3. Data Similarities
- Pearson’s correlation coefficient,
- cross-correlation coefficient,
- maximum magnitude-square coherence,
- euclidean distance,
- and are individual data points,
- and are the means of X and Y, respectively,
- ∑ denotes the summation over all data points [63].
| Channel | Minimum | Maximum | Average |
|---|---|---|---|
| EOG_L | -0.9888 | 0.9637 | 0.0000 |
| EOG_R | -0.9757 | 0.9784 | 0.0000 |
| EOG_H | -0.9737 | 0.9629 | 0.0000 |
| EOG_V | -0.9748 | 0.9758 | 0.0000 |
| Average | -0.8504 | 0.8705 | 0.0000 |
- r close to 1 indicates strong positive linear relationship. As one variable increases, the other variable tends to increase.
- r close to -1 indicates a strong negative linear relationship. As one variable increases, the other variable tends to decrease.
- r close to 0 indicates a weak or no linear relationship. Changes in one variable do not predict changes in the other variable.
- is the cross-correlation function,
- and are the input signals,
| Channel | Minimum | Maximum | Average |
|---|---|---|---|
| EOG_L | 0.2109 | 0.9959 | 0.8111 |
| EOG_R | 0.2307 | 0.9995 | 0.8088 |
| EOG_H | 0.2281 | 0.9981 | 0.8032 |
| EOG_V | 0.2800 | 0.9994 | 0.8115 |
| Average | 0.5215 | 0.9716 | 0.8087 |
- strong correlation: 0.7≤|r|≤1,
- moderate correlation: 0.4≤|r|<0.7,
- weak correlation: 0.1≤|r|<0.4,
- no correlation: |r|<0.1.
| Channel | r<0.4 | 0.4≤r<0.7 | r≥0.7 |
|---|---|---|---|
| EOG_L | 0.0086% | 7.6939% | 92.2934% |
| EOG_R | 0.0052% | 8.4710% | 91.5237% |
| EOG_H | 0.0074% | 8.9419% | 91.0506% |
| EOG_V | 0.0044% | 6.8368% | 93.1587% |
| Average | 0.0000% | 0.8886% | 99.1073% |
| Channel | Minimum | Maximum | Average |
|---|---|---|---|
| EOG_L | 0.0055 | 0.9999 | 0.8368 |
| EOG_R | 0.0048 | 0.9999 | 0.8354 |
| EOG_H | 0.1272 | 0.9994 | 0.8314 |
| EOG_V | 0.1332 | 0.9999 | 0.8379 |
| Average | 0.3549 | 0.9933 | 0.8354 |
| Channel | C<0.4 | 0.4≤C<0.7 | C≥0.7 |
|---|---|---|---|
| EOG_L | 0.3161% | 11.6373% | 88.0426% |
| EOG_R | 0.3014% | 11.6509% | 88.0476% |
| EOG_H | 0.1611% | 12.1719% | 87.6668% |
| EOG_V | 0.1346% | 11.1321% | 88.7332% |
| Average | 0.0001% | 5.8344% | 94.1614% |
- and are the i-th samples of the signals and , respectively,
- n is the number of samples in each signal.
| Channel | Minimum | Maximum | Average |
|---|---|---|---|
| EOG_L | 0.4622 | 13.3734 | 5.6198 |
| EOG_R | 0.4777 | 12.8738 | 5.5314 |
| EOG_H | 0.7980 | 12.7638 | 5.2635 |
| EOG_V | 0.5217 | 13.5402 | 5.4781 |
| Average | 1.6050 | 12.4880 | 5.4732 |
| Channel | d<4 | 4≤d<8 | 8≤d<12 | d>12 |
|---|---|---|---|---|
| EOG_L | 4.5726% | 90.9342% | 4.4866% | 0.0063% |
| EOG_R | 5.0649% | 91.4666% | 3.4644% | 0.0039% |
| EOG_H | 6.7816% | 92.2690% | 0.9487% | 0.0004% |
| EOG_V | 5.3111% | 91.4697% | 3.2150% | 0.0040% |
| Average | 1.2409% | 97.4667% | 1.2922% | 3.5869% |
3.4. Classification
- Sequence Input Layer with 4 features (channels), normalized using z-score normalization,
- Bidirectional Long Short-Term Memory Layer with 100 units, in both forward and backward directions, capturing information from the past and future, configured to output the entire sequence,
- Dropout Layer randomly sets a half of input units to zero at each update during training time, which helps prevent overfitting.
- Bidirectional Long Short-Term Memory Layer with 50 units configured to output the entire sequence,
- Dropout Layer,
- Bidirectional Long Short-Term Memory Layer with 10 units, configured to output the last time step’s hidden state,
- Dropout Layer,
- Fully Connected Layer with 2 neurons for classification,
- Softmax Layer for probability distribution calculation,
- Classification Layer for labeling using class weights to address class imbalance.
- N is the total number of samples in the dataset,
- is the number of samples in class i,
- C is the total number of classes.
- Optimization algorithm: Adam,
- Mini-batch size: 1000,
-
Learning rate:
- -
- Initial learning rate: 0.001,
- -
- Drop period: 5 epochs,
- -
- Drop factor: 0.5,
- -
- Schedule: Piecewise,
- Data shuffling: Every epoch,
- Sequence length: 200,
- Number of epochs: 20.
4. Results
5. Discussion
6. Conclusions
Supplementary Materials
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
Appendix A. Learning Process





References
- Yu, K.; Beam, A.; Kohane, I. Artificial Intelligence in Healthcare. Artificial Intelligence and Machine Learning for Business for Non-Engineers 2019. [CrossRef]
- Ravì, D.; Wong, C.; Deligianni, F.; Berthelot, M.; Andreu-Perez, J.; Lo, B.P.L.; Yang, G.Z. Deep Learning for Health Informatics. IEEE Journal of Biomedical and Health Informatics 2017, 21, 4–21. [Google Scholar] [CrossRef] [PubMed]
- Mishra, V.; Ugemuge, S.; Tiwade, Y. Artificial intelligence changing the future of healthcare diagnostics. Journal of Cellular Biotechnology 2023. [Google Scholar] [CrossRef]
- Mateos-García, N.; Gil-González, A.; Luis-Reboredo, A.; Pérez-Lancho, B. Driver Stress Detection from Physiological Signals by Virtual Reality Simulator. Electronics 2023. [Google Scholar] [CrossRef]
- Javaid, M.; Haleem, A.; Singh, R.P.; Suman, R.; Gonzalez, E.S. Understanding the adoption of Industry 4.0 technologies in improving environmental sustainability. Sustainable Operations and Computers 2022, 3, 203–217. [Google Scholar] [CrossRef]
- Hasan, M.A.; Mishuk, M.N. MEMS IMU Based Pedestrian Indoor Navigation for Smart Glass. Wireless Personal Communications 2018, 101, 287–303. [Google Scholar] [CrossRef]
- Uema, Y.; Inoue, K. JINS MEME algorithm for estimation and tracking of concentration of users. Proceedings of the 2017 ACM International Joint Conference on Pervasive and Ubiquitous Computing and Proceedings of the 2017 ACM International Symposium on Wearable Computers; ACM: Maui Hawaii, 2017; pp. 297–300. [Google Scholar] [CrossRef]
- Irshad, M.T.; Nisar, M.A.; Huang, X.; Hartz, J.; Flak, O.; Li, F.; Gouverneur, P.; Piet, A.; Oltmanns, K.M.; Grzegorzek, M. SenseHunger: Machine Learning Approach to Hunger Detection Using Wearable Sensors. Sensors 2022, 22, 7711. [Google Scholar] [CrossRef] [PubMed]
- Ogawa, T.; Takahashi, M.; Kawashima, R. Human Cognitive Control Mode Estimation Using JINS MEME. IFAC-PapersOnLine 2016, 49, 331–336. [Google Scholar] [CrossRef]
- Diaz-Romero, D.J.; Rincon, A.M.R.; Miguel-Cruz, A.; Yee, N.; Stroulia, E. Recognizing Emotional States With Wearables While Playing a Serious Game. IEEE Transactions on Instrumentation and Measurement 2021, 70, 1–12. [Google Scholar] [CrossRef]
- Piaseczna, N.; Duraj, K.; Doniec, R.; Tkacz, E. Evaluation of Intoxication Level with EOG Analysis and Machine Learning: A Study on Driving Simulator*. 2023 45th Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), 2023, pp. 1–4. [CrossRef]
- Doniec, R.; Konior, J.; Sieciński, S.; Piet, A.; Irshad, M.T.; Piaseczna, N.; Hasan, M.A.; Li, F.; Nisar, M.A.; Grzegorzek, M. Sensor-Based Classification of Primary and Secondary Car Driver Activities Using Convolutional Neural Networks. Sensors 2023, 23. [Google Scholar] [CrossRef] [PubMed]
- De Winter, J.C.; De Groot, S.; Mulder, M.; Wieringa, P.A.; Dankelman, J.; Mulder, J.A. Relationships between driving simulator performance and driving test results. Ergonomics 2009, 52, 137–153. [Google Scholar] [CrossRef]
- Classen, S.; Brooks, J. Driving Simulators for Occupational Therapy Screening, Assessment, and Intervention. Occupational Therapy In Health Care 2014, 28, 154–162. [Google Scholar] [CrossRef] [PubMed]
- Wynne, R.A.; Beanland, V.; Salmon, P.M. Systematic review of driving simulator validation studies. Safety Science 2019, 117, 138–151. [Google Scholar] [CrossRef]
- Malone, S.; Brünken, R. Hazard Perception, Presence, and Simulation Sickness—A Comparison of Desktop and Head-Mounted Display for Driving Simulation. Frontiers in Psychology 2021, 12, 647723. [Google Scholar] [CrossRef]
- LaViola, J.J. A discussion of cybersickness in virtual environments. ACM SIGCHI Bulletin 2000, 32, 47–56. [Google Scholar] [CrossRef]
- Lawson, B.D.; Stanney, K.M. Editorial: Cybersickness in Virtual Reality and Augmented Reality. Frontiers in Virtual Reality 2021, 2, 759682. [Google Scholar] [CrossRef]
- JINS MEME. JINS MEME glasses specifications. https://jins-meme.github.io/apdoc/en/, accessed on 7 May 2024.
- Yuan, L.; Shen, H.; Shi, L.; Cheng, N.; Jiang, H. An Explainable Fake News Analysis Method with Stance Information. Electronics 2023. [Google Scholar] [CrossRef]
- Iqbal, A.; Shahzad, K.; Khan, S.A.; Chaudhry, M.S. The relationship of artificial intelligence (AI) with fake news detection (FND): a systematic literature review. Global Knowledge, Memory and Communication 2023. [CrossRef]
- Khan, S.; Yairi, T. A review on the application of deep learning in system health management. Mechanical Systems and Signal Processing 2018. [Google Scholar] [CrossRef]
- Musleh, A.S.; Chen, G.; Dong, Z. A Survey on the Detection Algorithms for False Data Injection Attacks in Smart Grids. IEEE Transactions on Smart Grid 2020, 11, 2218–2234. [Google Scholar] [CrossRef]
- Yokkampon, U.; Chumkamon, S.; Mowshowitz, A.; Fujisawa, R.; Hayashi, E. Anomaly Detection Using Support Vector Machines for Time Series Data. J. Robotics Netw. Artif. Life 2021, 8, 41–46. [Google Scholar] [CrossRef]
- Ding, N.; Ma, H.; Zhao, C.; Ma, Y.; Ge, H. Data Anomaly Detection for Internet of Vehicles Based on Traffic Cellular Automata and Driving Style. Sensors (Basel, Switzerland) 2019, 19. [Google Scholar] [CrossRef]
- Muhammad, K.; Ullah, A.; Lloret, J.; Ser, J.; Albuquerque, V. Deep Learning for Safe Autonomous Driving: Current Challenges and Future Directions. IEEE Transactions on Intelligent Transportation Systems 2020, 22, 4316–4336. [Google Scholar] [CrossRef]
- Savakis, A.E.; George, N. Infrared target simulation environment for pattern recognition applications. Infrared Imaging Systems: Design, Analysis, Modeling, and Testing V. International Society for Optics and Photonics, SPIE, 1994, Vol. 2224, pp. 190 – 198. [CrossRef]
- Khan, Y.; Ostfeld, A.; Lochner, C.M.; Pierre, A.; Arias, A. Monitoring of Vital Signs with Flexible and Wearable Medical Devices. Advanced Materials 2016, 28. [Google Scholar] [CrossRef] [PubMed]
- Ha, M.; Lim, S.; Ko, H. Wearable and flexible sensors for user-interactive health-monitoring devices. Journal of materials chemistry. B 2018, 6 24, 4043–4064. [Google Scholar] [CrossRef]
- Ali, F.; El-Sappagh, S.; Islam, S.; Ali, A.; Attique, M.; Imran, M.; Kwak, K. An intelligent healthcare monitoring framework using wearable sensors and social networking data. Future Gener. Comput. Syst. 2021, 114, 23–43. [Google Scholar] [CrossRef]
- Mirjalali, S.; Peng, S.; Fang, Z.; Wang, C.H.; Wu, S. Wearable Sensors for Remote Health Monitoring: Potential Applications for Early Diagnosis of Covid-19. Advanced Materials Technologies 2021, 7. [Google Scholar] [CrossRef] [PubMed]
- Chen, L.W.; Chen, H.M. Driver Behavior Monitoring and Warning With Dangerous Driving Detection Based on the Internet of Vehicles. IEEE Transactions on Intelligent Transportation Systems 2021, 22, 7232–7241. [Google Scholar] [CrossRef]
- Liu, L.; Çagdas Karatas. ; Li, H.; Tan, S.; Gruteser, M.; Yang, J.; Chen, Y.; Martin, R. Toward Detection of Unsafe Driving with Wearables. Proceedings of the 2015 workshop on Wearable Systems and Applications 2015. [Google Scholar] [CrossRef]
- Fahim, M.; Sillitti, A. Anomaly Detection, Analysis and Prediction Techniques in IoT Environment: A Systematic Literature Review. IEEE Access 2019, 7, 81664–81681. [Google Scholar] [CrossRef]
- Erhan, L.; Ndubuaku, M.; Mauro, M.; Song, W.; Chen, M.; Fortino, G.; Bagdasar, O.; Liotta, A. Smart Anomaly Detection in Sensor Systems. ArXiv 2020, abs/2010.14946. [CrossRef]
- Bijlani, N.; Nilforooshan, R.; Kouchaki, S. An Unsupervised Data-Driven Anomaly Detection Approach for Adverse Health Conditions in People Living With Dementia: Cohort Study. JMIR Aging 2022, 5. [Google Scholar] [CrossRef]
- Banaee, H.; Ahmed, M.U.; Loutfi, A. Data Mining for Wearable Sensors in Health Monitoring Systems: A Review of Recent Trends and Challenges. Sensors (Basel, Switzerland) 2013, 13, 17472–17500. [Google Scholar] [CrossRef]
- Tsai, C.Y.; Majumdar, A.; Wang, Y.; Hsu, W.H.; Kang, J.H.; Lee, K.Y.; Tseng, C.; Kuan, Y.; Lee, H.C.; Wu, C.J.; Houghton, R.; in Cheong, H.; Manole, I.; Lin, Y.T.; Li, L.Y.J.; Liu, W.T. Machine learning model for aberrant driving behaviour prediction using heart rate variability: a pilot study involving highway bus drivers. International Journal of Occupational Safety and Ergonomics 2022, 29, 1429–1439. [Google Scholar] [CrossRef]
- Bobermin, M.; Silva, M.M.; Ferreira, S. Driving simulators to evaluate road geometric design effects on driver behaviour: A systematic review. Accident; analysis and prevention 2020, 150, 105923. [Google Scholar] [CrossRef] [PubMed]
- Jia, L.; Lu, M.; Wang, J. Using real-world data to calibrate a driving simulator measuring lateral driving behaviour. Iet Intelligent Transport Systems 2011, 5, 21–31. [Google Scholar] [CrossRef]
- Jamson, S.; Jamson, A.H. The validity of a low-cost simulator for the assessment of the effects of in-vehicle information systems. Safety Science 2010, 48, 1477–1483. [Google Scholar] [CrossRef]
- Wang, Y.; Mehler, B.; Reimer, B.; Lammers, V.; D’Ambrosio, L.; Coughlin, J. The validity of driving simulation for assessing differences between in-vehicle informational interfaces: A comparison with field testing. Ergonomics 2010, 53, 404–420. [Google Scholar] [CrossRef]
- Markkula, G.; Romano, R.; Jamson, A.; Pariota, L.; Bean, A.; Boer, E. Using Driver Control Models to Understand and Evaluate Behavioral Validity of Driving Simulators. IEEE Transactions on Human-Machine Systems 2018, 48, 592–603. [Google Scholar] [CrossRef]
- Abdullah, M.; Koetniyom, S.; Carmai, J. Development of a Mobile Driving Simulator to Eliminate False Motion Cues. Journal of the Society of Automotive Engineers Malaysia 2021. [Google Scholar] [CrossRef]
- Beanland, V.; Ritchie, C.; Ousset, C.; Galland, B.C.; Schaughency, E.A. Distracted and unfocused driving in supervised and unsupervised teen drivers: Associations with sleep, inattention, and cognitive disengagement syndrome symptoms. Transportation Research Part F: Traffic Psychology and Behaviour 2024, 100, 169–180. [Google Scholar] [CrossRef]
- Amini, R.; Michelaraki, E.; Katrakazas, C.; Haddad, C.A.; Vos, B.D.; Cuenen, A.; Yannis, G.; Brijs, T.; Antoniou, C. Risk scenario designs for driving simulator experiments. 2021 7th International Conference on Models and Technologies for Intelligent Transportation Systems (MT-ITS) 2021, pp. 1–6. [CrossRef]
- Zhou, M.; yao Hou, X.; Nie, L. Study on 3D highway digital model for driving simulators. Transportation Research Part F: Traffic Psychology and Behaviour 2019. [CrossRef]
- Cremer, J.; Kearney, J.; Papelis, Y. Driving simulation: challenges for VR technology. IEEE Computer Graphics and Applications 1996, 16, 16–20. [Google Scholar] [CrossRef]
- Xu, L.; Hu, J.; Jiang, H.; Meng, W. Establishing Style-Oriented Driver Models by Imitating Human Driving Behaviors. IEEE Transactions on Intelligent Transportation Systems 2015, 16, 2522–2530. [Google Scholar] [CrossRef]
- Miyajima, C.; Kusakawa, T.; Nishino, T.; Kitaoka, N.; Itou, K.; Takeda, K., On-Going Data Collection of Driving Behavior Signals. In In-Vehicle Corpus and Signal Processing for Driver Behavior; Springer US, 2009; pp. 45–54. [CrossRef]
- Morales-Alvarez, W.; Certad, N.; Roitberg, A.; Stiefelhagen, R.; Olaverri-Monreal, C. On Transferability of Driver Observation Models from Simulated to Real Environments in Autonomous Cars. ArXiv 2023, abs/2307.16543. [CrossRef]
- Kemeny, A.; Panerai, F. Evaluating perception in driving simulation experiments. Trends in Cognitive Sciences 2003, 7, 31–37. [Google Scholar] [CrossRef] [PubMed]
- Robbins, C.; Allen, H.; Chapman, P. Comparing drivers’ visual attention at Junctions in Real and Simulated Environments. Applied ergonomics 2019, 80, 89–101. [Google Scholar] [CrossRef] [PubMed]
- Voinea, G.D.; Boboc, R.G.; Buzdugan, I.D.; Antonya, C.; Yannis, G. Texting While Driving: A Literature Review on Driving Simulator Studies. International Journal of Environmental Research and Public Health 2023, 20, 4354. [Google Scholar] [CrossRef] [PubMed]
- Wynne, R.A.; Beanland, V.; Salmon, P.M. Systematic review of driving simulator validation studies. Safety Science 2019, 117, 138–151. [Google Scholar] [CrossRef]
- Doniec, R.J.; Sieciński, S.; Duraj, K.M.; Piaseczna, N.J.; Mocny-Pachońska, K.; Tkacz, E.J. Recognition of Drivers’ Activity Based on 1D Convolutional Neural Network. Electronics 2020, 9. [Google Scholar] [CrossRef]
- Doniec, R.; Piaseczna, N.; Li, F.; Duraj, K.; Pour, H.H.; Grzegorzek, M.; Mocny-Pachońska, K.; Tkacz, E. Classification of Roads and Types of Public Roads Using EOG Smart Glasses and an Algorithm Based on Machine Learning While Driving a Car. Electronics 2022, 11, 2960. [Google Scholar] [CrossRef]
- Doniec, R.J.; Piaseczna, N.; Duraj, K.; Sieciński, S.; Irshad, M.T.; Karpiel, I.; Urzeniczok, M.; Huang, X.; Piet, A.; Nisar, M.A.; Grzegorzek, M. The detection of alcohol intoxication using electrooculography signals from smart glasses and machine learning techniques. Systems and Soft Computing 2024, 6, 200078. [Google Scholar] [CrossRef]
- Doniec, R.; Konior, J.; Sieciński, S.; Piet, A.; Irshad, M.T.; Piaseczna, N.; Hasan, M.A.; Li, F.; Nisar, M.A.; Grzegorzek, M. Sensor-Based Classification of Primary and Secondary Car Driver Activities Using Convolutional Neural Networks. Sensors 2023, 23, 5551. [Google Scholar] [CrossRef] [PubMed]
- Hnoohom, N.; Mekruksavanich, S.; Jitpattanakul, A. Driving Activity Classification Using Deep Residual Networks Based on Smart Glasses Sensors. Intelligent Automation & Soft Computing 2023, 38, 139–151. [Google Scholar] [CrossRef]
- Ortega, D.G.; Pernas, F.; Martínez-Zarzuela, M.; Antón-Rodríguez, M. Comparative Analysis of Kinect-Based and Oculus-Based Gaze Region Estimation Methods in a Driving Simulator †. Sensors (Basel, Switzerland) 2020, 21. [Google Scholar] [CrossRef]
- Piaseczna, N.; Doniec, R.; Sieciński, S.; Grzegorzek, M.; Tkacz, E. Does glucose affect our vision? A preliminary study using smart glasses. 2023 IEEE EMBS Special Topic Conference on Data Science and Engineering in Healthcare, Medicine and Biology, 2023, pp. 113–114. [CrossRef]
- Stuart, A. Kendall’s Advanced Theory of Statistics, 3 Volume Set, 6th Edition.; John Wiley & Sons, 2010. OCLC: 940705630.
- Buck, J.R.; Daniel, M.M.; Singer, A. Computer explorations in signals and systems using MATLAB, 2nd ed ed.; Prentice-Hall signal processing series; Prentice Hall: Upper Saddle River, N.J, 2002. [Google Scholar]
- Stoica, P.; Moses, R.L. Spectral analysis of signals; Pearson/Prentice Hall: Upper Saddle River, N.J, 2005. [Google Scholar]
- Kay, S.M. Modern spectral estimation: theory and application; Prentice-Hall signal processing series; Prentice Hall: Englewood Cliffs, N.J, 1988. [Google Scholar]
- Mekruksavanich, S.; Jitpattanakul, A. Smartwatch-based Human Activity Recognition Using Hybrid LSTM Network. 2020 IEEE SENSORS, 2020, pp. 1–4. [CrossRef]
- Mekruksavanich, S.; Jitpattanakul, A. LSTM Networks Using Smartphone Data for Sensor-Based Human Activity Recognition in Smart Homes. Sensors 2021, 21. [Google Scholar] [CrossRef] [PubMed]
- Mekruksavanich, S.; Jitpattanakul, A. Biometric User Identification Based on Human Activity Recognition Using Wearable Sensors: An Experiment Using Deep Learning Models. Electronics 2021, 10. [Google Scholar] [CrossRef]
- Hastie, T.; Tibshirani, R.; Friedman, J. The Elements of Statistical Learning; Springer Series in Statistics; Springer New York: New York, NY, 2009. [Google Scholar] [CrossRef]
- Breiman, L.; Spector, P. Submodel Selection and Evaluation in Regression. The X-Random Case. International Statistical Review / Revue Internationale de Statistique 1992, 60, 291. [Google Scholar] [CrossRef]
- Kohavi, R. A study of cross-validation and bootstrap for accuracy estimation and model selection. Proceedings of the 14th International Joint Conference on Artificial Intelligence - Volume 2; Morgan Kaufmann Publishers Inc.: San Francisco, CA, USA, 1995; IJCAI’95; pp. 1137–1143. [Google Scholar]
- Smith, L.N. A disciplined approach to neural network hyper-parameters: Part 1 – learning rate, batch size, momentum, and weight decay, 2018. [CrossRef]
- Yang, L.; Liang, X.; Wang, T.; Xing, E. Real-to-Virtual Domain Unification for End-to-End Autonomous Driving. Proceedings of the European Conference on Computer Vision (ECCV), 2018.
- Karrouchi, M.; Nasri, I.; Rhiat, M.; Atmane, I.; Hirech, K.; Messaoudi, A.; Melhaoui, M.; Kassmi, K. Driving behavior assessment: A practical study and technique for detecting a driver’s condition and driving style. Transportation Engineering 2023, 14, 100217. [Google Scholar] [CrossRef]
- Steinberger, F.;Schroeter, R.;Babiac, D., Engaged Drivers–Safe Drivers:Gathering Real-Time Data from Mobile and Wearable Devices for Safe-Driving Apps.In Automotive User Interfaces:Creating Interactive Experiences in the Car; Springer International Publishing: Cham, 2017; pp.55–76. [CrossRef]
- Aarthi, M.; Mahima, R.; Sujanthi, S.; Santosh, A.M.; Sekar, S.; Matthew, J.R.R.; Rooban, C.; Ramamoorthy. Driver drowsiness detection using deep learning technique. AIP Conference Proceedings 2023, 2822, 020248. [Google Scholar] [CrossRef]
- Driver Behavior Analysis for Safe Driving: A Survey. IEEE Transactions on Intelligent Transportation Systems 2015, 16, 3017–3032. Conference Name:IEEE Transactions on Intelligent Transportation Systems,. [CrossRef]
- Tomiło, P. Classification of the Condition of Pavement with the Use of Machine Learning Methods. Transport and Telecommunication 2023, 24, 158–166. [Google Scholar] [CrossRef]
- Wallace, B.; Gagnon, S.; Stinchcombe, A.; Yamin, S.; Goubran, R.; Knoefel, F. Preliminary Results for the Automated Assessment of Driving Simulation Results for Drivers with Cognitive Decline. 2021 IEEE Sensors Applications Symposium (SAS), 2021, pp. 1–6. [CrossRef]
- Cai, A.W.T.; Manousakis, J.E.; Singh, B.; Francis-Pester, E.; Kuo, J.; Jeppe, K.J.; Rajaratnam, S.M.W.; Lenné, M.G.; Howard, M.E.; Anderson, C. Subjective awareness of sleepiness while driving in younger and older adults. Journal of Sleep Research 2024, 33, e13933. [Google Scholar] [CrossRef] [PubMed]
- Slater, M.; Sanchez-Vives, M.V. Enhancing Our Lives with Immersive Virtual Reality. Frontiers in Robotics and AI 2016, 3. [Google Scholar] [CrossRef]
- Freeman, D.; Reeve, S.; Robinson, A.; Ehlers, A.; Clark, D.; Spanlang, B.; Slater, M. Virtual reality in the assessment, understanding, and treatment of mental health disorders. Psychological Medicine 2017, 47, 2393–2400. [Google Scholar] [CrossRef]
- Cummings, J.J.; Bailenson, J.N. How Immersive Is Enough? A Meta-Analysis of the Effect of Immersive Technology on User Presence. Media Psychology 2016, 19, 272–309. [Google Scholar] [CrossRef]
- Ahn, S.J.G.; Bailenson, J.N.; Park, D. Short- and long-term effects of embodied experiences in immersive virtual environments on environmental locus of control and behavior. Computers in Human Behavior 2014, 39, 235–245. [Google Scholar] [CrossRef]
- Diemer, J.; Alpers, G.W.; Peperkorn, H.M.; Shiban, Y.; Mühlberger, A. The impact of perception and presence on emotional reactions: a review of research in virtual reality. Frontiers in Psychology 2015, 6. [Google Scholar] [CrossRef] [PubMed]






| Age [years] | Gender | Driving experience [years] | Experimental setup |
|---|---|---|---|
| 38.7±16.8 | 13 F, 17 M | 26.7±12.9 | real car |
| 29.5±14.3 | 13 F, 17 M | 15.4±18.0 | driving simulator |
| Signal | EOG_L | EOG_R | EOG_H | EOG_V | ||||
|---|---|---|---|---|---|---|---|---|
| Class | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 |
| Minimum | -2048.0 | -2048.0 | -2048.0 | -2048.0 | -2399.8 | -4071.0 | -2047.0 | -2044.0 |
| Median | -178.5 | 720.9 | -188.5 | 23.7 | -9.5 | 159.7 | 150.5 | -141.7 |
| Maximum | 2047.0 | 2047.0 | 2047.0 | 2040.5 | 4085.4 | 4095.0 | 2048.0 | 2048.0 |
| Mean | -179.9 | 482.3 | -240.4 | 92.9 | 60.5 | 387.3 | 210.0 | -287.3 |
| St. dev. | 511.7 | 705.0 | 473.2 | 795.1 | 641.3 | 870.7 | 373.9 | 611.3 |
| Channel | |r|<0.1 | 0.1≤|r|<0.3 | 0.3≤|r|<0.5 | 0.5≤|r|<0.7 | 0.7≤|r|<0.9 | |r|≥0.9 |
|---|---|---|---|---|---|---|
| EOG_L | 35.1727% | 46.9666% | 14.8945% | 2.6388% | 0.3160% | 0.0072% |
| EOG_R | 34.8528% | 46.9660% | 15.1643% | 2.7285% | 0.2839% | 0.0042% |
| EOG_H | 35.0922% | 47.6963% | 14.7746% | 2.2401% | 0.1945% | 0.0020% |
| EOG_V | 35.0067% | 46.9488% | 15.0645% | 2.6795% | 0.2954% | 0.0049% |
| Average | 49.6120% | 44.1441% | 5.8566% | 0.3754% | 0.0077% | 0.000% |
| Class | k = 1 | k = 2 | k = 3 | k = 4 | k = 5 |
|---|---|---|---|---|---|
| 0 | 0.4052 | 0.3535 | 0.3684 | 0.3205 | 0.3460 |
| 1 | 0.5948 | 0.6465 | 0.6316 | 0.6498 | 0.6540 |
| Training iteration | Accuracy | Recall | Specificity | Precision | F1-score |
|---|---|---|---|---|---|
| 1 | 92.38% | 92.23% | 92.80% | 97.27% | 94.68% |
| 2 | 87.87% | 88.46% | 86.98% | 91.14% | 89.78% |
| 3 | 79.02% | 69.27% | 97.12% | 97.81% | 81.10% |
| 4 | 84.40% | 87.64% | 79.81% | 86.00% | 86.81% |
| 5 | 88.19% | 90.46% | 85.25% | 88.83% | 89.64% |
| Overall | 86.53% | 85.51% | 88.31% | 92.75% | 88.98% |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).