paper-with-me

Papers

Bayes-CATSI: A variational Bayesian deep learning framework for medical time series data imputation

2024-10-01 · Omkar Kulkarni, Rohitash Chandra

Medical time series datasets feature missing values that need data imputation methods, however, conventional machine learning models fall short due to a lack of uncertainty quantification in predictions. Among these models, the CATSI (Context-Aware Time Series Imputation) stands out for its effectiveness by incorporating a context vector into the imputation process, capturing the global dependencies of each patient. In this paper, we propose a Bayesian Context-Aware Time Series Imputation (Bayes-CATSI) framework which leverages uncertainty quantification offered by variational inference. We consider the time series derived from electroencephalography (EEG), electrooculography (EOG), electromyography (EMG), electrocardiology (EKG). Variational Inference assumes the shape of the posterior distribution and through minimization of the Kullback-Leibler(KL) divergence it finds variational densities that are closest to the true posterior distribution. Thus , we integrate the variational Bayesian deep learning layers into the CATSI model. Our results show that Bayes-CATSI not only provides uncertainty quantification but also achieves superior imputation performance compared to the CATSI model. Specifically, an instance of Bayes-CATSI outperforms CATSI by 9.57 %. We provide an open-source code implementation for applying Bayes-CATSI to other medical data imputation problems.

📄 PDF Abstract BibTeX arXiv:2410.01847

Code (1)

pingala-institute/Bayes-medicaldataimputation 공식 구현 pytorch

Tasks

EEGElectromyography (EMG)ImputationMissing ValuesTime SeriesUncertainty QuantificationVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Variational hybridization and transformation for large inaccurate noisy-or networks

2016-05-20 · Yusheng Xie, Nan Du, Wei Fan, Jing Zhai 외

Variational inference provides approximations to the computationally intractable posterior distribution in Bayesian networks. A prominent medical application of noisy-or Bayesian network is to infer potential diseases gi…

Variational Inference

BayesPy: Variational Bayesian Inference in Python

2014-10-03 · Jaakko Luttinen

BayesPy is an open-source Python software package for performing variational Bayesian inference. It is based on the variational message passing framework and supports conjugate exponential family models. By removing the …

Bayesian InferenceVariational Inference

BayeSeg: Bayesian Modeling for Medical Image Segmentation with Interpretable Generalizability

2023-03-03 · Shangqi Gao, Hangqi Zhou, Yibo Gao, Xiahai Zhuang

Due to the cross-domain distribution shift aroused from diverse medical imaging systems, many deep learning segmentation methods fail to perform well on unseen data, which limits their real-world applicability. Recent wo…

Cardiac SegmentationDomain GeneralizationImage SegmentationMedical Image Segmentation+2

Joint Modeling of Image and Label Statistics for Enhancing Model Generalizability of Medical Image Segmentation

2022-06-09 · Shangqi Gao, Hangqi Zhou, Yibo Gao, Xiahai Zhuang

Although supervised deep-learning has achieved promising performance in medical image segmentation, many methods cannot generalize well on unseen data, limiting their real-world applicability. To address this problem, we…

Image SegmentationMedical Image SegmentationMRI segmentationSegmentation+1

Representation Learning via Variational Bayesian Networks

2023-06-28 · Oren Barkan, Avi Caciularu, Idan Rejwan, Ori Katz 외

We present Variational Bayesian Network (VBN) - a novel Bayesian entity representation learning model that utilizes hierarchical and relational side information and is particularly useful for modeling entities in the ``l…

Bayesian InferenceRepresentation Learning