paper-with-me

Papers

VEM-GCN: Topology Optimization with Variational EM for Graph Convolutional Networks

2021-01-01 · Rui Yang, Wenrui Dai, Chenglin Li, Junni Zou, Hongkai Xiong

Over-smoothing has emerged as a severe problem for node classification with graph convolutional networks (GCNs). In the view of message passing, the over-smoothing issue is caused by the observed noisy graph topology that would propagate information along inter-class edges, and consequently, over-mix the features of nodes in different classes. In this paper, we propose a novel architecture, namely VEM-GCN, to address this problem by employing the variational EM algorithm to jointly optimize the graph topology and learn desirable node representations for classification. Specifically, variational EM approaches a latent adjacency matrix parameterized by the assortative-constrained stochastic block model (SBM) to enhance intra-class connection and suppress inter-class interaction of the observed noisy graph. In the variational E-step, graph topology is optimized by approximating the posterior probability distribution of the latent adjacency matrix with a neural network learned from node embeddings. In the M-step, node representations are learned using the graph convolutional network based on the refined graph topology for the downstream task of classification. VEM-GCN is demonstrated to outperform existing strategies for tackling over-smoothing and optimizing graph topology in node classification on seven benchmark datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationNode ClassificationStochastic Block Model

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Edge-variational Graph Convolutional Networks for Uncertainty-aware Disease Prediction

2020-09-06 · Yongxiang Huang, Albert C. S. Chung

There is a rising need for computational models that can complementarily leverage data of different modalities while investigating associations between subjects for population-based disease analysis. Despite the success …

DiagnosticDisease PredictionRepresentation Learning

Distributed Training of Graph Convolutional Networks

2020-07-13 · Simone Scardapane, Indro Spinelli, Paolo Di Lorenzo

The aim of this work is to develop a fully-distributed algorithmic framework for training graph convolutional networks (GCNs). The proposed method is able to exploit the meaningful relational structure of the input data,…

Distributed Optimization

Budget-Aware Graph Convolutional Network Design using Probabilistic Magnitude Pruning

2023-05-30 · Hichem Sahbi

Graph convolutional networks (GCNs) are nowadays becoming mainstream in solving many image processing tasks including skeleton-based recognition. Their general recipe consists in learning convolutional and attention laye…

Variational Autoencoder based Metamodeling for Multi-Objective Topology Optimization of Electrical Machines

2022-01-21 · Vivek Parekh, Dominik Flore, Sebastian Schöps

Conventional magneto-static finite element analysis of electrical machine design is time-consuming and computationally expensive. Since each machine topology has a distinct set of parameters, design optimization is commo…

Decoder

One-Shot Multi-Rate Pruning of Graph Convolutional Networks

2023-12-29 · Hichem Sahbi

In this paper, we devise a novel lightweight Graph Convolutional Network (GCN) design dubbed as Multi-Rate Magnitude Pruning (MRMP) that jointly trains network topology and weights. Our method is variational and proceeds…