CEGRNANANov 1, 2018

AMPS: A Real-time Mesh Cutting Algorithm for Surgical Simulations

arXiv:1811.003282 citationsh-index: 34
AI Analysis

For surgical simulation developers, this provides a real-time solution for interactive mesh cutting and deformation, though it is an incremental improvement over existing finite element methods.

The paper presents AMPS, a real-time mesh cutting algorithm for surgical simulations that updates stiffness matrices without full refactorization, achieving linear scaling and handling meshes up to 50,000 nodes at tens to hundreds of updates per second.

We present the AMPS algorithm, a finite element solution method that combines principal submatrix updates and Schur complement techniques, well-suited for interactive simulations of deformation and cutting of finite element meshes. Our approach features real-time solutions to the updated stiffness matrix systems to account for interactive changes in mesh connectivity and boundary conditions. Updates are accomplished by an augmented matrix formulation of the stiffness equations to maintain its consistency with changes to the underlying model without refactorization at each timestep. As changes accumulate over multiple simulation timesteps, the augmented solution algorithm enables tens or hundreds of updates per second. Acceleration schemes that exploit sparsity, memoization and parallelization lead to the updates being computed in real-time. The complexity analysis and experimental results for this method demonstrate that it scales linearly with the problem size. Results for cutting and deformation of 3D elastic models are reported for meshes with node counts up to 50,000, and involve models of astigmatism surgery and the brain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes