A team from the University of Florida and Johns Hopkins University introduces DIMON, a machine learning framework that integrates diffeomorphic mapping of geometries into operator learning, drastically reducing computation time for PDE solutions and paving the way for real-time cardiac digital twins.

Key points

  • Introduction of DIMON, integrating diffeomorphic mapping into operator learning for PDEs
  • Use of LDDMM to reduce geometric parameterization to as few as 64 dimensions
  • Achieves training on standard laptops in minutes versus 12–24 hours on CPU clusters
  • Demonstrated on cardiac electrophysiology, Laplace’s equation, and reaction-diffusion PDEs
  • Enables real-time cardiac digital twins for surgical guidance

Why it matters: By embedding geometric transformations directly into machine-learning solvers, DIMON shifts PDE modeling from hours of computation to near-instant results on modest hardware. This advance accelerates real-time cardiac digital twin applications, improving surgical decision support and opening new avenues for rapid simulation in engineering and biomedical research.

Q&A

  • What is diffeomorphic mapping?
  • How does DIMON differ from DeepONet?
  • What are cardiac digital twins?
  • What limitations does DIMON have?
Copy link
Facebook X LinkedIn WhatsApp
Share post via...


Read full article

Diffeomorphic Mapping Operator Learning (DIMON)

Overview: DIMON is a machine learning framework that combines numerical methods for partial differential equations (PDEs) with geometric mapping techniques. By embedding a diffeomorphic mapping—a smooth, invertible transformation between shapes—into the operator learning architecture, DIMON can predict solutions on varying geometries without retraining for each new domain.

Diffeomorphic mapping ensures a one-to-one correspondence between points in a template domain and points in the target domain, preserving topology and preventing folds or overlaps. The Large Deformation Diffeomorphic Metric Mapping (LDDMM) method is used to compute low-dimensional parameters that describe complex shapes, reducing millions of mesh points down to a manageable vector of 64 or 128 parameters.

  • Template Solution: Solve the PDE on a simple base shape (template) using traditional numerical solvers.
  • Operator Learning: Train a neural network (similar to DeepONet) on input conditions and template solutions.
  • Geometric Mapping: Apply LDDMM-computed parameters to map the template solution onto new geometries.
  • Prediction: Combine the neural operator and diffeomorphic mapping to predict solutions on unseen domains.

This approach dramatically cuts computational cost: once trained, DIMON can generate solutions in seconds to minutes on a standard laptop, compared to hours on CPU clusters using traditional finite-element or finite-difference methods.

Cardiac Digital Twins

Concept: A cardiac digital twin is a personalized, computational model of a patient’s heart that integrates anatomical geometry from MRI or CT scans with electrical and mechanical properties to simulate heart function.

Digital twins allow clinicians to test treatment scenarios—including ablation strategies for arrhythmia or drug dosing—virtually. However, conventional modeling can take 12–24 hours for a single simulation on large computing clusters, making it impractical for real-time decision support.

  • Geometry Acquisition: Imaging data (MRI/CT) produce a mesh representing the patient’s heart anatomy.
  • Shape Parameterization: LDDMM reduces this mesh to a parameter vector that encodes the diffeomorphic transformation from a template heart model.
  • PDE Simulation: Electrical activity is modeled by solving governing PDEs (e.g., monodomain or bidomain equations).
  • Rapid Prediction: Using DIMON’s learned operator and mapping, simulations update in minutes, enabling in-procedure guidance.

By integrating geometric adaptability with neural operator learning, DIMON brings cardiac digital twins into clinical feasibility, potentially improving outcomes in ablation therapy, pacemaker placement, and personalized treatment planning.