paper-with-me

Papers

Accurate Node Feature Estimation with Structured Variational Graph Autoencoder

2022-06-09 · Jaemin Yoo, Hyunsik Jeon, Jinhong Jung, U Kang

Given a graph with partial observations of node features, how can we estimate the missing features accurately? Feature estimation is a crucial problem for analyzing real-world graphs whose features are commonly missing during the data collection process. Accurate estimation not only provides diverse information of nodes but also supports the inference of graph neural networks that require the full observation of node features. However, designing an effective approach for estimating high-dimensional features is challenging, since it requires an estimator to have large representation power, increasing the risk of overfitting. In this work, we propose SVGA (Structured Variational Graph Autoencoder), an accurate method for feature estimation. SVGA applies strong regularization to the distribution of latent variables by structured variational inference, which models the prior of variables as Gaussian Markov random field based on the graph structure. As a result, SVGA combines the advantages of probabilistic inference and graph neural networks, achieving state-of-the-art performance in real datasets.

📄 PDF Abstract BibTeX arXiv:2206.04516

Code (1)

snudatalab/SVGA 공식 구현 pytorch

Tasks

Variational Inference

Similar Papers 제목 키워드 기반

Interpretable Prediction of Lymph Node Metastasis in Rectal Cancer MRI Using Variational Autoencoders

2025-07-15 · Benjamin Keel, Aaron Quyn, David Jayne, Maryam Mohsin 외 arxiv

Effective treatment for rectal cancer relies on accurate lymph node metastasis (LNM) staging. However, radiological criteria based on lymph node (LN) size, shape and texture morphology have limited diagnostic accuracy. I…

Variational Graph Autoencoder for Heterogeneous Information Networks with Missing and Inaccurate Attributes

2023-11-14 · Yige Zhao, Jianxiang Yu, Yao Cheng, Chengcheng Yu 외

Heterogeneous Information Networks (HINs), which consist of various types of nodes and edges, have recently demonstrated excellent performance in graph mining. However, most existing heterogeneous graph neural networks (…

AttributeDecoderGraph Mining

Variational Graph Normalized Auto-Encoders

2021-08-18 · Seong Jin Ahn, Myoung Ho Kim

Link prediction is one of the key problems for graph-structured data. With the advancement of graph neural networks, graph autoencoders (GAEs) and variational graph autoencoders (VGAEs) have been proposed to learn graph …

Link PredictionPrediction

Variational Graph Auto-Encoders

2016-11-21 · Thomas N. Kipf, Max Welling

We introduce the variational graph auto-encoder (VGAE), a framework for unsupervised learning on graph-structured data based on the variational auto-encoder (VAE). This model makes use of latent variables and is capable …

DecoderGraph ClusteringLink PredictionPrediction

Effective Decoding in Graph Auto-Encoder using Triadic Closure

2019-11-26 · Han Shi, Haozheng Fan, James T. Kwok

The (variational) graph auto-encoder and its variants have been popularly used for representation learning on graph-structured data. While the encoder is often a powerful graph convolutional network, the decoder reconstr…

ClusteringDecoderGraph GenerationLink Prediction+4