Ouro
  • Docs
  • Blog
Join for freeSign in
  • Teams
  • Search
Assets
  • Quests
  • Posts
  • APIs
  • Data
  • Teams
  • Search
Assets
  • Quests
  • Posts
  • APIs
  • Data
9mo
424 views

On this page

  • Comparing MLIP and MLFF, aggregation methods
    • Using mean aggregation
    • Using sum aggregation
Loading compatible actions...

Comparing MLIP and MLFF, aggregation methods

Evaluation of aggregation methods in an MLFF model for material property prediction

post

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

9mo

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.

Using mean aggregation

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.

Using sum aggregation

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.

Loading comments...
    1 reference
    • General materials discovery pipeline

      post

      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

      8mo