paper-with-me

Papers

Towards Relation-centered Pooling and Convolution for Heterogeneous Graph Learning Networks

2022-10-31 · Tiehua Zhang, Yuze Liu, Yao Yao, Youhua Xia, Xin Chen, Xiaowei Huang, Jiong Jin

Heterogeneous graph neural network has unleashed great potential on graph representation learning and shown superior performance on downstream tasks such as node classification and clustering. Existing heterogeneous graph learning networks are primarily designed to either rely on pre-defined meta-paths or use attention mechanisms for type-specific attentive message propagation on different nodes/edges, incurring many customization efforts and computational costs. To this end, we design a relation-centered Pooling and Convolution for Heterogeneous Graph learning Network, namely PC-HGN, to enable relation-specific sampling and cross-relation convolutions, from which the structural heterogeneity of the graph can be better encoded into the embedding space through the adaptive training process. We evaluate the performance of the proposed model by comparing with state-of-the-art graph learning models on three different real-world datasets, and the results show that PC-HGN consistently outperforms all the baseline and improves the performance maximumly up by 17.8%.

📄 PDF Abstract BibTeX arXiv:2210.17142

Code (1)

BUPT-GAMMA/OpenHGNN 공식 구현 pytorch

Tasks

Graph LearningGraph Neural NetworkGraph Representation LearningNode ClassificationRelationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Path Integral Based Convolution and Pooling for Heterogeneous Graph Neural Networks

2023-02-26 · Lingjie Kong, Yun Liao

Graph neural networks (GNN) extends deep learning to graph-structure dataset. Similar to Convolutional Neural Networks (CNN) using on image prediction, convolutional and pooling layers are the foundation to success for G…

Prediction

Heterogeneous Subgraph Transformer for Fake News Detection

2024-04-19 · Yuchen Zhang, Xiaoxiao Ma, Jia Wu, Jian Yang 외

Fake news is pervasive on social media, inflicting substantial harm on public discourse and societal well-being. We investigate the explicit structural information and textual features of news pieces by constructing a he…

Fake News DetectionLanguage ModelingLanguage ModellingSentence

Doc-GCN: Heterogeneous Graph Convolutional Networks for Document Layout Analysis

2022-08-22 · COLING 2022 10 · Siwen Luo, Yihao Ding, Siqu Long, Josiah Poon 외

Recognizing the layout of unstructured digital documents is crucial when parsing the documents into the structured, machine-readable format for downstream applications. Recent studies in Document Layout Analysis usually …

Component ClassificationDocument Layout Analysis

Advancing Graph Neural Networks with HL-HGAT: A Hodge-Laplacian and Attention Mechanism Approach for Heterogeneous Graph-Structured Data

2024-03-11 · Jinghan Huang, Qiufeng Chen, Yijun Bian, Pengli Zhu 외

Graph neural networks (GNNs) have proven effective in capturing relationships among nodes in a graph. This study introduces a novel perspective by considering a graph as a simplicial complex, encompassing nodes, edges, t…

Graph AttentionGraph Regression

DiffGCN: Graph Convolutional Networks via Differential Operators and Algebraic Multigrid Pooling

2020-06-07 · NeurIPS 2020 12 · Moshe Eliasof, Eran Treister

Graph Convolutional Networks (GCNs) have shown to be effective in handling unordered data like point clouds and meshes. In this work we propose novel approaches for graph convolution, pooling and unpooling, inspired from…