PlatonicRep

November 26, 2025 · View on GitHub

Platonic Representation

Platonic Representation of Foundation Machine Learning Interatomic Potentials

:microscope: Overview

Foundation machine learning interatomic potentials (MLIPs) are trained on overlapping chemical spaces, yet their latent representations remain model-specific and incommensurable. This work introduces the Platonic representation—a unified framework that aligns embeddings from diverse MLIPs into a common geometric space.

Key Contributions:

:dart: Universal alignment framework: Projects 7+ MLIP models into shared latent space using anchor-based transformation :bar_chart: Model interoperability: Enables direct cross-model comparison via optimal transport and similarity metrics :wrench: Practical applications: Zero-shot model stitching, fine-tuning diagnostics, and symmetry-breaking detection :test_tube: Physical validation: Correlates geometric distortions with prediction failures (phonon dispersions, rotational invariance)

:rocket: Quick Start

Construction flow

Open Notebook :)

  1. Load a foundation model
  2. Extract embeddings from structures
  3. Initialize Platonic transform with K=100 anchors
  4. Transform to unified space
  5. Compare models
  6. Compute similarity

:bar_chart: Reproducing Paper Results

Download Pre-extracted Embeddings

Zenodo (DOI: 10.5281/zenodo.17721681)

Packages needed

:abacus: Already convergence-tested Models

ModelArchitectureTraining DataStatus
MACE-MP-0-largeE(3)-equiv. GNNMPtrj✅ Supported
MACE-MP-0-mediumE(3)-equiv. GNNMPtrj✅ Supported
MACE-MP-0-smallE(3)-equiv. GNNMPtrj✅ Supported
MACE-OMatE(3)-equiv. GNNOMat24✅ Supported
SevenNet-OMatE(3)-equiv. GNNOMat24✅ Supported
Orb-v3-conservativeGNNOMat24✅ Supported
Orb-v3-directGNNOMat24✅ Supported
NequIP-OAM-LE(3)-equiv. GNNOMat24, Alexandria, MPtrj✅ Supported
NequIP-MP-LE(3)-equiv. GNNOMat24, Alexandria, MPtrj✅ Supported
MACE-MPA-0E(3)-equiv. GNNMPTrj + sAlex✅ Supported

Made with :heart: by the Walsh Materials Design Group

:world_map: Roadmap v1.0 (Current): Core framework + paper reproduction Contributions toward these goals are welcome!

Last Updated: January 2025