Pulse Oximeter Signal Reconstruction for Motion Artifact Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Pulse oximeters face challenges in accurately monitoring heart rate and oxygen saturation due to motion and noise artifacts, which distort Photoplethysmogram (PPG) signals, limiting their usability in ambulatory applications and leading to erroneous readings.

Innovation Solution

A method for real-time detection of motion and noise artifacts in PPG signals using a time-frequency spectrum analysis and a statistical learning method, specifically a Support Vector Machine (SVM), to determine noise quality and differentiate between clean and corrupted signal segments, thereby mitigating false readings.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If MNA reduction algorithms are applied to all PPG segments, then noise-reduced signal is obtained, but unnecessary computation burden is introduced and signal integrity of clean portions is distorted

Engineering Contradiction:
Improvesignal qualityVSAvoidcomputation burden
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The PPG signal is divided into multiple segments, and each segment is independently evaluated for MNA presence using statistical features. This segmentation allows the algorithm to apply reconstruction only where needed, avoiding unnecessary computation on clean segments while maintaining signal integrity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The algorithm performs preliminary detection of MNA in each segment before applying reconstruction. By using statistical features and a decision threshold to identify corrupted segments in advance, the system prepares only the necessary segments for reconstruction, reducing overall computational burden.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If statistical measures are used to differentiate clean and corrupt PPG segments, then MNA detection is achieved, but high variability in PPG waveforms among patients reduces detection accuracy

Engineering Contradiction:
ImproveMNA detection accuracyVSAvoidpatient variability
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The algorithm uses multiple statistical parameters (mean, standard deviation, skewness, kurtosis) to characterize MNA in PPG segments. By combining multiple parameters rather than relying on a single measure, the system achieves more robust detection that adapts to different patient waveform variations.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The approach transitions from univariate statistical analysis to multivariate analysis by considering multiple statistical features simultaneously. This dimensional expansion allows the algorithm to capture complex patterns in PPG variability that single measures cannot detect, improving accuracy across diverse patient populations.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Object-affected harmful factors

If sensor attachment design is optimized to reduce motion disturbances, then MNA impact is reduced, but complete MNA removal is not achieved

Engineering Contradiction:
Improvemotion disturbance impactVSAvoidMNA removal completeness
Core Design Contradiction:
Object-affected harmful factorsVSReliability

Solution Approach 1:

The algorithm introduces statistical analysis and signal reconstruction as intermediary processing steps between sensor acquisition and final measurement. These computational intermediaries compensate for the limitations of physical sensor design, enabling complete MNA removal even when motion disturbances occur during ambulatory use.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS10653362B2Motion and noise artifact detection and reconstruction algorithms for photoplethysmogram and equivalent signals
Publication Date: 2020.05.19 WORCESTER POLYTECHNIC INSTITUTE
  • US10653362B2 patent drawing
  • US10653362B2 patent drawing
  • US10653362B2 patent drawing

AI summary

A pulse oximeter embedded with a motion and noise artifact (MNA) detection algorithm based on extraction of time-varying spectral features that are unique to the clean and corrupted components.