Discover ways to transform this post
POST /speech/from-post
How this post is connected to other assets
I wanted to formalize in writing the idea that I keep coming back to for end-to-end material discovery. The hardest part of this project has been actually optimizing towards materials that have some p
In this study, we explore how different aggregation methods affect the performance of a Machine Learning Force Field (MLFF) model when predicting various material properties. When using graph-based re
Extending the comparison to a different model CHGNet, this time a proper MLIP. Similar to the Orb model, this model predicts energy, force, and stress, but with the addition of the magnetic moment for each atom.
The results were interesting and another piece of evidence pointing to the need of a more robust electronic/magnetic representation. Unsurprisingly, the model doesn't perform as well in general as it's a bit older and just not as good. But there are areas it performs better, specifically around cell features and electric properties.
Target | Validation R² |
---|---|
energy_per_atom_2 | 0.9460 |
density_2 | 0.8735 |
band_gap_2 | 0.5737 |
tc | 0.7613 |
efermi_2 | 0.8517 |
total_magnetization_2 | 0.4531 |
cell_volume_2 | 0.9293 |
Interestingly, we got our best performance predicting Tc with this model. It's not better by much (+0.01), but it's something. It's likely additional understanding of the physical drivers of the magnetic moment are beneficial in predicting critical temperature.
Target | Validation R² |
---|---|
total_magnetization_2 | 0.6268 |
cell_volume_2 | 0.9454 |
CHGNet performs well on cell volume in all aggregation modes because there is a subset of latent features that come directly from a cell representation, so they're directly representing the cell as a whole and will be the same across aggregations.
It's cool to see total magnetization perform this well. It's not great still, but it's a significant improvement from the other models and aggregation modes.
Still waiting to find a representation that can predict band gap well and then I think we'll have a good amount of the coverage in latent representation we're looking for.
Discover other posts like this one
To best summarize what we're looking for its worth outlining how the current state, (NdFeB) magnets, dominates and why an alternative is needed.NdFeB magnets are the strongest type of permanent magnet
In this post I'll share some of the work I've been doing on a Curie temperature prediction model. I finally found a decent dataset to work with. More on that here:
Sharing some notes as I read this paper. I uploaded it here for reference. I came across it looking for a Curie temperature dataset and so far this has been the best I've found so far.