paper-with-me

홈 › Papers

DiffMG: Differentiable Meta Graph Search for Heterogeneous Graph Neural Networks

2020-10-07 · Yuhui Ding, Quanming Yao, Huan Zhao, Tong Zhang

In this paper, we propose a novel framework to automatically utilize task-dependent semantic information which is encoded in heterogeneous information networks (HINs). Specifically, we search for a meta graph, which can capture more complex semantic relations than a meta path, to determine how graph neural networks (GNNs) propagate messages along different types of edges. We formalize the problem within the framework of neural architecture search (NAS) and then perform the search in a differentiable manner. We design an expressive search space in the form of a directed acyclic graph (DAG) to represent candidate meta graphs for a HIN, and we propose task-dependent type constraint to filter out those edge types along which message passing has no effect on the representations of nodes that are related to the downstream task. The size of the search space we define is huge, so we further propose a novel and efficient search algorithm to make the total search cost on a par with training a single GNN once. Compared with existing popular NAS algorithms, our proposed search algorithm improves the search efficiency. We conduct extensive experiments on different HINs and downstream tasks to evaluate our method, and experimental results show that our method can outperform state-of-the-art heterogeneous GNNs and also improves efficiency compared with those methods which can implicitly learn meta paths.

📄 PDF Abstract BibTeX arXiv:2010.03250

Code (3)

AutoML-4Paradigm/DiffMG 공식 구현 pytorch
LARS-research/DiffMG pytorch
automl-research/diffmg pytorch

Tasks

Neural Architecture SearchRecommendation Systems

Similar Papers 제목 키워드 기반

Differentiable Meta Multigraph Search with Partial Message Propagation on Heterogeneous Information Networks

2022-11-27 · Chao Li, Hao Xu, Kun He

Heterogeneous information networks (HINs) are widely employed for describing real-world data with intricate entities and relationships. To automatically utilize their semantic information, graph neural architecture searc…

Neural Architecture SearchNode Classification

Meta-multigraph Search: Rethinking Meta-structure on Heterogeneous Information Networks

2023-04-23 · Chao Li, Hao Xu, Kun He

Meta-structures are widely used to define which subset of neighbors to aggregate information in heterogeneous information networks (HINs). In this work, we investigate existing meta-structures, including meta-path and me…

Node Classification

Long-range Meta-path Search on Large-scale Heterogeneous Graphs

2023-07-17 · Chao Li, Zijie Guo, Qiuting He, Hao Xu 외

Utilizing long-range dependency, a concept extensively studied in homogeneous graphs, remains underexplored in heterogeneous graphs, especially on large ones, posing two significant challenges: Reducing computational cos…

Node ClassificationNode Property Prediction

R-GSN: The Relation-based Graph Similar Network for Heterogeneous Graph

2021-03-14 · Xinliang Wu, Mengying Jiang, Guizhong Liu

Heterogeneous graph is a kind of data structure widely existing in real life. Nowadays, the research of graph neural network on heterogeneous graph has become more and more popular. The existing heterogeneous graph neura…

Graph Neural NetworkRelation

Heterogeneous Graph Tree Networks

2022-09-01 · Nan Wu, Chaofan Wang

Heterogeneous graph neural networks (HGNNs) have attracted increasing research interest in recent three years. Most existing HGNNs fall into two classes. One class is meta-path-based HGNNs which either require domain kno…

Node Classification