Eindhoven University of Technology MASTER. Extracting features to discriminate OSA and non-osa. Pei, W. Award date: Link to publication

Size: px
Start display at page:

Download "Eindhoven University of Technology MASTER. Extracting features to discriminate OSA and non-osa. Pei, W. Award date: Link to publication"

Transcription

1 Eindhoven University of Technology MASTER Extracting features to discriminate OSA and non-osa Pei, W. Award date: 2013 Link to publication Disclaimer This document contains a student thesis (bachelor's or master's), as authored by a student at Eindhoven University of Technology. Student theses are made available in the TU/e repository upon obtaining the required degree. The grade received is not published on the document as presented in the repository. The required complexity or quality of research of student theses may vary by program, and the required minimum study period may vary in duration. General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. Users may download and print one copy of any publication from the public portal for the purpose of private study or research. You may not further distribute the material or use it for any profit-making activity or commercial gain

2 Department of Mathematics and Computer Science Databases and Hypermedia Research Group Extracting Features to Discriminate OSA and non-osa Master Thesis Wenjie Pei Supervisors: Dr. Toon Calders Senior Scientist Stefan Winter Drs. Thanh Lam Hoang Eindhoven, July 2013

3

4 Abstract This project is about analyzing anatomical data obtained by pharyngometry with respect to obstructive sleep apnea (OSA) and the goal is to extract valued feature to discriminate OSA and non-osa subjects. The key contributions of this thesis work are two-fold. First, we extract a rich set of 16 features from raw time series data and evaluate all them by ten-fold cross validation with different classifiers. We also did an extensive evaluation of the correlation of each feature with class labels based on t-test, Matthews Correlation Coefficient (MCC), Receiver Operating Characteristic (ROC), and Area Under the Curve (AUC). The experiment results show that several features such as the volume, volume variance, t-test selection feature and stretched length are very predictive. The accuracy of OSA and Non-OSA classification task can reach up to 77% with these features alone. The t-test conducted on these features show the significant correlation between the given features and the class labels. We also found an interesting result that on average OSA patients have smaller volume (stretch length) than non-osa people. From medical point of view, this finding is consistent because OSA likely occurs when the muscles relax during sleep, causing soft tissue in the back of the throat to collapse and block the upper airway [11]. The second major contribution of this work is a method to search for local part of the time series from which the extracted features are most predictive. The main idea is based on an intuitive observation that large part of the time series which usually corresponds to normal part of the throat is not predictive. Therefore, using features extracted from the entire time series for classification is not effective because normal part of the throat contributes a big factor to the value of the features. In order to avoid this type of noise information we propose method to search for small part of time series which likely corresponds to abnormal part of the throat from which the extracted features could be more predictive. We did an exhaustive search for such predictive local parts. We found local parts from which the volume and stretch length were extracted and improved the classification accuracy from 65% to 75%. An interesting finding is that the most predictive local parts found by our algorithm are very close to the oropharyngeal junction point (OPJ), which has been already confirmed by some prior work in the literature [2] as an important point for discriminating OSA and non-osa. They almost belong to the oropharynx region, which is consistent with the domain knowledge of OSA that the oropharynx region is the most possible obstructed site in the upper airway. Extracting Features to Discriminate OSA and non-osa iii

5

6 Acknowledgements First of all, my heartfelt gratitude goes out to my supervisor at Philips, Senior Scientist, Stefan Winter, for his support and encouragement during this project and successful completion of my thesis. I am so honored to take part in the internship in Philips under the supervision of Stefan Winter. Secondly, I would like to thank my supervisor in TU/e, Professor Toon Calders, for his patient guidance and advices. Thirdly, I also want to thank my second supervisor in TU/e, Drs. Thanh Lam Hoang, for providing me a lot of useful ideas and helps. Without his guidance, I could not complete this project. Dr. Alexander Serebrenik is gratefully acknowledged for accepting to be part of my defense committee. Moreover, I would like to thank many colleagues in Philips for their useful advices and concrete comments. They always shared their research experiences and gave me many useful suggestions. They made me enjoy doing this project. Last but certainly not least, friends were also supportive during my stay in the Netherlands. This particularly concerns Jie Yang, Xuefei Chen and JiaChun Cui. I also wish to thank the immeasurable help, though mostly operated at distance, of some close family members. This concerns my father, my mother, my brother and most particularly my grandfather to whom I dedicate this thesis. Extracting Features to Discriminate OSA and non-osa v

7

8 Contents Contents List of Figures List of Tables List of Algorithms vii ix xi xiii 1 Introduction Research Question Motivation Related Work Domain Knowledge Sleep Apnea Obstructive Sleep Apnea Upper Airway Structure Anatomical Determinants of Upper Airway Caliber in OSA Acoustic Pharyngometry Rationale Pros and Cons Workflow 7 4 Datasets Preprocessing of Datasets Remove Noise Normalization Performance Criteria Some Basic Performance Criteria k-fold Cross-Validation Classification Terminology ROC and AUC MCC T-test Classifier based on Information Gain and Optimal Split Point Classifier based on OSP Classification with Raw Data Nearest Neighbor Algorithm with Euclidean Distance Algorithm Experimental Evaluation Extracting Features to Discriminate OSA and non-osa vii

9 CONTENTS Analysis of Failure Conclusion Nearest Neighbor Algorithm with DTW(Dynamic Time Warping) Distance Algorithm Experimental Evaluation Analysis of Failure Conclusion Classifications with Popular Classification Algorithms Experimental Evaluation Analysis of Failure Conclusion Features Local Features OPJ Value OPJ Position OPJ-aligned Feature Maximum Value OPJ Value/Maximum Value Global Features Shapelets based Algorithms Using SAX to transform the time series into low-dimensional symbolic datasets Volume Volume Variance OPJ-aligned Volume Stretched Length Reference-based feature Auto-Correlation DFT-based and DWT-based features DTW Distance between Different Dimensions T-test Selection feature Feature Combination Correlation-based Feature Selection (CFS) Information Gain Evaluation Ranking Feature Combination Performance Conclusion Conclusions 60 Bibliography 62 viii Extracting Features to Discriminate OSA and non-osa

10 List of Figures 2.1 A: Midsagittal MR image in a normal subject demonstrating the upper airway regions [4]: (a) nasopharynx; (b)retropalatal; (c) retroglossal; (d) hypopharynx. B: Important sagittal upper airway structures demonstrated on MR imaging midsagittal magnetic resonance image (MRI) in a normal subject (left) and in a patient with severe OSA (right) [1]. Note that the upper airway is smaller, in both the retropalatal and retroglossal region The workflow of thole project Cross-sectional area over distance from teeth A normal time series This time series does not follow the normal pattern Confusion matrix Roc space (quoted from Wikipedia) Time alignment of two time series OPJ point in the time series ROC curve of results with four dimensions Best interval for Volume with four dimensions, which are indicated by blue lines The selected interval of Volume Variance, which is indicated by blue lines ROC curve of results with four dimensions Best interval for Stretched Length with four dimensions, which are indicated by blue lines Extracting Features to Discriminate OSA and non-osa ix

11

12 List of Tables 4.1 Datasets Classification results of 1-NN algorithm with Euclidean Distance with 10-fold cross validation Accuracy with 1-NN algorithm with DTW distance with cross validation Classification results based on several different classifiers with 10-fold cross validation. The number with blue color indicates the biggest accuracy in the results of all classifiers for one dimension, the tables in the later section are indicated in the similar way h-value of T-test for all points in time series with α = 0.05, totally 45 points in each time series Classification results of feature OPJ Value based on several different classifiers with 10-folds cross validation Statistical results of feature OPJ Value Classification results of feature OPJ Position based on several different classifiers with 10-folds cross validation Statistical results of feature OPJ Position Classification results of OPJ-aligned Feature based on several different classifiers with 10-fold cross validation, k is set h-value of T-test of OPJ-aligned feature Classification results of feature Maximum Value based on several different classifiers with 10-folds cross validation Statistical results of feature Maximum Value Classification results of feature OPJ Value/Maximum Value based on several different classifiers with 10-fold cross validation Statistical results of feature OPJ/Maximum Accuracy with feature Shapelets with 3-folds cross validation Accuracy with different popular classification algorithms on the symbolic sequence transformed by SAX. In this example, the 45 points are transformed into 9 dimensions and the alphabet size is Accuracy with different popular classification algorithms, taking the histogram vector of the symbolic sequence as the feature Accuracy for feature Volume. The total length of interval is Accuracy for feature Volume without interval selection, i.e., volume of whole time series data Classification results of feature Volume based on Decision Tree model Statistical results of feature Volume Evaluation result of feature Volume Variance Accuracy with feature OPJ-aligned Volume Accuracy with feature Stretched Length. The total length of interval is Extracting Features to Discriminate OSA and non-osa xi

13 LIST OF TABLES 7.21 Accuracy for feature Stretched Length without interval selection, i.e., stretched length of whole time series data classification results of feature Stretched Length based on Decision Tree model Statistical results of feature Stretched Length Classification results with RefModel1 based on several different classifiers with 10-folds cross validation. Note that in the test set, there are 20 non-osa subjects and 63 OSA subjects since 20 non-osa subjects are used to calculate the reference model Statistical results of reference-based feature based on RefModel Classification results with RefModel2 based on several different classifiers with 10-folds cross validation. Note that in the test set, there are 30 non-osa subjects and 63 OSA subjects since 10 non-osa subjects are used to calculate the reference model Statistical results of reference-based feature based on RefModel classification results of feature autocorrelation with time step = 1 based on several different classifiers with 10-fold cross validation classification results of feature autocorrelation with time step ranging from 1 to 30 based on several different classifiers with 10-folds cross validation h-value of T-test of feature autocorrelation with time step ranging from 1 to Accuracy of top-8 dimensions DFT-based features with several different classifiers Accuracy of top-8 dimensions DWT-based features with several different classifiers p-value of T-test of top-8 dimensions DFT-based features p-value of T-test of top-8 dimensions DWT-based features Classification results of DTW distance between different dimensions based on several different classifiers with 10-folds cross validation. Note that Su B Si B is the abbreviation of Supine Breath vs Sitting Breath while Su H Si H means Supine Hold vs Sitting Hold T-test results of DTW distance between different dimensions h-value of T-test of feature T-test Selection with α = 0.01, totally 45 points in each time series Classification results of feature T-test Selection based on several different classifiers with 10-folds cross validation Selected features by CFS among all features with 10-fold cross validation. The probability shown after the feature name indicates the probability of being selected in 10-fold cross validation Top 4 features ranked by Information Gain Evaluation Accuracy with Decision Tree and Random Forest classifiers for combined features. 59 xii Extracting Features to Discriminate OSA and non-osa

14 List of Algorithms 1 Feature-Evaluation-Algorithm(F, D train, D test ) NN Euclidean Distance (T rain set, T rain label, unknown object) DTW Distance calculation algorithm (s : array[1..n], t : array[1..m], w : int) Volume-Extraction-Algorithm(D, K) Stretched-Length-Extraction-Algorithm(D, K) CalculateStretchedLength(D, start, end) DFT DWT based Feature Extraction(D, l, m) Extracting Features to Discriminate OSA and non-osa xiii

15

16 Chapter 1 Introduction This document is the master thesis concerning the internship project of extracting features to discriminate OSA and non-osa subjects, which is finished at Philips Research in Eindhoven, supervised by Scientist Stefan Winter in Philips and Prof. Toon Calders in TU/e. The rest of the document is organized as follows. The research question, motivation and the related work are presented in this section. In section 2, the domain knowledge of obstructive sleep apnea (OSA) are given. Section 3 presents the workflow of the whole project. Then the datasets description including the preprocessing is presented in section 4. The performance criteria used in this thesis is given in section 5. We conduct the classifications directly on the raw datasets without any feature extraction in section 6, then a rich set of 16 features, including local features and global features, are proposed in section 7. Finally, section 8 indicates the conclusion of this thesis. 1.1 Research Question The topic is about analyzing anatomical data obtained by pharyngometry with respect to obstructive sleep apnea (OSA). We have recorded data from over 100 subjects (OSA and non-osa) that can be analyzed. The central question is whether we can define any features that discriminate OSA and non-osa subjects. We would look into the underlying anatomy and work on extracting discriminative features. The deliverable would be algorithms that extract these features from the given data and a description of their discriminative power along with an idea of their physiological meaning. The focus is on proposing (and investigating) discriminative (OSA/non-OSA) features. While this of course requires classification based on the proposed features to assess their discriminative power, the challenge is more in defining good features rather than implementing an optimized classifier. 1.2 Motivation Obstructive sleep apnea (OSA) is the most common type of sleep apnea and is caused by obstruction of the upper airway. It is characterized by repetitive pauses in breathing during sleep, despite the effort to breathe, and is usually associated with a reduction in blood oxygen saturation. These pauses in breathing, called apneas (literally, without breath ), typically last 20 to 40 seconds. The individual with OSA is rarely aware of having difficulty breathing, even upon awakening. It is recognized as a problem by others witnessing the individual during episodes or is suspected because of its effects on the body (sequelae). Diagnosis of OSA is often based on a combination of patient history and tests (lab- or homebased). Given the recorded test data of patients, how to define good features to discriminate the OSA and non-osa subjects is a challenging and meaningful task, which could greatly help the Extracting Features to Discriminate OSA and non-osa 1

17 CHAPTER 1. INTRODUCTION process of the diagnosis of OSA. This project is expected to propose good algorithms that extract discriminative (OSA/non-OSA) features from the given data. 1.3 Related Work Several research work has been done with respect to validity of Acoustic Pharyngometry, the structure characteristics of upper airway of OSA patients and features extraction about discriminating OSA and non-osa subjects. [5] develops a standard operating protocol for Acoustic Pharyngometry that ensures a comprehensive repeatability of upper airway measurements. This paper gives the detailed specifications to the following aspects: equipment, subject selection criteria and operation procedure of Acoustic Pharyngometry. In addition, as another contribution of this paper, a detailed survey about the development of acoustic pharyngometry is made in this paper and some important issues about Acoustic Pharyngometry are discussed. [7]assesses the repeatability of pharyngeal cross-sectional area measurements obtained from normal and snoring individuals. The evaluation results show that repeatability of Acoustic Pharyngometry results can be achieved following the standard operating protocol. This conclusion adds to the reliability of Acoustic Pharyngometry in assessing the pharyngeal airway in patients with snoring and OSA. The genetic basis of upper airway size as determined is assessed in [12] using Acoustic Pharyngometry. It concludes that the minimum cross-sectional area exhibits a heritability of 0.34 in white subjects and 0.39 in African-Americans, which suggests that 30 40% of the total variance in this measure is explained by shared familial factors. This conclusion indicates that the minimum cross-sectional area of the oropharynx is a highly heritable trait, which suggests the presence of an underlying genetic basis and demonstrates the potential utility of Acoustic Pharyngometry in dissecting the genetic basis of OSA. [2] investigates the predictability and usefulness of Acoustic Pharyngometry in diagnosis of OSA. It concludes that the oropharyngeal junction point (OPJ) of the supine position is the most predictive parameter to discriminate OSA and non-osa. However, as shown in Section 7.1.1, the OPJ point is not a valued feature for our datasets, the accuracy is only about 60%. [6] uses the snorers with and without OSA to conduct the experiments to assess the acoustic pharyngometry patterns. It found 2 patterns for non-osa snorers and 3 patterns for OSA snorers. [8] concludes that MCA(Minimal Cross-sectional Airway Area) would differentiate between mild and moderate/severe OSA (apnoea-hypopnoea index [AHI], < 15 and 15 events/hour). MCA was shown to predict the presence of moderate to severe OSA, independent of age, sex, and neck circumference. 2 Extracting Features to Discriminate OSA and non-osa

18 Chapter 2 Domain Knowledge 2.1 Sleep Apnea Sleep apnea [14] is a sleep disorder characterized by abnormal pauses in breathing or instances of abnormally low breathing during sleep. Each pause in breathing, called an apnea, can last from at least ten seconds to minutes, and may occur 5 to 30 times or more an hour. Similarly, each abnormally low breathing event is called a hypopnea. There are three forms of sleep apnea: central (CSA), obstructive (OSA), and complex or mixed sleep apnea (i.e. a combination of central and obstructive) constituting 0.4%, 84%and15% of cases respectively [13]. In CSA, breathing is interrupted by a lack of respiratory effort; in OSA, breathing is interrupted by a physical block to airflow despite respiratory effort, and snoring is common Obstructive Sleep Apnea Obstructive sleep apnea (OSA) [11] is a sleep-related breathing disorder that involves a decrease or complete halt in airflow despite an ongoing effort to breathe. It occurs when the muscles relax during sleep, causing soft tissue in the back of the throat to collapse and block the upper airway. This leads to partial reductions (hypopneas) and complete pauses (apneas) in breathing that last at least 10 seconds during sleep. Most pauses last between 10 and 30 seconds, but some may persist for one minute or longer. This can lead to abrupt reductions in blood oxygen saturation, with oxygen levels falling as much as 40 percent or more in severe cases. The brain responds to the lack of oxygen by alerting the body, causing a brief arousal from sleep that restores normal breathing. This pattern can occur hundreds of times in one night. The result is a fragmented quality of sleep that often produces an excessive level of daytime sleepiness. Most people with OSA snore loudly and frequently, with periods of silence when airflow is reduced or blocked. They then make choking, snorting or gasping sounds when their airway reopens. A common measurement of sleep apnea is the apnea-hypopnea index (AHI). This is an average that represents the combined number of apneas and hypopneas that occur per hour of sleep. Types Mild OSA: AHI of 5-15 Involuntary sleepiness during activities that require little attention, such as watching TV or reading. Moderate OSA: AHI of Involuntary sleepiness during activities that require some attention, such as meetings or presentations. Extracting Features to Discriminate OSA and non-osa 3

19 CHAPTER 2. DOMAIN KNOWLEDGE Severe OSA: AHI of more than 30 Involuntary sleepiness during activities that require more active attention, such as talking or driving. However, in our case, we consider the subjects with AHI < 15 to be normal and the subjects with AHI 15 to be OSA patients. 2.2 Upper Airway Structure Using sagittal imaging [4],the upper airway has been subdivided into three regions, as shown in Figure 2.1: 1. naso-pharynx (region between the nasal turbinates and hard palate); 2. oropharynx, which can be subdivided into the retropalatal (defined from the level of the hard palate to the caudal margin of the soft palate; also called the velopharynx) and retroglossal (defined from the caudal margin of the soft palate to the base of the epiglottis) regions. In the majority of patients with sleep apnea, airway closure during sleep occurs in the retropalatal and retroglossal regions. 3. hypopharynx (region from the base of the tongue to the larynx). Figure 2.1: A: Midsagittal MR image in a normal subject demonstrating the upper airway regions [4]: (a) nasopharynx; (b)retropalatal; (c) retroglossal; (d) hypopharynx. B: Important sagittal upper airway structures demonstrated on MR imaging Anatomical Determinants of Upper Airway Caliber in OSA [1] Studies using nasal pharyngoscopy, computer tomography and magnetic resonance imaging, or pharyngeal pressure monitoring have shown that one or more sites within the oral pharayngeal region are usually where closure occurs in most subjects with OSA, and this region is also smaller in 4 Extracting Features to Discriminate OSA and non-osa

20 CHAPTER 2. DOMAIN KNOWLEDGE OSA patients versus controls even during wakefulness (see Figure2.2). Although the retropalatal region of the oropharynx is the most common site of collapse, airway narrowing is a dynamic process, varying markedly among and within subjects and often includes the retroglossal and hypopharyngeal areas. Figure 2.2: midsagittal magnetic resonance image (MRI) in a normal subject (left) and in a patient with severe OSA (right) [1]. Note that the upper airway is smaller, in both the retropalatal and retroglossal region. The recent use of quantitative imaging techniques has allowed advances that reveal important differences in both craniofacial and upper airway soft tissue structures in the OSA patient. The reduced size of cranial bony structures in the OSA patient include a reduced mandibular body length, inferior positioned hyoid bone, and retro position of the maxilla, all of which compromise the pharyngeal airspace. Airway length, from the top of the hard palate to the base of the epiglottis, is also increased in OSA patients, perhaps reflecting the increased proportion of collapsible airway exposed to collapsing pressures. As expected, these craniofacial dimensions are primarily inherited, as the relatives of OSA patients demonstrated retroposed and short mandibles and inferiorly placed hyoid bones, longer soft palates, wider uvulas, and higher narrower hard palates than matched controls. Enlargement of soft tissue structures both within and surrounding the airway contributes significantly to pharyngeal airway narrowing in most cases of OSA. An enlarged soft palate and tongue would encroach on airway diameter in the anterior-posterior plane, while the thickened pharyngeal walls would encroach in the lateral plane. Volumetric time overlapped magnetic resonance imaging (MRI) or computer tomography (CT) images strongly implicate the thickness of the lateral pharyngeal walls as a major site of airway compromise, as the airway is narrowed primarily in the lateral dimension in the majority of OSA patients. Furthermore, treatment with CPAP, weight loss, or mandibular advancement all show increases in the lateral pharyngeal dimensions. 2.3 Acoustic Pharyngometry Several researches have shown that the pharyngeal size and the dynamic behavior of the upper airway are important factors in the production of OSA. Hence assessment of the upper airway for possible sites of obstruction is crucial. The measurements of the upper airway are difficult because it is a geometrically complex structure subject to considerable variability. Acoustic pharyngometry is a useful tool for localizing the possible sites of upper airway obstruction in cases of OSA Rationale Reflections of acoustic pulse disturbances introduced at the mouth can be used to infer the crosssectional airway area of the oral cavity and pharyngeal spaces down to the level of the larynx. In Extracting Features to Discriminate OSA and non-osa 5

21 CHAPTER 2. DOMAIN KNOWLEDGE this technique, phase and amplitude information of the reflected sound wave can be transformed into an area-distance relationship Pros and Cons Compared to other methods for objectively evaluating the upper airway, Acoustic pharyngometry has many advantages. Advantage: Portability: easy to operate, free tidal breathing during measurement. Real time display of airway area. Lack of radiation involvement. Noninvasive. Ability to assess the entire airway simultaneously. Disadvantage: Cannot provide information about specific tissue structures that impinge upon the airway. Reduce accuracy compared to CT. 6 Extracting Features to Discriminate OSA and non-osa

22 Chapter 3 Workflow Figure 3.1 shows the workflow of the whole project. Given the datasets, we first conduct the preprocessing operations on it, including the removing noise and normalization in Chapter 4. Then we try several classical time series classification algorithms directly on the raw datasets without any feature extraction to check the performance, seen in Chapter 6, such as 1 Nearest Neighbor Algorithm with Euclidean distance and Dynamic Time Warping distance, Support Vector Machine algorithm, Logistic Regression algorithm and so on. As we will see in the later section, direct classifications on the raw datasets fail to discriminate OSA and non-osa effectively, the failed reason is that large part of the time series which usually corresponds to normal part of the throat is not predictive. Therefore, using the entire time series as the features for classification is not effective because normal part of the throat contributes a big factor to the value of the features. Hence, we have to extract valued features from the raw datasets, which is also the primary goal of this project. In this project, we propose about 16 features, which can be classified into two parts according to the feature characteristics: (1) local features in Section 7.1, which focus on some local points and local properties of the time series, such as OPJ point,maximum point, OPJ Value / Maximum Value and so on, and (2) global features in Section 7.2, which investigate the whole time series and try to extract some valued features from the global view, such as volume, stretched length, DFT -based features and so on. For each feature, we first present the algorithm specification, then conduct the all-sided experimental evaluation on the performance of the feature, finally we give the detailed explanation from the view of domain knowledge about OSA. In addition, we combine all the features (only single-value feature) we proposed together and conduct a comprehensive analysis on them in Section 7.3, including the correlation-based feature selection, information gain ranking, performance evaluation on combined features. Extracting Features to Discriminate OSA and non-osa 7

23 CHAPTER 3. WORKFLOW Figure 3.1: The workflow of thole project. 8 Extracting Features to Discriminate OSA and non-osa

24 Chapter 4 Datasets The data to be analyzed in this project is the recorded data from over 100 subjects(osa and non-osa). The data consists of graphs (cross-sectional area over distance from teeth) as shown in Figure 4.1. It can be considered as 1D imaging data of the upper airway. The values of the graphs are available in simple ASCII format. The features need to be extracted from these graphs. Figure 4.1: Cross-sectional area over distance from teeth. In the datasets, since the data for each subject is measured at uniform distance interval to the teeth, hence it can be considered as the time series, thus, the problem is actually a time series feature extraction problem. In this way, we can apply many popular time series feature extraction techniques to our problem. As shown in Table 4.1, there are totally 103 subjects in the datasets which consists of 63 OSA subjects and 40 non-osa subjects. For each subject, there are four time series measured in four different postures (called four dimensions in this report): supine breath, supine hold, sitting breath, sitting hold. Each time series contains 45 steps of points. total number OSA non-osa measurements time series steps dimensions(supine breath, supine hold, sitting breath, sitting hold) 45 Table 4.1: Datasets. Extracting Features to Discriminate OSA and non-osa 9

25 CHAPTER 4. DATASETS 4.1 Preprocessing of Datasets Two preprocess operations are conducted over the datasets before further analyzing them. We first remove the noise contained in the datasets, then apply the normalization to make all the time series in a uniform scale Remove Noise We develop a visualization tool for the datasets and check whether each of the time series follows the normal pattern as shown in Figure 4.2. A normal time series always goes through a peak which is corresponding to the oral cavity, then a local minimal point named OPJ (oropharyngeal junction) point which is corresponding to the first minimal point in the oropharynx reagion. If a time series is totally different from this normal pattern, we will remove it manually. E.g., the time series shown in Figure 4.3 is removed since it does not follow the normal pattern. Figure 4.2: A normal time series. Figure 4.3: This time series does not follow the normal pattern Normalization As we known, though the basic structure of the upper airway is almost same between different persons, there are still some subtle differences, for example, some more obese and taller persons are prone to possess bigger size of upper airway than the thinner and lower persons. In order to avoid such impact, we apply the normalization technique to all the time series in the datasets. In our project, y-scale normalization is applied to the datasets, which is indicated in Equation 4.1. For each point in the time series, y value is divided by the maximum value max value in the whole time series. 10 Extracting Features to Discriminate OSA and non-osa

26 CHAPTER 4. DATASETS In this way, the y-axis value is scaled into the range [0, 1] while keeping the shape of the time series. The normalization operation makes two series indistinguishable, provided they are proportional to one another, i.e., a i = λb i for all i. Application of Normalization y = y max value We apply the normalization to some of our features, but not all. Since not all features need the normalization. For instance, the feature OPJ Value adopts the original value but not the normalized value. The normalized OPJ Value is equivalent to the feature OPJ value / maximum value. With respect to feature Volume, we tried both the normalized volume and non-normalized volume and find that non-normalized volume performs much better than normalized volume, which indicates that the actual value could better represent the difference between OSA and non-osa than the normalized value w.r.t. volume. One possible explanation is that if the OSA affect the whole upper airway, then the crosssectional area will be decreased in whole part of the upper airway, then the y-scale normalization would make this decrease invisible. In some cases, the normalization is necessary, for instance, the features concerned with DTW distance calculation need the normalization to make the two time series align more accurately. (4.1) Extracting Features to Discriminate OSA and non-osa 11

27 Chapter 5 Performance Criteria In this section, we introduce briefly several performance criteria that we use in this project. 5.1 Some Basic Performance Criteria k-fold Cross-Validation Cross-Validation is a statistical method of evaluating and comparing learning algorithms by dividing data into two segments: one used to learn or train a model and the other used to validate the model. In typical cross-validation, the training and validation sets must cross-over in successive rounds such that each data point has a chance of being validated against. The basic form of cross-validation is k-fold cross-validation. In k-fold cross-validation the data is first partitioned into k equally (or nearly equally) sized segments or folds. Subsequently k iterations of training and validation are performed such that within each iteration a different fold of the data is held-out for validation while the remaining k 1 folds are used for learning. The validation results are averaged over the k rounds. The biggest advantage of cross validation is to avoid the overfitting of predictive model to the datasets. In data mining and machine learning 10-fold cross-validation (k= 10) is the most common. In our experiments, we also apply 10-fold cross validation to evaluate the discriminative performance of feature Classification Terminology Suppose we have an experiment with the datasets which contains P positive instances and N negative instances. The four outcomes can be formulated in a 2 confusion matrix, as shown in Figure 5.1. sensitivity = true positive rate(tpr) = recall = hit rate T P R = T P T P + F N (5.1) specificity = true negative rate specif icity = T N T N + F P (5.2) precision = positive predictive value precision = T P T P + F P (5.3) 12 Extracting Features to Discriminate OSA and non-osa

28 CHAPTER 5. PERFORMANCE CRITERIA accuracy accuracy = T P + T N T P + F N + F P + T N (5.4) Figure 5.1: Confusion matrix ROC and AUC A receiver operating characteristic (ROC), or simply ROC curve, is a graphical plot which illustrates the performance of a binary classifier system as its discrimination threshold is varied. It is created by plotting the fraction of true positives out of the positives (TPR = true positive rate) vs. the fraction of false positives out of the negatives (FPR = false positive rate), at various threshold settings. TPR is also known as sensitivity (also called recall in some fields), and FPR is one minus the specificity or true negative rate. The best possible prediction method would yield a point in the upper left corner or coordinate (0,1) of the ROC space, representing 100% sensitivity (no false negatives) and 100% specificity (no false positives). The (0,1) point is also called a perfect classification. A completely random guess would give a point along a diagonal line (the so-called line of no-discrimination) from the left bottom to the top right corners. As shown in Figure 5.2, the algorithm represented by point A is better than B and C while the algorithm represented by B is equal to random guessing. AUC means the area under the curve, it ranges in [0, 1]. Higher AUC indicates a better performance of the classifier MCC The Matthews Correlation Coefficient (MCC) is used to evaluate the performance of binary classifications. It can be calculated from confusion matrix in Figure 5.1, as shown in Equation 5.5. MCC ranges from -1 to +1, +1 represents a perfect prediction, 0 is equal to random prediction and -1 means total disagreement between prediction and observation. MCC = T P T N F P F N (T P + F P )(T P + F N)(T N + F P )(T N + F N) (5.5) T-test Student s t-test is used to determine whether two sets of data are significantly different from each other. the premise of the t-test is that these two sets of data must follow normal distribution. Extracting Features to Discriminate OSA and non-osa 13

29 CHAPTER 5. PERFORMANCE CRITERIA Figure 5.2: Roc space (quoted from Wikipedia). In our experiments, since the size of OSA (63) is not equal to non-osa (40), and the variances are always not equal, hence we should apply the t-test as shown in Equation 5.6, where x and ȳ is the mean value of the sets, s x and s y is the standard deviations, n and m are the size of sets. h-value returned by T-test will be 1 if there is significant difference between two sets, which means a rejection of the null hypothesis that there are no significant difference between two sets. t = x ȳ s 2 x n + s2 y m (5.6) 5.2 Classifier based on Information Gain and Optimal Split Point Our algorithms need some metric to evaluate how well a feature can divide the entire combined datasets into two original classes, i.e., the discriminative power. In this project, for some features, we use Information Gain to find the Optimal Split Point(OSP). Then we can apply Decision Tree model to evaluate the performance for this feature based on the Optimal Split Point. The related definitions are defined as follows. Definition 1 (Entropy). A time series dataset D consists of two classes, A and B. Given that the proportion of objects in class A is p(a) and the proportion of objects in class B is p(b), the entropy of D is: I(D) = p(a) log(p(a)) p(b) log(p(b)). Given the value of a feature for all instances, each splitting point divides the whole dataset D into two subsets, D 1 and D 2. Therefore, the information remaining in the entire dataset after splitting is defined by the weighted average entropy of each subset. Suppose the fraction of objects in D 1 and D 2 are f(d 1 ) and f(d 2 ) respectively. The total entropy of D after splitting is Î(D) = f(d 1 )I(D 1 ) + f(d 2 )I(D 2 ) (5.7) Then the information gain for any splitting strategy is defined as: Definition 2 (Information Gain). Suppose a certain split point sp divides D into two subsets D 1 and D 2, the entropy before and after splitting is I(D) and Î(D), then the information gain for 14 Extracting Features to Discriminate OSA and non-osa

30 CHAPTER 5. PERFORMANCE CRITERIA Algorithm 1 Feature-Evaluation-Algorithm(F, D train, D test ) 1: Input: Feature value F for each subject in dataset D, the training set D train and the test set D test 2: Output: Classification accuracy A with this feature 3: Set 1 4: Set 2 5: OSP CalculateOptimalSplitP oint(d train ) // calculate the OSP in the training dataset 6: for each subject s in D test do 7: if F (s) < OSP then 8: Set 1 Set 1 s 9: else 10: Set 2 Set 2 s 11: end if 12: end for 13: A CalculateAccuracy(Set 1, Set 2, D test ) // check the similarity with the real value of label in the test set D test 14: Return A this splitting point is Gain(sp) = I(D) Î(D) (5.8) Given the value of each subject in the dataset for a given feature, to evaluate the discriminative power of the feature, we sort the subjects according to the its feature value and find an optimal split point between two neighboring feature value based on Information Gain. Definition 3 (Optimal Split Point). Our time series dataset D consists of two classes: OSA and non-osa. For a given feature F, we choose some threshold V th and split D into D 1 and D 2, such that for every time series subject T 1,i in D 1, F eaturev alue(t 1,i ) < V th and for every time series subject T 2,i in D 2, F eaturev alue(t 2,i ) > V th. An Optimal Split Point is a threshold that for any other threshold V th Classifier based on OSP Gain(F, V OSP (D,F ) ) Gain(F, V th) (5.9) For some single-value feature we propose, we use OSP and information gain to evaluate its discriminative power. Specifically, given a feature F, we first calculate the corresponding OSP Optimal Split Point, then calculate the accuracy based on the Decision Tree model with OSP, as shown in Algorithm 1.In practice, we use k-folds cross-validation technique to calculate the accuracy to avoid the overfitting for the datasets. Extracting Features to Discriminate OSA and non-osa 15

31 Chapter 6 Classification with Raw Data After preprocessing operations on the datasets, we first try to apply some classical time series classification algorithms directly on the raw data, i.e., we use all the 45 points in the time series as the input features of the classifier, to check the prediction performance. As one of the most popular time series classification algorithm, 1-Nearest Neighbor (1-NN) Algorithm with Euclidean distance are effective in most time series problem, hence we first apply this algorithm to our datasets. However, it performs poor on our data for the reasons explained later. Then in order to remove the shifting between different time series and align them together, we replace the Euclidean distance with Dynamic Time Warping distance in 1-NN algorithm. Finally, several popular classification models are applied to our datasets, taking the entire time series as input features. However, they all performs poor for the reason we explained in detail in the following subsection. 16 Extracting Features to Discriminate OSA and non-osa

32 CHAPTER 6. CLASSIFICATION WITH RAW DATA Nearest Neighbor Algorithm with Euclidean Distance 1-Nearest Neighbor (1-NN) algorithm is a one of most classical time series classification algorithm, recent empirical evidence has strongly suggested that the simple nearest neighbor algorithm is very difficult to beat for most time series problems. The biggest advantage of this algorithm is its simplicity of implementing. Hence, I first apply the 1-NN algorithm with Euclidean distance to our data to check the performance Algorithm Algorithm 2 shows the 1-NN algorithm process with Euclidean Distance. It works very simply: predict the label of the unknown object by the label of the object with the nearest Euclidean distance in the training set. Algorithm 2 1-NN Euclidean Distance (T rain set, T rain label, unknown object) 1: Input: T rain set, T rain label, unknown object //T rain set is the training set and T rain label indicates the label for each object in T rain set, the goal is to predict the label of the unknown object. 2: Output: the label predicted class of the unknown object 3: //initialization 4: best so far inf; 5: for i = 1 size(t rain set) do 6: distance sqrt(sum(t rain set(i) unknown object) 2 ) // calculate the Euclidean distance 7: if distance < best so far then 8: predicted class T rain label(i) 9: best so far distance 10: end if 11: end for 12: Return predicted class Experimental Evaluation In order to avoid the overfitting, we apply the 1-NN algorithm with Euclidean Distance to our datasets with 10-fold cross validation. Table 6.1 shows the experimental result. We can find that the accuracy is between 55% to 63%, which is not good enough. The AUC is around 0.5 and MCC is around 0.000, which indicates it is almost equivalent to random guess. Supine Breath Supine Hold Sitting Breath Sitting Hold Accuracy 56.3% 55.3% 57.3% 62.1% AUC MCC Precision Recall TP FP FN TN Table 6.1: Classification results of 1-NN algorithm with Euclidean Distance with 10-fold cross validation. Extracting Features to Discriminate OSA and non-osa 17

33 CHAPTER 6. CLASSIFICATION WITH RAW DATA Analysis of Failure There are two possible factors that lead to failure with 1-NN algorithm with Euclidean distance: It is observed that there is some shifting between one time series and another, i.e., the time series are not aligned well between each other. Calculating distance with entire time series is not effective since large part of the time series which is corresponding to normal part of the throat are not predictive but this part contribute a big factor to the calculation Conclusion From the evaluation results based on our datasets, we can conclude that 1-NN algorithm with Euclidean Distance is not feasible to our datasets. All kinds of quantitive indicators show that it is no better than random guess. 18 Extracting Features to Discriminate OSA and non-osa

34 CHAPTER 6. CLASSIFICATION WITH RAW DATA Nearest Neighbor Algorithm with DTW(Dynamic Time Warping) Distance Dynamic time warping (DTW) is a well-known technique to find an optimal alignment between two given (time-dependent) sequences under certain restrictions (Figure 6.1). Intuitively, the sequences are warped in a nonlinear fashion to match each other. In fields such as data mining and information retrieval, DTW has been successfully applied to automatically cope with time deformations and different speeds associated with time-dependent data and measure similarity between two sequences which may vary in time or speed. Figure 6.1: Time alignment of two time series. Since in our datasets, there may be some shifting along x-axis between two time series, hence DTW algorithm can be used to remove the offset and align them along x-axis Algorithm We use DTW to calculate the distance between two time series instead of Euclidean distance in line 6 in Algorithm 2. Algorithm 3 shows the DTW distance calculation algorithm using dynamic programming method. In order to make the alignment more precisely, y-scale normalization is applied to the data first. Algorithm 3 DTW Distance calculation algorithm (s : array[1..n], t : array[1..m], w : int) 1: Input: s : array[1..n], t : array[1..m], w : int //s and t are two time series with length of m and n, w is the window parameter indicating the constraint that two aligned points can only be in a same window. 2: Output: the DTW distance between s and t 3: //initialization 4: distance array[0..n, 0..m] 5: w max(w, abs(n m)) 6: for i = 0 n do 7: for j = 0 m do 8: distance[i, j] inf inity 9: end for 10: end for 11: distance[0, 0] 0 12: for i = 1 n do 13: for j = max(1, i w) min(m, i + w) do 14: cost d(s[i], t[j]) 15: distance cost + minimum(distance[i 1, j], distance[i, j 1], distance[i 1, j 1]) 16: end for 17: end for 18: Return distance[n, m] Extracting Features to Discriminate OSA and non-osa 19

INTRODUCTION TO MACHINE LEARNING. Decision tree learning

INTRODUCTION TO MACHINE LEARNING. Decision tree learning INTRODUCTION TO MACHINE LEARNING Decision tree learning Task of classification Automatically assign class to observations with features Observation: vector of features, with a class Automatically assign

More information

Sleep Diordered Breathing (Part 1)

Sleep Diordered Breathing (Part 1) Sleep Diordered Breathing (Part 1) History (for more topics & presentations, visit ) Obstructive sleep apnea - first described by Charles Dickens in 1836 in Papers of the Pickwick Club, Dickens depicted

More information

Introduction OPT has been shown to effectively treat sleep apnea in about 40% of patients (Colrain IM et al. Sleep Medicine 14; , 2013)

Introduction OPT has been shown to effectively treat sleep apnea in about 40% of patients (Colrain IM et al. Sleep Medicine 14; , 2013) Oral Pressure Therapy for OSA Oral Pressure Therapy for OSA - Disclosures Richard J. Schwab, M.D. Professor of Medicine Division of Sleep Medicine Pulmonary, Allergy and Critical Care Division University

More information

Obstructive Sleep Apnea

Obstructive Sleep Apnea Obstructive Sleep Apnea Introduction Obstructive sleep apnea is an interruption in breathing during sleep. It is caused by throat and tongue muscles collapsing and relaxing. This blocks, or obstructs,

More information

Snoring and Obstructive Sleep Apnea: Patient s Guide to Minimally Invasive Treatments Chapter 2

Snoring and Obstructive Sleep Apnea: Patient s Guide to Minimally Invasive Treatments Chapter 2 Snoring and Obstructive Sleep Apnea: Patient s Guide to Minimally Invasive Treatments Chapter 2 CAUSES OF SNORING AND SLEEP APNEA We inhale air through our nose and mouth. From the nostrils, air flows

More information

OSA - Obstructive sleep apnoea What you need to know if you think you might have OSA

OSA - Obstructive sleep apnoea What you need to know if you think you might have OSA OSA - Obstructive sleep apnoea What you need to know if you think you might have OSA Obstructive sleep apnoea, or OSA, is a breathing problem that happens when you sleep. It can affect anyone men, women

More information

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis Data mining for Obstructive Sleep Apnea Detection 18 October 2017 Konstantinos Nikolaidis Introduction: What is Obstructive Sleep Apnea? Obstructive Sleep Apnea (OSA) is a relatively common sleep disorder

More information

Alexandria Workshop on

Alexandria Workshop on Alexandria Workshop on 1 Snoring & OSA Surgery Course Director: Yassin Bahgat MD Claudio Vicini MD Course Board: Filippo Montevecchi MD Pietro Canzi MD Snoring & Obstructive ti Sleep Apnea The basic information

More information

Sleep Apnoea. The Story of a Pause

Sleep Apnoea. The Story of a Pause Sleep Apnoea The Story of a Pause There is almost zero awareness in India that many amongst us maybe living with Sleep Apnoea, which left untreated could be life threatening tomorrow. This largely undiagnosed

More information

Brian Palmer, D.D.S, Kansas City, Missouri, USA. April, 2001

Brian Palmer, D.D.S, Kansas City, Missouri, USA. April, 2001 Brian Palmer, D.D.S, Kansas City, Missouri, USA A1 April, 2001 Disclaimer The information in this presentation is for basic information only and is not to be construed as a diagnosis or treatment for any

More information

New Perspectives on the Pathogenesis of OSA - Anatomic Perspective. New Perspectives on the Pathogenesis of OSA: Anatomic Perspective - Disclosures

New Perspectives on the Pathogenesis of OSA - Anatomic Perspective. New Perspectives on the Pathogenesis of OSA: Anatomic Perspective - Disclosures New Perspectives on the Pathogenesis of OSA - Anatomic Perspective Richard J. Schwab, M.D. Professor of Medicine Interim Chief, Division of Sleep Medicine Medical Director, Penn Sleep Centers University

More information

Airway and Airflow Characteristics In OSAS

Airway and Airflow Characteristics In OSAS Airway and Airflow Characteristics In OSAS 16 th Annual Advances in Diagnostics and Treatment of Sleep Apnea and Snoring February 12-13, 2010 San Francisco, CA Nelson B. Powell M.D., D.D.S. Adjunct Clinical

More information

in China Shanghai Office Beijing Office (+86) (+86)

in China Shanghai Office Beijing Office (+86) (+86) SLEEP Apnea in China Guide 2018-2019 Shanghai Office (+86) 21 2426 6400 Beijing Office (+86) 010 6464 0611 www.pacificprime.cn Follow us on WeChat t A comprehensive overview of sleep apnea Perhaps you

More information

QUESTIONS FOR DELIBERATION

QUESTIONS FOR DELIBERATION New England Comparative Effectiveness Public Advisory Council Public Meeting Hartford, Connecticut Diagnosis and Treatment of Obstructive Sleep Apnea in Adults December 6, 2012 UPDATED: November 28, 2012

More information

Obstructive sleep apnoea How to identify?

Obstructive sleep apnoea How to identify? Obstructive sleep apnoea How to identify? Walter McNicholas MD Newman Professor in Medicine, St. Vincent s University Hospital, University College Dublin, Ireland. Potential conflict of interest None Obstructive

More information

Tired of being tired?

Tired of being tired? Tired of being tired? Narval CC MRD ResMed.com/Narval Sleepiness and snoring are possible symptoms of sleep apnea. Did you know that one in every four adults has some form of sleep disordered-breathing

More information

DECLARATION OF CONFLICT OF INTEREST

DECLARATION OF CONFLICT OF INTEREST DECLARATION OF CONFLICT OF INTEREST Obstructive sleep apnoea How to identify? Walter McNicholas MD Newman Professor in Medicine, St. Vincent s University Hospital, University College Dublin, Ireland. Potential

More information

BTS sleep Course. Module 10 Therapies I: Mechanical Intervention Devices (Prepared by Debby Nicoll and Debbie Smith)

BTS sleep Course. Module 10 Therapies I: Mechanical Intervention Devices (Prepared by Debby Nicoll and Debbie Smith) BTS sleep Course Module 10 Therapies I: Mechanical Intervention Devices (Prepared by Debby Nicoll and Debbie Smith) S1: Overview of OSA Definition History Prevalence Pathophysiology Causes Consequences

More information

Surgical Options for the Successful Treatment of Obstructive Sleep Apnea

Surgical Options for the Successful Treatment of Obstructive Sleep Apnea Surgical Options for the Successful Treatment of Obstructive Sleep Apnea Benjamin J. Teitelbaum, MD, FACS Otolaryngology Head and Neck Surgery Saint Agnes Medical Center Fresno, California Terms Apnea

More information

Alaska Sleep Education Center

Alaska Sleep Education Center Alaska Sleep Education Center The 3 Types of Sleep Apnea Explained: Obstructive, Central, & Mixed Posted by Kevin Phillips on Jan 28, 2015 6:53:00 PM Sleep apnea is a very common sleep disorder, affecting

More information

SLEEP DISORDERED BREATHING The Clinical Conditions

SLEEP DISORDERED BREATHING The Clinical Conditions SLEEP DISORDERED BREATHING The Clinical Conditions Robert G. Hooper, M.D. In the previous portion of this paper, the definitions of the respiratory events that are the hallmarks of problems with breathing

More information

Predictive performance and discrimination in unbalanced classification

Predictive performance and discrimination in unbalanced classification MASTER Predictive performance and discrimination in unbalanced classification van der Zon, S.B. Award date: 2016 Link to publication Disclaimer This document contains a student thesis (bachelor's or master's),

More information

OSA in children. About this information. What is obstructive sleep apnoea (OSA)?

OSA in children. About this information. What is obstructive sleep apnoea (OSA)? About this information This information explains all about sleep-related breathing problems in children, focusing on the condition obstructive sleep apnoea (OSA). It tells you what the risk factors are

More information

A Sleeping Monitor for Snoring Detection

A Sleeping Monitor for Snoring Detection EECS 395/495 - mhealth McCormick School of Engineering A Sleeping Monitor for Snoring Detection By Hongwei Cheng, Qian Wang, Tae Hun Kim Abstract Several studies have shown that snoring is the first symptom

More information

Snoring. Forty-five percent of normal adults snore at least occasionally and 25

Snoring. Forty-five percent of normal adults snore at least occasionally and 25 Snoring Insight into sleeping disorders and sleep apnea Forty-five percent of normal adults snore at least occasionally and 25 percent are habitual snorers. Problem snoring is more frequent in males and

More information

Medicare C/D Medical Coverage Policy

Medicare C/D Medical Coverage Policy Medicare C/D Medical Coverage Policy Surgical Treatment of Obstructive Sleep Apnea Origination: June 26, 2000 Review Date: January 18, 2017 Next Review January, 2019 DESCRIPTION OF PROCEDURE OR SERVICE

More information

Abdussalam Alahmari ENT Resident R2 KAUH 15/12/2015

Abdussalam Alahmari ENT Resident R2 KAUH 15/12/2015 Abdussalam Alahmari ENT Resident R2 KAUH 15/12/2015 Physiology of sleep Snoring mechanism, causes, sites, symptoms, and management. Sleep apnea definitions, pathophysiology, risk factors, evaluation of

More information

EXPLORE NEW POSSIBILITIES

EXPLORE NEW POSSIBILITIES EXPLORE NEW POSSIBILITIES TREATING SNORING AND SLEEP APNOEA HAS CHANGED FOREVER Introducing the Oventus O 2 Vent, a custom made, comfortable oral appliance with a unique airway design for the treatment

More information

SLEEP APNOEA DR TAN KAH LEONG ALVIN CO-DIRECTOR SLEEP LABORATORY SITE CHIEF SDDC (SLEEP) DEPARTMENT OF OTORHINOLARYNGOLOGY, HEAD & NECK SURGERY

SLEEP APNOEA DR TAN KAH LEONG ALVIN CO-DIRECTOR SLEEP LABORATORY SITE CHIEF SDDC (SLEEP) DEPARTMENT OF OTORHINOLARYNGOLOGY, HEAD & NECK SURGERY SLEEP APNOEA DR TAN KAH LEONG ALVIN CO-DIRECTOR SLEEP LABORATORY SITE CHIEF SDDC (SLEEP) DEPARTMENT OF OTORHINOLARYNGOLOGY, HEAD & NECK SURGERY

More information

Did you know more than a million Australians suffer from severe sleep apnoea?

Did you know more than a million Australians suffer from severe sleep apnoea? Did you know more than a million Australians suffer from severe sleep apnoea? Your comprehensive guide to curing sleep apnoea www.futuredental.com.au 1 Contents What is Obstructive Sleep Apnoea? 2 What

More information

Sleep Apnea. What is sleep apnea? How does it occur? What are the symptoms?

Sleep Apnea. What is sleep apnea? How does it occur? What are the symptoms? What is sleep apnea? Sleep Apnea Sleep apnea is a serious sleep problem. If you have it, you stop breathing for more than 10 seconds at a time many times while you sleep. Another term for this problem

More information

Sleep Apnoea. Introduction Symptoms Causes Obtaining a Diagnosis Treatment Complications

Sleep Apnoea. Introduction Symptoms Causes Obtaining a Diagnosis Treatment Complications The most common forms of sleep apnoea are normally referred to as obstructive sleep apnoea (OSA) and relate to a condition which causes interruptions in breathing during sleep. People with obstructive

More information

Effect of Three Different Mandibular Advancement Devices and Two Different Bite Techniques on the Resultant Sleep Metrics

Effect of Three Different Mandibular Advancement Devices and Two Different Bite Techniques on the Resultant Sleep Metrics Effect of Three Different Mandibular Advancement Devices and Two Different Bite Techniques on the Resultant Sleep Metrics Shamshudin (Sam) Kherani, DDS, FAGD, MICCMO Background It has been documented in

More information

LOGISTIC REGRESSION VERSUS NEURAL

LOGISTIC REGRESSION VERSUS NEURAL Monografías del Seminario Matemático García de Galdeano 33, 245 252 (2006) LOGISTIC REGRESSION VERSUS NEURAL NETWORKS FOR MEDICAL DATA Luis Mariano Esteban Escaño, Gerardo Sanz Saiz, Francisco Javier López

More information

SLEEP APNOEA AND DYSFUNCTIONAL BREATHING

SLEEP APNOEA AND DYSFUNCTIONAL BREATHING SLEEP APNOEA AND DYSFUNCTIONAL BREATHING The link missed by the Sleep Study industry. By Roger Price Respiratory Physiologist I would like to commence by stating that there is no doubt in my mind that

More information

Obstructive Sleep Apnea Syndrome. Common sleep disorder causes high blood pressure and heart attacks

Obstructive Sleep Apnea Syndrome. Common sleep disorder causes high blood pressure and heart attacks Obstructive Sleep Apnea Syndrome Common sleep disorder causes high blood pressure and heart attacks Message: Sleep apnea is very common. It is estimated that 158 million people worldwide suffer from sleep

More information

This pamphlet has been designed as

This pamphlet has been designed as This pamphlet has been designed as an educational resource for patients with Obstructive Sleep Apnea (OSA). The successful use of CPAP requires no further intervention; however, not every patient is able,

More information

Obstructive sleep apnea

Obstructive sleep apnea Page1 Obstructive sleep apnea People who have obstructive sleep apnea often snore heavily and have longer breathing pauses while they sleep. Snoring on its own is harmless. But in combination with breathing

More information

Web-Based Home Sleep Testing

Web-Based Home Sleep Testing Editorial Web-Based Home Sleep Testing Authors: Matthew Tarler, Ph.D., Sarah Weimer, Craig Frederick, Michael Papsidero M.D., Hani Kayyali Abstract: Study Objective: To assess the feasibility and accuracy

More information

Polysomnography (PSG) (Sleep Studies), Sleep Center

Polysomnography (PSG) (Sleep Studies), Sleep Center Policy Number: 1036 Policy History Approve Date: 07/09/2015 Effective Date: 07/09/2015 Preauthorization All Plans Benefit plans vary in coverage and some plans may not provide coverage for certain service(s)

More information

DOWNLOAD OR READ : TREATMENT FOR SNORING PROBLEMS PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : TREATMENT FOR SNORING PROBLEMS PDF EBOOK EPUB MOBI DOWNLOAD OR READ : TREATMENT FOR SNORING PROBLEMS PDF EBOOK EPUB MOBI Page 1 Page 2 treatment for snoring problems treatment for snoring problems pdf treatment for snoring problems problem, presenting

More information

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

More information

Questions: What tests are available to diagnose sleep disordered breathing? How do you calculate overall AHI vs obstructive AHI?

Questions: What tests are available to diagnose sleep disordered breathing? How do you calculate overall AHI vs obstructive AHI? Pediatric Obstructive Sleep Apnea Case Study : Margaret-Ann Carno PhD, CPNP, D,ABSM for the Sleep Education for Pulmonary Fellows and Practitioners, SRN ATS Committee April 2014. Facilitator s guide Part

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017 RESEARCH ARTICLE Classification of Cancer Dataset in Data Mining Algorithms Using R Tool P.Dhivyapriya [1], Dr.S.Sivakumar [2] Research Scholar [1], Assistant professor [2] Department of Computer Science

More information

Snoring, obstructive sleep apnea (OSA), and upper. impact of basic research on tomorrow. Snoring Imaging* Could Bernoulli Explain It All?

Snoring, obstructive sleep apnea (OSA), and upper. impact of basic research on tomorrow. Snoring Imaging* Could Bernoulli Explain It All? impact of basic research on tomorrow Snoring Imaging* Could Bernoulli Explain It All? Igor Fajdiga, MD, PhD Study objectives: To identify upper airway changes in snoring using CT scanning, to clarify the

More information

Knowledge Discovery and Data Mining. Testing. Performance Measures. Notes. Lecture 15 - ROC, AUC & Lift. Tom Kelsey. Notes

Knowledge Discovery and Data Mining. Testing. Performance Measures. Notes. Lecture 15 - ROC, AUC & Lift. Tom Kelsey. Notes Knowledge Discovery and Data Mining Lecture 15 - ROC, AUC & Lift Tom Kelsey School of Computer Science University of St Andrews http://tom.home.cs.st-andrews.ac.uk twk@st-andrews.ac.uk Tom Kelsey ID5059-17-AUC

More information

Update on Sleep Apnea Diagnosis and Treatment

Update on Sleep Apnea Diagnosis and Treatment Update on Sleep Apnea Diagnosis and Treatment Damien Stevens MD Pulmonary/Critical Care/Sleep Medicine Medical Director KU Medical Center Sleep Laboratory Objectives Discuss physiology of sleep and obstructive

More information

Commissioning Policy Individual Funding Request

Commissioning Policy Individual Funding Request Commissioning Policy Individual Funding Request Continuous Positive Airway Pressure (CPAP) Treatment of Obstructive Sleep Apnoea/Hypopnoea Syndrome (OSAHS) Criteria Based Access Policy Date Adopted: 13

More information

Influence of upper airways section area on oxygen blood saturation level in patients with obesity and sleep apnea syndrome

Influence of upper airways section area on oxygen blood saturation level in patients with obesity and sleep apnea syndrome Influence of upper airways section area on oxygen blood saturation level in patients with obesity and sleep apnea syndrome Poster No.: P-0028 Congress: ESCR 2015 Type: Scientific Poster Authors: E. Butorova,

More information

TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS)

TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS) TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS) AUTHORS: Tejas Prahlad INTRODUCTION Acute Respiratory Distress Syndrome (ARDS) is a condition

More information

Fit to drive: identifying and addressing driver fatigue

Fit to drive: identifying and addressing driver fatigue Fit to drive: identifying and addressing driver fatigue Who is responsible for managing fatigue? Fatigue is an identifiable hazard that we know has the potential to cause harm to individuals while on duty.

More information

White Paper Estimating Complex Phenotype Prevalence Using Predictive Models

White Paper Estimating Complex Phenotype Prevalence Using Predictive Models White Paper 23-12 Estimating Complex Phenotype Prevalence Using Predictive Models Authors: Nicholas A. Furlotte Aaron Kleinman Robin Smith David Hinds Created: September 25 th, 2015 September 25th, 2015

More information

Anyone of any shape or size may snore, but there are certain features which significantly increase the chance of snoring.

Anyone of any shape or size may snore, but there are certain features which significantly increase the chance of snoring. Snoring Snoring is a common sleep related problem affecting more than 20% of the population at some stage in their lives. Snoring occurs when various parts of the throat, including the soft palate, tonsils

More information

Snoring And Sleep Apnea in the U.S. Definitions Apnea: Cessation of ventilation for > 10 seconds. Defining Severity of OSA

Snoring And Sleep Apnea in the U.S. Definitions Apnea: Cessation of ventilation for > 10 seconds. Defining Severity of OSA Snoring and Obstructive Sleep Apnea: Oral Appliance Therapy Management Midwest Society of Orthodontists October 16-17, 2009 Anthony J DiAngelis DMD, MPH Chief, Department of Dentistry, HCMC Professor,

More information

A friend of mine, a 69-year-old pulmonologist in Port Arthur, Texas, who had OSA, died of a heart attack during sleep on July 13, 2015.

A friend of mine, a 69-year-old pulmonologist in Port Arthur, Texas, who had OSA, died of a heart attack during sleep on July 13, 2015. SINCE U.S. Associate Justice Antonin Scalia, 79, a guest at the Cibolo Creek Ranch, a 30,000-acre luxury resort in West Texas, was found dead in his bedroom, speculation started that he could have died

More information

Management of OSA. saurabh maji

Management of OSA. saurabh maji Management of OSA saurabh maji INTRODUCTION Obstructive sleep apnea is a major public health problem Prevalence of OSAS in INDIA is 2.4% to 4.96% in men and 1% to 2 % in women In the rest of the world

More information

11/19/2012 ก! " Varies 5-86% in men 2-57% in women. Thailand 26.4% (Neruntarut et al, Sleep Breath (2011) 15: )

11/19/2012 ก!  Varies 5-86% in men 2-57% in women. Thailand 26.4% (Neruntarut et al, Sleep Breath (2011) 15: ) Snoring ก Respiratory sound generated in the upper airway during sleep that typically occurs during inspiration but may occur during expiration ICSD-2, 2005..... ก ก! Prevalence of snoring Varies 5-86%

More information

Inspire Therapy for Sleep Apnea

Inspire Therapy for Sleep Apnea Inspire Therapy for Sleep Apnea Patient Guide Giving You the FREEDOM TO SLEEP Like Everyone Else Take Comfort. Inspire therapy can help. Inspire therapy is a breakthrough implantable treatment option for

More information

Positive Airway Pressure and Oral Devices for the Treatment of Obstructive Sleep Apnea

Positive Airway Pressure and Oral Devices for the Treatment of Obstructive Sleep Apnea Positive Airway Pressure and Oral Devices for the Treatment of Obstructive Sleep Apnea Policy Number: Original Effective Date: MM.01.009 11/01/2009 Line(s) of Business: Current Effective Date: HMO; PPO;

More information

Analysis of Diabetic Dataset and Developing Prediction Model by using Hive and R

Analysis of Diabetic Dataset and Developing Prediction Model by using Hive and R Indian Journal of Science and Technology, Vol 9(47), DOI: 10.17485/ijst/2016/v9i47/106496, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Diabetic Dataset and Developing Prediction

More information

Emerging Sleep Testing Methods

Emerging Sleep Testing Methods Emerging Sleep Testing Methods Matt T. Bianchi MD PhD Director, Sleep Division MGH Neurology www.mghsleep.com May 2015 Funding and Disclosures Funding: MGH Neurology Department Harvard Clinical Investigator

More information

An Early Warning Algorithm to Predict Obstructive Sleep Apnea (OSA) Episodes

An Early Warning Algorithm to Predict Obstructive Sleep Apnea (OSA) Episodes Avestia Publishing Journal of Biomedical Engineering and Biosciences Volume 3, Year 2016 Journal ISSN: TBD DOI: TBD An Early Warning Algorithm to Predict Obstructive Sleep Apnea (OSA) Episodes Galip Ozdemir,

More information

Obstructive sleep apnoea (OSA) has been. Heritability of upper airway dimensions derived using acoustic pharyngometry

Obstructive sleep apnoea (OSA) has been. Heritability of upper airway dimensions derived using acoustic pharyngometry Eur Respir J 2008; 32: 1304 1308 DOI: 10.1183/09031936.00029808 CopyrightßERS Journals Ltd 2008 Heritability of upper airway dimensions derived using acoustic pharyngometry S.R. Patel*,#, J.M. Frame #,

More information

A New, Clinically Proven Sleep Apnea Therapy for people unable to use CPAP.

A New, Clinically Proven Sleep Apnea Therapy for people unable to use CPAP. A New, Clinically Proven Sleep Apnea Therapy for people unable to use CPAP. Take Heart. If You Have OSA, You re Not Alone. Like you, more than 18 million Americans are estimated to have Obstructive Sleep

More information

Review. Imagine the following table being obtained as a random. Decision Test Diseased Not Diseased Positive TP FP Negative FN TN

Review. Imagine the following table being obtained as a random. Decision Test Diseased Not Diseased Positive TP FP Negative FN TN Outline 1. Review sensitivity and specificity 2. Define an ROC curve 3. Define AUC 4. Non-parametric tests for whether or not the test is informative 5. Introduce the binormal ROC model 6. Discuss non-parametric

More information

Identification of Tissue Independent Cancer Driver Genes

Identification of Tissue Independent Cancer Driver Genes Identification of Tissue Independent Cancer Driver Genes Alexandros Manolakos, Idoia Ochoa, Kartik Venkat Supervisor: Olivier Gevaert Abstract Identification of genomic patterns in tumors is an important

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

MRI Image Processing Operations for Brain Tumor Detection

MRI Image Processing Operations for Brain Tumor Detection MRI Image Processing Operations for Brain Tumor Detection Prof. M.M. Bulhe 1, Shubhashini Pathak 2, Karan Parekh 3, Abhishek Jha 4 1Assistant Professor, Dept. of Electronics and Telecommunications Engineering,

More information

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Ritu Verma, Sujeet Tiwari, Naazish Rahim Abstract Tumor is a deformity in human body cells which, if not detected and treated,

More information

Positive Airway Pressure and Oral Devices for the Treatment of Obstructive Sleep Apnea

Positive Airway Pressure and Oral Devices for the Treatment of Obstructive Sleep Apnea Positive Airway Pressure and Oral Devices for the Treatment of Obstructive Sleep Apnea Policy Number: Original Effective Date: MM.01.009 11/01/2009 Line(s) of Business: Current Effective Date: HMO; PPO

More information

An Improved Algorithm To Predict Recurrence Of Breast Cancer

An Improved Algorithm To Predict Recurrence Of Breast Cancer An Improved Algorithm To Predict Recurrence Of Breast Cancer Umang Agrawal 1, Ass. Prof. Ishan K Rajani 2 1 M.E Computer Engineer, Silver Oak College of Engineering & Technology, Gujarat, India. 2 Assistant

More information

CLINICIAN INFORMATION

CLINICIAN INFORMATION CLINICIAN INFORMATION CLINICIAN INFORMATION RHINOMED Rhinomed is a medical device technology company with a patented nasal technology platform that seeks to radically improve the way you breathe, sleep,

More information

Sleep Disordered Breathing

Sleep Disordered Breathing Sleep Disordered Breathing SDB SDB Is an Umbrella Term for Many Disorders characterized by a lack of drive to breathe Results n repetitive pauses in breathing with no effort Occurs for a minimum of 10

More information

Overview. Goal of Evaluation. DISE: Identifying the Sites of Obstruction in OSA. Characterize disorder to guide effective treatment.

Overview. Goal of Evaluation. DISE: Identifying the Sites of Obstruction in OSA. Characterize disorder to guide effective treatment. DISE: Identifying the Sites of Obstruction in OSA Eric J. Kezirian, MD, MPH Director, Division of Sleep Surgery Otolaryngology Head and Neck Surgery University of California, San Francisco ekezirian@ohns.ucsf.edu

More information

An Improved Patient-Specific Mortality Risk Prediction in ICU in a Random Forest Classification Framework

An Improved Patient-Specific Mortality Risk Prediction in ICU in a Random Forest Classification Framework An Improved Patient-Specific Mortality Risk Prediction in ICU in a Random Forest Classification Framework Soumya GHOSE, Jhimli MITRA 1, Sankalp KHANNA 1 and Jason DOWLING 1 1. The Australian e-health and

More information

Dr. Karan Madan Senior Resident

Dr. Karan Madan Senior Resident SLEEP DISORDERED BREATHING DIAGNOSIS & MANAGEMENT Dr. Karan Madan Senior Resident Department of Pulmonary medicine Sleep disordered breathing (SDB) Definition- Sleep-disordered breathing (SDB) is present

More information

Outline. Major variables contributing to airway patency/collapse. OSA- Definition

Outline. Major variables contributing to airway patency/collapse. OSA- Definition Outline Alicia Gruber Kalamas, MD Associate Clinical Professor of Anesthesia & Perioperative Care University of California, San Francisco September 2011 Definition Pathophysiology Patient Risk Factors

More information

Inspire Therapy for Sleep Apnea

Inspire Therapy for Sleep Apnea Inspire Therapy for Sleep Apnea Take Heart. If you have OSA, you re not alone. More than 18 million Americans are estimated to have Obstructive Sleep Apnea (OSA). OSA occurs when the tongue and other soft

More information

Effect of two types of mandibular advancement splints on snoring and obstructive sleep apnoea

Effect of two types of mandibular advancement splints on snoring and obstructive sleep apnoea European Journal of Orthodontics 20 (1998) 293 297 1998 European Orthodontic Society Effect of two types of mandibular advancement splints on snoring and obstructive sleep apnoea J. Lamont*, D. R. Baldwin**,

More information

A Review on Sleep Apnea Detection from ECG Signal

A Review on Sleep Apnea Detection from ECG Signal A Review on Sleep Apnea Detection from ECG Signal Soumya Gopal 1, Aswathy Devi T. 2 1 M.Tech Signal Processing Student, Department of ECE, LBSITW, Kerala, India 2 Assistant Professor, Department of ECE,

More information

Sleep Apnea in Women: How Is It Different?

Sleep Apnea in Women: How Is It Different? Sleep Apnea in Women: How Is It Different? Grace Pien, MD, MSCE Division of Pulmonary and Critical Care Department of Medicine Johns Hopkins School of Medicine 16 February 2018 Outline Prevalence Clinical

More information

Inspire. therapy for sleep apnea. Giving you the freedom to sleep like everyone else

Inspire. therapy for sleep apnea. Giving you the freedom to sleep like everyone else Inspire therapy for sleep apnea Giving you the freedom to sleep like everyone else Take Comfort. Take Action. Inspire therapy can help. Here are some reasons people like you have chosen Inspire therapy

More information

ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES

ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES P.V.Rohini 1, Dr.M.Pushparani 2 1 M.Phil Scholar, Department of Computer Science, Mother Teresa women s university, (India) 2 Professor

More information

Obstructive Sleep Apnea in Truck Drivers

Obstructive Sleep Apnea in Truck Drivers Rocky Mountain Academy of Occupational and Environmental Medicine Denver, Colorado February 6, 2010 Obstructive Sleep Apnea in Truck Drivers Philip D. Parks, MD, MPH, MOccH Medical Director, Lifespan Health

More information

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION 1 R.NITHYA, 2 B.SANTHI 1 Asstt Prof., School of Computing, SASTRA University, Thanjavur, Tamilnadu, India-613402 2 Prof.,

More information

Inspire Therapy for Sleep Apnea

Inspire Therapy for Sleep Apnea Inspire Therapy for Sleep Apnea Patient Guide Giving You the FREEDOM TO SLEEP Like Everyone Else Take Comfort. Inspire therapy can help. Inspire therapy is a breakthrough implantable treatment option for

More information

Dental Sleep Medicine Basics

Dental Sleep Medicine Basics Dental Sleep Medicine Basics Written By: Patrick Tessier 2018 www.tap.wiki/ Page 1 of 8 INTRODUCTION Here are some basic aspect of Dental Sleep Medicine. This viewpoint is from an industry participant,

More information

Precision Sleep Medicine

Precision Sleep Medicine Precision Sleep Medicine Picking Winners Improves Outcomes and Avoids Side-Effects North American Dental Sleep Medicine Conference February 17-18, 2017 Clearwater Beach, FL John E. Remmers, MD Conflict

More information

Emerging Nursing Roles in Collaborative Management of Sleep Disordered Breathing and Obstructive Sleep Apnoea

Emerging Nursing Roles in Collaborative Management of Sleep Disordered Breathing and Obstructive Sleep Apnoea Emerging Nursing Roles in Collaborative Management of Sleep Disordered Breathing and Obstructive Sleep Apnoea Sigma Theta Tau International 28th International Nursing Research Congress 27-31 July 2017

More information

SNORING AND OBSTRUCTIVE SLEEP APNOEA WAYS TO DEAL WITH THESE PROBLEMS

SNORING AND OBSTRUCTIVE SLEEP APNOEA WAYS TO DEAL WITH THESE PROBLEMS SNORING AND OBSTRUCTIVE SLEEP APNOEA WAYS TO DEAL WITH THESE PROBLEMS Laugh and the world laughs with you; snore and you sleep alone. These words by novelist Anthony Vergess ring true with all too many

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Obstructive Sleep Apnea: Recommendations for Screening Adults - Frankly Speaking EP 9

Obstructive Sleep Apnea: Recommendations for Screening Adults - Frankly Speaking EP 9 Obstructive Sleep Apnea: Recommendations for Screening Adults - Frankly Speaking EP 9 Transcript Details This is a transcript of an episode from the podcast series Frankly Speaking accessible at Pri- Med.com.

More information

WHAT YOU NEED TO KNOW ABOUT SLEEP APNEA

WHAT YOU NEED TO KNOW ABOUT SLEEP APNEA WHAT YOU NEED TO KNOW ABOUT SLEEP APNEA Wayne Driscoll Clinical Education Specialist 2 SLEEP APNEA IN THE NEWS Carrie Fisher died from sleep apnea, other factors, coroner says USA Today NJ Transit engineer

More information

SURGERY FOR SNORING AND MILD OBSTRUCTIVE SLEEP APNOEA

SURGERY FOR SNORING AND MILD OBSTRUCTIVE SLEEP APNOEA SURGERY FOR SNORING AND MILD OBSTRUCTIVE SLEEP APNOEA INTRODUCTION Snoring with or without excessive daytime somnolence, restless sleep and periods of apnoea are all manifestations of sleep disordered

More information

Learning Objectives. And it s getting worse. The Big Picture. Dr. Roger Roubal

Learning Objectives. And it s getting worse. The Big Picture. Dr. Roger Roubal Learning Objectives How to screen for sleep apnea; questions to ask your patients Industry treatment guidelines; when to consider an oral appliance vs. a CPAP What goals/thresholds to set for successful

More information

UPDATES IN SLEEP APNEA:

UPDATES IN SLEEP APNEA: UPDATES IN SLEEP APNEA: CPAP,CPAP COMPLIANCE, & ALTERNATIVES MICHELLE ZETOONY, DO, FCCP, FACOI BOARD CERTIFIED PULMONARY, CRITICAL CARE, SLEEP & INTERNAL MEDICINE CLEARWATER, FL DISCLOSURE I have no conflicts

More information

An Introduction to ROC curves. Mark Whitehorn. Mark Whitehorn

An Introduction to ROC curves. Mark Whitehorn. Mark Whitehorn An Introduction to ROC curves Mark Whitehorn Mark Whitehorn It s all about me Prof. Mark Whitehorn Emeritus Professor of Analytics Computing University of Dundee Consultant Writer (author) m.a.f.whitehorn@dundee.ac.uk

More information

Introducing the WatchPAT 200 # 1 Home Sleep Study Device

Introducing the WatchPAT 200 # 1 Home Sleep Study Device Introducing the WatchPAT 200 # 1 Home Sleep Study Device Top 10 Medical Innovation for 2010 Cleveland Clinic Fidelis Diagnostics & Itamar Medical Fidelis Diagnostics founded in 2004, is a privately-held

More information

New Government O2 Criteria and Expert Panel. Jennifer Despain, RPSGT, RST, AS

New Government O2 Criteria and Expert Panel. Jennifer Despain, RPSGT, RST, AS New Government O2 Criteria and Expert Panel Jennifer Despain, RPSGT, RST, AS Lead Sleep Technologist, Central Utah Clinic Sleep Disorders Center; Provo, Utah Objectives: Review new government O2 criteria

More information

ResScan Report Interpretation Guide. FOR CLINICAL USE ONLY V1.0 June, 2011

ResScan Report Interpretation Guide. FOR CLINICAL USE ONLY V1.0 June, 2011 ResScan Report Interpretation Guide FOR CLINICAL USE ONLY V1.0 June, 2011 ResMed Software Support Hours 5:30 AM to 5:30 PM (Pacific Time) Monday Friday Phone +1 (800) 424-0737, Option 6 Email TechSupportUSA@resmed.com

More information