LGCEJul 26, 2023

Graph Neural Networks-based Hybrid Framework For Predicting Particle Crushing Strength

arXiv:2307.13909v13 citationsh-index: 20Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem in civil engineering for predicting particle crushing strength, but it is incremental as it applies existing GNN methods to a new dataset.

The authors tackled the problem of predicting particle crushing strength in civil engineering by generating a new dataset of 45,000 numerical simulations and proposing a hybrid Graph Neural Networks framework, which outperformed traditional machine learning methods and plain MLP in experiments.

Graph Neural Networks have emerged as an effective machine learning tool for multi-disciplinary tasks such as pharmaceutical molecule classification and chemical reaction prediction, because they can model non-euclidean relationships between different entities. Particle crushing, as a significant field of civil engineering, describes the breakage of granular materials caused by the breakage of particle fragment bonds under the modeling of numerical simulations, which motivates us to characterize the mechanical behaviors of particle crushing through the connectivity of particle fragments with Graph Neural Networks (GNNs). However, there lacks an open-source large-scale particle crushing dataset for research due to the expensive costs of laboratory tests or numerical simulations. Therefore, we firstly generate a dataset with 45,000 numerical simulations and 900 particle types to facilitate the research progress of machine learning for particle crushing. Secondly, we devise a hybrid framework based on GNNs to predict particle crushing strength in a particle fragment view with the advances of state of the art GNNs. Finally, we compare our hybrid framework against traditional machine learning methods and the plain MLP to verify its effectiveness. The usefulness of different features is further discussed through the gradient attribution explanation w.r.t the predictions. Our data and code are released at https://github.com/doujiang-zheng/GNN-For-Particle-Crushing.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes