paper-with-me

Papers

Variational Inference for Graph Convolutional Networks in the Absence of Graph Data and Adversarial Settings

2019-06-05 · NeurIPS 2020 12 · Pantelis Elinas, Edwin V. Bonilla, Louis Tiao

We propose a framework that lifts the capabilities of graph convolutional networks (GCNs) to scenarios where no input graph is given and increases their robustness to adversarial attacks. We formulate a joint probabilistic model that considers a prior distribution over graphs along with a GCN-based likelihood and develop a stochastic variational inference algorithm to estimate the graph posterior and the GCN parameters jointly. To address the problem of propagating gradients through latent variables drawn from discrete distributions, we use their continuous relaxations known as Concrete distributions. We show that, on real datasets, our approach can outperform state-of-the-art Bayesian and non-Bayesian graph neural network algorithms on the task of semi-supervised classification in the absence of graph data and when the network structure is subjected to adversarial perturbations.

📄 PDF Abstract BibTeX arXiv:1906.01852

Code (1)

ebonilla/VGCN 공식 구현 tf

Tasks

Bayesian InferenceGeneral ClassificationGraph Neural NetworkVariational Inference

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

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

VACA: Design of Variational Graph Autoencoders for Interventional and Counterfactual Queries

2021-10-27 · Pablo Sanchez-Martin, Miriam Rateike, Isabel Valera

In this paper, we introduce VACA, 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 available. Without making…

Causal InferencecounterfactualFairness

Non-Parametric Variational Inference with Graph Convolutional Networks for Gaussian Processes

2018-09-08 · Linfeng Liu, Li-Ping Liu

Inference for GP models with non-Gaussian noises is computationally expensive when dealing with large datasets. Many recent inference methods approximate the posterior distribution with a simpler distribution defined on …

Gaussian ProcessesStochastic OptimizationVariational Inference

Anomaly Detection on Graph Time Series

2017-08-09 · Daniel Hsu

In this paper, we use variational recurrent neural network to investigate the anomaly detection problem on graph time series. The temporal correlation is modeled by the combination of recurrent neural network (RNN) and v…

Anomaly DetectionTime SeriesTime Series AnalysisVariational Inference

Reactive Message Passing for Scalable Bayesian Inference

2021-12-25 · Dmitry Bagaev, Bert de Vries

We introduce Reactive Message Passing (RMP) as a framework for executing schedule-free, robust and scalable message passing-based inference in a factor graph representation of a probabilistic model. RMP is based on the r…

Bayesian InferenceState Space Models