Dynamic Hypergraph Neural Networks
Abstract
In recent years, graph/hypergraph-based deep learning methods have attracted much attention from researchers. These deep learning methods take graph/hypergraph structure as prior knowledge in the model. However, hidden and important relations are not directly represented in the inherent structure. To tackle this issue, we propose a dynamic hypergraph neural networks framework (DHGNN), which is composed of the stacked layers of two modules: dynamic hypergraph construction (DHG) and hypergrpah convolution (HGC). Considering initially constructed hypergraph is probably not a suitable representation for data, the DHG module dynamically updates hypergraph structure on each layer. Then hypergraph convolution is introduced to encode high-order data relations in a hypergraph structure. The HGC module includes two phases: vertex convolution and hyperedge convolution, which are designed to aggregate feature among vertices and hyperedges, respectively. We have evaluated our method on standard datasets, the Cora citation network and Microblog dataset. Our method outperforms state-of-the-art methods. More experiments are conducted to demonstrate the effectiveness and robustness of our method to diverse data distributions.
Cite
Text
Jiang et al. "Dynamic Hypergraph Neural Networks." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/366Markdown
[Jiang et al. "Dynamic Hypergraph Neural Networks." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/jiang2019ijcai-dynamic/) doi:10.24963/IJCAI.2019/366BibTeX
@inproceedings{jiang2019ijcai-dynamic,
title = {{Dynamic Hypergraph Neural Networks}},
author = {Jiang, Jianwen and Wei, Yuxuan and Feng, Yifan and Cao, Jingxuan and Gao, Yue},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2019},
pages = {2635-2641},
doi = {10.24963/IJCAI.2019/366},
url = {https://mlanthology.org/ijcai/2019/jiang2019ijcai-dynamic/}
}