Label Propagation Techniques for Artifact Detection in Imbalanced Classes using Photoplethysmogram Signals

Read original: arXiv:2308.08480 - Published 5/24/2024 by Clara Macabiau, Thanh-Dung Le, Kevin Albert, Mana Shahriari, Philippe Jouvet, Rita Noumeir
Total Score

0

🔎

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This study investigated the use of label propagation techniques to classify photoplethysmogram (PPG) signals, particularly in scenarios with imbalanced classes and limited data.
  • The researchers compared the performance of supervised classifiers, such as neural networks, with a semi-supervised label propagation algorithm for detecting artifacts in PPG signals.
  • The results showed that the label propagation algorithm was effective at annotating the medical dataset, even when clean PPG samples were rare, and outperformed supervised models in artifact detection.

Plain English Explanation

Photoplethysmogram (PPG) signals are used for health monitoring, but they can sometimes be contaminated by motion artifacts. In this study, the researchers looked at ways to [object Object]. They compared traditional machine learning models and neural networks to a [object Object].

The label propagation algorithm was able to accurately identify artifact-contaminated PPG signals, even when there were many more clean signals than contaminated ones in the dataset. This is important because in real-world medical settings, there are often many more normal measurements than abnormal ones. The label propagation approach worked well in these [object Object], outperforming the supervised models.

The results of this study could help improve the accuracy of PPG-based health monitoring, especially in situations where motion artifacts are a problem, like in [object Object] or in [object Object].

Technical Explanation

The researchers used a dataset of 1,571 PPG recordings, with approximately 82% of the samples identified as clean and the remaining 18% contaminated by artifacts. They compared the performance of supervised classifiers, including multi-layer perceptrons, transformers, and fully convolutional networks, with a semi-supervised label propagation (LP) algorithm for artifact classification in PPG signals.

The results showed that the LP algorithm achieved a precision of 91%, a recall of 90%, and an F1 score of 90% for the artifacts class, demonstrating its effectiveness in annotating the medical dataset, even in cases where clean samples were rare. In comparison, the supervised K-Nearest Neighbors (KNN) model had a precision of 89%, a recall of 95%, and an F1 score of 92%, but the semi-supervised LP algorithm outperformed it in artifact detection.

Critical Analysis

The researchers acknowledge that the study was limited to a specific dataset and that further research is needed to determine the generalizability of the label propagation approach to other PPG datasets and medical scenarios. They also note that the performance of the supervised models may be improved by using larger datasets or more sophisticated architectures.

Additionally, the researchers do not provide a detailed analysis of the computational complexity or runtime performance of the label propagation algorithm compared to the supervised models. This information would be useful for understanding the practical feasibility of implementing the approach in real-world medical monitoring systems.

Overall, the study presents a promising semi-supervised approach for artifact detection in PPG signals, particularly in situations with imbalanced and limited data. However, additional research is needed to fully understand the strengths, weaknesses, and practical implications of the label propagation technique in this domain.

Conclusion

This study demonstrates the potential of semi-supervised label propagation techniques to improve the accuracy of PPG-based health monitoring, particularly in scenarios with imbalanced and limited data. The label propagation algorithm outperformed supervised classifiers in detecting artifacts in PPG signals, which is crucial for ensuring the reliability of these measurements in medical settings. The findings of this research could have important implications for the development of more robust and reliable PPG-based monitoring systems, including those used for [object Object] and in [object Object].



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🔎

Total Score

0

Label Propagation Techniques for Artifact Detection in Imbalanced Classes using Photoplethysmogram Signals

Clara Macabiau, Thanh-Dung Le, Kevin Albert, Mana Shahriari, Philippe Jouvet, Rita Noumeir

This study aimed to investigate the application of label propagation techniques to propagate labels among photoplethysmogram (PPG) signals, particularly in imbalanced class scenarios and limited data availability scenarios, where clean PPG samples are significantly outnumbered by artifact-contaminated samples. We investigated a dataset comprising PPG recordings from 1571 patients, wherein approximately 82% of the samples were identified as clean, while the remaining 18% were contaminated by artifacts. Our research compares the performance of supervised classifiers, such as conventional classifiers and neural networks (Multi-Layer Perceptron (MLP), Transformers, Fully Convolutional Network (FCN)), with the semi-supervised Label Propagation (LP) algorithm for artifact classification in PPG signals. The results indicate that the LP algorithm achieves a precision of 91%, a recall of 90%, and an F1 score of 90% for the artifacts class, showcasing its effectiveness in annotating a medical dataset, even in cases where clean samples are rare. Although the K-Nearest Neighbors (KNN) supervised model demonstrated good results with a precision of 89%, a recall of 95%, and an F1 score of 92%, the semi-supervised algorithm excels in artifact detection. In the case of imbalanced and limited pediatric intensive care environment data, the semi-supervised LP algorithm is promising for artifact detection in PPG signals. The results of this study are important for improving the accuracy of PPG-based health monitoring, particularly in situations in which motion artifacts pose challenges to data interpretation

Read more

5/24/2024

Progressive Proxy Anchor Propagation for Unsupervised Semantic Segmentation
Total Score

0

Progressive Proxy Anchor Propagation for Unsupervised Semantic Segmentation

Hyun Seok Seong, WonJun Moon, SuBeen Lee, Jae-Pil Heo

The labor-intensive labeling for semantic segmentation has spurred the emergence of Unsupervised Semantic Segmentation. Recent studies utilize patch-wise contrastive learning based on features from image-level self-supervised pretrained models. However, relying solely on similarity-based supervision from image-level pretrained models often leads to unreliable guidance due to insufficient patch-level semantic representations. To address this, we propose a Progressive Proxy Anchor Propagation (PPAP) strategy. This method gradually identifies more trustworthy positives for each anchor by relocating its proxy to regions densely populated with semantically similar samples. Specifically, we initially establish a tight boundary to gather a few reliable positive samples around each anchor. Then, considering the distribution of positive samples, we relocate the proxy anchor towards areas with a higher concentration of positives and adjust the positiveness boundary based on the propagation degree of the proxy anchor. Moreover, to account for ambiguous regions where positive and negative samples may coexist near the positiveness boundary, we introduce an instance-wise ambiguous zone. Samples within these zones are excluded from the negative set, further enhancing the reliability of the negative set. Our state-of-the-art performances on various datasets validate the effectiveness of the proposed method for Unsupervised Semantic Segmentation.

Read more

7/18/2024

🤿

Total Score

0

Deep Learning Classification of Photoplethysmogram Signal for Hypertension Levels

Nida Nasir, Mustafa Sameer, Feras Barneih, Omar Alshaltone, Muneeb Ahmed

Continuous photoplethysmography (PPG)-based blood pressure monitoring is necessary for healthcare and fitness applications. In Artificial Intelligence (AI), signal classification levels with the machine and deep learning arrangements need to be explored further. Techniques based on time-frequency spectra, such as Short-time Fourier Transform (STFT), have been used to address the challenges of motion artifact correction. Therefore, the proposed study works with PPG signals of more than 200 patients (650+ signal samples) with hypertension, using STFT with various Neural Networks (Convolution Neural Network (CNN), Long Short-Term Memory (LSTM), Bidirectional Long Short-Term Memory (Bi-LSTM), followed by machine learning classifiers, such as, Support Vector Machine (SVM) and Random Forest (RF). The classification has been done for two categories: Prehypertension (normal levels) and Hypertension (includes Stage I and Stage II). Various performance metrics have been obtained with two batch sizes of 3 and 16 for the fusion of the neural networks. With precision and specificity of 100% and recall of 82.1%, the LSTM model provides the best results among all combinations of Neural Networks. However, the maximum accuracy of 71.9% is achieved by the LSTM-CNN model. Further stacked Ensemble method has been used to achieve 100% accuracy for Meta-LSTM-RF, Meta- LSTM-CNN-RF and Meta- STFT-CNN-SVM.

Read more

5/24/2024

🖼️

Total Score

0

A Label Propagation Strategy for CutMix in Multi-Label Remote Sensing Image Classification

Tom Burgert, Tim Siebert, Kai Norman Clasen, Begum Demir

The development of supervised deep learning-based methods for multi-label scene classification (MLC) is one of the prominent research directions in remote sensing (RS). Yet, collecting annotations for large RS image archives is time-consuming and costly. To address this issue, several data augmentation methods have been introduced in RS. Among others, the data augmentation technique CutMix, which combines parts of two existing training images to generate an augmented image, stands out as a particularly effective approach. However, the direct application of CutMix in RS MLC can lead to the erasure or addition of class labels (i.e., label noise) in the augmented (i.e., combined) training image. To address this problem, we introduce a label propagation (LP) strategy that allows the effective application of CutMix in the context of MLC problems in RS without being affected by label noise. To this end, our proposed LP strategy exploits pixel-level class positional information to update the multi-label of the augmented training image. We propose to access such class positional information from reference maps associated to each training image (e.g., thematic products) or from class explanation masks provided by an explanation method if no reference maps are available. Similarly to pairing two training images, our LP strategy carries out a pairing operation on the associated pixel-level class positional information to derive the updated multi-label for the augmented image. Experimental results show the effectiveness of our LP strategy in general and its robustness in the case of various simulated and real scenarios with noisy class positional information in particular.

Read more

5/24/2024