Inverse Graph Identification: Can We Identify Node Labels Given Graph
Labels?
- URL: http://arxiv.org/abs/2007.05970v1
- Date: Sun, 12 Jul 2020 12:06:17 GMT
- Title: Inverse Graph Identification: Can We Identify Node Labels Given Graph
Labels?
- Authors: Tian Bian, Xi Xiao, Tingyang Xu, Yu Rong, Wenbing Huang, Peilin Zhao,
Junzhou Huang
- Abstract summary: Graph Identification (GI) has long been researched in graph learning and is essential in certain applications.
This paper defines a novel problem dubbed Inverse Graph Identification (IGI)
We propose a simple yet effective method that makes the node-level message passing process using Graph Attention Network (GAT) under the protocol of GI.
- Score: 89.13567439679709
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Graph Identification (GI) has long been researched in graph learning and is
essential in certain applications (e.g. social community detection).
Specifically, GI requires to predict the label/score of a target graph given
its collection of node features and edge connections. While this task is
common, more complex cases arise in practice---we are supposed to do the
inverse thing by, for example, grouping similar users in a social network given
the labels of different communities. This triggers an interesting thought: can
we identify nodes given the labels of the graphs they belong to? Therefore,
this paper defines a novel problem dubbed Inverse Graph Identification (IGI),
as opposed to GI. Upon a formal discussion of the variants of IGI, we choose a
particular case study of node clustering by making use of the graph labels and
node features, with an assistance of a hierarchical graph that further
characterizes the connections between different graphs. To address this task,
we propose Gaussian Mixture Graph Convolutional Network (GMGCN), a simple yet
effective method that makes the node-level message passing process using Graph
Attention Network (GAT) under the protocol of GI and then infers the category
of each node via a Gaussian Mixture Layer (GML). The training of GMGCN is
further boosted by a proposed consensus loss to take advantage of the structure
of the hierarchical graph. Extensive experiments are conducted to test the
rationality of the formulation of IGI. We verify the superiority of the
proposed method compared to other baselines on several benchmarks we have built
up. We will release our codes along with the benchmark data to facilitate more
research attention to the IGI problem.
Related papers
- Spectral Greedy Coresets for Graph Neural Networks [61.24300262316091]
The ubiquity of large-scale graphs in node-classification tasks hinders the real-world applications of Graph Neural Networks (GNNs)
This paper studies graph coresets for GNNs and avoids the interdependence issue by selecting ego-graphs based on their spectral embeddings.
Our spectral greedy graph coreset (SGGC) scales to graphs with millions of nodes, obviates the need for model pre-training, and applies to low-homophily graphs.
arXiv Detail & Related papers (2024-05-27T17:52:12Z) - Graph Mixup with Soft Alignments [49.61520432554505]
We study graph data augmentation by mixup, which has been used successfully on images.
We propose S-Mixup, a simple yet effective mixup method for graph classification by soft alignments.
arXiv Detail & Related papers (2023-06-11T22:04:28Z) - ID-MixGCL: Identity Mixup for Graph Contrastive Learning [22.486101865027678]
ID-MixGCL allows simultaneous datasets of input nodes and corresponding identity labels to obtain soft-confidence samples.
Results demonstrate that ID-MixGCL improves performance on graph classification and node classification tasks.
arXiv Detail & Related papers (2023-04-20T01:46:39Z) - Deep Graph-Level Clustering Using Pseudo-Label-Guided Mutual Information
Maximization Network [31.38584638254226]
We study the problem of partitioning a set of graphs into different groups such that the graphs in the same group are similar while the graphs in different groups are dissimilar.
To solve the problem, we propose a novel method called Deep Graph-Level Clustering (DGLC)
Our DGLC achieves graph-level representation learning and graph-level clustering in an end-to-end manner.
arXiv Detail & Related papers (2023-02-05T12:28:08Z) - Semi-Supervised Hierarchical Graph Classification [54.25165160435073]
We study the node classification problem in the hierarchical graph where a 'node' is a graph instance.
We propose the Hierarchical Graph Mutual Information (HGMI) and present a way to compute HGMI with theoretical guarantee.
We demonstrate the effectiveness of this hierarchical graph modeling and the proposed SEAL-CI method on text and social network data.
arXiv Detail & Related papers (2022-06-11T04:05:29Z) - Neighborhood Random Walk Graph Sampling for Regularized Bayesian Graph
Convolutional Neural Networks [0.6236890292833384]
In this paper, we propose a novel algorithm called Bayesian Graph Convolutional Network using Neighborhood Random Walk Sampling (BGCN-NRWS)
BGCN-NRWS uses a Markov Chain Monte Carlo (MCMC) based graph sampling algorithm utilizing graph structure, reduces overfitting by using a variational inference layer, and yields consistently competitive classification results compared to the state-of-the-art in semi-supervised node classification.
arXiv Detail & Related papers (2021-12-14T20:58:27Z) - Label-Wise Message Passing Graph Neural Network on Heterophilic Graphs [20.470934944907608]
We investigate a novel framework that performs well on graphs with either homophily or heterophily.
In label-wise message-passing, neighbors with similar pseudo labels will be aggregated together.
We also propose a bi-level optimization method to automatically select the model for graphs with homophily/heterophily.
arXiv Detail & Related papers (2021-10-15T14:49:45Z) - Multilevel Graph Matching Networks for Deep Graph Similarity Learning [79.3213351477689]
We propose a multi-level graph matching network (MGMN) framework for computing the graph similarity between any pair of graph-structured objects.
To compensate for the lack of standard benchmark datasets, we have created and collected a set of datasets for both the graph-graph classification and graph-graph regression tasks.
Comprehensive experiments demonstrate that MGMN consistently outperforms state-of-the-art baseline models on both the graph-graph classification and graph-graph regression tasks.
arXiv Detail & Related papers (2020-07-08T19:48:19Z) - Sequential Graph Convolutional Network for Active Learning [53.99104862192055]
We propose a novel pool-based Active Learning framework constructed on a sequential Graph Convolution Network (GCN)
With a small number of randomly sampled images as seed labelled examples, we learn the parameters of the graph to distinguish labelled vs unlabelled nodes.
We exploit these characteristics of GCN to select the unlabelled examples which are sufficiently different from labelled ones.
arXiv Detail & Related papers (2020-06-18T00:55:10Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.