DL-FUMI learns heartbeat patterns from BCG signals for precise heart rate estimation.
problem Estimating precise heart rates from ballistocardiogram signals with uncertainty.
method Multiple instance dictionary learning to learn heartbeat concepts from BCG signals.
result DL-FUMI's heartbeat concept achieves superior performance over comparison algorithms.
PPGnet model estimates heart rate from PPG signals without motion artifacts.
problem Wearable PPG devices struggle with motion artifacts.
method End-to-end deep learning model using 8-second PPG signals.
result Achieved mean absolute error of 3.36+-4.1 BPM on IEEE SPC 2015 dataset.
Predicting ICU patient mortality using heart rate signals.
problem Early prediction of ICU patient mortality.
method Features extracted from heart rate signals, fed into eight classifiers.
result Decision tree classifier achieves F1-score and AUC of 0.91 and 0.93, respectively.
Active stacking improves heart rate estimation accuracy with minimal labeled data.
problem Inconsistent heart rate estimation across subjects due to signal quality and individual differences.
method Active learning and stacking ensemble regression to aggregate base estimators.
result Active stacking significantly outperforms other methods with minimal labeled data.
Novel algorithm compresses ECG signals with preserved R peaks.
problem Efficiently compressing ECG signals while preserving R peak information.
method Blaschke unwinding AFD for faster convergence and higher fidelity.
result The proposed algorithm outperforms state-of-the-art approaches in ECG signal compression.
Improved heart rate and activity recognition with low-power wrist sensors.
problem Challenges in battery life, cost, and sensor performance in wrist-worn sensing applications.
method Used photoplethysmography (PPG) for heart rate and activity recognition, applying transfer learning and CNNs.
result Low sampling frequencies (5 Hz and 10 Hz) achieved good performance in heart rate and activity recognition.
CardiacGen generates realistic ECG signals for training deep learning models.
problem Creating realistic synthetic ECG signals for training deep learning models.
method Hierarchical deep generative model with multi-objective loss functions.
result Synthetic ECG signals from CardiacGen can be used for data augmentation and improve classifier performance.
Hybrid Amortized Inference improves PPG model interpretability.
problem Tension between PPG biomarker accuracy and clinical interpretability.
method Introduces PPGen for biophysical PPG signal-physiological parameter relation, and HAI for fast, robust estimation.
result Hybrid Amortized Inference accurately infers physiological parameters from PPG signals.
Novel method segments heart sound signals using LSTMs with attention.
problem Heart sound segmentation for diagnostic applications.
method Bidirectional LSTMs with attention mechanisms.
result State-of-the-art performance on multiple benchmarks.
Smartphones can estimate heart rate from other sensor data.
problem Gaps in heart rate data from wearable sensors.
method Regression, SVM, and random forest algorithms to estimate heart rate from smartphone data.
result Smartphone data can improve heart rate estimation from wearable sensors.
Machine learning detects heart arrhythmias with fewer features.
problem Detecting heart arrhythmias with meaningful features.
method Iterative feature selection, semi-parametric classification, reduced sampling rate.
result Smaller feature sets are sufficient for accurate arrhythmia detection.
New system uses wearable bio-signals for easy authentication.
problem Security of private information on wearables is a concern.
method Context-dependent soft-biometric authentication using heart rate, gait, and breathing audio.
result Binary SVM with RBF kernel achieves high accuracy and low EER.
The relation between performance and stress is described by the Yerkes-Dodson Law but varies significantly between individuals. This paper describes a method for determining the individual optimal performance as a function of physiological signals. The method is based on attention and reasoning tests of increasing comp…
Neural network predicts falls in elderly people up to 10 minutes in advance.
problem Falls prevention in elderly people, especially in aging societies.
method Gated Recurrent Unit (GRU) based neural networks model using heart rate and mean blood pressure signals.
result Predicted syncope occurrence approximately 10 minutes before manual markers.
Study shows DL models trained on healthy subjects perform worse on patients' ECG data.
problem Inefficiency of DL models on heterogeneous datasets for heart beat detection.
method Investigated and evaluated the use of Transfer Learning to adapt DL models to different datasets.
result Transfer Learning improves classification performance on small sample size datasets.
Wavesplit separates speech from mixtures using clustering.
problem Permutation problem in speech separation.
method End-to-end system infers speaker representations and estimates signals.
result Robust separation of long recordings, new benchmarks set.
DeepBeat uses deep learning to assess signal quality and detect arrhythmia in wearable devices.
problem Detecting atrial fibrillation from wearable devices with noise.
method Multi-task deep learning approach using convolutional denoising autoencoders.
result Significantly improved AF detection accuracy compared to traditional methods.
Machine learning predicts exercise load from heart rate data post-exercise.
problem Monitoring energy expenditure in real life.
method Machine learning methods (linear regression, etc.) applied to heart rate data.
result Random forest and k-nearest neighbors classifiers predict load levels accurately.
Study reviews machine learning techniques for stress monitoring.
problem Improving accuracy of stress monitoring devices.
method Reviewed machine learning techniques for various stress indicators.
result Choosing the right classifier depends on multiple factors.
CNN classifies sleep-wake states from heart rate variability.
problem Classifying sleep-wake states from heart rate data.
method Convolutional Neural Network (CNN) trained on ECG data.
result CNN achieves high accuracy in classifying wake/sleep stages.
A CNN-based method improves DTI of the human heart, compensating for motion.
problem Signal loss due to heart motion in DTI.
method Invertible Wavelet Scattering using CNN.
result Effective motion compensation and improved fiber structures.
This paper uses fuzzy C-Means clustering and sonification to analyze heart rate variability.
problem Identifying suitable features from HRV analysis for sonification.
method Unsupervised machine learning (fuzzy C-Means clustering) and sonification techniques.
result Improves sonification interpretability by selecting appropriate HRV features.
GPMM recovers latent signals from noisy mixtures using Bayesian inference.
problem Recovering latent signals from noisy mixed measurements.
method Gaussian process mixture of measurements (GPMM) with Bayesian inference.
result GPMM outperforms standard GP in signal recovery.
Paper explores using machine learning to predict cyclists' heart rate.
problem Predicting cyclists' heart rate during training sessions.
method Used LSTM machine learning algorithm to model heart rate response.
result Demonstrated successful prediction of cyclists' heart rate.
GeoECG augments ECG data to improve heart disease detection.
problem Insufficient labeled ECG data and vulnerability to adversarial attacks.
method Wasserstein geodesic perturbation for data augmentation.
result Improved accuracy and robustness in ECG-based heart disease detection.
Paper uses CNNs to classify heart sounds from short segments.
problem Classifying heart sounds from short segments of individual beats.
method Developed a 1D-CNN and 2D-CNN ensemble for feature learning and score-level fusion.
result ECNN ensemble achieved 89.22% accuracy and 89.94% sensitivity on the PhysioNet CinC 2016 database.
Smartwatch HRV measurements improved with machine learning.
problem Systematic error in HRV measurements from consumer smartwatches.
method Explanatory and predictive modeling using accelerometer data.
result Error in HRV measurements can be minimized by machine learning.
DeepHeart predicts multiple medical conditions from wearable heart rate data.
problem Predicting multiple medical conditions from wearable heart rate data.
method Semi-supervised LSTM trained on 57,675 person-weeks of data.
result Semi-supervised sequence learning and heuristic pretraining outperform hand-engineered biomarkers.
Paper tackles ICU false alarms by learning features from ECG signals.
problem High rate of false alarms in ICU due to patient movements and sensor detachment.
method Unsupervised feature learning to extract and cluster high-level features from ECG signals.
result The method reduces false arrhythmia alarms using a few high-level features from a single ECG lead.
Deep learning detects atrial fibrillation from wearable sensor data.
problem Detecting atrial fibrillation from raw sensor data.
method Convolutional-recurrent neural network with long short-term memory, end-to-end learning.
result State-of-the-art AFib detection with high accuracy.
Study identifies mental stress in firefighters using heart rate variability data.
problem Unsupervised identification of mental stress in firefighters from heart rate variability data.
method Exploration and comparison of three unsupervised methods: K-Means, convolutional autoencoders, and LSTM autoencoders.
result Convolutional and LSTM autoencoders successfully stratify stressed versus normal samples using HRV markers.
Researchers use VAEs to create understandable heart beat representations.
problem Lack of explainable models for ECG beat classification.
method Variational Auto-Encoders (VAEs) with linear dense networks.
result Interpretable ECG beat space generated.
Modeling individual cardiovascular responses from wearable sensor data.
problem Capturing and understanding cardiovascular responses to physical activity and sleep changes.
method Attentional convolutional neural network to learn signatures from minute-level sensor data.
result Generated signatures generalize and outperform baseline models in predicting cardiovascular variables.
AI-assisted heart disease diagnosis reduces misdiagnosis and saves lives.
problem Misdiagnosis of heart disease leads to unnecessary deaths.
method Developed an AI application using ML and DNN algorithms on a dataset from the Cleveland Clinic Foundation.
result DNN model achieved a 92% accuracy rate, reducing misdiagnosis.
Adaptive methods optimize machine learning training faster.
problem Non-adaptive stochastic optimization requires tuning for each application.
method Develop adaptive stochastic optimization methods.
result Adaptive methods offer computational savings for large-scale systems.
New method extracts fetal ECG from maternal abdominal ECG.
problem Extract fetal ECG from single-lead maternal abdominal ECG.
method De-shape short time Fourier transform for heart rate estimation, beat tracking, and nonlocal median for waveform reconstruction.
result The method accurately extracts fetal ECG signals from maternal abdominal ECG signals.
Stabilizes linear models for clinical adoption by detecting feature correlations.
problem Instability of sparse high-dimensional models hinders clinical adoption.
method Regularizes latent correlation in features using an autoencoder network.
result Significant improvement in feature stability and model estimation stability.
Deep learning speeds up whole heart MRI to 30 seconds.
problem Long acquisition times in whole heart MRI.
method Deep learning, specifically a 3D residual U-Net, to reconstruct high-resolution images from low-resolution data.
result Super-resolution images show better edge sharpness and fewer artefacts than low-resolution images.
Efficient algorithm detects communities in noisy graphs with robustness.
problem Community detection in stochastic block models with adversarial corruptions.
method Efficient algorithm using semidefinite programming for robust clustering.
result Achieves error O(ε)+e−2C(1±o(1)) for ε-fraction of corruptions. CNNs improve ECG noise detection for better heart condition monitoring.
problem Signal noise in mobile ECGs hinders accurate diagnosis.
method Developed and trained a 16-layer CNN on a noise-annotated dataset.
result 16-layer CNN achieves 0.977 AUC on ECG noise detection.
New scalable method balances hospital profit status and heart attack outcomes.
problem Balancing covariate distributions and minimizing weight dispersion in large datasets.
method Combines kernel basis expansion and convex optimization for efficient and flexible weighting.
result For-profit hospitals use interventional cardiology similarly to other hospitals but have higher mortality and readmission rates.
Developed shrinkage methods for Poisson regression models with experts to handle multicollinearity.
problem Multicollinearity in Poisson regression models with experts.
method Ridge and Liu-type shrinkage methods.
result Shrinkage methods offer more reliable estimates for coefficients in multicollinearity.
Machine learning improves CHD screening accuracy from 70% to 87.7%.
problem Predicting coronary heart disease using echocardiography and clinical features.
method Ensemble machine learning approach with model stacking and two-step stacking.
result Improved CHD classification accuracy from 70% to 87.7%.
Framework uses human annotations to make models robust to spurious correlations.
problem Machine learning models fail when unmeasured variables change test distributions.
method Human annotations to augment training examples, UV-DRO objective for robustness.
result Improvements of 5-10% on digit recognition task and 1.5-5% on NYPD Police Stops analysis.
Paper learns hypergraph structures from signals with smoothness priors.
problem Learning hypergraph structures from signals with high-order relationships.
method Proposes HGSL framework with dual smoothness prior to map signals to hypergraph structure.
result HGSL efficiently infers meaningful hypergraph topologies from signals.
Machine learning improves detection of Brugada Syndrome from ECGs.
problem Detecting Brugada Syndrome (BrS) from ECGs is challenging due to limited diagnostic criteria.
method Pipeline that reads and processes scanned ECG images, uses LSTM classifier to diagnose.
result The proposed pipeline distinguishes between ECG types and diagnoses BrS with high accuracy.
Paper compares data mining methods for heart disease prediction.
problem Improving accuracy in diagnosing heart diseases.
method Five data mining classification algorithms were tested on two datasets.
result Decision Tree outperformed other classifiers with 99.0% accuracy.
Semi-supervised learning method augments minority class examples for robust anomaly detection in clinical signals.
problem Class imbalance in minority class instances impairs robustness of clinical analytics solutions.
method Intelligent augmentation of minority class examples to balance class distribution and construct a smooth decision boundary.
result The proposed method outperforms state-of-the-art algorithms in anomaly detection for clinical signals.