Back To Projects

Developing a novel 3D GNN and Random Forest Regression model for screening and predicting potential oxide electrocatalysts with greater accuracy and computational efficiency

Stanley C.

Phase 1 of my research evaluated the Dimenet++ model and Graphormer 3D Transformer model on a subset of the OC20 (Open Catalyst 2020) IS2RE dataset to analyze the relationship between a 3D Transformer and a GNN, and establish a baseline model that can be used to compare to Phase 2.


In order to develop green hydrogen into a viable source of renewable energy that can be produced and stored at scale to address climate change, cost effective electrocatalysts (catalysts that facilitate the reaction of electrolysis), are imperative. Current simulation based efforts, such as Density Functional Theory (DFT), to screen such catalysts are too computational intensive and not scalable. To address this, ML models have been developed that predict the total relaxed energy of catalyst structures, a key attribute that drives chemical reactions. Phase 1 of my research evaluated the Dimenet++ model and Graphormer 3D Transformer model on a subset of the OC20 (Open Catalyst 2020) IS2RE dataset to analyze the relationship between a 3D Transformer and a GNN, and establish a baseline model that can be used to compare to Phase 2. In addition, I trained a joint model with both OC20 and OC22 data and compared the results to the independently trained models produced earlier to evaluate joint training on model performance. However, the thermodynamic data provided by OC20 is not enough for accurate screening. Atom charge distribution is an important factor in driving the chemical reactions of electrocatalysts so it can potentially also bolster model performance, and it has not yet been included in previous models because it is calculated through DFT. Using Bader Charges calculated through DFT for atom structures in OC20, I performed feature engineering with 13 additional atomic characteristics, and constructed a Random Forest and GNN model to predict Bader charges for all atom structures. I then modified the Graphormer model to incorporate this new predicted charge attribute. The refined model saw ~3.5% less in loss and ~10% greater in EwT across all the validation splits. With this new model, electrocatalysts can be screened faster with higher accuracy at scale.

Explore More!

Stanley C.

Related Projects

Utilizing AI for Alzheimer's Diagnosis

This research assesses the potential of AI to improve early Alzheimer’s diagnosis by evaluating various classifier models, with results showing that while MLP classifier achieved only 32% accuracy, the Random Forest classifier excelled at 91.5%, highlighting the importance of factors like the mini mental state evaluation over others, as revealed in the Logistic Regression Feature Importance analysis.
Trinity M.
Mentored by Kevin Phan
Dental Segmentation of The Mandible Using AI

Dental segmentation can help with decision-support issues in medical diagnosis, such as human identification and maxillofacial surgery, as well as orthodontic therapy, implant planning, and other issues. This leads to my research question; “How do I automate the task required to diagnose a dental problem during a dental visit?”
Khushi G.
Mentored by Joseph Vincent
workspace_premium
Landfill Net: A Convolutional Neural Network (CNN) Architecture for the Detection of Landfills from Satellite Imagery in the Continental United States

This project presents a Convolutional Neural Network (CNN) model that identifies landfills in the U.S. using image data, achieving a 97.1% test accuracy. By supporting the creation of a national landfill database, the model can help detect illegal sites and guide the expansion of methane capture systems to reduce greenhouse gas emissions.
Anika S.
Mentored by Ying Hang Seah