Towards a Resilient Intelligent Automation System
Abstract
Efficient molecular property prediction is crucial in bioinformatics and cheminformatics, with applications in drug discovery, materials science, and chemical engineering. This paper introduces MolHFCNet, a graph neural network designed to enhance molecular representation learning. At its core, the n-Hierarchical Features Combining (n-HFC) module aggregates information across multiple hierarchical feature spaces, effectively capturing both local and global graph structures. Unlike conventional models, n-HFC maintains computational complexity comparable to a single full-dimensional graph layer while supporting either 2D or 3D molecular graphs, ensuring flexibility across tasks. Furthermore, we propose a novel graph pretraining strategy that integrates predictive and contrastive learning, enabling the model to capture local chemical interactions and global molecular contexts for robust embeddings. Experimental results on benchmark datasets demonstrate MolHFCNet’s superior accuracy and efficiency compared to state-of-the-art methods, highlighting the potential of high-order hierarchical feature learning for advancing molecular graph analysis. Our code is available at https://github.com/ndlongvn/MolHFCNet.
Cite
Text
Shlomov et al. "Towards a Resilient Intelligent Automation System." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/1035Markdown
[Shlomov et al. "Towards a Resilient Intelligent Automation System." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/shlomov2024ijcai-resilient/) doi:10.24963/ijcai.2024/1035BibTeX
@inproceedings{shlomov2024ijcai-resilient,
title = {{Towards a Resilient Intelligent Automation System}},
author = {Shlomov, Segev and Marreed, Sami and Yaeli, Avi},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {8797-8800},
doi = {10.24963/ijcai.2024/1035},
url = {https://mlanthology.org/ijcai/2024/shlomov2024ijcai-resilient/}
}