Anatomy-Informed AI Maps Aortic Deformation for Surgical Robots

Anatomy-Informed AI Maps Aortic Deformation for Surgical Robots

David P. Stonko

8 min readAug 24, 2026

A new anatomy-informed neural-network framework combines mechanics, vascular structure, and single-view fluoroscopy to predict how a stiff guidewire reshapes the aorta and iliac arteries. The approach matters for endovascular robotics because it turns a surgeon’s judgment about vessel straightening, branch displacement, and landing-zone risk into a computable 3D prediction—while clearly separating tested components from unvalidated clinical claims.

What Did the Researchers Build?

The work introduces Anatomy-Informed Neural Networks, or AINNs. Instead of treating anatomy as ordinary image data, an AINN builds anatomical knowledge into both the model’s training objective and its internal structure. The relevant priors can include vessel connectivity, branching patterns, symmetry, typical shape, mobility, anatomical location, and contact with surrounding structures.

The demonstration focuses on endovascular aortic repair. The system starts with a preoperative 3D CT angiogram showing the aorta and iliac vessels before instrumentation. It then predicts the deformed anatomy after a stiff Lunderquist guidewire and a softer pigtail catheter enter the vessel. The guidewire usually dominates the deformation because it is much stiffer, while the pigtail creates a smaller disturbance.

The vascular centerline is represented as a sequence of positions and orientations rather than just unrelated points. This lets the model describe how each small segment bends and moves in 3D. A physics-based simulator predicts a first deformation, and a neural network supplies a learned residual correction for effects the simplified mechanics do not capture.

The design also supports weak supervision from routine single-view fluoroscopy. The image contributes the projected wire path and visible clinical landmarks, rather than requiring a complete 3D intraoperative reconstruction.

Illustration of aorta and iliac anatomy under guidewire loading

What Were the Key Results?

The numerical experiments verified the main mathematical components on synthetic geometries with known ground truth. The forward model reproduced two expected qualitative behaviors: the bowstring effect, in which a wire becomes taut across a curved vessel, and concentrated wall loading near curvature apexes. These results confirm that the implementation captures the intended mechanics on controlled test shapes.

The experiments also identified two practical modeling requirements. Anatomical anchoring stiffness needs to remain strictly positive along the vessel to prevent a degenerate phase-shift solution. Toy geometries should contain one dominant curve; more complicated zero-crossing patterns produced an artificial weaving artifact that does not match typical iliac anatomy.

No patient data were used, and no measurement-based clinical validation was performed. The residual neural network was specified but not trained. As a result, the work reports mathematical and synthetic verification rather than a clinical accuracy benchmark.

The study also found two distinct spurious local minima during optimization. Geometry and parameter choices worked around those solutions, but the non-convex problem was not made globally reliable. There is therefore no reported percentage accuracy, Hausdorff score, Wasserstein score, or comparison against a trained clinical baseline.

Relative to conventional finite-element approaches, the main result is representational rather than numerical. The framework uses vessel centerlines and moving frames as its primary state, places them in an SE(3) state space, and combines mechanics with anatomy-aware learning and projected supervision.

SE(3) lifting of a vascular centerline into position and orientation frames

How Does the Anatomy-Informed Model Work?

The model treats the vessel and guidewire as coupled elastic curves. A Cosserat-rod model describes each curve using its centerline, orientation, bending behavior, and stiffness. The stiff wire pushes against the lumen wall, while the vessel deforms in response to the resulting contact forces and to resistance from surrounding tissue.

The centerline state lives in SE(3), the mathematical space of 3D positions plus 3D orientations. Each infinitesimal segment is represented by a rigid-body frame. Applying the matrix exponential to local changes produces physically valid rotations and translations, avoiding predictions that contain impossible orientation transformations.

Contact is unilateral: the guidewire can push the vessel wall but cannot pull it, stick to it, or pass through it. A gap function measures separation between the wire and lumen boundary. Complementarity conditions then enforce the two valid states:

  • When the wire is separated from the wall, contact force is zero.
  • When the wire touches the wall, the contact force can be positive.
  • Separation and positive contact force cannot occur simultaneously.

This distinction matters because comparing the wire and vessel at the same centerline parameter can confuse radial wall contact with axial displacement. Loading changes the vessel’s arc length through foreshortening, so the model must compare geometry in a parameterization-independent way.

The vessel is also attached to an elastic Winkler foundation, a set of springs representing resistance from the retroperitoneum, paraspinal muscles, and spine. Those spring constants are among the most patient-specific quantities and can be calibrated from data.

The learning system combines the physical prediction with a neural residual. The objective is optimized jointly over network weights and selected calibration parameters, including anchoring behavior and the relationship between stiffness and calcification. If the mechanics are accurate, the residual should converge toward zero. If the mechanics are incomplete, the residual learns the remaining deformation, although this increases data demands and reduces interpretability.

The loss uses Wasserstein-2 optimal transport rather than ordinary point-by-point mean-squared error. Optimal transport compares geometric distributions without assuming that a particular predicted point must match a particular target point. It can also penalize anatomically poor arrangements more effectively than pointwise distance.

During training, the 3D prediction is projected into the recorded fluoroscopy view. The projected wire path supplies continuous supervision, while landmarks such as the lowest renal ostium and aortic bifurcation provide discrete supervision when visible. A depth-axis regularizer limits implausible changes along the unobserved direction.

AINN architecture combining physics simulation, residual learning, projection, and anatomy-aware loss

Why Does This Matter for Robotics?

Endovascular robots need more than image recognition. A system that advances a guidewire or delivery device must anticipate how the vessel will move, whether a landing zone will straighten, and whether a branch ostium will shift as hardware becomes taut. Those are mechanical consequences of anatomy, not just visual patterns in a frame.

AINN provides a path toward that type of prediction. A robot could use the preoperative CT to establish a patient-specific mechanical model, update the model with the projected wire path during the procedure, and estimate hidden 3D deformation from incomplete 2D evidence. The prediction could support wire navigation, device positioning, force management, and warnings about branch displacement.

The same design principle can extend beyond the aorta. A cerebral angiography model could prioritize vessel branching and non-crossing topology. A colon model could emphasize closed-loop geometry. A model for fenestrated endovascular repair could assign higher importance to mobility around visceral branches.

The work is not a deployable surgical controller, but it illustrates how robotics systems can combine learned perception with explicit physical structure. Teams evaluating automation hardware can browse used cobots for sale for general manipulation platforms and browse used industrial robots for high-repeatability automation, although medical deployment requires specialized certified systems.

What Are the Limitations and Open Questions?

The central limitation is the absence of patient data. Every experiment used synthetic geometry constructed by the researchers, so the framework has not yet shown that its deformation predictions match real intraoperative anatomy. The bowstring behavior is expected because the toy geometries were designed to satisfy the relevant mechanical condition; reproducing it validates implementation, not clinical fidelity.

The residual network remains untrained, and several physical parameters still require calibration. Single-view fluoroscopy leaves depth ambiguous, meaning a prediction can look correct in the working image while remaining wrong in 3D. The optimization is non-convex and has produced spurious local minima.

A meaningful evaluation requires paired preoperative CT and intraoperative angiograms, with held-out 3D imaging such as completion cone-beam CT where available. The proposed evaluation would use roughly 25 paired cases, repeated calibration inside each validation fold, and both wire-path and landmark errors.

Frequently Asked Questions

What is an Anatomy-Informed Neural Network?

An AINN combines neural learning with explicit anatomical priors such as topology, mobility, shape, and contact. Those priors enter the loss function, architecture, or state representation.

What does the model predict?

It predicts how the aortic and iliac centerlines deform after a stiff guidewire enters the vessels. The output remains 3D even when training supervision comes mainly from a single 2D fluoroscopic view.

Why use optimal transport instead of point-by-point error?

Point-by-point error depends on arbitrary correspondence between centerline samples and can miss topological or geometric failures. Wasserstein distance compares distributions of frames and landmarks in a way that better reflects overall anatomical shape.

Has the system been tested on patients?

No. The current results come from synthetic geometries, and the residual neural network has not yet been trained or clinically validated.

Conclusion

AINN combines anatomy, mechanics, and machine learning to model guidewire-driven deformation in the aorta and iliac vessels. Synthetic tests show that the formulation captures expected contact behavior, but patient validation and quantitative benchmarking remain essential before the approach can support surgical robotics.

🍪 Cookie preferences

We use cookies to measure performance. Privacy Policy