Pulse Oximetry and Sleep Apnoea Detection using Deep Learning


Team

Table of Contents

  1. Introduction
  2. Problem Statement
  3. Methodology
  4. Results and Discussion
  5. Future Work
  6. Links

Introduction

With the increasing availability of wearable health-monitoring devices, single-channel oximetry has emerged as a promising non-invasive tool for continuous health assessment. This project explores the use of deep learning to detect obstructive sleep apnoea (OSA) from overnight SpO₂ signals, using only pulse oximetry data, potentially enabling low-cost and remote diagnosis.

Problem Statement

Obstructive Sleep Apnoea (OSA) is a widespread but underdiagnosed condition. Polysomnography (PSG) is the current gold standard but is costly, time-consuming, and not widely accessible. This project aims to verify the performance of a deep learning-based model (OxiNet) in estimating the Apnoea-Hypopnea Index (AHI) from SpO₂ data and compare it with simpler machine learning approaches like linear regression and feature-engineered models.

Methodology

Results and Discussion

Future Work