Primal Grammars Driven Automated Induction
Abstract
In this paper, we propose a Hierarchical Aligned Subtree Convolutional Network (HA-SCN) for graph classification. Our idea is to transform graphs of arbitrary sizes into fixed-sized aligned graphs and construct a normalized K-layer m-ary subtree for each node in the aligned graphs. By sliding convolutional filters over the entire subtree at each node, we define a novel subtree convolution and pooling operation that hierarchically abstracts node-level information. We demonstrate that the proposed HA-SCN model not only realizes the convolution mechanism similar to the Convolutional Neural Networks (CNNs), which have the characteristics of weight sharing and fixed-sized receptive fields, but also effectively mitigates the over-squashing problem. Meanwhile, it establishes the correspondence information between nodes, alleviating the information loss issue. Experimental results on various benchmark graph datasets show that our approach achieves state-of-the-art performance in graph classification tasks.
Cite
Text
Bouhoula and Hermann. "Primal Grammars Driven Automated Induction." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/361Markdown
[Bouhoula and Hermann. "Primal Grammars Driven Automated Induction." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/bouhoula2024ijcai-primal/) doi:10.24963/ijcai.2024/361BibTeX
@inproceedings{bouhoula2024ijcai-primal,
title = {{Primal Grammars Driven Automated Induction}},
author = {Bouhoula, Adel and Hermann, Miki},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {3259-3269},
doi = {10.24963/ijcai.2024/361},
url = {https://mlanthology.org/ijcai/2024/bouhoula2024ijcai-primal/}
}