Next Article in Journal
Sustainable Management and Policies: The Roles of Stakeholders in the Practice of Inclusive Education in Digital Transformation
Previous Article in Journal
Evolutionary Optimization Based Set Joint Integrated Probabilistic Data Association Filter
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Hierarchical Machine Learning Solution for the Non-Invasive Diagnostic of Autonomic Dysreflexia

by
Nagore Sagastibeltza
1,*,
Asier Salazar-Ramirez
2,*,
Ainhoa Yera
3,
Raquel Martinez
2,
Javier Muguerza
1,
Nora Civicos Sanchez
4 and
Maria Angeles Acera Gil
5
1
Department of Computer Architecture and Technology, University of the Basque Country (UPV/EHU), 20018 Donostia, Spain
2
Department of System Engineering and Automation, University of the Basque Country (UPV/EHU), 48013 Bilbao, Spain
3
Department of Languages and Computer Systems, University of the Basque Country (UPV/EHU), 20018 Donostia, Spain
4
Spinal Cord Injury Unit, Cruces University Hospital, 48903 Barakaldo, Spain
5
Neurodegenerative Diseases Group, BioCruces Bizkaia Health Research Institute, 48903 Barakaldo, Spain
*
Authors to whom correspondence should be addressed.
Electronics 2022, 11(4), 584; https://doi.org/10.3390/electronics11040584
Submission received: 21 January 2022 / Revised: 7 February 2022 / Accepted: 11 February 2022 / Published: 15 February 2022

Abstract

:
More than half of patients with high spinal cord injury (SCI) suffer from episodes of autonomic dysreflexia (AD), a condition that can lead to lethal situations, such as cerebral haemorrhage, if not treated correctly. Clinicians assess AD using clinical variables obtained from the patient’s history and physiological variables obtained invasively and non-invasively. This work aims to design a machine learning-based system to assist in the initial diagnosis of AD. For this purpose, 29 patients with SCI participated in a test at Cruces University Hospital in which data were collected using both invasive and non-invasive methods. The system proposed in this article is based on a two-level hierarchical classification to diagnose AD and only uses 35 features extracted from the non-invasive stages of the experiment (clinical and physiological features). The system achieved a 93.10% accuracy with a zero false negative rate for the class of having the disease, an essential condition for treating patients according to medical criteria.

1. Introduction

Autonomic dysreflexia (AD) is a serious condition common in patients with cervical or upper thoracic (above T6) [1,2,3] spinal cord injury (SCI) that develops in more than half of all cases [4,5,6]. When the patient has their spinal cord injured, there is a significant probability that nerve connections between the brain and the peripheral nerve endings become damaged. When this happens, the body is unable to respond adequately to the homeostatic imbalances produced in the areas affected by the nervous system disruption. Accordingly, these physiologically adverse situations gradually become more unbalanced over time. AD is also known as autonomic hyperreflexia, and it is clinically associated with acute hypertension resulting from the hyperactivity of the sympathetic nervous system. Signs and symptoms of AD include sudden increases in blood pressure, anxiety, blurred vision, headache, bradycardia and sweating above the level of the lesion [7,8]. However, the symptoms produced by AD episodes can lead to more serious conditions if they are allowed to develop and not treated quickly, leading to lethal consequences such as myocardial ischaemia or cerebral haemorrhage [9,10,11,12,13,14]. This is why early diagnosing of the disease and detecting the occurrence of its episodes is of paramount importance to ensure the health of patients suffering from SCI.
AD can develop at any time when a stimulus occurs below the level of the lesion [15]. Among the various AD episode triggering stimuli, the most common are, firstly, bladder distention [16,17,18], followed by faecal impaction [19]. Controlled bladder-filling is therefore one of the most common diagnostic tests used for determining whether a patient with SCI has AD. During these diagnostic tests, a medical team progressively fills the patient’s bladder with a saline solution through a catheter. The saline solution is used for simulating the urine that would concentrate in the bladder in a daily situation and with it, the clinicians intend to induce in the patient a controlled AD attack. If an AD episode arises, then the doctors will know that the result of the diagnostic test is positive and that the patient is susceptible to suffering AD episodes in everyday life. Conversely, the diagnostic test will be negative if the patient’s body does not react adversely when the bladder is full (see the symptoms mentioned in the previous paragraph). It is important to note that these tests can only be performed in a controlled clinical environment and that the induction of these AD episodes does not entail a risk for the patient: the medical team can reverse the episodes by emptying the bladder with the same catheter used for filling it.
Concerning the bibliography, most of the papers about AD analyse it from a medical perspective. This way, numerous studies explain what AD is and its potentially lethal consequences. Nevertheless, few are works that study AD from a technological approach to automatically diagnose this condition or detect the onset of its episodes. To the extent of the authors’ knowledge, apart from Suresh’s and Duerstock’s studies [20,21], the literature using machine learning (ML) techniques for detecting AD is practically non-existent. In the case of this work, Suresh and Duerstock present a device that detects the onsets of AD by combining the monitorisation of physiological variables and ML techniques. However, the solution presented in this article is proposed for being used with SCI patients that have previously been diagnosed with the disease and that already have certain experience with this condition.
In this sense, this work takes another path and intends to face the problem of the initial diagnostic instead of trying to detect its onsets in daily situations. The team’s objective was to design a ML-based system for diagnosing AD in patients with SCI. Thus, they expanded the previous work of [22] and conducted a pilot experiment with 29 patients with SCI at Cruces University Hospital (CUH, from now on). Some of the data collected in these experiments are of a non-invasive nature: clinical history data, analyses of hormonal variations obtained through blood extraction, monitorisation of physiological variables at rest, etc. On the other hand, the team also collected physiological data using the bladder-filling invasive method within a controlled environment and monitored by a nurse and a doctor. The team selected this method because, as mentioned previously, most of the AD episodes are produced by the stimulus derived from the filling of the bladder. During the total duration of the experiment, the researchers collected the following four physiological signals to extract features usable for diagnosing the infirmity: systolic blood pressure, diastolic blood pressure, heart rate and total peripheral resistance.
Regarding the diagnostic test for this disease, the reader should bear in mind that, due to their injury, the patients taking these tests are highly fragile. For this reason, the objective of this work is to take the diagnostic a step further and minimise the necessity of using invasive methods for detecting the disease. To this end, this work proposes a hierarchical classification system that divides the diagnostic problem into two levels to determine the presence of the disease using only those features that can be extracted non-invasively. The proposal for the first level is to use the information already available from the patient’s clinical history. Later, a second level is proposed to diagnose the cases that were not clear in the first level by using the features extracted from the non-invasive stages of the experiment (physiological signal values and blood analysis results). By doing so, the authors intend to minimise the number of cases that require the patients to undergo the bladder-filling test for diagnosing the disease. Besides, the proposed system also considers the costs related to classification errors. Accordingly, it has been tuned so that the false negative (FN) rate associated with the class of having the disease is zero and avoids the lethal consequences of not diagnosing a patient with AD who does have it.
Thus, to summarise, in this work, the authors pose the hypothesis that states that it is possible to perform the initial diagnosis of the disease by using systems based on ML and features from non-invasive sources. In addition, accordingly, the following two objectives were set for the study: diagnosing the disease using non-invasive features and minimising to zero the rate of FN produced when performing the diagnostic.
The remaining part of this work is organised as follows. Section 2 describes the design of the pilot experiment and the extraction of the features used for automatically detecting the disease. Then, Section 3 describes the steps taken when applying the ML techniques to the diagnostic problem and how the team reached their final proposal of the two-level hierarchical classifier. Finally, in Section 4, this paper comments on the results obtained throughout the study and Section 5 presents the conclusions and future lines derived from this work.

2. Materials and Methods

This section describes the pilot experiment conducted at CUH [23] and the extraction of the features that would be later used for generating the diagnostic system based on ML.

2.1. The Data Collection Experiment

This work continues with the previous study conducted by this team in which they analysed the detection of AD with the data collected from 5 SCI patients [22]. In that work, the classifiers proposed for diagnosing the AD gave promising results and 4 of the 5 patients were classified correctly (2 without AD and 3 with AD). However, the classification error that took place resulted in an FN and, as explained in the introduction, the errors of this type are not acceptable because not diagnosing a patient with the disease may have deadly consequences. For this reason, the researchers teamed with the medical team of CUH and repeated the same experimentation of [22] to expand the sample of the study to 29 SCI patients (20 male and 9 female) ranging between 32 and 85 years old (mean = 52.24 and SD = 12.79 years). In this new sample, 21 of the 29 participants had already been diagnosed with AD and the other 8 were free from the disease. With this expansion of the sample, the researchers intended to obtain a more robust system that diagnoses without producing any FN and that does it, as much as possible, using solely non-invasive features (as it will be explained, taking care of false positive errors, abbreviated as FP from now on, is not that important as their cost is much smaller).
The test took place at CUH’s dysautonomia unit under the supervision of a doctor and a nurse. Twenty-four hours before the experiment, the patients signed a consent form and had their bladder emptied. Concerning the process inside the laboratory, the data collection was performed according to the same experimental protocol [22], which received the approval of the Clinical Research Committee of Basque under the PI2013132 validation code. The protocol was divided into the three stages shown in Figure 1, which will be described below.
The first stage of the experiment consisted of collecting the data from the clinical history of the patient, such as the level of the spinal cord at which the SCI took place, the type of injury, the functioning of the sphincters, the previous symptomatology, etc.
The second stage consisted of laying the patient on a tilting table and fastening the chest and lower limbs to the table. Then, the patient was left resting on the table in a supine position (0°) and, after that time, the clinicians extracted a blood sample from the patient’s arm. Three minutes later, the clinicians tilted the table to 60° leaving the patient with their head up and took another blood sample. The reason for this second extraction was to compare the hormonal variations between the two blood samples. More precisely, the comparison would be between catecholamine levels (adrenaline, noradrenaline, dopamine and vasopressin). These hormones are also known as amine hormones as they flow within the blood circulation and are subsequently linked to the increases in blood pressure produced by the onsets of AD.
The third and last stage started with fitting the patients with a urinary catheter for the bladder-filling and with the electrodes for monitoring and collecting the physiological signals with a Task Force Monitor device (CNSystems®). As said in the description, four physiological signals were collected during the third part of the experiment: the systolic and diastolic blood pressures, the heart rate and the total peripheral resistance. Then, once both the electrodes and catheter had been placed, the patient’s basal physiological values were recorded for 10 min while the patient laid down on the table at 0°. Then, the clinicians proceeded to fill the bladder with a saline solution (0.9% concentration and 37 °C) aiming to produce the stimulus that could trigger an episode of AD while recording the physiological signals of the patient. This process would last until the bladder was full (the length of the process varied between patients) and, after registering all the physiological signals, the clinicians proceeded to gradually empty the bladder and remove the catheter.
Finally, to finish the third stage of the experiment, the patient laid down in a supine position for 10 min more while the biosignals were being recorded. Later, the table would be tilted back again to 60° and the patient would remain at that position for 10 min. After that time, the clinicians would tilt the table down to 0° degrees and the experiment would conclude by releasing the patient from the table.
This experimental procedure permitted the team to obtain data coming from different sources: clinical history, blood hormonal levels from two positions and physiological signals at rest, during the filling of the bladder and at 60°.

2.2. Feature Extraction

Once all the patients had gone through the data collection experiment of Figure 1, the researchers took all the information and created a new database with different features that would be used later for training a ML system for diagnosing AD. This subsection presents this new database, which consists of 35 features coming from the different non-invasive parts of the experiment.
As mentioned in the introduction, one of the main objectives of this work was to perform the diagnostic of AD in patients suffering from SCI without needing to apply invasive methods such as that of the bladder-filling. These patients are very fragile and so the researchers found it important to organise all the information collected throughout the experiment according to the level of invasiveness. Hence, the extracted features were divided into two main groups.
The first main group embraced the 35 features extracted from the variables collected by non-invasive methods. Depending on the source, these 35 features were also divided into 2 smaller subgroups. On the one side, Table 1 presents the first subgroup, which corresponds to the 5 features belonging to the clinical history of the patient.
On the other side, the second subgroup covered the remaining 30 features shown in Table 2. On the one hand, the first 8 features of Table 2 correspond to the hormonal levels of the 2 blood extractions. On the other hand, the other 22 features of the table were extracted from the 4 physiological signals that were collected while the patients were lying on the tilting table. It is important to note that these 22 features were extracted from the baseline component of the physiological signals, which was obtained using a low-pass filter with a cut-off frequency of 1 Hz. Whereas the first 4 of the 22 were obtained from the part of the experiment in which the patients were lying at supine position (0°), the last 18 were extracted from the signals recorded with the patient at 60° of inclination.
Contrary to the first, the second main group of features is formed by those collected via invasive methods (bladder-filling). The experiment simulated a daily-life situation that could trigger an episode of AD as it can be the filling of the bladder. This simulation was performed using a saline solution that was inserted into the bladder with a urinary catheter while the patient laid down on the table. Thus, this part of the experiment was highly invasive and, accordingly, the features that could be extracted from the four physiological signals recorded during this part of the experiment had to be tagged as invasive. Recalling the objectives of this work, these features did not match the needs of performing the diagnostic in a less invasive manner and their use in the study was subsequently discarded and not included in the database.
Hence, to summarise, the team created a database composed of 35 features of non-invasive origin: 5 from the clinical history and 30 from the blood tests and physiological signals collected through non-invasive methods.
Once the database had been created, the researchers analysed it and observed that, for some patients, certain features coming from the bladder-filling and table-tilting stages had missing values. In this sense, the researchers took into account that the absence of values could be meaningful when performing the classification and decided to normalise the data in the (0.25–1) range and reserve the 0 value for those cases in which it had not been possible to collect the data. To this end, all non-missing values of the data were normalised according to the linear equation of (1), where X i represents the ith value of the feature vector, X n o r m for the normalised value and X m a x and X m i n stand for the maximum and minimum values of that given feature in the whole register. Then, 1 / 3 was added to those normalised values and, later, the missing values were replaced by 0 values. Finally, all the values of the feature vectors were divided by the maximum value of the vector. As a result of this process, each feature would be represented with a vector in which the 0 values stand for the data missing cases and all the others would be contained within the (0.25–1) range.
X n o r m = X i X m i n X m a x X m i n

2.3. Experimental Setup

After normalising the database, the data were ready for the ML analysis. Hence, the team explored different types of algorithms and classification structures to build a ML-based AD diagnosing system.
To do so, the team trained 11 supervised learning algorithms in their standard form using the Weka ML software platform [26]. The authors trained the following algorithms: Decision Trees (DT), Random Forests (RF, with 10 trees), AdaBoost (AdaB), Bagging (Bag), Logistic Regression (LR), k-Nearest Neighbours (k-NN, with k = 5), Support Vector Machines (SVM), 1R Rule (1R), Radial-Basis Function (RBF) network, Naïve Bayes (NB) and Multilayer Perceptron (MLP). As it can be seen, these algorithms belong to different types of state-of-the-art paradigms, such as rule or distance-based algorithms, algorithms based on probabilistic methods or ensembles of classifiers, among others.
The results of all the approaches followed until reaching the final solution was obtained using these 11 algorithms and the leave-one-out validation methodology. The reader will find all these results presented in Section 3.

3. Results

This section will present the results of the classification system that was designed to diagnose the presence of AD in patients with SCI. To this end, the researchers used the features that could be extracted from the 29 patients using non-invasive techniques. This section has been split into two subsections. In the first, this paper presents the previous experimentation with which the researchers approached the AD diagnostic classification problem. First, the problem was approached by combining both the clinical and non-invasive physiological features in a single subspace and, after that, exploring the subspaces of those two types of features independently. Then, in the second subsection, the team proposes a two-level hierarchical diagnostic system and will show its results detecting AD in patients with SCI.

3.1. Previous Approaches

3.1.1. The Combined Subspace of Clinical and Non-Invasive Physiological Features

The first attempt of the researchers consisted of seeing whether it was possible to detect AD by applying ML techniques to all the data obtained non-invasively. Hence, in this approach, the researchers used both the features coming from the patients’ clinical histories and the ones of physiological nature collected with non-invasive methods. Table 3 presents the results of using the 35 non-invasive features (clinical and physiological) in this initial approach to the problem.
Looking at Table 3, the reader could see that the NB algorithm obtained the best accuracy (calculated as the percentage obtained from dividing the correctly classified instances by the total amount of instances), followed by the RBF and SVM. However, all of them produced three FN errors. As mentioned in Section 2.1, if the lethal consequences of AD episodes are taken into account, then this type of error must be avoided by all means as it has a high cost for the patients’ health. Thus, when it comes to minimising the amount of FN, the k-NN obtained the best result.
Anyway, none of the algorithms met the objectives defined by the researchers. Consequently, the team decided to explore the features of the clinical history and the non-invasive physiological information in independent subspaces and see if the results could be improved and obtain a null FN rate (Section 3.1.2 and Section 3.1.3, respectively).

3.1.2. The Subspace of the Clinical Features

Apart from detecting the AD with a zero FN rate, the other objective of this work is to perform it as least invasively as possible. Therefore, having to choose between exploring the subspace of the features from the clinical history and coming from the physiology, the team decided to first explore the ones of the clinical history as they are completely non-invasive. In this sense, if AD could be detected using only these features, then it would not be necessary to perform any experimentation with the patient to diagnose the disease if the clinicians determined it that way.
Reaching this point, the team tried the same 11 algorithms of the previous attempt with the features coming from the clinical history following the leave-one-out methodology. The results obtained in this second experimentation showed a similar trend to what happened previously. The values shown by Table 4 indicate that k-NN (with k = 5) had again been the one producing less FN.
On the other hand, the results of Table 4 also show that it is possible to correctly detect a high number of cases solely using the features coming from the clinical history. Nevertheless, it can also be concluded that some of the information needed to detect the disease is not covered by this subspace as all classifiers made some type of error. That is why the team opted for repeating the experimentation but shifting to the subspace physiological features collected by non-invasive methods.

3.1.3. The Subspace of the Non-Invasive Physiological Features

As explained previously, the team saw the need to eliminate the FN errors produced in the classification. To achieve this, they opted for changing strategy and facing the problem by analysing the subspace of the 30 features extracted from the physiological data of the non-invasive part of the experiment. Hence, the exploration of this subspace would mean that all patients would have to take some experimentation. Anyway, this experimentation would be minimally invasive and would not differ much from what could be performed in a normal medical check-up.
For the sake of consistency, following with the methodology of the previous subsections, the team used the same 11 supervised learning algorithms to study this third subspace. Accordingly, the results shown below in Table 5 were also validated with the leave-one-out methodology.
Looking at the results of Table 5, the reader will see that the results differed slightly from those of the previous two subspaces. On the one hand, the accuracies were generally worse, being that NB was the best scoring algorithm (82.76%). Besides, contrary to what happened before, the NB not only scored the best accuracy but also produced the smallest number of FN (FN = 3). Despite the results of NB not being bad, they were still far from what was desired and so it was clear to the researchers that it is more difficult to diagnose the disease correctly using this subspace.

3.2. The Proposed Hierarchical Classification System

The previous subsection proved that it had been impossible to automatically diagnose the AD by approaching the classification problem in a single level. Therefore, the team proposed a new strategy and suggested the possibility of diagnosing the disease in two different levels. This way, the researchers looked for taking advantage of each subspace’s potential and the complementarity between each for performing the classification. The first level was proposed to work with the features of the clinical history to diagnose the AD. This first level was set up very conservatively, i.e., it would only classify the clear cases and it would leave as ambiguous the ones close to the decision boundaries that would not obtain a robust classification. Later, for the unclear cases, the team proposed a second level using the subspace of the non-invasive physiological features to determine the final class of those cases. The reason for exploring the two subspaces in this order is consistent with the objectives of this work: performing it this way minimises the need for taking the patients through experimentation and reduces to the maximum the invasiveness of the diagnostic.
Having posed their strategy, for selecting the best algorithms for each level, the researchers based this on the results of Table 4 and Table 5. This way, the first level of the hierarchical classifier would use the k-NN algorithm, and the second would use the NB. However, the previous experimentation proved that it had been impossible to reduce the amount of FN to zero. Therefore, to avoid this problem, the team decided to establish a certainty constraint for the classification of the first level. This way, the classifier would only determine the class of an instance if at least 4 of the 5 neighbour patterns corresponded to a same class. On the contrary, the instance would be left as ambiguous when the certainty of the first classifier was weaker and it would be the second level’s classifier who would finally determine, using the non-invasive physiological features, whether the patient is diagnosed with the disease. The conceptual diagram of Figure 2 depicts the functioning scheme of the hierarchical system proposed in this subsection.
Once the configuration of the system was set, the team tested the system once again using the leave-one-out methodology used throughout the whole study. The results of this experimentation are given in Table 6 where at last it had been possible to perform a classification free of FN errors. This is reflected by the absence of errors for the “AD” class. Besides, Table 6 also shows that the first level’s k-NN correctly classified 21 of 29 the cases, missed 1 and considered 7 as ambiguous. Concerning the second level, the reader will observe that the NB algorithm catalogued correctly 6 of the 7 cases that had been marked as ambiguous by the first classifier. This way, the proposed hierarchical system obtained an accuracy of 93.10%.
For better comprehension, Table 7 shows the results of the hierarchical classification more visually. Marked in green, Table 7 shows the instances that could be correctly classified, either in the first level or the second. Besides, the table also shows which of the cases were left ambiguous by the first level’s classifier (in orange). Finally, the system had been unable to classify correctly two of the patients (in red), but these errors belong to the FP class. The consequences of this type of error are not that severe as it would mean that the patient would have to go through the bladder-filling invasive part of the experiment and, accordingly, the clinicians would realise that the patient did not have the disease. As the bladder-filling test does not imply any risk for the patient, the only cost of producing this type of error is that the patient would take a test that could have been avoided.

4. Discussion

In this work, the research team has presented an expansion of their previous work [22] that focused on performing the initial diagnostic of AD in patients with SCI using ML algorithms. To the extent of the authors’ knowledge, the bibliography that seeks to detect this disease using ML is very scarce [20] and even moreso the one focusing on its initial diagnostic. On the one hand, the team has expanded the sample of study of its previous research from 5 to 29 patients suffering from SCI. On the other hand, the researchers have approached the problem of performing a diagnostic free from FN errors. These types of classification errors represent the diagnostic error of saying that a patient is free from the disease when they have it, and so they may have lethal consequences. Finally, this work also had the objective of performing the diagnostic in the least invasive manner possible, minimising the number of medical tests to be performed and always without using the invasive methods that are common for diagnosing this disease, as is, for example, the bladder-filling test.
Initially, the researchers faced the problem of diagnosing the AD in three different subspaces: the subspace combining features from the clinical history and non-invasive physiological features and the subspaces of analysing them but independently from each other. The best algorithms of these three explorations resulted to be the k-Nearest Neighbours (k-NN, with k = 5 and an accuracy = 79.31%), again the k-NN (k = 5, accuracy = 86.21%) and the Naïve Bayer (NB, with accuracy = 82.76%), respectively. However, even if the accuracy values were relatively high, the classifiers always produced errors of the FN type.
Thus, the team changed strategy and proposed a hierarchical system in which the diagnosis would be performed in two levels: a very conservative first level that would only classify the clearly distinguishable patterns and a second level that would be useful for determining the class of the less clear patterns. The first level would diagnose using k-NN (k = 5) in the subspace of the variables of the clinical history of the patient. Thus, this first level does not require performing any type of medical test on the patient. Besides, to be conservative and not produce FN, a minimum certainty threshold was set for the first level’s classifier: an instance would only be classified if 4 of 5 nearest neighbours belonged to the same class. If this constraint was not fulfilled, then the case would be left ambiguous and would be passed onto the second level of the hierarchical system. In the second level, the final diagnostic of the patient would be performed by the NB algorithm using the features extracted from the physiological data collected non-invasively (it requires performing a medical test). The results of this approach resulted to be satisfactory and detected the disease with an accuracy of 93.10% and achieving FN = 0.

5. Conclusions

According to the results discussed in the previous section, the goodness of the work presented becomes clear: on the one side, the work contributes to an area in which technological approaches are scarce and, on the other, gives support to the clinicians that work in this field. The work presented in this article received the acceptance of Cruces University Hospital’s clinicians, proposing a solution to the complex problem of diagnosing AD without producing FN errors [11,12]. Besides, it has minimised the invasiveness and the necessity of performing medical tests thanks to the confluence of different types of information (physiological and from the clinical history).
However, a sample of 29 patients could still be considered small for generalising the results to a wider population. Accordingly, the team poses the future line of expanding the sample of the study even more, even if the access to this type of population is complicated. Apart from that, the proposed hierarchical system has the weakness of not explaining why they chose a class. Because of this reason, the team also proposes the future line of fulfilling the same objectives of this work but only using classifiers with explanatory properties. This way, the classification would not only be robust and non-invasive but would also provide the clinicians with an explanation for taking a diagnostic decision.

Author Contributions

Conceptualisation, R.M. and J.M.; methodology, N.S. and N.C.S.; formal analysis, N.S., R.M. and N.C.S.; funding acquisition, J.M.; investigation, N.C.S. and M.A.A.G.; project administration and supervision, J.M. and M.A.A.G.; resources, N.C.S. and M.A.A.G.; software and validation, A.S.-R., A.Y. and J.M.; visualisation, N.S., A.S.-R. and A.Y.; writing—original draft preparation, N.S., A.S.-R. and R.M.; writing—review and editing, A.S.-R. and A.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This work was partially funded by the Department of Education, Universities and Research of the Basque Government (ADIAN, IT-980-16), by the Spanish Ministry of Science, Innovation and Universities-National Research Agency and the European Regional Development Fund-ERDF (PhysComp, TIN2017-85409-P), and from the State Research Agency (AEI, Spain) under grant agreement No. RED2018-102312-T (IA-Biomed).

Institutional Review Board Statement

The study was conducted according to the guidelines of the Declaration of Helsinki and approved by the Clinical Research Committee of the Basque Country and has received approval under the validation code PI2013132.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

Due to the nature of this research, participants of this study did not agree for their data to be shared publicly, so supporting data is not available.

Conflicts of Interest

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.

References

  1. Salim, M.S.; Mazlan, M.; Hasnan, N. Intracerebral haemorrhage following uncontrolled autonomic dysreflexia post suprapubic catheter placement surgery. Spinal Cord Ser. Cases 2017, 3, 17043. [Google Scholar] [CrossRef] [PubMed]
  2. West, C.R.; Squair, J.W.; McCracken, L.; Currie, K.D.; Somvanshi, R.; Yuen, V.; Phillips, A.A.; Kumar, U.; McNeill, J.H.; Krassioukov, A.V. Cardiac Consequences of Autonomic Dysreflexia in Spinal Cord Injury. Hypertension 2016, 68, 1281–1289. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Hubbard, M.E.; Phillips, A.A.; Charbonneau, R.; Squair, J.W.; Parr, A.M.; Krassioukov, A. PRES secondary to autonomic dysreflexia: A case series and review of the literature. J. Spinal Cord Med. 2019, 44, 606–612. [Google Scholar] [CrossRef] [PubMed]
  4. Vírseda-Chamorro, M.; Salinas-Casado, J.; Gutiérrez-Martín, P.; de la Marta-García, M.; López-García-Moreno, A.; Fuertes, M.E. Risk factors to develop autonomic dysreflexia during urodynamic examinations in patients with spinal cord injury. Neurourol. Urodynamics 2015, 36, 171–175. [Google Scholar] [CrossRef] [PubMed]
  5. Weaver, L.C.; Fleming, J.C.; Mathias, C.J.; Krassioukov, A.V. Disordered cardiovascular control after spinal cord injury. In Handbook of Clinical Neurology; Elsevier: Amsterdam, The Netherlands, 2012; pp. 213–233. [Google Scholar] [CrossRef]
  6. Chiodo, A.; Crane, D.; Reyes, M.; Song, S.; Klebine, P.; (Model Systems Knowledge Translation Center). Autonomic Dysreflexia. 2015. Available online: https://msktc.org/sci/factsheets/autonomic_dysreflexia (accessed on 20 January 2022).
  7. Shouman, K.; Benarroch, E.E. Segmental spinal sympathetic machinery. Neurology 2019, 93, 339–345. [Google Scholar] [CrossRef] [PubMed]
  8. Walter, M.; Knüpfer, S.C.; Cragg, J.J.; Leitner, L.; Schneider, M.P.; Mehnert, U.; Krassioukov, A.V.; Schubert, M.; Curt, A.; Kessler, T.M. Prediction of autonomic dysreflexia during urodynamics: A prospective cohort study. BMC Med. 2018, 16, 53. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  9. Cragg, J.J.; Noonan, V.K.; Krassioukov, A.; Borisoff, J. Cardiovascular disease and spinal cord injury: Results from a national population health survey. Neurology 2013, 81, 723–728. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  10. Wu, J.C.; Chen, Y.C.; Liu, L.; Chen, T.J.; Huang, W.C.; Cheng, H.; Tung-Ping, S. Increased risk of stroke after spinal cord injury: A nationwide 4-year follow-up cohort study. Neurology 2012, 78, 1051–1057. [Google Scholar] [CrossRef] [PubMed]
  11. Lee, E.S.; Joo, M.C. Prevalence of Autonomic Dysreflexia in Patients with Spinal Cord Injury above T6. BioMed Res. Int. 2017, 2017, 2027594. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Wan, D.; Krassioukov, A.V. Life-threatening outcomes associated with autonomic dysreflexia: A clinical review. J. Spinal Cord Med. 2013, 37, 2–10. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Allen, K.; Leslie, S. Autonomic Dysreflexia; StatPearls Publishing: Treasure Island, FL, USA, 2020. Available online: https://www.ncbi.nlm.nih.gov/books/NBK482434/ (accessed on 20 January 2022).
  14. Mironets, E.; Osei-Owusu, P.; Bracchi-Ricard, V.; Fischer, R.; Owens, E.; Ricard, J.; Wu, D.; Saltos, T.; Collyer, E.; Hou, S.; et al. Soluble TNFα Signaling within the Spinal Cord Contributes to the Development of Autonomic Dysreflexia and Ensuing Vascular and Immune Dysfunction after Spinal Cord Injury. J. Neurosci. 2018, 38, 4146–4162. [Google Scholar] [CrossRef] [PubMed]
  15. Sharif, H.; Hou, S. Autonomic dysreflexia: A cardiovascular disorder following spinal cord injury. Neural Regen. Res. 2017, 12, 1390. [Google Scholar] [CrossRef] [PubMed]
  16. Lindan, R.; Joiner, E.; Freehafer, A.A.; Hazel, C. Incidence and clinical features of autonomic dysreflexia in patients with spinal cord injury. Spinal Cord 1980, 18, 285–292. [Google Scholar] [CrossRef] [PubMed]
  17. Koyuncu, E.; Ersoz, M. Monitoring development of autonomic dysreflexia during urodynamic investigation in patients with spinal cord injury. J. Spinal Cord Med. 2016, 40, 170–174. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  18. Huang, Y.; Bih, L.; Liao, J.; Chen, S.; Chou, L.; Lin, P. Blood pressure and age associated with silent autonomic dysreflexia during urodynamic examinations in patients with spinal cord injury. Spinal Cord 2012, 51, 401–405. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  19. Liu, N.; Zhou, M.; Biering-Sørensen, F.; Krassioukov, A.V. Iatrogenic urological triggers of autonomic dysreflexia: A systematic review. Spinal Cord 2015, 53, 500–509. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  20. Suresh, S.; Duerstock, B.S. Automated Detection of Symptomatic Autonomic Dysreflexia Through Multimodal Sensing. IEEE J. Transl. Eng. Health Med. 2020, 8, 2800108. [Google Scholar] [CrossRef] [PubMed]
  21. Suresh, S.; Duerstock, B.S. Optimal Feature Selection for the Detection of Autonomic Dysreflexia in Individuals with Tetraplegia. In Proceedings of the 2018 IEEE International Symposium on Signal Processing and Information Technology (ISSPIT), Louisville, KY, USA, 6–8 December 2018; pp. 480–485. [Google Scholar] [CrossRef]
  22. Sagastibeltza, N.; Salazar-Ramirez, A.; Yera, A.; Martinez, R.; Muguerza, J.; Civicos Sanchez, N.; Acera Gil, M. Preliminary Study on the Detection of Autonomic Dysreflexia Using Machine Learning Techniques. In Intelligent Sustainable Systems; Lecture Notes in Networks and Systems; Garcia, M., Gordón, C., Fernández, F., Eds.; Springer: Berlin/Heidelberg, Germany, 2022; in press. [Google Scholar]
  23. Sánchez, N.C.; Acera, M.; Murueta-Goyena, A.; Sagastibeltza, N.; Martínez, R.; Cuadrado, M.; Orueta, A.; Tijero, B.; Fernández, T.; Pino, R.D.; et al. Quantitative analysis of dysautonomia in patients with autonomic dysreflexia. J. Neurol. 2021, 268, 2985–2994. [Google Scholar] [CrossRef] [PubMed]
  24. American Spinal Injury Association–ASIA. Standards for Neurological Classification of SCI Worksheet. 2019. Available online: https://asia-spinalinjury.org/wp-content/uploads/2019/10/ASIA-ISCOS-Worksheet_10.2019_PRINT-Page-1-2.pdf (accessed on 20 January 2022).
  25. Roberts, T.T.; Leonard, G.R.; Cepela, D.J. Classifications In Brief: American Spinal Injury Association (ASIA) Impairment Scale. Clin. Orthop. Relat. Res. 2017, 475, 1499–1504. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  26. Witten, I.H.; Frank, E.; Hall, M. Data Mining: Practical Machine Learning Tools and Techniques, 3rd ed.; Morgan Kaufmann: Burlington, MA, USA, 2011. [Google Scholar]
Figure 1. Stages of the experiment.
Figure 1. Stages of the experiment.
Electronics 11 00584 g001
Figure 2. Structure of the proposed hierarchical classification system.
Figure 2. Structure of the proposed hierarchical classification system.
Electronics 11 00584 g002
Table 1. Features extracted from the clinical history of the patients.
Table 1. Features extracted from the clinical history of the patients.
Feature NameDefinition
TYPE_INJType of injury.
INJ_LEVELLevel of the spinal cord injury.
ASIAClassification according to five grades determined by the absence
or preservation of motor and sensory function (ASIA) [24,25].
SPHINCTERFunctioning of the sphincter.
PREV_SYMPTPrevious symptomatology.
Table 2. Features of physiological origin from the non-invasive part of the experiment.
Table 2. Features of physiological origin from the non-invasive part of the experiment.
Feature NameDefinition
VASOP_BASALBasal vasopressin value at resting position.
AD_BASALBasal adrenaline value at resting position.
NA_BASALBasal noradrenaline value at resting position.
DOP_BASALBasal dopamine value at resting position.
DIV_VASOP_BIPEVasopressin at 60° with respect to basal values.
DIV_A_BIPEAdrenaline at 60° with respect to basal values.
DIV_NA_BIPENoradrenaline at 60° with respect to basal values.
DIV_DOP_BIPEDopamine at 60° with respect to basal values.
SYS_BASALBasal systolic blood pressure value at resting position.
DIA_BASALBasal diastolic blood pressure value at resting position.
HR_BASALBasal heart-rate value at resting position.
TPR_BASALBasal total peripheral resistance value at resting position.
DIV_SYS_TILT_3 minSystolic blood pressure with respect to basal values 3 min after tilting the table 60°.
DIV_SYS_TILT_10 minSystolic blood pressure with respect to basal values 10 min after tilting the table 60°.
DIV_SYS_TILT_MINMinimum systolic blood pressure with respect to basal values during the 60° table tilt.
TIME_SYS_TILT_MINTime to obtain the minimum systolic blood pressure during the 60° table tilt.
DIV_DIA_TILT_3 minDiastolic blood pressure with respect to basal values 3 min after tilting the table 60°.
DIV_DIA_TILT_10 minDiastolic blood pressure with respect to basal values 10 min after tilting the table 60°.
DIV_DIA_TILT_MINMinimum diastolic blood pressure with respect to basal values during the 60° table tilt.
TIME_DIA_TILT_MINTime to obtain the minimum diastolic blood pressure during the 60° table tilt.
DIV_HR_M_3 minHeart rate with respect to basal values 3 min after tilting the table 60°.
DIV_HR_M_10 minHeart rate with respect to basal values 10 min after tilting the table 60°.
DIV_HR_M_MAXMaximum heart rate with respect to basal values during the 60° table tilt.
TIME_HR_M_MAXTime to obtain the maximum heart rate during the 60° table tilt.
DIV_HR_M_MINMinimum heart rate with respect to basal values during 60° table tilt.
TIME_HR_M_MINTime to obtain the minimum heart rate during the 60° table tilt.
DIV_TPR_TILT_3 minTotal peripheral resistance with respect to basal values 3 min after tilting the table 60°.
DIV_TPR_TILT_10 minTotal peripheral resistance with respect to basal values 10 min after tilting the table 60°.
DIV_TPR_TILT_MINMinimum total peripheral resistance with respect to basal values during the 60° table tilt.
TIME_TPR_TILT_MINTime to obtain the minimum total peripheral resistance during the 60° table tilt.
Table 3. Classifier estimation using the combined subspace of the clinical and the non-invasive physiological features (the results of the best algorithm are highlighted in bold).
Table 3. Classifier estimation using the combined subspace of the clinical and the non-invasive physiological features (the results of the best algorithm are highlighted in bold).
1RDTk-NNNBRBFSVMLRAdaBBagRFMLP
Accuracy (%)55.1768.9779.3186.2182.7682.7675.8675.8675.8675.8672.41
Errors class 0 (FP)64412224443
Errors class 1 (FN)75233353335
Table 4. Classifier estimation using the subspace of the features of the clinical history (the results of the best algorithm are highlighted in bold).
Table 4. Classifier estimation using the subspace of the features of the clinical history (the results of the best algorithm are highlighted in bold).
1RDTk-NNNBRBFSVMLRAdaBBagRFMLP
Accuracy (%)79.3179.3186.2186.2182.7682.7689.6679.3179.3182.7689.66
Errors class 0 (FP)44311314431
Errors class 1 (FN)22134222222
Table 5. Classifier estimation using the subspace of the physiological features of non-invasive source (the results of the best algorithm are highlighted in bold).
Table 5. Classifier estimation using the subspace of the physiological features of non-invasive source (the results of the best algorithm are highlighted in bold).
1RDTk-NNNBRBFSVMLRAdaBBagRFMLP
Accuracy (%)55.1762.0779.3182.7679.3168.9762.0762.0758.6258.6268.97
Errors class 0 (FP)66223535873
Errors class 1 (FN)75433486456
Table 6. Performance of the two-level hierarchical classifier.
Table 6. Performance of the two-level hierarchical classifier.
1st Level: Clinical Feat.
5-NN with 4/5 Pattern
Certainty Threshold
2nd Level:
Physiological Feat.
NB
Total
No AD class:
8 patients
Hit156
Miss112
Ambiguous60-
AD class:
21 patients
Ambiguous10-
Miss000
Hit20121
Table 7. Testing results of the hierarchical classifier using a leave-one-out methodology. Certainties between parentheses are given in the (0–1) range.
Table 7. Testing results of the hierarchical classifier using a leave-one-out methodology. Certainties between parentheses are given in the (0–1) range.
Patient123456789101112131415
Class:
0-No AD / 1-AD
101111111110010
1st level
classification:
class (certainty)
0
(1)
1
(0.6)
1
(1)
1
(1)
1
(1)
1
(1)
1
(1)
1
(1)
1
(1)
1
(1)
1
(1)
0
(0.6)
1
(0.6)
1
(1)
0
(0.6)
2nd level
classification:
class (certainty)
-0
(1)
---------0
(1)
0
(1)
-0
(1)
Patient1617181920212223242526272829
Class:
0-No AD / 1-AD
00111111011011
1st level
classification:
class (certainty)
0
(0.6)
0
(0.8)
1
(1)
1
(1)
1
(1)
1
(1)
1
(1)
1
(1)
0
(0.6)
1
(1)
1
(1)
1
(1)
1
(1)
0
(0.6)
2nd level
classification:
class (certainty)
1
(1)
-------0
(1)
----1
(1)
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Sagastibeltza, N.; Salazar-Ramirez, A.; Yera, A.; Martinez, R.; Muguerza, J.; Civicos Sanchez, N.; Acera Gil, M.A. A Hierarchical Machine Learning Solution for the Non-Invasive Diagnostic of Autonomic Dysreflexia. Electronics 2022, 11, 584. https://doi.org/10.3390/electronics11040584

AMA Style

Sagastibeltza N, Salazar-Ramirez A, Yera A, Martinez R, Muguerza J, Civicos Sanchez N, Acera Gil MA. A Hierarchical Machine Learning Solution for the Non-Invasive Diagnostic of Autonomic Dysreflexia. Electronics. 2022; 11(4):584. https://doi.org/10.3390/electronics11040584

Chicago/Turabian Style

Sagastibeltza, Nagore, Asier Salazar-Ramirez, Ainhoa Yera, Raquel Martinez, Javier Muguerza, Nora Civicos Sanchez, and Maria Angeles Acera Gil. 2022. "A Hierarchical Machine Learning Solution for the Non-Invasive Diagnostic of Autonomic Dysreflexia" Electronics 11, no. 4: 584. https://doi.org/10.3390/electronics11040584

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop