paper-with-me

홈 › Papers

Mutual Information Maximization in Graph Neural Networks

2019-05-21 · Xinhan Di, Pengqian Yu, Rui Bu, Mingchao Sun

A variety of graph neural networks (GNNs) frameworks for representation learning on graphs have been recently developed. These frameworks rely on aggregation and iteration scheme to learn the representation of nodes. However, information between nodes is inevitably lost in the scheme during learning. In order to reduce the loss, we extend the GNNs frameworks by exploring the aggregation and iteration scheme in the methodology of mutual information. We propose a new approach of enlarging the normal neighborhood in the aggregation of GNNs, which aims at maximizing mutual information. Based on a series of experiments conducted on several benchmark datasets, we show that the proposed approach improves the state-of-the-art performance for four types of graph tasks, including supervised and semi-supervised graph classification, graph link prediction and graph edge generation and classification.

📄 PDF Abstract BibTeX arXiv:1905.08509

Code (2)

CODE-SUBMIT/Graph_Neighborhood_1 공식 구현 pytorch
CODE-SUBMIT/Neighborhood-Enlargement-in-Graph-Network 공식 구현 pytorch

Tasks

General ClassificationGraph ClassificationGraph Neural NetworkLink PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

MOLE: MOdular Learning FramEwork via Mutual Information Maximization

2023-08-15 · Tianchao Li, Yulong Pei

This paper is to introduce an asynchronous and local learning framework for neural networks, named Modular Learning Framework (MOLE). This framework modularizes neural networks by layers, defines the training objective v…

Deep Graph Clustering via Mutual Information Maximization and Mixture Model

2022-05-10 · Maedeh Ahmadi, Mehran Safayani, Abdolreza Mirzaei

Attributed graph clustering or community detection which learns to cluster the nodes of a graph is a challenging task in graph analysis. In this paper, we introduce a contrastive learning framework for learning clusterin…

ClusteringCommunity DetectionContrastive LearningGraph Clustering+1

Maximizing Mutual Information Across Feature and Topology Views for Learning Graph Representations

2021-05-14 · Xiaolong Fan, Maoguo Gong, Yue Wu, Hao Li

Recently, maximizing mutual information has emerged as a powerful method for unsupervised graph representation learning. The existing methods are typically effective to capture information from the topology view but igno…

DiversityGraph Representation LearningLinear evaluationRepresentation Learning

Graph Pooling via Coarsened Graph Infomax

2021-05-04 · Yunsheng Pang, Yunxiang Zhao, Dongsheng Li

Graph pooling that summaries the information in a large graph into a compact form is essential in hierarchical graph representation learning. Existing graph pooling methods either suffer from high computational complexit…

Contrastive LearningGraph Representation LearningRepresentation Learning

Graph Representation Learning via Graphical Mutual Information Maximization

2020-02-04 · Zhen Peng, Wenbing Huang, Minnan Luo, Qinghua Zheng 외

The richness in the content of various information networks such as social networks and communication networks provides the unprecedented potential for learning high-quality expressive representations without external su…

Graph Representation LearningLink PredictionMutual Information EstimationNode Classification+1