paper-with-me

Papers

Causal Recurrent Variational Autoencoder for Medical Time Series Generation

2023-01-16 · Hongming Li, Shujian Yu, Jose Principe

We propose causal recurrent variational autoencoder (CR-VAE), a novel generative model that is able to learn a Granger causal graph from a multivariate time series x and incorporates the underlying causal mechanism into its data generation process. Distinct to the classical recurrent VAEs, our CR-VAE uses a multi-head decoder, in which the $p$-th head is responsible for generating the $p$-th dimension of $\mathbf{x}$ (i.e., $\mathbf{x}^p$). By imposing a sparsity-inducing penalty on the weights (of the decoder) and encouraging specific sets of weights to be zero, our CR-VAE learns a sparse adjacency matrix that encodes causal relations between all pairs of variables. Thanks to this causal matrix, our decoder strictly obeys the underlying principles of Granger causality, thereby making the data generating process transparent. We develop a two-stage approach to train the overall objective. Empirically, we evaluate the behavior of our model in synthetic data and two real-world human brain datasets involving, respectively, the electroencephalography (EEG) signals and the functional magnetic resonance imaging (fMRI) data. Our model consistently outperforms state-of-the-art time series generative models both qualitatively and quantitatively. Moreover, it also discovers a faithful causal graph with similar or improved accuracy over existing Granger causality-based causal inference methods. Code of CR-VAE is publicly available at https://github.com/hongmingli1995/CR-VAE.

📄 PDF Abstract BibTeX arXiv:2301.06574

Code (1)

hongmingli1995/cr-vae 공식 구현 pytorch

Tasks

Causal InferenceDecoderEEGElectroencephalogram (EEG)Time SeriesTime Series AnalysisTime Series Generation

Similar Papers 제목 키워드 기반

Causal Effect Variational Autoencoder with Uniform Treatment

2021-11-16 · Daniel Jiwoong Im, Kyunghyun Cho, Narges Razavian

Domain adaptation and covariate shift are big issues in deep learning and they ultimately affect any causal inference algorithms that rely on deep neural networks. Causal effect variational autoencoder (CEVAE) is trained…

Causal InferenceDomain Adaptation

Sequential Variational Autoencoders for Collaborative Filtering

2018-11-25 · Noveen Sachdeva, Giuseppe Manco, Ettore Ritacco, Vikram Pudi

Variational autoencoders were proven successful in domains such as computer vision and speech processing. Their adoption for modeling user preferences is still unexplored, although recently it is starting to gain attenti…

Recommendation Systems

A Recurrent Variational Autoencoder for Speech Enhancement

2019-10-24 · Simon Leglaive, Xavier Alameda-Pineda, Laurent Girin, Radu Horaud

This paper presents a generative approach to speech enhancement based on a recurrent variational autoencoder (RVAE). The deep generative speech model is trained using clean speech signals only, and it is combined with a …

Speech Enhancement

Variational Causal Autoencoder for Interventional and Counterfactual Queries

2021-05-21 · NeurIPS 2021 12 · Pablo Sanchez Martin, Miriam Rateike, Isabel Valera

We propose the Variational Causal Autoencoder (VCAUSE), a novel class of variational graph autoencoders for causal inference in the absence of hidden confounders, when only observational data and the causal graph are ava…

Causal InferencecounterfactualFairness

Estimating Granger Causality with Unobserved Confounders via Deep Latent-Variable Recurrent Neural Network

2019-09-09 · Yuan Meng

Granger causality analysis, as one of the most popular time series causality methods, has been widely used in the economics, neuroscience. However, unobserved confounders is a fundamental problem in the observational stu…

Time Series Analysis