scispace - formally typeset
Search or ask a question
Proceedings ArticleDOI

Contactless Sleep Apnea Detection on Smartphones

TL;DR: A novel system that monitors the minute chest and abdomen movements caused by breathing on smartphones that works with the phone away from the subject and can simultaneously identify and track the fine-grained breathing movements from multiple subjects and develops algorithms that identify various sleep apnea events from the sonar reflections.
Abstract: We present a contactless solution for detecting sleep apnea events on smartphones. To achieve this, we introduce a novel system that monitors the minute chest and abdomen movements caused by breathing on smartphones. Our system works with the phone away from the subject and can simultaneously identify and track the fine-grained breathing movements from multiple subjects. We do this by transforming the phone into an active sonar system that emits frequency-modulated sound signals and listens to their reflections; our design monitors the minute changes to these reflections to extract the chest movements. Results from a home bedroom environment shows that our design operates efficiently at distances of up to a meter and works even with the subject under a blanket. Building on the above system, we develop algorithms that identify various sleep apnea events including obstructive apnea, central apnea, and hypopnea from the sonar reflections. We deploy our system at the UW Medicine Sleep Center at Harborview and perform a clinical study with 37 patients for a total of 296 hours. Our study demonstrates that the number of respiratory events identified by our system is highly correlated with the ground truth and has a correlation coefficient of 0.9957, 0.9860, and 0.9533 for central apnea, obstructive apnea and hypopnea respectively. Furthermore, the average error in computing of rate of apnea and hypopnea events is as low as 1.9 events/hr.

Summary (5 min read)

Contributions:

  • The authors make four key contributions: (1) The authors introduce a novel contactless technique for tracking chest and abdomen movements due to breathing on smartphones.
  • The authors achieve this by analyzing the reflections from FMCW sonar transmissions.
  • (2) We design algorithms to detect central apnea, obstructive apnea, and hypopnea as well as estimate the apnea-hypopnea index from the sonar reflections.the authors.the authors.
  • (3) We implement their design on off-the-shelf smartphones and demonstrate the ability to concurrently track breathing movements from multiple subjects.the authors.the authors.
  • (4) We perform a clinical study with 37 patients demonstrating the feasibility of using their system to accurately compute the number of central, obstructive, and hypopnea events as well as the apnea-hypopnea index.the authors.the authors.

2. POLYSOMNOGRAPHY OVERVIEW

  • The clinical polysomnography test (PSG) is traditionally used to diagnose sleep apnea and other sleep disorders.
  • Physicians classify the sleep apnea level using these AHI values.
  • The scoring process of analyzing these epochs involves two main steps.
  • Fig. 3 (b) plots the nasal pressure and chest motion signals during a hypopnea event.
  • Throughout a sleep duration of eight hours, the technician monitors the sensors and ensures that they remain properly attached to the patient's body.

3. APNEAAPP

  • ApneaApp is a contactless system that enables detection of sleep apnea events using smartphones.
  • To understand how ApneaApp operates, the authors first describe how they transform the phone into an active sonar system that tracks the chest and abdomen movements due to breathing.
  • The authors then describe their algorithms to detect sleep apnea events from these movements.

3.1 Transforming the Phone into an Active Sonar

  • These signals reflect off the reflector (e.g., human body) and arrive at the microphone after a time delay.
  • The chirp duration, Tsweep, in practice is picked so that the reflections from all points within the desired operational distance would start arriving before the chirp ends.
  • To search for these breathing movements in each FFT bin, the authors perform another FFT over a 30s duration and search for peaks in the typical breathing frequencies of 0.2-0.3 Hz.
  • Note that the above procedure is repeated every time the user moves their position, which the authors identify using the algorithm in §3.2.2.

3.2 Sleep Apnea Detection Algorithm

  • As described in §2, diagnosing sleep apnea requires estimating the Apnea-Hypopnea Index (AHI) which is the average rate of apnea events during the sleep duration.
  • This requires computing the number of central, obstructive, and hypopneas as well the total sleep time.
  • The authors first describe their algorithms to compute the number of apneas and then the total sleep time.

3.2.1 Estimating the Number of Apneas

  • ApneaApp detects a hypopnea event when the chest motion reduces below a threshold (30%).
  • But to identify central apnea, the authors couple an amplitude reduction in the chest motion signal with an absence of the breathing periodicity.
  • The authors run the peak detection algorithm to identify the locations of the peaks in the chest motion signal.
  • The authors again use the peak detection algorithm to detect the peaks.
  • To compute this threshold for their sonar data, the authors perform a linear regression on the data from a single patient to max- imize the hypopnea detection accuracy and identify a threshold of 38%.

3.2.2 Estimating the total sleep time

  • In a polysomnography test, the EEG sensors are used to measure the brain activity to determine whether the subject is asleep or awake; this is then used to measure the total sleep time of a subject.
  • Recent work [30] has shown that one can use body movements to compute the total sleep time and the resulting accuracies are acceptable for the purposes of estimating the apnea-hypopnea index.
  • To identify these movements, the authors leverage that when the subject's body moves, the sonar reflections experience large variations that do not have the periodicity of the breathing motion.
  • The authors then check if the resulting peaks are aperiodic.
  • For periodic breathing motion, this derivative is close to zero but is higher for aperiodic signals.

4. IMPLEMENTATION

  • The authors implement ApneaApp as a third party Android app that does not require rooting the smartphone.
  • 1 shows that all the tested smartphones satisfy this requirement.
  • This happens because of a feedback loop between the co-located microphone and speaker and can result in sleep apnea misclassifications.
  • To address this issue, the authors leverage that many smartphones today come with an additional microphone that is not co-located with the speaker.
  • This means that smartphones that do not have this additional microphone, such as the Galaxy Nexus, cannot be used to accurately detect sleep apnea events with ApneaApp.

5. CLINICAL STUDY

  • The authors conducted a clinical sleep study with 37 patients (17 female and 20 male) between ages of 23-93 (mean: 50) for a total of 296 hours and compare the results from ApneaApp with the PSG study reports.
  • The sleep lab is equipped to conduct PSG studies for a maximum of eleven patients per night; the authors randomly choose up to five subjects per night for their study.
  • The authors do not screen patients based on their gender, race or national origin, but only consider adults.
  • The patients who participated in their study were not provided any monetary benefits.
  • Further, there was significant interest amongst them in using a smartphone instead of the existing PSG procedure to diagnose their sleep illness.

Protocols.

  • In clinical PSG studies, the sleep lab technician assigns each patient to a separate room furnished with an adjustable king size bed.
  • Chin electromyogram and right and left electroculogram electrodes were also applied.
  • The position and the orientation of the phone vary across patients depending on their sleep habits.
  • The data from the clinical PSG study is sent to a third-party entity that scores the sensor data and provides the number of central and obstructive apneas, and hypopneas.
  • Thus, the authors compare it with ApneaApp's signals using Matlab.

5.1 Sleep Apnea Detection Accuracy

  • The key metric used for sleep apnea diagnosis is the Apnea-Hypopnea Index (AHI), which represents the average rate at which apnea and hypopnea events occur during the sleep duration.
  • First the authors examine ApneaApp's effectiveness in computing the number of central apnea, hypopnea, and obstructive apnea events.
  • The authors use the body motion sensors from the PSG study as their ground truth.
  • Next, the authors evaluate how well this correlates with the sleep time computed in the PSG study using the brain activity (EEG sensors).
  • The five misclassifications occur between no-apnea and mild-apnea; four of them happen right at the boundary between the two levels with an error less than 1 event/hr.

6. MICROBENCHMARKS

  • The authors run experiments with five participants (ages 24-25) in a home bedroom environment to evaluate the effects of various parameters such as orientation, position and distance.
  • The bedroom is next to a major street with significant foot and vehicular traffic.
  • Since the authors cannot imitate the sleep apnea events where the chest motion experiences amplitude variations, in these set of experiments they use the coarse-grained breathing frequency as a proxy to understand the effects of the various parameters.
  • To obtain the ground truth data for the breathing frequency, the authors use a Vernier respiratory belt worn at the abdomen level.

6.1 Effect of Phone Distance, Orientation and Position

  • The authors first evaluate the effect of the phone distance, orientation and position on the breathing frequency accuracies.
  • This is because, as described in §4, the breathing frequency on the phone is relatively stable compared to the amplitude variations that are necessary for detecting sleep apnea events.
  • It also limits the negative effects of environmental changes farther away than a meter on ApneaApp's accuracies.
  • Introducing human conversations in the vicinity of the experiments also does not affect these accuracies.
  • Next, the authors experiment with the phone at different positions around the subject.

6.2 Effect of Sleeping Position and Blankets

  • Next, the authors evaluate the accuracies for different sleeping positions and in the presence of blankets.
  • Fig. 14 shows that the average residual error is below 0.16 breaths per minute across all the sleeping positions.
  • The authors note that the accuracy is lower when the patient is lying with her face down .
  • The authors measure the breathing frequency accuracy for various blanket thicknesses.

6.3 Breathing Signals from Multiple Subjects

  • As discussed in §3.1, the sonar reflections from multiple subject arrive at different times at the microphone.
  • Thus, ApneaApp can simultaneously track breathing movements from more than one sub- ject.
  • To evaluate this, the authors monitor the breathing rate from two subjects sleeping in the supine position on the bed.
  • Fig. 16 plots the accuracies for the two subjects as a function of the distance between them.
  • This is expected, because as described in §3.1, their FMCW transmissions can be used to resolve reflections with a greater resolution than 20 cm.

6.4 Evaluating ApneaApp's Audibility

  • ApneaApp transmits FMCW audio signals in the 18-20 kHz range.
  • To evaluate the audibility of these signals, the authors ran ApneaApp with 144 subjects: 37 of whom were sleep apnea patients who took part in their clinical study, 50 additional sleep apnea patients not part of their clinical study, and 57 healthy undergraduate subjects who are seniors in the UW CSE department.
  • None of the 87 sleep patients reported any audible sounds from the phone.
  • Further, the 37 patients who took part in their clinical study had no audibility issues for the eight-hour sleep duration.
  • One of the undergraduates could hear faint sounds when the phone was placed next to his ear and a second undergraduate reported hearing a sound similar to TV static at distances of up to one meter.

8. LIMITATIONS AND FUTURE DIRECTIONS

  • In addition to diagnosing sleep apnea, a PSG test is also used to detect other events such as the respiratory-effort related-arousals .
  • A direction worth exploring is to leverage their sonar design with other smartphone sensors to detect these non-sleep apnea conditions.
  • The authors note however that in principle their sonar design can also be used to extract the heart rate without requiring contact with the human body.

9. CONCLUSION

  • The authors present a contactless solution that detects sleep apnea events on smartphones.
  • To achieve this, the authors introduce a novel technique that can track chest and abdomen movements due to breathing on smartphones using FMCW sonar transmissions.
  • The authors design algorithms to detect central apnea, obstructive apnea, and hypopnea as well as estimate the total sleep time by analyzing the FMCW reflections from the human body.
  • The authors implement their design on off-theshelf smartphones and demonstrate the ability to concurrently track breathing movements from multiple subjects.
  • Finally, the authors present results from a clinical study with 37 patients that demonstrate the feasibility of using their system to accurately compute the number of central, obstructive, and hypopnea events as well as the apneahypopnea index.

Did you find this useful? Give us your feedback

Figures (18)

Content maybe subject to copyright    Report

Contactless Sleep Apnea Detection on Smartphones
Rajalakshmi Nandakumar Shyamnath Gollakota Nathaniel Watson M.D.
Computer Science and Engineering Computer Science and Engineering UW Medicine Sleep Center
University of Washington University of Washington University of Washington
rajaln@uw.edu gshyam@uw.edu nwatson@uw.edu
Abstract We present a contactless solution for detecting sleep
apnea events on smartphones. To achieve this, we introduce a novel
system that monitors the minute chest and abdomen movements
caused by breathing on smartphones. Our system works with the
phone away from the subject and can simultaneously identify and
track the fine-grained breathing movements from multiple subjects.
We do this by transforming the phone into an active sonar system
that emits frequency-modulated sound signals and listens to their
reflections; our design monitors the minute changes to these reflec-
tions to extract the chest movements. Results from a home bedroom
environment shows that our design operates efficiently at distances
of up to a meter and works even with the subject under a blanket.
Building on the above system, we develop algorithms that iden-
tify various sleep apnea events including obstructive apnea, central
apnea, and hypopnea from the sonar reflections. We deploy our sys-
tem at the UW Medicine Sleep Center at Harborview and perform
a clinical study with 37 patients for a total of 296 hours. Our study
demonstrates that the number of respiratory events identified by our
system is highly correlated with the ground truth and has a corre-
lation coefficient of 0.9957, 0.9860, and 0.9533 for central apnea,
obstructive apnea and hypopnea respectively. Furthermore, the av-
erage error in computing of rate of apnea and hypopnea events is as
low as 1.9 events/hr.
CATEGORIES AND SUBJECT DESCRIPTORS
J.3 [Computer Applications]: Life and Medical Sciences
GENERAL TERMS
Design; Human Factors; Algorithms
KEYWORDS
Mobile Health; Sleep Apnea; Phone Sonar; Contactless Breath-
ing Monitoring
1. INTRODUCTION
Sleep apnea is a common medical disorder that occurs when
breathing is disrupted during sleep. It is estimated to affect more
than 18 million American adults [9, 41] and is linked to attention
deficit/hyperactivity disorder, high blood pressure, diabetes, heart
Permission to make digital or hard copies of all or part of this work for personal or
classroom use is granted without fee provided that copies are not made or distributed
for profit or commercial advantage and that copies bear this notice and the full citation
on the first page. Copyrights for components of this work owned by others than ACM
must be honored. Abstracting with credit is permitted. To copy otherwise, or republish,
to post on servers or to redistribute to lists, requires prior specific permission and/or a
fee. Request permissions from permissions@acm.org.
MobiSys’15, May 18–22, 2015, Florence, Italy.
Copyright is held by the owner/author(s). Publication rights licensed to ACM.
ACM 978-1-4503-3494-5/15/05 ...$15.00.
http://dx.doi.org/10.1145/2742647.2742674 .
Figure 1Sensors used in the polysomnography test. The figure
shows all the sensors used in the test along with the data collection
unit. Polysomnography is used to diagnose various sleep disorders
including sleep apnea. Our goal is to use a smartphone to detect
sleep apnea events without any sensors on the human body.
attack, stroke, and increased motor vehicle accidents [6, 39]. Diag-
nosing sleep apnea in the clinic requires the polysomnography test
which is an expensive, time-consuming and labor-intensive process.
It requires a trained technician to attach and monitor various sensors
on the patient for the sleep duration and is typically associated with
long waiting lists [21]. While portable recording systems are being
developed for use in home settings, they require instrumenting ei-
ther the patient [25, 20, 20] or the bed [30] with various sensors
and most still require a trained technician to setup the recording
system [30].
In this paper we ask the following question: Can we leverage
smartphones to detect sleep apnea events without the need for sen-
sor instrumentation? The key challenge is that detecting sleep apnea
events requires tracking the fine-grained abdomen and chest move-
ments due to breathing [18]. While the iPhone Respiratory app [4]
can track the breathing movements, it requires placing the phone on
the body between the ribcage and the stomach and hence is intru-
sive. Vision-based solutions [43] can track these movements with-
out instrumenting users, but are limited to line-of-sight and good
lighting conditions and hence are not applicable to the sleep envi-
ronment, i.e., in the dark or under a blanket.
We introduce a novel contactless system that tracks the chest and
abdomen movements on smartphones and works in the sleep en-
vironment. It operates with the phone away from the user and can
concurrently track the breathing movements from multiple users.
Using this design, we build ApneaApp, a smartphone-based solu-
tion for detecting sleep-related respiratory events reported in a clin-
ical polysomnography test including hypopnea (when the subject’s

breathing becomes shallow), obstructive apnea (a complete or par-
tial blockage of the subject’s airway) and central apnea (when the
subject holds his or her breath).
Our key insight is to transform the phone into an active sonar
system. At a high level, we transmit 18-20 kHz sound waves from
the phone speaker and listen to their reflections at the microphone.
The chest and abdomen motion due to breathing creates changes
to the reflected sound waves. These changes, however, are minute
and extracting them reliably from other environmental reflections is
challenging. To overcome this, we employ FMCW (frequency mod-
ulated continuous wave) transmissions that allow us to separate re-
flections arriving at different times by mapping time differences to
shifts in the carrier frequency. Specifically, the reflections from the
human body arrive at a specific time depending on the distance from
the phone speaker. Thus, focusing on the corresponding frequency
allows us to reliably extract the amplitude changes due to breathing,
in the presence of all other environmental reflections. Further, since
reflections from multiple subjects would arrive at different times,
the corresponding frequencies provide us with the ability to simul-
taneously track multiple breathing signals. Finally, non-breathing
body motion creates reflection patterns distinct from breathing, en-
abling us to distinguish between them.
We implement our design on off-the-shelf smartphones and run
benchmark experiments with five healthy participants in a bedroom
environment using the Vernier respiratory belt as a baseline. Our
results show the following:
Our system estimates the coarse-grained breathing frequency
1
to within 99.2% of the baseline at distances of up to a meter
from the subject. This translated to an error of less than 0.11
breaths/min. These accuracies remain this high even when the
subjects use blankets.
The above accuracies remain unaffected by audible noise in the
environment from vehicles on a nearby street as well as human
conversations. This is because, we use a high-pass filter to filter
out audible signals below 18 kHz.
It can separate and concurrently track the breathing movements
of two subjects on the bed separated by 20 cm.
Building on the above system, we design algorithms to compute
the number of central, obstructive and hypopnea events as well as
the apnea-hypopnea index which is the average rate of apnea and
hypopnea events during the sleep duration. We achieve this by pro-
cessing both the fine- and coarse- grained changes due to the chest
and abdomen movements as well as non-breathing body motion.
We deploy ApneaApp at the UW Medicine Sleep Center at Har-
borview and perform a clinical study with 37 patients for a total of
296 hours. The patients in our study were ordered by their physi-
cians to undergo the polysomnography (PSG) test. Our study was
done concurrently with the PSG test and we consider the sensor
data and diagnosis from the latter as the ground truth for evaluating
our system. Our study shows the following:
Across patients, the number of central apnea, hypopnea and ob-
structive apnea events detected by our system is highly corre-
lated with the ground truth. Specifically, the intra-class correla-
tion coefficient between PSG and ApneaApp, is 0.9957, 0.9533
and 0.9860 for central apnea, hypopnea and obstructive apnea
respectively.
1
Detecting sleep apnea events requires tracking the fine-grained ab-
domen and chest motion variations in addition to the coarse-grained
breathing frequency. We evaluate ApneaApp’s ability to track these
variations in our clinical study.
Figure 2Snapshot of a Clinical PSG Report. It summarizes
the number of obstructive, central and hypopnea events along with
the apneas-hypopneas index (AHI). An AHI value between 0–5 is
classified as no-apnea, values between 5–15 are classified as mild-
apnea, AHI values between 15–30 are classified as moderate-apnea,
and higher AHIs are severe apnea conditions.
The average error in computing the rate of apnea and hypopnea
events is 1.9 events/hr; this is a clinically acceptable value [30].
Our system accurately classifies 32 out of 37 patients between
four sleep apnea levels (no apnea, mild, moderate, and severe
apnea). The ve misclassifications occur between no-apnea and
mild-apnea; four of them happen right at the boundary between
the two levels with an error less than 1 event/hr. These bound-
ary cases are handled separately by physicians depending on the
patient preferences, symptoms, and insurance; thus, effectively
reducing the number of misclassifications to one.
We ran an audibility test with 87 sleep apnea patients (ages be-
tween 23 and 93 with a mean age of 50) and 57 healthy under-
graduate students at UW CSE. None of the 87 sleep apnea pa-
tients reported any audible sounds from ApneaApp. Only two
of the 57 undergraduates reported hearing audible sounds. This
demonstrates that ApneaApp is inaudible for most of the adult
population.
Contributions: We make four key contributions: (1) We introduce
a novel contactless technique for tracking chest and abdomen move-
ments due to breathing on smartphones. We achieve this by analyz-
ing the reflections from FMCW sonar transmissions. (2) We design
algorithms to detect central apnea, obstructive apnea, and hypopnea
as well as estimate the apnea-hypopnea index from the sonar reflec-
tions. (3) We implement our design on off-the-shelf smartphones
and demonstrate the ability to concurrently track breathing move-
ments from multiple subjects. (4) We perform a clinical study with
37 patients demonstrating the feasibility of using our system to ac-
curately compute the number of central, obstructive, and hypopnea
events as well as the apnea-hypopnea index.
2. POLYSOMNOGRAPHY OVERVIEW
The clinical polysomnography test (PSG) is traditionally used
to diagnose sleep apnea and other sleep disorders. It is conducted
overnight in a sleep laboratory where a trained technician monitors
the patient’s sleeping patterns. To do this, the technician attaches
the patient with a number of sensors including a chest and abdomen
belt to measure breathing movements, a nasal pressure transducer, a
snore microphone, a pulse oximeter to measure oxygen saturation,
a movement sensor on each leg to detect movements and five EEG
sensors to measure brain activity. The sensors are all connected us-
ing wires and the technician monitors the live data stream from the
sensors, throughout the sleep duration.
Fig. 2 shows a snapshot of a PSG report. The key metric used for
sleep apnea diagnosis is the AHI the Apnea-Hypopnea Index
that represents the rate at which apnea and hypopnea events occur
during the sleep period. Physicians classify the sleep apnea level
using these AHI values. Specifically, AHI values between 0–5 are
classified as no-apnea, those between 5–15 are classified as mild-

0 10 20 30 40 50 60
Time (in sec)
Nasal Chest
Pressure Motion
Central Apnea
(a) Central Apnea Event
0 20 40 60 80
Time (in sec)
Nasal Chest
Pressure Motion
Hypopnea
(b) Hypopnea Event
0 10 20 30 40 50 60
Time (in sec)
Nasal Chest
Pressure Motion
Spike
Obstructive Apnea
Obstructive Apnea
(c) Obstructive Apnea Event
Figure 3American Academy of Sleep Medicine (AASM) Sig-
nal Characterization of the Apnea Events. The figures show the
chest motion and nasal pressure signals for the three apneas. A cen-
tral apnea event occurs when the subject holds her breath for a non-
negligible duration. A hypopnea event occurs when the subject’s
chest motion drops by more than 30% with an accompanying 3–
4% oxygen desaturation. Finally, an obstructive apnea event occurs
when the subject makes an increased effort to pull air into the lungs
but air does not reach the lungs due to blockage.
apnea, AHI values between 15–30 are classified as moderate-apnea,
and higher AHIs are severe apnea.
The apnea-hypopnea index is computed as follows:
AHI =
#central apnea + #hypopnea + #obstructive apnea
total sleep time
In the above equation, central apnea, hypopnea, and obstructive ap-
nea denote the various apnea conditions that are tracked during the
study. Mixed apneas are another class of apneas that are sometimes
included in the above equation. However, none of our PSG reports
showed non-zero mixed apneas and so we ignore them in our com-
putation.
To compute the above parameters, the eight-hour sensor data is
split into 30-second intervals called epochs. The scoring process
of analyzing these epochs involves two main steps. The first step
is staging, which identifies whether the patient is awake or asleep
in each epoch. This is achieved by examining the brain activity ob-
tained from the five EEG sensors. At the end of this step, each epoch
is marked as being in either a wake or sleep stage. The second step
involves identifying the number of central apnea, hypopnea, and
obstructive apnea events, using the AASM guidelines [18] outlined
below.
Identifying central apnea events. A central apnea event occurs
when the subject holds her breath for a non-negligible duration.
Fig. 3(a) shows the nasal pressure and chest motion signals during a
central apnea event. The figure shows that the chest movements are
flat indicating the absence of breathing effort; consequentially the
nasal pressure is also flat. If this persists for more than ten seconds,
it is marked as a central apnea event.
Identifying hypopnea events. A hypopnea event occurs when the
subject’s breathing becomes shallow. Fig. 3(b) plots the nasal pres-
sure and chest motion signals during a hypopnea event. The figure
shows that during a hypopnea event, the chest movements reduce
in amplitude. In particular, if this amplitude drops by more than
30% and has an accompanying 3–4% oxygen desaturation, then the
corresponding epoch is marked as hypopnea. We note that recent
clinical research [30] has shown that the 30% reduction alone can
be used for detecting hypopneas without a significant loss of accu-
racies.
Identifying obstructive apnea events. Obstructive apnea occurs
when there is a complete or partial blockage of the upper airway
during sleep. During an obstructive apnea event, the subject makes
an effort to pull air into the lungs, however air does not reach the
lungs because of blockage. Fig. 3(c) shows the signals where the
breathing effort can be seen in the chest band signals and the air
flow is flat in the nasal pressure sensor.
We note the following three points about PSG:
The current procedure for sensor data collection and process-
ing is both labor and time intensive. Specifically, it takes about
an hour for the technician to fit each patient with these sensors.
Throughout a sleep duration of eight hours, the technician mon-
itors the sensors and ensures that they remain properly attached
to the patient’s body. The sensor data is then processed manually
to tag every epoch with the sleep apnea events.
While portable sleep apnea testing is performed in the home,
it still require setting up the patient with chest and abdomen
belts, nasal pressure sensors, transducer and thermistors, EKG
and pulse oximetry. Home testing has a high failure rate of up to
33% due to the loss of signal resulting from detachment of wires
and cables [33].
A PSG test is also used to diagnosis other sleep-related con-
ditions including upper airway resistance syndrome which in-
volve respiratory effort related arousals (RERA) that are shown
in Fig. 2. RERAs are sleep arousals that do not meet the above
definitions of apneas and hypopneas. While these are respiratory-
related and could be detected using our sonar-based system, ex-
ploring them in detail is not in the scope of this paper.
3. APNEAAPP
ApneaApp is a contactless system that enables detection of sleep
apnea events using smartphones. To understand how ApneaApp op-
erates, we first describe how we transform the phone into an active
sonar system that tracks the chest and abdomen movements due to
breathing. We then describe our algorithms to detect sleep apnea
events from these movements.
3.1 Transforming the Phone into an Active Sonar
An FMCW waveform is a chirp signal, as shown in Fig. 4,
where the transmitted frequency increases linearly with time be-
tween 18 kHz and 20 kHz. These signals reflect off the reflector
(e.g., human body) and arrive at the microphone after a time delay.
To determine this delay, at a high level, an FMCW receiver com-

Figure 4Traditional FMCW Processing. The transmitter con-
tinuously transmits signals where the frequency increases linearly
with time between f
0
and f
1
. The reflections that arrive with a time
delay t create a frequency shift f . The receiver extracts this fre-
quency shift by performing an FFT over the chirp duration.
pares the frequencies of the transmitted and reflected signals. Since
the transmitted frequency increases linearly in time, time delays in
the reflected signals translate to frequency shifts in comparison to
the transmitted signals.
For instance, the red line is the transmitted signal from the phone
speaker and the green line is the reflected signal from a human body
that arrives with a time delay t. This delay is given by
2d
v
sound
, where
d is the distance from the human body and v
sound
is the speed of
sound. Now, the frequency shift f between the transmitted and
reflected signal is:
f =
f
1
f
0
T
sweep
t
When we have multiple reflectors that are at different distances
from the receiver, their reflections translate to different frequency
shifts in the signal. An FMCW receiver can extract all these fre-
quency shifts by performing an Fourier transform over a chirp du-
ration as shown in Fig. 4. The chirp duration, T
sweep
, in practice is
picked so that the reflections from all points within the desired oper-
ational distance would start arriving before the chirp ends. Since our
operational distance is a meter we pick a chirp duration of 10.75 ms
in our implementation.
Challenge: The act of breathing creates minute chest and abdomen
motion that can be captured by monitoring the corresponding bin in
the Fourier transform as a function of time. The challenge however
is that breathing movements are minute and create a very small fre-
quency shift. Specifically, a 2 cm breathing displacement creates a
11.7 Hz shift.
2
This is problematic because given our sampling rate
and chirp duration, the width of each FFT bin is 93.75 Hz which is
much greater than the frequency shifts created due to breathing.
To address this problem, as shown in Fig. 5, the ApneaApp re-
ceiver performs a Fourier transform over N FMCW chirps. This is
in contrast to a traditional FMCW receiver that computes a Fourier
transform over the duration of a single FMCW chirp. Such an oper-
ation, decreases the width of each FFT bin by a factor of N. In our
implementation we set N to ten which results in an FFT bin width
of 9.37 Hz. This allows us to capture the minute frequency shifts re-
sulting from the breathing movements. We note that performing an
2
Given the speed of sound, a 48 kHz sampling rate translates to a
resolution of 0.71 cm per sample. Further, a 10.7 ms chirp duration
corresponds to 512 samples. With 18–20 kHz FMCW chirps, each
sample corresponds to a 3.9 Hz frequency shift. Thus, a displace-
ment of 0.71 cm translates to a 3.9 Hz change in the frequency
domain. Consequentially, a 2 cm breathing movement creates a
11.7 Hz frequency shift.
Figure 5FMCW Processing in ApneaApp. To extract the
minute frequency shifts created by breathing motion, ApneaApp
performs an FFT over an integer number of chirp durations.
FFT over multiple chirp durations reduces our ability to track high-
frequency movements that occur during these chirps. However, in
our implementation, ten chirps correspond to a very short 107 ms, a
duration within which significant breathing movements are unlikely
to occur.
The final question is: how do we compute the distance of the sub-
ject from the phone? At a high level, we start at a distance of zero
and search for breathing movements at increasing distance values
up to the maximum distance of one meter. Specifically, we search
for breathing movements in the 58 Fourier bin corresponding to
18 kHz to 18.546 kHz.
3
In our implementation we reduce the com-
putation by searching in every alternate FFT bin. To search for these
breathing movements in each FFT bin, we perform another FFT
over a 30s duration and search for peaks in the typical breathing
frequencies of 0.2-0.3 Hz.
To summarize, the phone transmits FMCW signals in the 18-20
kHz range with a chirp duration of 10.7 ms from its speaker. The
microphones receive the reflected signals and process them to track
the breathing movements. Specifically, we first find the distance
to the human by searching for a periodic breathing signal starting
from the closed distance value to the maximum range of one meter.
Once we find this distance, we track the breathing movements by
performing in a shorter FFT over ten chirp durations and monitor
the reflected signals corresponding to the estimated distance value.
Note that the above procedure is repeated every time the user moves
their position, which we identify using the algorithm in §3.2.2. This
prevents the need for manually calibrating the distance between the
user and the phone.
We note the following points about our algorithm.
Computational Complexity. Our algorithm requires one 5120-point
FFT and between one to twenty nine 24000-point FFTs to success-
fully extract the breathing motion. We stop our search at the first
FFT bin that has the breathing movements.
Tracking breathing from multiple subjects. Reflections correspond-
ing to subjects at different distances arrive with different time de-
lays. Thus they create different frequency shifts with the FMCW
signal. Therefore, to track breathing from two subjects, we modify
the above algorithm to continue its search until it finds two FFT
bins with the breathing motion.
Leveraging angle-of-arrival algorithms. One could track breathing
movements from equidistant subjects who are at different angles,
by using multiple microphones and implementing angle-of-arrival
3
For
18-20 kHz FMCW transmissions, a distance of zero corre-
sponds to the FFT bin for 18-kHz. The operational distance of 1 m
corresponds to a frequency shift of 18.546 Hz.

algorithms. Evaluating this, however, is not in the scope of this pa-
per.
FMCW versus pulse-modulated transmissions. Pulse-modulated
transmissions use high-amplitude short pulses and are an alterna-
tive to continue-wave FMCW signals. In our experiment, however,
they created low frequency components in the 0-18 kHz range that
made them noticeably audible. FMCW transmissions, on the other
hand, have lower-amplitudes and are limited to 18-20 kHz, making
them inaudible for most of the adult population.
3.2 Sleep Apnea Detection Algorithm
As described in §2, diagnosing sleep apnea requires estimating
the Apnea-Hypopnea Index (AHI) which is the average rate of ap-
nea events during the sleep duration. This requires computing the
number of central, obstructive, and hypopneas as well the total sleep
time. In this section, we first describe our algorithms to compute the
number of apneas and then the total sleep time.
3.2.1 Estimating the Number of Apneas
ApneaApp detects a hypopnea event when the chest motion re-
duces below a threshold (30%).
4
A central apnea event is detected
when the subject holds her breath and as a result the amplitude of
the chest motion signal reduces to zero. Thus, ApneaApp identifies
hypopnea when the amplitude of the breathing motion decreases
below the threshold but the periodicity that is expected in a breath-
ing signal still exists. But to identify central apnea, we couple an
amplitude reduction in the chest motion signal with an absence of
the breathing periodicity.
An obstructive apnea event, on the other hand, occurs when there
is an obstruction in the airflow, i.e., the subject makes a breathing
effort but the airflow is obstructed by a tissue overgrowth in the
neck. In a clinical PSG study, obstructive apnea is detected using
the nasal pressure sensor that directly measures the airflow; this,
however, is not available in our system. We instead perform an anal-
ysis of the chest motion data that reveals that the subject usually
tends to increase her breathing effort in these scenarios. This re-
sults in a clear spike in the amplitude of the chest motion, as shown
in Fig. 3(c).
Thus, measuring the amplitude and periodicity in the chest mo-
tion signal is critical to detecting obstructive, central and hypop-
neas. Note that as shown in Fig. 3, the chest motion signal can be
approximated as a periodic sinusoidal wave. Hence the magnitude
of the peaks of these sinusoidal waves represents the amplitude and
their peak locations determine their periodicity. Thus, we design a
peak detection algorithm to compute the amplitude and periodicity
of the chest motion signal.
ApneaApp’s peak detection algorithm. Standard peak detection
algorithms identify the transition point at which the signal changes
from an increasing to a decreasing trend. In other words, for every
set of three points, if the middle point is the maximum, then it is
labeled as a peak. Such an algorithm, however, would result in a
number of erroneous peaks with our chest motion signal. As an
example, Fig. 6 plots a typical chest motion signal. Running the
standard peak detection algorithm on this signal results in a number
of unintended peaks as shown in the figure. To reduce the number
of such peaks, we introduce two key heuristics.
4
AASM and Medicare guidelines require the 30% reduction to be
accompanied with a 3% and 4% oxygen saturation respectively.
However, recent clinical research [30] has shown that the 30% re-
duction alone can be used for detecting hypopneas.
0 5 10 15 20 25 30
Chest Motion Signal
0 5 10 15 20 25 30
Traditional Peak Detection Algorithm
0 5 10 15 20 25 30
ApneaApp’s Peak Detection Algorithm
Time(in sec)
Figure 6Understanding ApneaApp’s peak detection algo-
rithm. Standard peak detection algorithms identify the transition
point at which the signal changes from an increasing trend to a de-
creasing trend. Thus, they identify a number of unintended peaks in
our chest motion signal. ApneaApp’s peak detection algorithm, in
contrast, uses minimum peak distance and amplitude heuristics to
reduce these unintended peaks.
The first heuristic is to set a threshold on the minimum dis-
tance between two consecutive peaks. In particular, the breath-
ing frequency in an adult human typically varies between 12-18
breaths/min. Thus each breath takes 3.3 s at the maximum fre-
quency of 18 breaths/min. We set a conservative threshold of three
seconds in our implementation.
The second heuristic is to set a threshold on the minimum am-
plitude at which a peak is detected. To do this, we first run the
above peak detection algorithm with the minimum distance heuris-
tic on the chest motion data for the first hour to obtain an initial set
of peaks. We then compute the minimum amplitude threshold as
µ
peaks
2σ
peaks
, where µ
peaks
and σ
peaks
are the mean and standard
deviation of the peak amplitudes. Finally, we go back and apply
both the amplitude as well as the minimum distance thresholds on
the entire chest motion data for the eight-hour sleep duration to ob-
tain the actual set of peaks. Fig. 6 shows that our peak detection
algorithm identifies the correct peaks.
Central apnea estimation algorithm. We run the peak detection
algorithm to identify the locations of the peaks in the chest motion
signal. We then compute the distance between these consecutive
peaks. If this distance is greater than ten seconds, it means that the
subject holds her breath for a non-negligible period of time and
hence we declare it as a central apnea event.
Hypopnea estimation algorithm. We again use the peak detection
algorithm to detect the peaks. When the peak values reduce beyond
a threshold and still maintain their periodicity, we declare it as a
hypopnea event. To compute this threshold for our sonar data, we
perform a linear regression on the data from a single patient to max-

Citations
More filters
Proceedings ArticleDOI
07 May 2016
TL;DR: FingerIO does not require instrumenting the finger with sensors and works even in the presence of occlusions between the finger and the device, by transforming the device into an active sonar system that transmits inaudible sound signals and tracks the echoes of the finger at its microphones.
Abstract: We present fingerIO, a novel fine-grained finger tracking solution for around-device interaction. FingerIO does not require instrumenting the finger with sensors and works even in the presence of occlusions between the finger and the device. We achieve this by transforming the device into an active sonar system that transmits inaudible sound signals and tracks the echoes of the finger at its microphones. To achieve sub-centimeter level tracking accuracies, we present an innovative approach that use a modulation technique commonly used in wireless communication called Orthogonal Frequency Division Multiplexing (OFDM). Our evaluation shows that fingerIO can achieve 2-D finger tracking with an average accuracy of 8 mm using the in-built microphones and speaker of a Samsung Galaxy S4. It also tracks subtle finger motion around the device, even when the phone is in the pocket. Finally, we prototype a smart watch form-factor fingerIO device and show that it can extend the interaction space to a 0.5×0.25 m2 region on either side of the device and work even when it is fully occluded from the finger.

347 citations


Cites background or methods from "Contactless Sleep Apnea Detection o..."

  • ...Finally, ApneaApp [27] tracks the periodic breathing movements in a sleep environment using FMCW reflections of the inaudible transmissions from the phone....

    [...]

  • ...To appreciate the challenge, microphones on today’s mobile devices have a sampling rates of 48 kHz [27]....

    [...]

Proceedings ArticleDOI
03 Oct 2016
TL;DR: This paper proposes LLAP, a device-free gesture tracking scheme that can be deployed on existing mobile devices as software, without any hardware modification, and implemented and evaluated LLAP using commercial-off-the-shelf mobile phones.
Abstract: Device-free gesture tracking is an enabling HCI mechanism for small wearable devices because fingers are too big to control the GUI elements on such small screens, and it is also an important HCI mechanism for medium-to-large size mobile devices because it allows users to provide input without blocking screen view. In this paper, we propose LLAP, a device-free gesture tracking scheme that can be deployed on existing mobile devices as software, without any hardware modification. We use speakers and microphones that already exist on most mobile devices to perform device-free tracking of a hand/finger. The key idea is to use acoustic phase to get fine-grained movement direction and movement distance measurements. LLAP first extracts the sound signal reflected by the moving hand/finger after removing the background sound signals that are relatively consistent over time. LLAP then measures the phase changes of the sound signals caused by hand/finger movements and then converts the phase changes into the distance of the movement. We implemented and evaluated LLAP using commercial-off-the-shelf mobile phones. For 1-D hand movement and 2-D drawing in the air, LLAP has a tracking accuracy of 3.5 mm and 4.6 mm, respectively. Using gesture traces tracked by LLAP, we can recognize the characters and short words drawn in the air with an accuracy of 92.3% and 91.2%, respectively.

318 citations


Cites background from "Contactless Sleep Apnea Detection o..."

  • ...Another system, ApenaApp, uses chirp signals to detect the changes in reflected sound that is caused by human breaths [18]....

    [...]

Proceedings ArticleDOI
TL;DR: The results show that even a simple binary machine learning classifier is able to classify correctly healthy and COVID-19 sounds, and opens the door to further investigation of how automatically analysed respiratory patterns could be used as pre-screening signals to aid CO VID-19 diagnosis.
Abstract: Audio signals generated by the human body (e.g., sighs, breathing, heart, digestion, vibration sounds) have routinely been used by clinicians as indicators to diagnose disease or assess disease progression. Until recently, such signals were usually collected through manual auscultation at scheduled visits. Research has now started to use digital technology to gather bodily sounds (e.g., from digital stethoscopes) for cardiovascular or respiratory examination, which could then be used for automatic analysis. Some initial work shows promise in detecting diagnostic signals of COVID-19 from voice and coughs. In this paper we describe our data analysis over a large-scale crowdsourced dataset of respiratory sounds collected to aid diagnosis of COVID-19. We use coughs and breathing to understand how discernible COVID-19 sounds are from those in asthma or healthy controls. Our results show that even a simple binary machine learning classifier is able to classify correctly healthy and COVID-19 sounds. We also show how we distinguish a user who tested positive for COVID-19 and has a cough from a healthy user with a cough, and users who tested positive for COVID-19 and have a cough from users with asthma and a cough. Our models achieve an AUC of above 80% across all tasks. These results are preliminary and only scratch the surface of the potential of this type of data and audio-based machine learning. This work opens the door to further investigation of how automatically analysed respiratory patterns could be used as pre-screening signals to aid COVID-19 diagnosis.

252 citations


Cites background from "Contactless Sleep Apnea Detection o..."

  • ...In [22] authors analyze sounds emitted while the user is sleeping to signal sleep apnea episodes....

    [...]

Proceedings ArticleDOI
03 Oct 2016
TL;DR: This paper develops high-preCision Acoustic Tracker (CAT), which aims to replace a traditional mouse and let a user play games, interact with VR/AR headsets, and control smart appliances by moving a smartphone in the air.
Abstract: Video games, Virtual Reality (VR), Augmented Reality (AR), and Smart appliances (e.g., smart TVs) all call for a new way for users to interact and control them. This paper develops high-preCision Acoustic Tracker (CAT), which aims to replace a traditional mouse and let a user play games, interact with VR/AR headsets, and control smart appliances by moving a smartphone in the air. Achieving high tracking accuracy is essential to provide enjoyable user experience. To this end, we develop a novel system that uses audio signals to achieve mm-level tracking accuracy. It lets multiple speakers transmit inaudible sounds at different frequencies. Based on the received sound, our system continuously estimates the distance and velocity of the mobile with respect to the speakers to continuously track it. At its heart lies a distributed Frequency Modulated Continuous Waveform (FMCW) that can accurately estimate the absolute distance between a transmitter and a receiver that are separate and unsynchronized. We further develop an optimization framework to combine FMCW estimation with Doppler shifts and Inertial Measurement Unit (IMU) measurements to enhance the accuracy, and efficiently solve the optimization problem. We implement two systems: one on a desktop and another on a mobile phone. Our evaluation and user study show that our system achieves high tracking accuracy and ease of use using existing hardware.

228 citations


Additional excerpts

  • ...[25] leverages acoustic FMCW to detect chest and abdomen movements, which is used to identify sleep apnea....

    [...]

Journal ArticleDOI
09 May 2019-Sensors
TL;DR: A comprehensive review of the state-of-the-art research and developments in smartphone-sensor based healthcare technologies is presented and a discussion on regulatory policies for medical devices and their implications in smartphones-based healthcare systems is presented.
Abstract: Over the past few decades, we have witnessed a dramatic rise in life expectancy owing to significant advances in medical science and technology, medicine as well as increased awareness about nutrition, education, and environmental and personal hygiene. Consequently, the elderly population in many countries are expected to rise rapidly in the coming years. A rapidly rising elderly demographics is expected to adversely affect the socioeconomic systems of many nations in terms of costs associated with their healthcare and wellbeing. In addition, diseases related to the cardiovascular system, eye, respiratory system, skin and mental health are widespread globally. However, most of these diseases can be avoided and/or properly managed through continuous monitoring. In order to enable continuous health monitoring as well as to serve growing healthcare needs; affordable, non-invasive and easy-to-use healthcare solutions are critical. The ever-increasing penetration of smartphones, coupled with embedded sensors and modern communication technologies, make it an attractive technology for enabling continuous and remote monitoring of an individual’s health and wellbeing with negligible additional costs. In this paper, we present a comprehensive review of the state-of-the-art research and developments in smartphone-sensor based healthcare technologies. A discussion on regulatory policies for medical devices and their implications in smartphone-based healthcare systems is presented. Finally, some future research perspectives and concerns regarding smartphone-based healthcare systems are described.

218 citations


Cites background from "Contactless Sleep Apnea Detection o..."

  • ...Moreover, nearly one-third (30%) of Canadian adults between 18 and 79 years of age were estimated to be at intermediate or high risk for sleep apnea [126], which is often associated with high blood pressure, heart failure, diabetes, stroke, attention deficit/hyperactivity disorder, and increased automobile accidents [127,128]....

    [...]

  • ...[127] Contactless Sleep Apnea Detection Samsung Galaxy S4 Phone speaker and micro-phone • The speaker transmits 18–20 kHz sound waves and the microphone senses the reflections....

    [...]

References
More filters
Journal ArticleDOI
TL;DR: The prevalence of undiagnosed sleep-disordered breathing is high among men and is much higher than previously suspected among women, and is associated with daytime hypersomnolence.
Abstract: Background Limited data have suggested that sleep-disordered breathing, a condition of repeated episodes of apnea and hypopnea during sleep, is prevalent among adults. Data from the Wisconsin Sleep Cohort Study, a longitudinal study of the natural history of cardiopulmonary disorders of sleep, were used to estimate the prevalence of undiagnosed sleep-disordered breathing among adults and address its importance to the public health. Methods A random sample of 602 employed men and women 30 to 60 years old were studied by overnight polysomnography to determine the frequency of episodes of apnea and hypopnea per hour of sleep (the apnea-hypopnea score). We measured the age- and sex-specific prevalence of sleep-disordered breathing in this group using three cutoff points for the apnea-hypopnea score (≥ 5, ≥ 10, and ≥ 15); we used logistic regression to investigate risk factors. Results The estimated prevalence of sleep-disordered breathing, defined as an apnea-hypopnea score of 5 or higher, was 9 percent for w...

9,642 citations


"Contactless Sleep Apnea Detection o..." refers background in this paper

  • ...Building on the above system, we develop algorithms that identify various sleep apnea events including obstructive apnea, central apnea, and hypopnea from the sonar reflections....

    [...]

Journal ArticleDOI
01 Jul 2012
TL;DR: Using the Eulerian Video Magnification method, the flow of blood as it fills the face is able to be visualize and the resulting signal is amplified to reveal hidden information.
Abstract: Our goal is to reveal temporal variations in videos that are difficult or impossible to see with the naked eye and display them in an indicative manner. Our method, which we call Eulerian Video Magnification, takes a standard video sequence as input, and applies spatial decomposition, followed by temporal filtering to the frames. The resulting signal is then amplified to reveal hidden information. Using our method, we are able to visualize the flow of blood as it fills the face and also to amplify and reveal small motions. Our technique can run in real time to show phenomena occurring at the temporal frequencies selected by the user.

1,263 citations


"Contactless Sleep Apnea Detection o..." refers background in this paper

  • ...…in computing of rate of apnea and hypopnea events is as low as 1.9 events/hr. CATEGORIES AND SUBJECT DESCRIPTORS J.3 [Computer Applications]: Life and Medical Sciences GENERAL TERMS Design; Human Factors; Algorithms KEYWORDS Mobile Health; Sleep Apnea; Phone Sonar; Contactless Breathing Monitoring...

    [...]

Journal ArticleDOI
TL;DR: This research presents a novel and simple method called “spot-based, 3D image analysis” that allows for real-time monitoring of the progression of disease in the airways.
Abstract: Faculty of Medicine, University of Calgary, Calgary, Alberta, Canada; Respiratory Medicine, Royal Infirmary, Edinburgh, Scotland, United Kingdom; Philadelphia Veterans Affairs Medical Center, Philadelphia, Pennsylvania; Pneumology Department, Cliniques Universitaires Saint-Luc, Universite Catholique de Louvain, Brussels, Belgium; and Department of Respiratory Medicine, Westmead Hospital, Wentworthville, New South Wales, Australia

573 citations


"Contactless Sleep Apnea Detection o..." refers background in this paper

  • ...…in computing of rate of apnea and hypopnea events is as low as 1.9 events/hr. CATEGORIES AND SUBJECT DESCRIPTORS J.3 [Computer Applications]: Life and Medical Sciences GENERAL TERMS Design; Human Factors; Algorithms KEYWORDS Mobile Health; Sleep Apnea; Phone Sonar; Contactless Breathing Monitoring...

    [...]

Journal ArticleDOI
TL;DR: In this paper, the authors reviewed the available literature on positive airway pressure (PAP) titration for sleep related breathing disorders (SRBDs), including obstructive sleep apnea (OSA).
Abstract: Positive airway pressure (PAP) devices are used to treat patients with sleep related breathing disorders (SRBDs), including obstructive sleep apnea (OSA). After a patient is diagnosed with OSA, the current standard of practice involves performing attended polysomnography (PSG), during which positive airway pressure is adjusted throughout the recording period to determine the optimal pressure for maintaining upper airway patency. Continuous positive airway pressure (CPAP) and bilevel positive airway pressure (BPAP) represent the two forms of PAP that are manually titrated during PSG to determine the single fixed pressure of CPAP or the fixed inspiratory and expiratory positive airway pressures (IPAP and EPAP, respectively) of BPAP for subsequent nightly usage. A PAP Titration Task Force of the American Academy of Sleep Medicine reviewed the available literature. Based on this review, the Task Force developed these recommendations for conducting CPAP and BPAP titrations. Major recommendations are as follows: (1) All potential PAP titration candidates should receive adequate PAP education, hands-on demonstration, careful mask fitting, and acclimatization prior to titration. (2) CPAP (IPAP and/or EPAP for patients on BPAP) should be increased until the following obstructive respiratory events are eliminated (no specific order) or the recommended maximum CPAP (IPAP for patients on BPAP) is reached: apneas, hypopneas, respiratory effort-related arousals (RERAs), and snoring. (3) The recommended minimum starting CPAP should be 4 cm H2O for pediatric and adult patients, and the recommended minimum starting IPAP and EPAP should be 8 cm H2O and 4 cm H2O, respectively, for pediatric and adult patients on BPAP. (4) The recommended maximum CPAP should be 15 cm H2O (or recommended maximum IPAP of 20 cm H2O if on BPAP) for patients or = 12 years. (5) The recommended minimum IPAP-EPAP differential is 4 cm H2O and the recommended maximum IPAP-EPAP differential is 10 cm H2O (6) CPAP (IPAP and/or EPAP for patients on BPAP depending on the type of event) should be increased by at least 1 cm H2O with an interval no shorter than 5 min, with the goal of eliminating obstructive respiratory events. (7) CPAP (IPAP and EPAP for patients on BPAP) should be increased from any CPAP (or IPAP) level if at least 1 obstructive apnea is observed for patients or = 12 years. (8) CPAP (IPAP for patients on BPAP) should be increased from any CPAP (or IPAP) level if at least 1 hypopnea is observed for patients or = 12 years. (9) CPAP (IPAP for patients on BPAP) should be increased from any CPAP (or IPAP) level if at least 3 RERAs are observed for patients or = 12 years. (10) CPAP (IPAP for patients on BPAP) may be increased from any CPAP (or IPAP) level if at least 1 min of loud or unambiguous snoring is observed for patients or = 12 years. (11) The titration algorithm for split-night CPAP or BPAP titration studies should be identical to that of full-night CPAP or BPAP titration studies, respectively. (12) If the patient is uncomfortable or intolerant of high pressures on CPAP, the patient may be tried on BPAP. If there are continued obstructive respiratory events at 15 cm H2O of CPAP during the titration study, the patient may be switched to BPAP. (13) The pressure of CPAP or BPAP selected for patient use following the titration study should reflect control of the patient's obstructive respiration by a low (preferably 3 hr).

571 citations