1. Introduction
Fatigue is a complex and multidimensional condition, often described as a decrement in mental or physical performance caused by factors such as physical exertion, sleep deprivation, circadian rhythm disruption or illness [1,2]. In addition to being a physiological response of the human body, possibly preventing its overload, fatigue can be a symptom associated with several diseases and health conditions [1]. According to the type of load, it has been classified as physical (resulting from corporal exertion and leading to a decrease in overall performance) and mental (resulting from sustained cognitive activity and leading to a reduction in intellectual and behavioural performance) [3,4]. Physical fatigue is a common issue among many occupational groups, making its quantification of crucial relevance in occupational health and safety [2,5,6].
Firefighters, along with other high-risk professionals (e.g., military and law enforcement officers), face situations of extreme danger and physiological stress caused by high-demand tasks, long duty periods, extreme environmental conditions, and sleep deprivation, all of which aggravate the risk of physical overload, injury or illness [7,8]. Their roles involve a high level of physical exertion with tremendous demands on the cardiorespiratory system [9]. Firefighters must respond to and suppress fires and deal with medical emergencies, adverse roadways, and hazardous material events. Inherent to the nature of their profession, they are at an increased risk from various physical and psychological workplace stressors and increased potential for injury and impairing their overall performance and wellbeing [10]. Vast amounts of information in the literature have shown firefighting duties as a civilian occupation with high variability of exposure to physical stress and risks [11]. The ability to monitor their physiological response during daily activities may help protect their health [7,12].
Continuous physiological assessment can improve safety monitoring and work–rest planning to maximise effective and safe performance among firefighters and other high-risk professions [13]. To better understand physical exertion as the precursor of physical fatigue and other related health impairments, research efforts have increasingly recurred to physiological variables to monitor its intensity and be able to manage its effects proactively. With advances in wearable sensor technology, it is becoming easier to noninvasively retrieve physiological signals in real time, with their combined analysis leading to more accurate assessments [3,14]. Current physical fatigue quantification approaches based on physiological signals involve mainly supervised learning algorithms (e.g., support-vector machines [15,16], random forests [17,18], boosted trees [19]) addressing fatigue as a binary classification problem [17,18], or considering three [20] or four [19] fatigue levels. Although less common, indices calculated from the monitored variables [21] and statistical modelling techniques [22] have also been explored for this goal. Among occupational groups, supervised machine learning algorithms for fatigue prediction during construction [19], manufacturing tasks [23], and some within firefighters [24,25] are the most recurrent in the literature.
Overall, recent studies are based on physiology and principled computational techniques to develop algorithms that allow sensors to be used for individualised physical fatigue assessment, making wearable sensor data useful and actionable in real-time applications [3,13]. Although these studies have shown that the best results come from assessing multiple physiological measures, problems such as the unfeasibility of measuring several variables, compromised data quality, or data loss during specific periods can occur in occupational settings. Therefore, they have to be taken into account to guarantee that, despite them, the system using the algorithm still provides reliable outcomes. Hence, besides evaluating their prediction performance, the interpretability and usability of these approaches need to be further explored. For this, the contribution of features and sensors has to be comprehensively analysed to facilitate decision-making and variable selection for real-life occupational settings while determining the model’s performance when removing one or another of the model’s features. A four-level physical fatigue prediction model was developed using a multivariable physiological method and supervised machine learning algorithms [26], and the current work aims to analyse the influence of each physiological measure on its performance by comparing the output variations using different combinations of physiological signals.
2. Materials and Methods
2.1. Experimental Design
Data from 24 active volunteer firefighters (18 men) were collected to develop the model (Table 1 summarises their main anthropometric characteristics). Participants had no history of cardiopulmonary or intestinal diseases and did not report any musculoskeletal disorders. All of them provided written informed consent before data collection and the Ethics Committee of the University of Porto approved the experimental procedures in accordance with the Declaration of Helsinki (Report 106/CEUP/2021). The experimental protocol consisted of incremental intermittent running during seven 4 min stages with 1 km/h increments and 30 s resting intervals between stages to voluntary exhaustion [26]. It was performed on a treadmill (T2100 treadmill; GE, Boston, MA, USA) [27,28] inside a climatic chamber (FITOCLIMA 25000 EC20; Aralab, Rio de Mouro, Portugal) [29] with an air temperature of 24 °C and relative humidity of 50%. The initial velocity was defined according to each volunteer’s experience and capacity [28,30].
During the incremental protocol, breath-by-breath respiratory gas exchange was assessed using a portable telemetric gas analyser (Cosmed K5; Cosmed, Rome, Italy) placed near the participants’ body centre of mass [28,30]. Heart rate was recorded at rest and every 5 s using a Garmin Sensor that telemetrically sent the data to the K5 equipment. Intra-abdominal core temperature was retrieved every 15 s with telemetric ingestible thermometer pills (e-Celsius Performance capsule; BodyCAP, Hérouville-Saint-Clair, France) ingested by the participants 6 h before the tests [31]. Participants’ perceived exertion was asked at the end of every 4 min step using the 6–20 Borg scale [28].
2.2. Data Processing and Modelling
2.2.1. Physiological Variables
Signals from heart rate, breathing rate, and core temperature were used as the main variables for modelling since they can be obtained using sensors feasible to be used within extreme environments, allowing mobility, uninterrupted monitoring, and comfort [32,33,34]. Heart rate is the most easily measured vital sign, being widely used to measure physical exertion and overload [18] and to determine the physiological demands and workload of firefighting activities [35,36]. Considering the importance of respiratory frequency as an indicator of physical exertion during exercise [37] and its inclusion in recent fatigue quantification approaches [38,39], it was also integrated to investigate its usefulness in improving physical fatigue modelling among firefighters. Furthermore, core body temperature was considered since it has also been found to be strongly related to time to exhaustion during exercise [40], and recent reviews have addressed its applicability within some occupational environments [6,41].
2.2.2. Data Preprocessing
Retrieved data were initially edited to remove noisy records resulting from talking, coughing, or any other signal interruption [26,28,30]. Then, values varying more than three standard deviations were eliminated and the remaining records were smoothed using a moving average filter [27,28,30]. Borg’s levels 6–11 were combined to represent low physical fatigue, 12–14 were grouped as moderate physical fatigue, 15–16 were classified as heavy, and values from 17–20 were considered severe physical fatigue status [19,42,43].
2.2.3. Physical Fatigue Classification Model
Preprocessed data were synchronised using 1 min intervals and features including mean, maximum, minimum, and baseline values were calculated from heart rate, breathing rate, and core temperature signals. These 12 features were combined with the age-predicted maximum heart rate (220-age) [30], the percentage of the age-predicted maximum heart rate, and personal characteristics (i.e., age, gender, weight, height, fat mass, fat-free mass, and body mass index) as inputs for modelling. The simplified levels from Borg’s scale (i.e., low, moderate, heavy, and severe) were used to classify physical fatigue [3,19,26]. The dataset, comprising a total of 750 sets of 21 features (seven from personal variables, six from heart rate, four from breathing rate, and four from core temperature), and the corresponding fatigue levels (283 records with low labels, 140 of moderate, 167 of heavy, and 160 corresponding to severe level), were normalised and fed into machine learning algorithms.
Previously, various classification algorithms were tested with different parameter configurations and using three cross-validation procedures [26]. K-nearest neighbours, bagged trees, boosted trees (gradient-boosted trees, XGBoosted trees and RUSBoosted trees), random forests, support vector machines with different kernel functions (linear, quadratic, cubic, and Gaussian) and artificial neural networks were evaluated since they have been successfully used for occupational purposes involving physiological signals [19,26,43]. The best performance metrics were obtained using the XGBoosted trees, set to use 500 estimators, a maximum depth of individual regression estimators of five and a learning rate of 0.1, validated using group cross-validation with 24 splits. This cross-validation method (evaluated previously along with 10-fold and stratified cross-validation methods) gave the most representative results since it evaluated the performance of the model in each individual, avoiding potential overfitting from using the same subject’s datapoints to train and test the model [26].
To compare the effectiveness of physiological variables to classify the four physical fatigue levels, the performance variations, while restricting the number of features, were evaluated. For this, the model was trained 11 times, with one considering all features, four removing one group of features each time (i.e., personal characteristics, heart rate, breathing rate, and core temperature), three considering features from one physiological signal, and personal characteristics and three including only features from one physiological signal. The models’ performance was determined according to four performance measures: accuracy, precision, recall, and F1-score [44], which were averaged from the 24 splits.
3. Results
The predictive accuracies (based on group cross-validation with splits according to the number of participants) of training the XGBoosted trees model using the 11 feature combinations are described in Figure 1, with the variability of individual participants’ results within each scenario being also illustrated. As expected, the highest accuracy and lowest variability were reported by using all features. Nevertheless, results also show that accuracies are relatively high for six models (above 75%), but the gaps between the maximum and minimum values go up to 50% in some cases (e.g., using only heart rate features). The mean (and standard deviation) for the other performance measures with the number of features selected in each model are reported in Table 2.
In Figure 2, the classification accuracies obtained in the four physical fatigue levels are illustrated for five scenarios, four excluding one group of features at a time and one including all the features. Although personal features are fixed values that are generally easy to obtain, they were removed from the model to determine its behaviour solely based on the sensor signals. By excluding these features, the overall accuracy dropped to 75%, with the moderate and heavy levels being the most affected. Results also evidenced the critical importance of heart rate, with its exclusion causing substantial decreases in the moderate and heavy correct predictions. Furthermore, when removing core temperature or breathing rate, it was observed that the first might be a better alternative to improve physical fatigue assessment.
To determine the independent ability of each physiological signal to predict fatigue, the XGBoosted tree model was trained six more times with the 24-fold group-cross-validation and using the features extracted from a single sensor with and without personal features (Figure 3 and Figure 4). Including personal features, accuracies were 80, 56, and 48%, using heart rate, breathing rate, and core temperature, respectively (Figure 1), with the best predictions registered in the low and severe fatigue levels (Figure 3). On the other hand, removing the personal features resulted in classification accuracies of 71, 54, and 50% for heart rate, breathing rate, and core temperature, respectively (Figure 1). The decreases observed using heart rate and breathing rate (a and b panels from Figure 3 compared to a and b panels from Figure 4) show that these features are essential to account for the physiological differences among subjects. In contrast, core temperature’s performance evidenced that this signal improves fatigue detection when combined with other physiological variables (Figure 2) but has a poor prediction performance independently.
4. Discussion
Workers’ physical fatigue is an important safety concern in high-risk professions and continuously monitoring it is essential to protect their health and wellbeing. The current study results show that combining cardiorespiratory and thermoregulatory measures is an accurate alternative to monitor and model physical fatigue for occupational purposes. Although some of the studied variables proved to be more effective than others, outcomes point out that more than one of the studied physiological variables are needed to reliably predict four fatigue levels. Monitoring changes in heart rate and core temperature can provide more useful information than monitoring the latter with breathing rate. Therefore, when it would be impossible to monitor all variables simultaneously, managers can use these results to decide between them and avoid a considerable decrease in overall accuracy in fatigue monitoring.
The machine learning domain contains a wide variety of models based on learning ability, adaptiveness, complexity and scalability [45]. From them, deep learning algorithms have gained relevance within the health and safety area, addressing important issues such as fall detection [46,47], prediction of diseases [48,49], or working-site safety improvement [50,51]. Most of these approaches are very effective for producing high-quality results, robust to signal noise and involve automated feature extraction [52,53,54]. However, they also require massive data and high processing power while lacking interpretability [45]. Despite the high performance that machine learning models can reach, their real-life applicability remains limited if a comprehensive understanding of the underlying model self-arranged through the training algorithm is not extracted [55]. Consequently, despite their advantages, they have not been used in multilevel fatigue quantification approaches, being only included in binary fatigue prediction models (recurrent neural networks were used in [56]), mental fatigue (multilayer neural networks were applied in [57]), and drowsiness (convolutional neural networks were used in [58]) detection with accuracies around 70%, which is under the accuracy reached by other techniques [3]. Overcoming data and interpretability constraints, supervised learning models have been predominant for fatigue quantification models, with decision trees, support-vector machines and random forests being the most common [3,59]. Therefore, different alternatives of these supervised algorithms were evaluated previously [26] with the XGBoost classifier determined to have the best performance.
The current approach intends to overcome the “black box” nature of machine learning algorithms by analysing different input combinations that can guide model evaluation and application while uncovering potential erratic behaviour stemming from overfitting or insufficient training dataset size [17,60]. The 11 input combinations assessed in this study helped to observe the severity of change in the model’s output resulting from the change of given inputs, providing insight into the influence of variables on outputs. Although this information can be, to an extent, extracted by plotting the model’s feature importances, it does not allow us to see the proportion of change in the output by excluding one or other input. In addition, it does not provide a comprehensive view of reached accuracies given the different combinations that, for occupational applications, would be a fundamental tool to make informed decisions on sensor selection and placement. As a result, the current study’s framework contributes to occupational fatigue monitoring by affirming the XGBoosted tree classifier’s usefulness for physical fatigue prediction in firefighters and providing an analytical approach in which every signal role is explored and determined.
Given the inter- and intra-subject variability in human physiological states and responses, individualised monitoring has become key in fatigue quantification approaches [3,34]. It helps overcome the inconvenience and subjectivity of previous methods based on unrealistic thresholds established for standard individual profiles, subjective scales or questionnaires [3]. In the evaluated dataset, the variability among participants’ responses could be observed in the three physiological variables under the different physical fatigue levels (Figure 5). For example, at the low physical fatigue level, the participants had a range of heart rate, core temperature and breathing rate of 85 to 151 bpm, 13 to 36 bpm and 36.7 to 38.0 °C (respectively). Interestingly, a decrease in interindividual differences could be observed for core temperature with the increase in exertion levels (Figure 5c). This behaviour might help explain the increase in accuracy with an increase in physical fatigue levels (Figure 2e) from heavy to severe intensities. These outcomes confirm the need for the individualised assessment of physiological signals and the practicality of this approach to translate physiological responses into simple and interpretable information.
Based on the results described in Figure 2, Figure 3 and Figure 4, some remarks can be outlined. First, the best-obtained accuracies were with all features (Figure 2e), confirming the multifactorial nature of fatigue, benefiting from the assessment of various signals to determine its occurrence and intensity. Correspondingly, cases excluding one group of variables (Figure 2a–d) showed mostly higher classification accuracies than considering only one physiological signal with or without personal features (Figure 3 and Figure 4, respectively). Nevertheless, the inclusion of heart rate consistently led to better outcomes, describing its critical relevance for physical fatigue monitoring. As for breathing rate and core temperature signals, they helped increase the overall classification accuracy and reduce variability when combined with heart rate and showed poor performance when used independently. However, despite the demonstrated usefulness of heart rate in the current study and available literature [14,38], multiple factors (e.g., stress, panic or anxiety) can alter this signal without a physical fatigue condition [38,61,62]. Thus, including the other variables can undoubtedly reduce potential false positives in its detection while narrowing the gaps among individual accuracies. Finally, the best results were registered in the low and severe levels for all cases, confirming the model’s capacity to predict extreme scenarios, which is crucial for occupational applications.
In general, the current results are aligned with recent related studies in which multiple signals have been retrieved (almost all including heart rate [19,38,43]). However, the importance given to features from this variable differed among them. Although it is impossible to directly compare the current with other studies because of the diverse physiological signals, dataset sizes, fatiguing tasks and samples, some observations can be made. Similar to the current work, a study used a four-level exertion scale derived from the 6–20 Borg scale as labels and developed a fatigue classification model based on a decision tree classifier [19]. They used data from electroencephalography, various infrared temperature sensors on the face and heart rates from 12 construction workers during simulated construction tasks. Their results showed that thermoregulation and heart rate signals produce better results than using each variable separately. However, their further analysis evidenced that skin temperature is more determinant for physical exertion prediction than heart rate. Hence, the importance of heart rate for determining different fatigue levels can be confirmed and future studies should be directed to corroborate its primary importance in real-life settings.
Alternatively, while evaluating construction workers, motion and heart rate signals were monitored during fatiguing manufacturing tasks, particularly simulated manual material handling and supply pick up and insertion [17]. They used the RPE scale, but unlike the previous [19] and the current study, it was considered RPE ≤ 13 as a cut-off for fatigue detection. Their results described that motion-derived features were more relevant than heart rate when evaluating the first task and this latter variable was more important for the second. Furthermore, another study used a similar approach to assessing firefighters’ responses during training by monitoring core body temperature and heart rate using the Borg scale simplified to a two-point scale to classify low (6–10) and high strains (15–20) [24]. While both signals were needed for achieving the best predictions, the temperature was the variable to which more importance was given in the model. Regarding measuring breathing rate, it has been included in various studies [22,43], but its importance in their developed models was not explored. Despite the lack of consensus regarding the most important physiological signal, related studies help confirm the need for integrated assessments from multiple physiological signals to predict physical fatigue reliably.
There are some limitations that may impact the interpretation of the obtained results (such as the participants’ characteristics and the fact that they were evaluated only during running). Even though the step protocol allowed for the capture of the increments in physiological responses until maximal aerobic exertion, different tasks should be studied for a real-life application of a fatigue monitoring system. Furthermore, given that environmental factors, especially temperature and humidity, affect fatigue substantially, future studies should evaluate how this model performs in different environmental conditions. These new studies will allow not only to validate the model’s performance but also to assess the sensors’ functioning and functionality and the quality of data obtained under those conditions. Finally, comparing the current results with the available literature, it was evidenced that the importance of physiological signals varies among occupational groups and fatiguing tasks, meaning that researchers and practitioners should consider this finding when developing models for detecting and managing fatigue in other settings.
5. Conclusions
The objective of the current study was to investigate the usefulness of monitoring multiple physiological variables changes to predict the level of physical fatigue by analysing their individual and combined predicting capability. The evaluation of 11 input combinations demonstrated the capability of using an integrated modelling approach for managing physical fatigue. The results described that the prediction performance considerably improved using various signals compared to using only one. In this regard, the outcomes demonstrated that monitoring heart rate can provide more valuable information than monitoring core temperature or breathing rate for physical fatigue assessment. However, their combined use leads to better classification accuracy, reducing the gaps in the accuracies among the four considered levels and the potential false positives from heart rate univariate monitoring. These findings can be used to facilitate decision-making on sensor selection. Future studies must be directed to evaluate the model’s capability to detect the gradual increment in fatigue in multiple occupationally relevant settings.
Conceptualisation, D.B., J.S.B. and R.J.F.; methodology, D.B., R.C., D.D.C., J.G., J.S.B. and R.J.F.; validation, M.V., J.S.B. and R.J.F.; formal analysis, D.B., R.C., D.D.C., J.S.B. and R.J.F.; investigation, D.B., R.C. and D.D.C.; resources, D.B., J.S.B. and R.J.F.; data curation, D.B., R.C., D.D.C. and R.J.F.; writing—original draft preparation, D.B., R.C. and D.D.C.; writing—review and editing, M.V., J.S.B. and R.J.F.; visualisation, J.G., J.T.C., M.V., J.S.B. and R.J.F.; supervision, J.T.C., J.S.B. and R.J.F.; project administration, M.V., J.T.C., J.S.B. and R.J.F.; funding acquisition, M.V., J.S.B. and R.J.F. All authors have read and agreed to the published version of the manuscript.
The investigation was conducted in accordance with the Declaration of Helsinki and approved by the Ethics Committee of the University of Porto (protocol code: Report 106/CEUP/2021, date of approval: 13 April 2021).
Informed consent was obtained from all participants involved in the study.
Data is contained within the article.
The authors would like to acknowledge all the volunteers and collaborators who contributed to the experimental trials. Special thanks to the Laboratory for the Prevention of Occupational and Environmental Risks (PROA), the Porto Biomechanics Laboratory (LABIOMEP-UP) and the Doctoral Program of Occupational Safety and Health of the University of Porto.
The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.
Footnotes
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.
Figure 1. Overall accuracies using the 11 assessed combinations of features. The error bars indicate the standard deviations, and the green and red markers point to the maximum and minimum reached accuracies for each case.
Figure 2. Confusion matrices excluding personal (a), heart rate (b), breathing rate (c), core temperature (d) and using all features (e).
Figure 3. Confusion matrices including heart rate and personal (a) breathing rate and personal (b) and core temperature and personal features (c).
Figure 4. Confusion matrices including heart rate (a), breathing rate (b), and core temperature features (c).
Figure 5. Relationship between heart rate, core temperature, and breathing rate mean values and the physical fatigue scale through the running protocol ((a–c) panels, respectively).
Firefighters’ age and general anthropometric characteristics.
Mean | SD | Min | Max | |
---|---|---|---|---|
Age (years) | 33.08 | 9.73 | 19.00 | 51.00 |
Weight (kg) | 75.98 | 10.79 | 58.90 | 104.20 |
Height (cm) | 173.10 | 8.12 | 150.20 | 189.00 |
Fat mass (%) | 22.69 | 10.85 | 7.32 | 50.12 |
Physical fatigue classification performance metrics mean (and the corresponding standard deviation) for the different combinations of features.
Input Features Variations | Features (n) | Precision | Recall | F1-Score |
---|---|---|---|---|
All features | 21 | 82.25 (10.93) | 82.24 (10.13) | 82.06 (10.34) |
Personal variables removed | 12 | 75.67 (14.05) | 75.60 (12.84) | 75.84 (13.16) |
Heart rate features removed | 15 | 58.39 (18.81) | 59.09 (21.34) | 58.43 (19.97) |
Breathing rate features removed | 17 | 81.52 (10.14) | 81.63 (10.09) | 81.39 (9.71) |
Core temperature features removed | 17 | 78.23 (12.12) | 77.82 (11.55) | 78.09 (11.92) |
Heart rate and personal features | 13 | 79.90 (14.02) | 79.44 (10.27) | 79.89 (11.99) |
Breathing rate and personal features | 11 | 54.21 (20.45) | 56.08 (24.04) | 54.96 (22.49) |
Core temperature and personal features | 11 | 46.41 (13.01) | 47.80 (19.10) | 46.69 (15.59) |
Only heart rate features | 6 | 71.80 (18.73) | 70.89 (15.47) | 71.14 (16.69) |
Only breathing rate features | 4 | 52.50 (18.62) | 53.78 (22.93) | 52.94 (20.73) |
Only core temperature features | 4 | 49.91 (15.07) | 50.25 (17.34) | 49.36 (15.26) |
References
1. Tanaka, M.; Tajima, S.; Mizuno, K.; Ishii, A.; Konishi, Y.; Miike, T.; Watanabe, Y. Frontier studies on fatigue, autonomic nerve dysfunction, and sleep-rhythm disorder. J. Physiol. Sci.; 2015; 65, pp. 483-498. [DOI: https://dx.doi.org/10.1007/s12576-015-0399-y] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/26420687]
2. Techera, U.; Hallowell, M.; Littlejohn, R.; Rajendran, S. Measuring and Predicting Fatigue in Construction: Empirical Field Study. J. Constr. Eng. Manag.; 2018; 144, 04018062. [DOI: https://dx.doi.org/10.1061/(ASCE)CO.1943-7862.0001513]
3. Adão Martins, N.R.; Annaheim, S.; Spengler, C.M.; Rossi, R.M. Fatigue Monitoring through Wearables: A State-of-the-Art Review. Front. Physiol.; 2021; 12, 790292. [DOI: https://dx.doi.org/10.3389/fphys.2021.790292] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/34975541]
4. Hooda, R.; Joshi, V.; Shah, M. A comprehensive review of approaches to detect fatigue using machine learning techniques. Chronic Dis. Transl. Med.; 2021; 8, pp. 26-35. [DOI: https://dx.doi.org/10.1016/j.cdtm.2021.07.002]
5. Escobar-Linero, E.; Domínguez-Morales, M.; Sevillano, J.L. Worker’s physical fatigue classification using neural networks. Expert Syst. Appl.; 2022; 198, 116784. [DOI: https://dx.doi.org/10.1016/j.eswa.2022.116784]
6. Bustos, D.; Guedes, J.; Vaz, M.; Pombo, E.; Fernandes, R.J.; Torres Costa, J.; Santos Baptista, J. Non-Invasive Physiological Monitoring for Physical Exertion and Fatigue Assessment in Military Personnel: A Systematic Review. Int. J. Environ. Res. Public Health; 2021; 18, 8815. [DOI: https://dx.doi.org/10.3390/ijerph18168815]
7. Tomes, C.; Schram, B.; Orr, R. Relationships between Heart Rate Variability, Occupational Performance, and Fitness for Tactical Personnel: A Systematic Review. Front. Public Health; 2020; 8, 583336. [DOI: https://dx.doi.org/10.3389/fpubh.2020.583336]
8. Bustos, D.; Guedes, J.C.; Vaz, M.; Costa, J.T.; Fernandes, R.J.; Santos Baptista, J. Fatigue Assessment through Physiological Monitoring during March-Run Series: Preliminary Results. Occupational and Environmental Safety and Health III; Arezes, P.M.; Baptista, J.S.; Carneiro, P.; Castelo Branco, J. Springer International Publishing: Cham, Switzerland, 2022; Volume 406, pp. 307-319.
9. Nazari, G.; Lu, S.; MacDermid, J.C. Quantifying physiological responses during simulated tasks among Canadian firefighters: A systematic review and meta-analysis. J. Mil. Veteran Fam. Health; 2021; 7, pp. 55-75. [DOI: https://dx.doi.org/10.3138/jmvfh-2019-0063]
10. Le, A.; McNulty, L.A.; Dyal, M.-A.; DeJoy, D.M.; Smith, T.D. Firefighter Overexertion: A Continuing Problem Found in an Analysis of Non-Fatal Injury among Career Firefighters. Int. J. Environ. Res. Public Health; 2020; 17, 7906. [DOI: https://dx.doi.org/10.3390/ijerph17217906]
11. Barros, B.; Oliveira, M.; Morais, S. Firefighters’ occupational exposure: Contribution from biomarkers of effect to assess health risks. Environ. Int.; 2021; 156, 106704. [DOI: https://dx.doi.org/10.1016/j.envint.2021.106704]
12. Bustos, D.; Guedes, J.C.; Santos Baptista, J.; Vaz, M.; Torres Costa, J.; Fernandes, R.J. Physiological Monitoring Systems for Firefighters (A Short Review). Occupational and Environmental Safety and Health III; Arezes, P.M.; Baptista, J.S.; Carneiro, P.; Castelo Branco, J. Springer International Publishing: Cham, Switzerland, 2022; Volume 406, pp. 293-305.
13. Buller, M.J.; Welles, A.P.; Friedl, K.E. Wearable physiological monitoring for human thermal-work strain optimisation. J. Appl. Physiol.; 2017; 124, pp. 432-441. [DOI: https://dx.doi.org/10.1152/japplphysiol.00353.2017]
14. Moshawrab, M.; Adda, M.; Bouzouane, A.; Ibrahim, H.; Raad, A. Smart Wearables for the Detection of Occupational Physical Fatigue: A Literature Review. Sensors; 2022; 22, 7472. [DOI: https://dx.doi.org/10.3390/s22197472] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/36236570]
15. Arias-Torres, D.; José,; Hernández, N.; Adán,; Wister, M.A. Detection of fatigue on gait using accelerometer data and supervised machine learning. Int. J. Grid Util. Comput.; 2020; 11, pp. 474-485. [DOI: https://dx.doi.org/10.1504/IJGUC.2020.108475]
16. Zhang, L.; Diraneyya, M.; Ryu, J.; Haas, C.; Abdel-Rahman, E. Automated monitoring of physical fatigue using jerk. Proceedings of the ISARC, International Symposium on Automation and Robotics in Construction; Banff, AB, Canada, 21–24 May 2019; pp. 989-997.
17. Sedighi Maman, Z.; Chen, Y.-J.; Baghdadi, A.; Lombardo, S.; Cavuoto, L.A.; Megahed, F.M. A data analytic framework for physical fatigue management using wearable sensors. Expert Syst. Appl.; 2020; 155, 113405. [DOI: https://dx.doi.org/10.1016/j.eswa.2020.113405]
18. Nasirzadeh, F.; Mir, M.; Hussain, S.; Tayarani Darbandy, M.; Khosravi, A.; Nahavandi, S.; Aisbett, B. Physical Fatigue Detection Using Entropy Analysis of Heart Rate Signals. Sustainability; 2020; 12, 2714. [DOI: https://dx.doi.org/10.3390/su12072714]
19. Aryal, A.; Ghahramani, A.; Becerik-Gerber, B. Monitoring fatigue in construction workers using physiological measurements. Autom. Constr.; 2017; 82, pp. 154-165. [DOI: https://dx.doi.org/10.1016/j.autcon.2017.03.003]
20. Aguirre, A.; Pinto, M.J.; Cifuentes, C.A.; Perdomo, O.; Díaz, C.A.R.; Múnera, M. Machine Learning Approach for Fatigue Estimation in Sit-to-Stand Exercise. Sensors; 2021; 21, 5006. [DOI: https://dx.doi.org/10.3390/s21155006]
21. Ameli, S.; Naghdy, F.; Stirling, D.; Naghdy, G.; Aghmesheh, M. Quantitative and non-invasive measurement of exercise-induced fatigue. Proc. Inst. Mech. Eng. Part P J. Sport. Eng. Technol.; 2018; 233, pp. 34-45. [DOI: https://dx.doi.org/10.1177/1754337118775548]
22. Tsao, L.; Ma, L.; Papp, C.-T. Using Non-invasive Wearable Sensors to Estimate Perceived Fatigue Level in Manual Material Handling Tasks. Advances in Human Factors in Wearable Technologies and Game Design; Ahram, T.Z. Springer International Publishing: Cham, Switzerland, 2019; Volume 795, pp. 65-74.
23. Sedighi Maman, Z.; Alamdar Yazdi, M.A.; Cavuoto, L.A.; Megahed, F.M. A data-driven approach to modeling physical fatigue in the workplace using wearable sensors. Appl. Ergon.; 2017; 65, pp. 515-529. [DOI: https://dx.doi.org/10.1016/j.apergo.2017.02.001]
24. Kupschick, S.; Pendzich, M.; Gardas, D.; Jürgensohn, T.; Wischniewski, S.; Adolph, L. Predicting Firefighters’ Exertion Based on Machine Learning Techniques; Federal Institute for Occupational Safety and Health: Dortmund, Germany, 2016; [DOI: https://dx.doi.org/10.21934/baua:focus20161107]
25. Pluntke, U.; Gerke, S.; Sridhar, A.; Weiss, J.; Michel, B. Evaluation and Classification of Physical and Psychological Stress in Firefighters using Heart Rate Variability. Proceedings of the 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC); Berlin, Germany, 23–27 July 2019; pp. 2207-2212.
26. Bustos, D.; Cardoso, F.; Rios, M.; Vaz, M.; Guedes, J.; Torres Costa, J.; Santos Baptista, J.; Fernandes, R.J. Machine Learning Approach to Model Physical Fatigue during Incremental Exercise among Firefighters. Sensors; 2023; 23, 194. [DOI: https://dx.doi.org/10.3390/s23010194]
27. Cardoso, F.; Coelho, E.P.; Gay, A.; Vilas-Boas, J.P.; Pinho, J.C.; Pyne, D.B.; Fernandes, R.J. Case Study: A Jaw-Protruding Dental Splint Improves Running Physiology and Kinematics. Int. J. Sport. Physiol. Perform.; 2022; 17, pp. 791-795. [DOI: https://dx.doi.org/10.1123/ijspp.2021-0338]
28. Cardoso, F.; Monteiro, A.S.; Vilas-Boas, J.P.; Pinho, J.C.; Pyne, D.B.; Fernandes, R.J. Effects of Wearing a 50% Lower Jaw Advancement Splint on Biophysical and Perceptual Responses at Low to Severe Running Intensities. Life; 2022; 12, 253. [DOI: https://dx.doi.org/10.3390/life12020253]
29. Guedes, J.C.; Costa, E.Q.; Baptista, J.S. Using a Climatic Chamber to Measure the Human Psychophysiological Response under Different Combinations of Temperature and Humidity. Thermol. Int.; 2012; 22, pp. 49-54. Available online: https://ww.uhlen.at/thermology-international/archive/EAT2012_Book_of_Proceedings.pdf#page=50 (accessed on 13 January 2023).
30. Sousa, A.N.A.; Figueiredo, P.; Zamparo, P.; Pyne, D.B.; Vilas-Boas, J.P.; Fernandes, R.J. Exercise Modality Effect on Bioenergetical Performance at VO2max Intensity. Med. Sci. Sport. Exerc.; 2015; 47, pp. 1705-1713. Available online: https://journals.lww.com/acsm-msse/Fulltext/2015/08000/Exercise_Modality_Effect_on_Bioenergetical.19.aspx (accessed on 20 January 2023). [DOI: https://dx.doi.org/10.1249/MSS.0000000000000580]
31. Bongers, C.C.W.G.; Daanen, H.A.M.; Bogerd, C.P.; Hopman, M.T.E.; Eijsvogels, T.M.H. Validity, Reliability, and Inertia of Four Different Temperature Capsule Systems. Med. Sci. Sport. Exerc.; 2018; 50, pp. 169-175. Available online: https://journals.lww.com/acsm-msse/Fulltext/2018/01000/Validity,_Reliability,_and_Inertia_of_Four.21.aspx (accessed on 10 January 2023). [DOI: https://dx.doi.org/10.1249/MSS.0000000000001403] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/28816921]
32. Pratas, P.; Bustos, D.; Guedes, J.C.; Mendes, J.; Baptista, J.S.; Vaz, M. Physiological Monitoring Systems for Fatigue Detection within Firefighters: A Brief Systematic Review. Occupational and Environmental Safety and Health IV; Arezes, P.M.; Baptista, J.S.; Melo, R.B.; Castelo Branco, J. Springer International Publishing: Cham, Switzerland, 2023; Volume 449, pp. 469-486.
33. Friedl, K.E. Military applications of soldier physiological monitoring. J. Sci. Med. Sport; 2018; 21, pp. 1147-1153. [DOI: https://dx.doi.org/10.1016/j.jsams.2018.06.004] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/29960798]
34. Bustos, D.; Guedes, J.; Santos Baptista, J.; Vaz, M.; Torres Costa, J.; Fernandes, R.J. Applicability of Physiological Monitoring Systems within Occupational Groups: A Systematic Review. Sensors; 2021; 21, 7249. [DOI: https://dx.doi.org/10.3390/s21217249]
35. Smith, D.L.; Haller, J.M.; Benedict, R.; Moore-Merrell, L. Firefighter incident rehabilitation: Interpreting heart rate responses. Prehospital Emerg. Care; 2016; 20, pp. 28-36. [DOI: https://dx.doi.org/10.3109/10903127.2015.1037477] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/25978308]
36. Johnson, Q.R.; Goatcher, J.D.; Diehl, C.; Lockie, R.G.; Orr, R.M.; Alvar, B.; Smith, D.B.; Dawes, J.J. Heart Rate Responses during Simulated Fire Ground Scenarios among Full-Time Firefighters. Int. J. Exerc. Sci.; 2020; 13, pp. 374-382. Available online: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7039485/ (accessed on 13 February 2023).
37. Nicolò, A.; Massaroni, C.; Schena, E.; Sacchetti, M. The Importance of Respiratory Rate Monitoring: From Healthcare to Sport and Exercise. Sensors; 2020; 20, 6396. [DOI: https://dx.doi.org/10.3390/s20216396]
38. Anwer, S.; Li, H.; Antwi-Afari, M.F.; Umer, W.; Wong, A.Y.L. Cardiorespiratory and Thermoregulatory Parameters Are Good Surrogates for Measuring Physical Fatigue during a Simulated Construction Task. Int. J. Environ. Res. Public Health; 2020; 17, 5418. [DOI: https://dx.doi.org/10.3390/ijerph17155418]
39. Umer, W.; Li, H.; Yantao, Y.; Antwi-Afari, M.F.; Anwer, S.; Luo, X. Physical exertion modeling for construction tasks using combined cardiorespiratory and thermoregulatory measures. Autom. Constr.; 2020; 112, 103079. [DOI: https://dx.doi.org/10.1016/j.autcon.2020.103079]
40. Alhadad, S.B.; Tan, P.M.S.; Lee, J.K.W. Efficacy of Heat Mitigation Strategies on Core Temperature and Endurance Exercise: A Meta-Analysis. Front. Physiol.; 2019; 10, 71. [DOI: https://dx.doi.org/10.3389/fphys.2019.00071] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30842739]
41. Ioannou, L.G.; Mantzios, K.; Tsoutsoubi, L.; Nintou, E.; Vliora, M.; Gkiata, P.; Dallas, C.N.; Gkikas, G.; Agaliotis, G.; Sfakianakis, K. et al. Occupational Heat Stress: Multi-Country Observations and Interventions. Int. J. Environ. Res. Public Health; 2021; 18, 6303. [DOI: https://dx.doi.org/10.3390/ijerph18126303]
42. Pinto-Bernal, M.J.; Cifuentes, C.A.; Perdomo, O.; Rincón-Roncancio, M.; Múnera, M. A Data-Driven Approach to Physical Fatigue Management Using Wearable Sensors to Classify Four Diagnostic Fatigue States. Sensors; 2021; 21, 6401. [DOI: https://dx.doi.org/10.3390/s21196401] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/34640722]
43. Umer, W. Simultaneous monitoring of physical and mental stress for construction tasks using physiological measures. J. Build. Eng.; 2022; 46, 103777. [DOI: https://dx.doi.org/10.1016/j.jobe.2021.103777]
44. Jiang, T.; Gradus, J.L.; Rosellini, A.J. Supervised Machine Learning: A Brief Primer. Behav. Ther.; 2020; 51, pp. 675-687. [DOI: https://dx.doi.org/10.1016/j.beth.2020.05.002]
45. Chopra, S.; Dhiman, G.; Sharma, A.; Shabaz, M.; Shukla, P.; Arora, M. Taxonomy of Adaptive Neuro-Fuzzy Inference System in Modern Engineering Sciences. Comput. Intell. Neurosci.; 2021; 2021, 6455592. [DOI: https://dx.doi.org/10.1155/2021/6455592]
46. Torti, E.; Fontanella, A.; Musci, M.; Blago, N.; Pau, D.; Leporati, F.; Piastra, M. Embedding Recurrent Neural Networks in Wearable Systems for Real-Time Fall Detection. Microprocess. Microsyst.; 2019; 71, 102895. [DOI: https://dx.doi.org/10.1016/j.micpro.2019.102895]
47. Jahangiri, M.; Solukloei, H.R.J.; Kamalinia, M. A neuro-fuzzy risk prediction methodology for falling from scaffold. Saf. Sci.; 2019; 117, pp. 88-99. [DOI: https://dx.doi.org/10.1016/j.ssci.2019.04.009]
48. Cui, S.; Li, C.; Chen, Z.; Wang, J.; Yuan, J. Research on Risk Prediction of Dyslipidemia in Steel Workers Based on Recurrent Neural Network and LSTM Neural Network. IEEE Access; 2020; 8, pp. 34153-34161. [DOI: https://dx.doi.org/10.1109/ACCESS.2020.2974887]
49. Talasila, V.; Madhubabu, K.; Madhubabu, K.; Mahadasyam, M.; Atchala, N.; Kande, L. The prediction of diseases using rough set theory with recurrent neural network in big data analytics. Int. J. Intell. Eng. Syst.; 2020; 13, pp. 10-18. [DOI: https://dx.doi.org/10.22266/ijies2020.1031.02]
50. Nath, N.D.; Behzadan, A.H.; Paal, S.G. Deep learning for site safety: Real-time detection of personal protective equipment. Autom. Constr.; 2020; 112, 103085. [DOI: https://dx.doi.org/10.1016/j.autcon.2020.103085]
51. Zhang, M.; Shi, R.; Yang, Z. A critical review of vision-based occupational health and safety monitoring of construction site workers. Saf. Sci.; 2020; 126, 104658. [DOI: https://dx.doi.org/10.1016/j.ssci.2020.104658]
52. Shokat, S.; Riaz, R.; Rizvi, S.S.; Abbasi, A.M.; Abbasi, A.A.; Kwon, S.J. Deep learning scheme for character prediction with position-free touch screen-based Braille input method. Hum.-Cent. Comput. Inf. Sci.; 2020; 10, 41. [DOI: https://dx.doi.org/10.1186/s13673-020-00246-6]
53. Chen, C.; Li, K.; Teo, S.G.; Zou, X.; Li, K.; Zeng, Z. Citywide Traffic Flow Prediction Based on Multiple Gated Spatio-temporal Convolutional Neural Networks. ACM Trans. Knowl. Discov. Data; 2020; 14, 42. [DOI: https://dx.doi.org/10.1145/3385414]
54. Gaur, L.; Singh, G.; Solanki, A.; Jhanjhi, N.Z.; Bhatia, U.; Sharma, S.; Verma, S.; Petrović, N.; Muhammad, F.I.; Kim, W. Disposition of youth in predicting sustainable development goals using the neuro-fuzzy and random forest algorithms. Hum.-Cent. Comput. Inf. Sci.; 2021; 11, 24. [DOI: https://dx.doi.org/10.22967/HCIS.2021.11.024]
55. Tunkiel, A.T.; Sui, D.; Wiktorski, T. Data-driven sensitivity analysis of complex machine learning models: A case study of directional drilling. J. Pet. Sci. Eng.; 2020; 195, 107630. [DOI: https://dx.doi.org/10.1016/j.petrol.2020.107630]
56. Lambay, A.; Liu, Y.; Morgan, P.; Ji, Z. A Data-Driven Fatigue Prediction using Recurrent Neural Networks. Proceedings of the 3rd International Congress on Human-Computer Interaction, Optimization and Robotic Applications (HORA); Istanbul, Turkey, 11–13 June 2021; pp. 1-6.
57. Lee, J.-S.; Bae, Y.-S.; Lee, W.; Lee, H.; Yu, J.; Choi, J.-P. Emotion and Fatigue Monitoring Using Wearable Devices. Proceedings of the Sixth International Conference on Green and Human Information Technology; Singapore, 30 June 2018; pp. 91-96.
58. Lee, H.; Lee, J.; Shin, M. Using Wearable ECG/PPG Sensors for Driver Drowsiness Detection Based on Distinguishable Pattern of Recurrence Plots. Electronics; 2019; 8, 192. [DOI: https://dx.doi.org/10.3390/electronics8020192]
59. Saravanan, R.; Sujatha, P. A State of Art Techniques on Machine Learning Algorithms: A Perspective of Supervised Learning Approaches in Data Classification. Proceedings of the Second International Conference on Intelligent Computing and Control Systems (ICICCS); Madurai, India, 14–15 June 2018; pp. 945-949.
60. Linardatos, P.; Papastefanopoulos, V.; Kotsiantis, S. Explainable AI: A Review of Machine Learning Interpretability Methods. Entropy; 2021; 23, 18. [DOI: https://dx.doi.org/10.3390/e23010018]
61. Schneider, C.; Hanakam, F.; Wiewelhove, T.; Döweling, A.; Kellmann, M.; Meyer, T.; Pfeiffer, M.; Ferrauti, A. Heart Rate Monitoring in Team Sports—A Conceptual Framework for Contextualizing Heart Rate Measures for Training and Recovery Prescription. Front. Physiol.; 2018; 9, 639. [DOI: https://dx.doi.org/10.3389/fphys.2018.00639] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/29904351]
62. Nelson, B.W.; Low, C.A.; Jacobson, N.; Areán, P.; Torous, J.; Allen, N.B. Guidelines for wrist-worn consumer wearable assessment of heart rate in biobehavioral research. NPJ Digit. Med.; 2020; 3, 90. [DOI: https://dx.doi.org/10.1038/s41746-020-0297-4] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/32613085]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Physical fatigue reduces productivity and quality of work while increasing the risk of injuries and accidents among safety-sensitive professionals. To prevent its adverse effects, researchers are developing automated assessment methods that, despite being highly accurate, require a comprehensive understanding of underlying mechanisms and variables’ contributions to determine their real-life applicability. This work aims to evaluate the performance variations of a previously developed four-level physical fatigue model when alternating its inputs to have a comprehensive view of the impact of each physiological variable on the model’s functioning. Data from heart rate, breathing rate, core temperature and personal characteristics from 24 firefighters during an incremental running protocol were used to develop the physical fatigue model based on an XGBoosted tree classifier. The model was trained 11 times with different input combinations resulting from alternating four groups of features. Performance measures from each case showed that heart rate is the most relevant signal for estimating physical fatigue. Breathing rate and core temperature enhanced the model when combined with heart rate but showed poor performance individually. Overall, this study highlights the advantage of using more than one physiological measure for improving physical fatigue modelling. The findings can contribute to variables and sensor selection in occupational applications and as the foundation for further field research.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details







1 Associated Laboratory for Energy, Transports and Aeronautics—LAETA (PROA), Faculty of Engineering, University of Porto, 4200-465 Porto, Portugal;
2 Centre of Research, Education, Innovation and Intervention in Sport—CIFI2D, Faculty of Sport, University of Porto, 4200-450 Porto, Portugal;
3 Associated Laboratory for Energy, Transports and Aeronautics—LAETA (PROA), Faculty of Engineering, University of Porto, 4200-465 Porto, Portugal;
4 Associated Laboratory for Energy, Transports and Aeronautics—LAETA (PROA), Faculty of Medicine, University of Porto, 4200-319 Porto, Portugal;