paper-with-me

Papers

Variational Graph Generator for Multi-View Graph Clustering

2022-10-13 · Jianpeng Chen, Yawen Ling, Jie Xu, Yazhou Ren, Shudong Huang, Xiaorong Pu, Zhifeng Hao, Philip S. Yu, Lifang He

Multi-view graph clustering (MGC) methods are increasingly being studied due to the explosion of multi-view data with graph structural information. The critical point of MGC is to better utilize view-specific and view-common information in features and graphs of multiple views. However, existing works have an inherent limitation that they are unable to concurrently utilize the consensus graph information across multiple graphs and the view-specific feature information. To address this issue, we propose Variational Graph Generator for Multi-View Graph Clustering (VGMGC). Specifically, a novel variational graph generator is proposed to extract common information among multiple graphs. This generator infers a reliable variational consensus graph based on a priori assumption over multiple graphs. Then a simple yet effective graph encoder in conjunction with the multi-view clustering objective is presented to learn the desired graph embeddings for clustering, which embeds the inferred view-common graph and view-specific graphs together with features. Finally, theoretical results illustrate the rationality of the VGMGC by analyzing the uncertainty of the inferred consensus graph with the information bottleneck principle.Extensive experiments demonstrate the superior performance of our VGMGC over SOTAs. The source code is publicly available at https://github.com/cjpcool/VGMGC.

📄 PDF Abstract BibTeX arXiv:2210.07011

Code (1)

cjpcool/vgmgc 공식 구현 pytorch

Tasks

ClusteringGraph Clustering

Similar Papers 제목 키워드 기반

Towards Consistency and Complementarity: A Multiview Graph Information Bottleneck Approach

2022-10-11 · Xiaolong Fan, Maoguo Gong, Yue Wu, Mingyang Zhang 외

The empirical studies of Graph Neural Networks (GNNs) broadly take the original node feature and adjacency relationship as singleview input, ignoring the rich information of multiple graph views. To circumvent this issue…

AutoGCL: Automated Graph Contrastive Learning via Learnable View Generators

2021-09-21 · Yihang Yin, Qingzhong Wang, Siyu Huang, Haoyi Xiong 외

Contrastive learning has been widely applied to graph representation learning, where the view generators play a vital role in generating effective contrastive samples. Most of the existing contrastive learning methods em…

Contrastive LearningGraph Representation LearningRepresentation LearningSemantic Similarity+2

Multiview Variational Graph Autoencoders for Canonical Correlation Analysis

2020-10-30 · Yacouba Kaloga, Pierre Borgnat, Sundeep Prabhakar Chepuri, Patrice Abry 외

We present a novel multiview canonical correlation analysis model based on a variational approach. This is the first nonlinear model that takes into account the available graph-based geometric constraints while being sca…

ClusteringRepresentation Learning

An Unpooling Layer for Graph Generation

2022-06-04 · Yinglong Guo, Dongmian Zou, Gilad Lerman

We propose a novel and trainable graph unpooling layer for effective graph generation. Given a graph with features, the unpooling layer enlarges this graph and learns its desired new structure and features. Since this un…

DecoderGenerative Adversarial NetworkGraph Generation

Neural Graph Generator: Feature-Conditioned Graph Generation using Latent Diffusion Models

2024-03-03 · Iakovos Evdaimon, Giannis Nikolentzos, Christos Xypolopoulos, Ahmed Kammoun 외

Graph generation has emerged as a crucial task in machine learning, with significant challenges in generating graphs that accurately reflect specific properties. Existing methods often fall short in efficiently addressin…

Graph Generation