EMBRACE: Explainable Multitask Burnout Prediction for Resident Physicians using Adaptive Deep Learning ====================================================================================================== * Saima Alam * Mohammad Arif Ul Alam ## Abstract Medical residency is associated with long working hours, demanding schedules, and high stress levels, which can lead to burnout among resident physicians. Although wearable and machine learning-based interventions can be useful in predicting potential burnout, existing models fail to clinically explain their predictions, thereby undermining the trustworthiness of the research findings and rendering the intervention apparently useless to residents. This paper develops, EMBRACE, Explainable Multitask Burnout pRediction using AdaptivE deep learning, that employs a novel framework for predicting burnout that is clinically explainable. At first, we develop, a wearable sensor based improved workplace activity and stress detection algorithm, using deep multi-task learning. Next, we present a novel Adaptive Multi-Task Learning (MTL) framework built on top of our activity and stress detection algorithm, to automatically detect burnout. Additionally, this model also completes the resident burnout survey automatically such a way that it can clinically estimate the same burnout level i.e., clinically explainable and trustworthy estimation. We evaluated the efficacy and explainability of EMBRACE using a real-time data collected from 28 resident physicians (2-7 days each) with appropriate IRB approval (IRB# 2021-017). Keywords * resident burnout * mutlitask learning * explainable artificial intelligence ## 1. Introduction Workplace stress is a pervasive issue that affects individuals across various professions and industries. It encompasses the psychological, emotional, and physical strain experienced by employees due to demanding work conditions, excessive workload, and challenging interpersonal dynamics. Recent statistics highlight the magnitude of the workplace stress problem, with studies indicating that a 80% of employees reported feeling stressed at work sometimes and 60% of absenteeism was associated with stress in some ways in that survey [30]. This alarming trend raises concerns about the impact of workplace stress on individuals’ well-being, job satisfaction, and overall quality of life. Recognizing the detrimental effects of workplace stress, researchers and clinicians have developed clinically validated tools to assess and detect stress levels in workers [31]. These tools typically involve questionnaires and surveys that measure various dimensions of stress, including task load, mental effort, emotion, and perceived stress [32]. While these tools provide valuable insights, they are often limited by their reliance on self-reporting and retrospective assessments, which can be subject to recall biases and may not capture real-time stress experiences [33]. To address these limitations and provide real-time monitoring of workplace stress, wearables and machine learning techniques have emerged as promising solutions. Wearable devices equipped with sensors can collect physiological and behavioral data from individuals throughout their workday, offering continuous and objective measurements of stress-related indicators such as heart rate variability, skin conductance, and physical activity. Machine learning algorithms can then analyze this data and predict stress levels in real-time [5]. Medical residency is undeniably one of the most challenging and demanding workplace stress situations that individuals can experience. Medical residency is a highly challenging and demanding period characterized by extended working hours and schedules [17]. The demanding work schedules and long hours of residency, coupled with work-home interference, create a highly stressful environment that predisposes residents to burnout due to several stressors, including sleep deprivation, conflicts with coworkers, difficulty adapting to a new environment, heavy patient responsibilities, lack of control over schedules, as well as personal traits such as neuroticism or introversion that increase the risk of burnout [1]. Burnout can cause physical symptoms (headache, fatigue, gastrointestinal distress, flu, and sleep and appetite changes) and psychological symptoms (irritability, reduced concentration), as well as behaviors like procrastination, daydreaming, and substance use [2]. Additionally, it can lead to an increased risk of depression, suicidal thoughts, and cardiovascular problems [3]. Moreover, the COVID-19 pandemic has exacerbated the long-standing issue of resident burnout in the United States healthcare system, highlighting the urgent need for interventions to support and protect the well-being of these essential frontline workers before it is too late [4]. The combined use of advanced wearable sensor technologies and Machine Learning (ML) algorithms can facilitate the early identification of burnout, thereby providing an opportunity to prevent its occurrence [5]. Despite their potential benefits, wearable sensors and machine learning-based predictions may suffer from a lack of clinical explainability, potentially leading to mistrust among clinicians and limiting their practical use in real-time clinical settings [7]. This paper introduces a novel framework, *EMBRACE*, for enhancing the prediction and explanation of burnout in residents by utilizing a clinically validated survey that is easily comprehensible and reliable for clinicians. More specifically, our key contributions are: * In *EMBRACE*, we develop a wearable sensor based improved Workplace Activities (WPAs) and stress recognition framework using deep multitask learning technique. Then, utilizing that, we develop a novel explainable Multitask Learning (MTL) framework to automatically predict burnout and explain the prediction by filling out a clinically validated and trustworthy burnout detection survey tool. * We validated the accuracy and explainability of our proposed *EMBRACE* framework using a real-time collected data from 28 internal medicine residents (2-7 days each) in a natural hospital duty settings with appropriate IRB approval (IRB# 2021-017). ## 2. Related Works The use of machine learning (ML) techniques in detecting burnout among resident physicians is a relatively new area of research. While Ecological Momentary Assessment (EMA) has shown effectiveness in predicting burnout among residents [8], incorporating ML methods has the potential to enhance prediction performance [9]. However, real-time burnout prediction necessitates continuous monitoring of health vitals and ML techniques [10–12]. Recent systematic reviews [11, 12] indicate that existing just-in-time burnout prediction techniques utilize biomarkers such as skin temperature, motion-based activities (accelerometers), electrodermal fluctuations, and wristband-based blood volume pulse. Various ML algorithms such as MLP, RF, KNN, SVM, LR, CNN, FCN, Time-CNN, RESNET MLP, CNN-LSTM, MLP-LSTM, Inceptiontime, and others have been employed in these studies [11, 12]. However, a common limitation among these works is the lack of clinical explainability, which has not been adequately addressed in this research field [7, 11, 12]. Many researchers proposed different Interpretable/Explainable AI (XAI) algorithms to make complex AI prediction models explainable that include the Additive Feature Attribution method and the local interpretable model-agnostic explanations (LIME) approach [18]. The shapley additive explanations (SHAP) approach combines LIME with Shapely values to provide explanations for black-box models [14]. Other methods include class activation mapping (CAM) [19], DeepLIFT [20], and layer-wise relevance propagation (LRP) [21] for interpreting convolutional neural networks (CNNs). In healthcare, explainable AI applications have been developed for interpreting imaging studies and real-time predictions [22]. One previous work proposed interpretable ML techniques for stress prediction using wearables, but it only provided a simplistic representation of top features based on SHapley Additive exPlanations (SHAP), which lacks clinical significance [13]. Adapa et. al., proposed [15] a supervised machine learning method to predict burnout among resident physicians that takes a bunch of surveys to understand different workplace problems and activities related, and, based on that longitudinal surveys on personal, physical, workplace environmental and physiological status measures, and performed supervised machine learning approach to identify some highly correlated factors (emotional exhaustion, depersonalization, race demographics etc.). *EMBRACE* offers both efficient burnout prediction as well as clinically validated survey filling out method hypothesizing that clinical survey of burnout estimation is explainable and trustworthy among resident physicians. ## 3. EMBRACE Framework EMBRACE framework consists of two core components: algorithm for detecting workplace activity and stress; and, adaptive algorithm for detecting burnout level and explanation. Fig. 1 presents a schematic diagram of our proposed framework. ![Figure 1.](http://medrxiv.org/http://medrxiv.stage.highwire.org/content/medrxiv/early/2023/06/29/2023.06.24.23291864/F1.medium.gif) [Figure 1.](http://medrxiv.org/content/early/2023/06/29/2023.06.24.23291864/F1) Figure 1. The schematic diagram of proposed framework ### 3.1. Detecting Workplace Activity and Stress A multitask deep learning framework for wearable sensor-based activity and stress detection involves training a single model to simultaneously perform multiple tasks, specifically activity recognition and stress level classification. The framework combines both tasks into a single neural network architecture, allowing shared representations to be learned and leveraging the complementary information present in the data. #### 3.1.1. Input Data The input data consists of time-series sensor readings from wearable devices, denoted as *X* ∈ ℝ*T* × *N*, where *T* represents the length of the time series and *N* is the number of sensor channels. #### 3.1.2. Activity Recognition Task Activity recognition aims to predict the activity type based on sensor data. The predicted activity labels are denoted as ![Graphic][1], where *Cact* represents the number of activity classes. The output layer for activity recognition is defined as: ![Formula][2] where *H* represents the shared hidden representations obtained from the network, *Wact* is the weight matrix, and *bact* is the bias term specific to the activity recognition task. #### 3.1.3. Stress Level Classification Task Stress level classification aims to predict the stress level based on sensor data. The predicted stress labels are denoted as ![Graphic][3], where ![Graphic][4] represents the number of stress level classes. The output layer for stress level classification is defined as: ![Formula][5] where *H* represents the shared hidden representations obtained from the network, *W**stress* is the weight matrix, and *b**stress* is the bias term specific to the stress level classification task. #### 3.1.4. Shared Representation Learning The shared representation learning module learns a representation that captures both activity and stress-related patterns in the input data. This module consists of a combination of one convolutional neural networks (CNN) with 32 hidden nodes each and two Long Short Term Memory (LSTM) layers with 64 hidden nodes each, to extract meaningful features from the input time series. The final fused hidden representation obtained from this module is denoted as *H*. #### 3.1.5. Loss Function The multitask loss function combines the losses from both tasks to jointly optimize the model. The loss function is defined as a combination of activity recognition loss (*L**act*) and stress level classification loss (*L**stress*), weighted by respective task-specific coefficients (*α* and *β*): ![Formula][6] #### 3.1.6. Learning The model is trained using backpropagation and gradient descent optimization techniques, minimizing the multitask loss function. The shared representation learning module and task-specific layers are updated jointly during training. By training the multitask deep learning framework, the model learns to extract relevant features from the wearable sensor data and simultaneously perform activity recognition and stress level classification tasks. This joint learning approach enables the model to leverage the shared representations and potentially improve the performance of both tasks compared to training separate models. ### 3.2. Burnout Prediction and Explanation To build a multitask few-shot deep domain adaptation framework based on the previous framework, we will adapt it to the scenario where wearable sensor data serves as input, the source domain involves multitask stress and activity recognition, and the target domain focuses on predicting the answers to a multitask Mini-Z survey questionnaire [23] and burnout prediction. The objective is to estimate the overall burnout scale class based on the Mini-Z survey questions’ answers. We describe this model as follows: #### 3.2.1. Preliminaries In this framework, we have similar input data representation where the source domain framework is the previously described multitask deep learning architecture for stress and activity recognition tasks. The model architecture includes shared representation learning, output layers for activity recognition (*O**act*) and stress level classification (*O**stress*), and corresponding labels *Y**act* and *Y**stress*. In the target domain, the focus shifts to predicting the answers to the multitask Mini-Z survey questionnaire. The objective is to estimate the overall burnout scale class based on the answers to the Mini-Z survey questions. For each Mini-Z survey question, a separate output layer is defined in the neural network architecture. The output layer for predicting the answer to question *i* is denoted as *O**i* = *f* (*W**i**H* + *b**i*), where *H* represents the shared hidden representations obtained from the network, *W**i* is the weight matrix specific to question *i, bi* is the bias term associated with question *i*, and *f* is an appropriate activation function. The estimated overall burnout scale class is derived from the answers to the Mini-Z survey questions. This has been achieved by defining a range of total Mini-Z survey questions’ answers and mapping it to specific burnout scale classes. #### 3.2.2. Multitask Adaptive Loss Function The multitask loss function for the target domain includes the task-specific loss for Mini-Z survey questions prediction (*L**miniZ*) and the overall burnout scale class loss (*Lburnout*), weighted by respective task-specific coefficients (*γ* and *δ*). The loss function is defined as: ![Formula][7] where *L**burnout* is the cross-entropy loss for the overall burnout scale class estimation and *L**miniZ* is the *R*2 loss metrics. R-squared is a goodness-of-fit measure for regression models. This statistic indicates the percentage of the variance in the dependent variable that the independent variables explain collectively. R-squared measures the strength of the relationship between your model and the dependent variable on a convenient 0 – 100% scale. *R*2 loss can be represented as follows: ![Formula][8] #### 3.2.3. Few-shot Domain Adaptation Few-shot domain adaptation aims to transfer knowledge from the source domain to the target domain, even when labeled data in the target domain is limited. We modify Model-Agnostic Meta-Learning (MAML) algorithm [24] according to our multitask source and target problem, which allows the model to quickly adapt to new tasks using a few labeled samples. The modified MAML algorithm includes initialization of model parameters and source domain training. Then, the few-shot domain adaptation includes selecting few target samples with labels to define new target task with cloned source model’s parameters. Then, for each target domain task, we perform a few gradient update steps on target parameters using few samples and compute target task specific loss in the inner loop; and compute gradient of task-specific target loss with respect to source parameters and update it. Finally, we evaluate the adapted target task model using Mini-Z survey answers-based prediction 1. Algorithm 1 ### Multitask Few-Shot Deep Domain Adaptation with Model-Agnostic Meta-Learning (MAML) ![Figure2](http://medrxiv.org/http://medrxiv.stage.highwire.org/content/medrxiv/early/2023/06/29/2023.06.24.23291864/F2.medium.gif) [Figure2](http://medrxiv.org/content/early/2023/06/29/2023.06.24.23291864/F2) ## 4. Experimental Evaluation This section describes our experimental evaluation on *EMBRACE* framework. ### 4.1. Datasets We have utilized one existing datasets as source for developing our stress and activity recognition and performance, and collected our own dataset for developing Multitask Few Shot Deep Domain Adaptation with MAML model. #### D1 (SWELL-KW Dataset) We utilized SWELL-KW dataset [25] as source that contains sensor data (accelerometer, heart rate, galvanik skin response), activity labels and four clinical tool estimated stress assessment ground truth. The dataset was collect from 25 people (3 hours each) performed workplace activities under manual stressors such as email interruptions and time pressure. The data has been annotated with activities (via recorded videos), subjective experience on task load, mental effort, emotion and perceived stress was assessed with validated questionnaires (NASA-TLX [26], RSME [27], SAM and PSS [29]) asground truths. #### D2 (Burnout Dataset) With the appropriate Institutional Review Board (IRB) approval (IRB# 2021-017), we recruited 28 internal medicine resident physicians (avg. age 27.5 with std 3.5) from a renown teaching-based medical center from different year (PGY1, PGY2, PGY3). Each participant was asked to wear Empatica E4 watch from the beginning of their daily duty until the end of the day. To assess clinical burnout among resident physicians, we utilized Mini-Z Burnout Survey [23]. The Mini-Z (2.0) burnout assessment comprises a set of 10 questions that utilize 5-point Likert scales, along with an additional open-ended question. These items aim to evaluate three key outcomes, namely burnout, stress, and satisfaction, while also exploring seven factors that contribute to burnout. These factors encompass work control, work chaos, teamwork, alignment of values with leadership, documentation time pressure, EMR (Electronic Medical Record) use pressure, and EMR proficiency. There are three different burnout scales are estimated from these 10 answers: 1. Joyful measure: Add all points from the 10 items for a total score, range 10–40 points. A score ≥20 is considered representative of a joyful work environment 2. Satisfaction scale: Add all points from Q1, Q2, Q3, Q4, range 4–25 points. A score ≥20 is considered a highly supportive environment. 3. Stress scale: Add all points from Q5, Q6, Q7, Q8, range 4–25 points. A score ≥20 is considered a low stress environment with reasonable EMR pressures. A text notification of online MiniZ burnout survey [23] form was sent to their cell phone at 7PM everyday that must be submitted by midnight. The Empatica E4 data as well as submitted MiniZ burnout survey data are stored in a secured HIPAA compliant server with proper de-identification. We performed this Mini-Z survey evaluation before the collection had started to calculate participants’ baseline burnout profile. ### 4.2. Tasks Definitions There are two tasks involved in the source dataset (D1), Task 1 (*T**act*): 5-class activity recognition (writing reports, making presentations, reading e-mail, searching for information and others) and Task 2 (*T**stress*): 3-class stress level recognition (neutral, interruption and Time pressure). On the other hand, there are four tasks involved in the target dataset, D2, Task 1 (*T**survey_answers*): 10-class regression problem to fill-out survey questions and, Task 2 (*T**burnout*1): 2-class overall measure (joyful work environment or not), Task 3 (*T**burnout*2): 2-class satisfaction scale (highly supportive work environment or not), and, Task 4 (*T**burnout*3): stress scale (low stress environment with reasonable EMR pressure or not). In Fig. 1, we presents three burnout tasks (Task 2, Task 3 and Task 4) into a single domain. #### Implementation Our proposed model was implemented using Python’s Keras library with the TensorFlow backend. For the regression task, denoted as ![Graphic][9], we employed the RMSE loss function. In contrast, for the classification tasks, which encompassed the remaining tasks, we utilized categorical cross-entropy loss. These loss functions were employed while jointly training the few-shot MAML algorithm. The optimization of our system was performed using the Adam optimization function with a learning rate of 1 × 10*−*3. The selection of the optimized learning rate and the weighting parameter *β* (set to 0.25) was achieved through hyperparameter tuning. The learning model of our framework was executed on a server equipped with a cluster of three Nvidia GTX GeForce Titan X GPUs and an Intel Xeon CPU (2.00GHz) processor, along with 12 gigabytes of RAM. For training the multitask stress and workplace activity recognition framework, we utilized the D1 dataset (SWELL-KW Dataset) as input. This dataset included readings from wearable sensors such as accelerometers, heart rate monitors, and galvanic skin response sensors. The framework was trained to address two tasks. To adapt the shared module of the target adaptive multitask explainable burnout prediction, we employed the trained weights for initialization (domain adaptation). Subsequently, we replaced the inputs in our collected dataset, D2, with readings from wearable sensors such as accelerometers, heart rate monitors, and electrodermal activity sensors. Additionally, we modified the output layer to accommodate the four aforementioned task problems. ### 4.4. Prediction Performance Evaluation The conventional 10-fold cross validation approach is not suitable for sequential data. Therefore, to train and assess the performance of our proposed *EMBRACE* framework, we adopt a different approach. We partition the entire sequential dataset into two halves. Subsequently, we randomly select a sequence of data from the first half as the training sample, and another random sequence from the second half as the testing sample. This process is repeated ten times to generate ten distinct pairs of training and testing data sequences. To evaluate the performance of our algorithm, we utilize balanced accuracy, precision, recall, and F1 measure as metrics. These metrics provide a comprehensive assessment of the algorithm’s effectiveness. Additionally, we calculate the standard deviation of all these metrics to evaluate the presence of overfitting. Table 1 and Table 2 present detailed performance results of the multitask activity and stress detection algorithm implemented in the *EMBRACE* framework on the source dataset, D1 (SWELL-KW dataset). View this table: [Table 1.](http://medrxiv.org/content/early/2023/06/29/2023.06.24.23291864/T1) Table 1. Workplace activities (writing reports, making presentations, reading e-mail, searching for information and other random works) accuracy performance of source dataset, D1, on EMBRACE framework View this table: [Table 2.](http://medrxiv.org/content/early/2023/06/29/2023.06.24.23291864/T2) Table 2. Stress level (neutral, interruptions and time-pressure) accuracy performance of source dataset, D1, on EMBRACE framework Table 1 displays the overall accuracy, precision, recall, and F-1 measure for workplace activity recognition, which achieve values of 91%, 93%, 91%, and 93% respectively. These results are accompanied by reasonably low standard deviations, indicating no evidence of overfitting. Notably, the classification of writing reports achieves a significantly higher accuracy of 97% compared to other tasks. Table 2 reports the overall accuracy, precision, recall, and F-1 measure for stress level recognition, with values of 94%, 94%, 94%, and 95% respectively. Similar to the activity recognition results, the standard deviations are reasonably low, suggesting no overfitting. It is worth highlighting that the classification of neutral stress levels demonstrates an impressive accuracy of 99%, outperforming the other stress level classifications. Table 3 and Table 4 present the R-squared measure for survey questionnaire completion and the burnout prediction accuracy performance of the adaptive multitask burnout prediction and explanation framework, referred to as *EMBRACE*. View this table: [Table 3.](http://medrxiv.org/content/early/2023/06/29/2023.06.24.23291864/T3) Table 3. Mini-Z survey questionnaire specific answer regression mean squared error (MSE) on our collected dataset, D2, using adaptive multitask learning part of EMBRACE framework View this table: [Table 4.](http://medrxiv.org/content/early/2023/06/29/2023.06.24.23291864/T4) Table 4. Three kind of burnout measures (Joyful measure, Satisfaction scale and Stress scale), D2, using adaptive multitask learning part of EMBRACE framework The results demonstrate significant overall accuracy, precision, recall, and F-1 measures of 87%, 88%, 87%, and 88% respectively. Although certain questionnaires (Q1, Q2, and Q3) show exceptionally poor R-squared measures, the final accuracy of stress level prediction (as shown in Table 4) is not significantly affected due to the efficient design of our adaptive multitask learning framework. The overall accuracy, precision, recall, and F-1 measures for stress level prediction are 94%, 94%, 94%, and 95% respectively. Furthermore, both Table 3 and Table 4 reveal reasonably low standard deviations, indicating a lack of strong evidence for overfitting in our models. ### 4.5. Discussion To enhance the clarity of our findings, we applied the multitask workplace activity and stress detection algorithm to our collected dataset, referred to as D2. In order to gain deeper insights, we conducted correlation analysis among various predicted variables, including workplace activities, stress levels, the Mini-Z questionnaire responses, and burnout measures. The correlation analysis results are depicted in Figure 2, where darker colors indicate lower correlation values. ![Figure 2.](http://medrxiv.org/http://medrxiv.stage.highwire.org/content/medrxiv/early/2023/06/29/2023.06.24.23291864/F3.medium.gif) [Figure 2.](http://medrxiv.org/content/early/2023/06/29/2023.06.24.23291864/F3) Figure 2. Correlation heatmap among detected workplace activities and stress; with, Mini-Z survey questionnaires and estimated bunout measures The questionnaires used in the analysis include the following items: Q1: Overall, I am satisfied with my current job; Q2: Using your own definition of “burnout,” please circle one of the answers below; Q3: My professional values are well aligned with those of my department leaders; Q4: The degree to which my care team works efficiently together; Q5: I feel a great deal of stress because of my job; Q6: The amount of time I spend on the electronic medical record (EMR) at home; Q7: Sufficiency of time for documentation is; Q8: Which number best describes the atmosphere in your primary work area?; Q9: My control over my workload is; and Q10: The EMR adds to the frustration of my day. Our analysis reveals several notable findings. Firstly, it is evident that highly interruptive and time-pressured work activities exhibit strong correlations with most of the questionnaires and stress levels. This suggests that an increase in interruptions and time pressures in the workplace is associated with higher levels of stress and negative responses on the questionnaires. However, we also observed a positive correlation between a neutral (stress-free) state and job satisfaction, as well as a pleasant workplace environment. Furthermore, when examining specific workplace activities, we found that writing notes demonstrated a strong correlation with stress levels. This indicates that an increase in the frequency of writing notes during work is associated with higher levels of stress among residents. Additionally, writing notes showed high correlations with questionnaire items Q5 and Q6, both of which are related to documentation and electronic medical record (EMR) writing. Lastly, it is worth noting that presentation activities in the workplace exhibited a high correlation with a joyful work environment, suggesting that engaging in presentations contributes to a positive and pleasant atmosphere. ## 5. Conclusion and Future Work This paper introduces a novel approach to estimate and explain burnout measures using adaptive multitask learning. The estimation is conducted by administering burnout surveys, and the results are further explained through correlation analysis between our proposed workplace activity recognition and stress measures, along with our predictive model parameters. Although our framework achieves notable accuracy, we were unable to compare it with existing frameworks as there were no similar frameworks available in the current state-of-the-art literature. Furthermore, we did not conduct a satisfaction study on explainability, which would require longitudinal data from a significantly larger number of participants. Our framework is the first of its kind to offer an explanation of wearable-based burnout measures, thus introducing a new dimension in the field of explainable machine learning. ## Data Availability All data produced in the present study are available with appropriate deidentification upon reasonable request to the authors ## Footnotes * salam{at}bhs1.edu * mohammadariful_alam{at}uml.edu * Received June 24, 2023. * Revision received June 24, 2023. * Accepted June 29, 2023. * © 2023, Posted by Cold Spring Harbor Laboratory The copyright holder for this pre-print is the author. All rights reserved. The material may not be redistributed, re-used or adapted without the author's permission. ## References 1. [1].McManus IC, Keeling A, Paice E. Stress, burnout and doctors’ attitudes to work are determined by personality and learning style: a twelve year longitudinal study of UK medical graduates. BMC Med. 2004 Aug 18;2:29. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/1741-7015-2-29&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=15317650&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 2. [2].Halbesleben JR, Rathert C. Linking physician burnout and patient outcomes: exploring the dyadic relationship between physicians and patients. Health Care Manage Rev. 2008 Jan-Mar;33(1):29–39. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1097/01.HMR.0000304493.87898.72&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=18091442&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000251920800005&link_type=ISI) 3. [3].Dyrbye LN, Thomas MR, Massie FS, Power DV, Eacker A, Harper W, Durning S, Moutier C, Szydlo DW, Novotny PJ, Sloan JA, Shanafelt TD. Burnout and suicidal ideation among U.S. medical students. Ann Intern Med. 2008 Sep 02;149(5):334–41. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.7326/0003-4819-149-5-200809020-00008&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=18765703&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000259229300006&link_type=ISI) 4. [4].Novilla MLB, Moxley VBA, Hanson CL, Redelfs AH, Glenn J, Donoso Naranjo PG, Smith JMS, Novilla LKB, Stone S, Lafitaga R. COVID-19 and Psychosocial Well-Being: Did COVID-19 Worsen U.S. Frontline Healthcare Workers’ Burnout, Anxiety, and Depression? Int J Environ Res Public Health. 2023 Mar 1;20(5):4414. 5. [5].Grzadzielewska, M. Using Machine Learning in Burnout Prediction: A Survey. Child Adolesc Soc Work J 38, 175–180 (2021). 6. [6].Baldazzi A, Molinaro L, Taborri J, Margheritini F, Rossi S, Bergamini E. Reliability of wearable sensors-based parameters for the assessment of knee stability. PLoS One. 2022;17(9):e0274817. Published 2022 Sep 22. 7. [7].Asan O, Bayrak AE, Choudhury A. Artificial Intelligence and Human Trust in Healthcare: Focus on Clinicians. J Med Internet Res. 2020 Jun 19;22(6):e15154. [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 8. [8].Balaskas A, Schueller SM, Cox AL, Doherty G. Ecological momentary interventions for mental health: A scoping review. PLoS One. 2021;16(3):e0248152. 9. [9].Kaczor, E. E., Carreiro, S., Stapp, J., Chapman, B., & Indic, P. (2020). Objective measurement of physician stress in the Emergency Department using a wearable sensor. In Proceedings of the 53rd Hawaii International Conference on System Sciences, 2020 (pp. 3729–3738) 10. [10].Vos G, Trinh K, Sarnyai Z, Rahimi Azghadi M. Generalizable machine learning for stress monitoring from wearable devices: A systematic literature review. Int J Med Inform. 2023 11. [11].1. Marques, G., 2. González-Briones, A., 3. Molina López, J.M. Morales, A.S., de Oliveira Ourique, F., Morás, L.D., Cazella, S.C. (2022). Exploring Interpretable Machine Learning Methods and Biomarkers to Classifying Occupational Stress of the Health Workers. In: Marques, G., González-Briones, A., Molina López, J.M. (eds) Machine Learning for Smart Environments/Cities. Intelligent Systems Reference Library, vol 121. Springer, Cham. 12. [12].Morales, A.; Barbosa, M.; Morás, L.; Cazella, S.C.; Sgobbi, L.F.; Sene, I.; Marques, G. Occupational Stress Monitoring Using Biomarkers and Smartwatches: A Systematic Review. Sensors 2022, 22, 6633. 13. [13].Naegelin M, Weibel RP, Kerr JI, et al. An interpretable machine learning approach to multimodal stress detection in a simulated office environment. J Biomed Inform. 2023;139:104299. 14. [14].Lundberg SM, Nair B, Vavilala MS, Horibe M, Eisses MJ, Adams T, Liston DE, Low DK-W, Newman S-F, Kim J, et al. Explainable machine-learning predictions for the prevention of hypoxaemia during surgery. Nat Biomed Eng. 2018;2(10):749–60. 15. [15].Adapa K, Pillai M, Foster M, Charguia N, Mazur L. Using Explainable Supervised Machine Learning to Predict Burnout in Healthcare Professionals. Stud Health Technol Inform. 2022 May 25;294:58–62. doi: 10.3233/SHTI220396. PMID: 35612016. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3233/SHTI220396&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=35612016&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 16. [16]. Saskia Koldijk, Maya Sappelli, Suzan Verberne, Mark A. Neerincx, and Wessel Kraaij. 2014. The SWELL Knowledge Work Dataset for Stress and User Modeling Research. In Proceedings of the 16th International Conference on Multimodal Interaction (ICMI ‘14) 17. [17].Ishak WW, Lederer S, Mandili C, Nikravesh R, Seligman L, Vasa M, Ogunyemi D, Bernstein CA. Burnout during residency training: a literature review. J Grad Med Educ. 2009 Dec;1(2):236–42. doi: 10.4300/JGME-D-09-00054.1. PMID: 21975985; PMCID: PMC2931238. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4300/JGME-D-09-00054.1&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21975985&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 18. [18].Ribeiro MT, Singh S, Guestrin C. Why should i trust you?” explaining the predictions of any classifier. In: Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining; 2016. pp. 1135–44 19. [19].Zeiler MD, Fergus R. Visualizing and understanding convolutional networks. In: European conference on computer vision. Springer; 2014. pp. 818–33 20. [20].Shrikumar A, Greenside P, Kundaje A. Learning important features through propagating activation differences. In: International conference on machine learning. PMLR; 2017. pp. 3145–3153 21. [21].Bach S, Binder A, Montavon G, Klauschen F, Müller K-R, Samek W. On pixel-wise explanations for non-linear classifier decisions by layer-wise relevance propagation. PLoS ONE. 2015;10(7):0130140. 22. [22].Amann J, Blasimme A, Vayena E, Frey D, Madai VI. Explainability for artificial intelligence in healthcare: a multidisciplinary perspective. BMC Med Inform Decis Mak. 2020;20(1):1–9. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/s12911-020-01332-6&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=31906929&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 23. [23].Khanna N, Montgomery R, Klyushnenkova E. Joy in Work for Clinicians and Staff: Identifying Remedial Predictors of Burnout from the Mini Z Survey. J Am Board Fam Med. 2020 May-Jun;33(3):357–367. doi: 10.3122/jabfm.2020.03.190458. PMID: 32430367. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NToiamFiZnAiO3M6NToicmVzaWQiO3M6ODoiMzMvMy8zNTciO3M6NDoiYXRvbSI7czo1MDoiL21lZHJ4aXYvZWFybHkvMjAyMy8wNi8yOS8yMDIzLjA2LjI0LjIzMjkxODY0LmF0b20iO31zOjg6ImZyYWdtZW50IjtzOjA6IiI7fQ==) 24. [24]. Chelsea Finn, Pieter Abbeel, Sergey Levine: Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks. ICML 2017: 1126–1135 25. [25]. Saskia Koldijk, Maya Sappelli, Suzan Verberne, Mark A. Neerincx, and Wessel Kraaij. 2014. The SWELL Knowledge Work Dataset for Stress and User Modeling Research. In Proceedings of the 16th International Conference on Multimodal Interaction (ICMI ‘14). Association for Computing Machinery, New York, NY, USA, 291–298. [https://doi.org/10.1145/2663204.2663257](https://doi.org/10.1145/2663204.2663257) 26. [26].Stanton N, Salmon P, Walker G, et al. Mental workload assessment method. Human factors methods: a practical guide for engineering and design. Great Britain: Ashgate; 2005. p. 301–64. 27. [27].Lin Y., Cai H. A method for building a real-time cluster-based continuous mental workload scale. Issues Erg. Sci. 2009;10:531–543. 28. [28].Delahaye M, Stieglitz RD, Graf M, Keppler C, Maes J, Pflueger M. Deutsche Ü bersetzung und Validierung des Stress Appraisal Measure (SAM) [German translation and validation of the Stress Appraisal Measure (SAM)]. Fortschr Neurol Psychiatr. 2015 May;83(5):276-85. German. doi: 10.1055/s-0034-1399727. Epub 2015 May 27. PMID: 26018395. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1055/s-0034-1399727&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=26018395&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 29. [29].Nielsen MG, Ørnbøl E, Vestergaard M, Bech P, Larsen FB, Lasgaard M, Christensen KS. The construct validity of the Perceived Stress Scale. J Psychosom Res. 2016 May;84:22–30. doi: 10.1016/j.jpsychores.2016.03.009. Epub 2016 Mar 16. PMID: 27095155. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jpsychores.2016.03.009&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=27095155&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 30. [30].Marlin Company and the American Institute of Stress, “The Workplace Stress Scale: Attitudes in the American Workplace VII,” 2009. 31. [31].Edú-Valsania S, Laguía A, Moriano JA. Burnout: A Review of c. Int J Environ Res Public Health. 2022 Feb 4;19(3):1780. doi: 10.3390/ijerph19031780. PMID: 35162802; PMCID: PMC8834764. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3390/ijerph19031780&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=35162802&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 32. [32].Kunzler AM, Helmreich I, Chmitorz A, König J, Binder H, Wessa M, Lieb K. Psychological interventions to foster resilience in healthcare professionals. Cochrane Database Syst Rev. 2020 Jul 5;7(7):CD012527. doi: 10.1002/14651858.CD012527.pub2. PMID: 32627860; PMCID: PMC8121081. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1002/14651858.CD012527.pub2&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=32627860&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) 33. [33].Li D, Menotti T, Ding Y, Wells NM. Life Course Nature Exposure and Mental Health Outcomes: A Systematic Review and Future Directions. Int J Environ Res Public Health. 2021 May 12;18(10):5146. doi: 10.3390/ijerph18105146. PMID: 34066287; PMCID: PMC8152056. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3390/ijerph18105146&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=34066287&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F06%2F29%2F2023.06.24.23291864.atom) [1]: /embed/inline-graphic-1.gif [2]: /embed/graphic-2.gif [3]: /embed/inline-graphic-2.gif [4]: /embed/inline-graphic-3.gif [5]: /embed/graphic-3.gif [6]: /embed/graphic-4.gif [7]: /embed/graphic-5.gif [8]: /embed/graphic-6.gif [9]: /embed/inline-graphic-4.gif