Papers for

medical device designers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Accurate wall shear stress estimation in point cloud based fluid simulations

Accurate wall shear stress in immersed flow analysis with application to point cloud-based CFD

Abstract: Point cloud-based CFD enables flow analysis directly on discrete points obtained from 3D scanning and medical imaging, bypassing surface reconstruction, geometry cleanup, and boundary-fitted mesh generation. Derived from immersogeometric analysis, the method immerses the point cloud in a background mesh and enforces no-slip conditions on discrete points through a Nitsche-based weak boundary condition (BC). The framework delivers accurate velocity fields, pressure distribution, and integrated loads; however, accurate prediction of the local wall shear stress (WSS) has remained a critical challenge. The geometry intersects the background mesh arbitrarily, producing cut elements that lack the regularity required for consistent gradient evaluation. The issue is compounded by the stabilization term of the weak BC, whose parameter estimation in the symmetric Nitsche formulation is dependent on the cut configuration and affects the variationally consistent definition of traction from which the WSS is computed. In this work, we propose a new method to obtain accurate wall shear stress in immersed flow analysis with application to point cloud-based CFD, using a non-symmetric Nitsche's formulation with near-wall modeling and a patch-based stress recovery approach with traction compatibility. The method is validated on canonical benchmarks and applied to turbulent flow past a sphere and to a patient-specific aorta, showcasing excellent agreement with reference results.

Mon 21 SeptComputational Engineering, Finance, and Science
The gist
Simulating how fluids flow around objects is harder when using raw 3D scans because those scans aren't perfect shapes. The authors found a better way to calculate the tiny forces of fluid rubbing along surfaces (wall shear stress) directly from these 3D points without fixing the shape first. Their method improves accuracy by changing how they handle boundary conditions and recover stress information near surfaces. They tested it on standard cases and real-world examples like blood flow in an artery, showing it matches well with known results.
Open 2609.24069v1

Fast ai predicts heart valve mechanics for disease assessment

Real-time Generalizable Heart Valve Mechanics for Clinical Disease Assessment via a Physics-Conditioned Neural Operator

Abstract: Mitral regurgitation is the most common heart valve disorder worldwide, affecting over 2% of the global population, rising to at least 10% in adults over 75, and causing approximately 15% of valvular heart disease-related deaths. Yet only a minority of patients with severe disease undergo corrective surgery. Rapid assessment of valve mechanics could enable earlier, more precise intervention, but traditional finite element simulations remain too slow for clinical timelines and parameter sweeps. We introduce the Physics-Conditioned Neural Operator (PCNO), a transformer-based surrogate that predicts leaflet displacement, strain, and stress fields across mitral and tricuspid geometries, conditioned on systolic blood pressure and tissue properties. Trained on functional, regurgitated, and pathological valves, including tethering, P2 prolapse, and annular dilation, PCNO achieves up to a 15,260x speedup over fine mesh finite element simulations with comparable accuracy, identifies pathology class, and resolves diagnostic metrics within 3.5% error under out-of-distribution extrapolation.

Sun 20 SeptMachine Learning
The gist
Heart valve problems affect many people but are often detected too late for easy treatment. The authors created a fast AI tool that can quickly predict how heart valve parts move and stretch under pressure. This can help doctors understand valve problems sooner and plan treatments better. Their tool works much faster than older computer simulations and still gives accurate results.
Open 2609.23826v1

One-step method speeds up cranial implant generation from point clouds

MedPCFM-TED: One-Step Point Cloud Flow Matching for Implant Generation via Teacher-Guided Endpoint Distillation

Abstract: Cranial implant generation is an important task in medical imaging. Recent point cloud based generative methods, particularly flow matching, offer strong reconstruction quality and efficient sampling, but still require multiple neural function evaluations during inference. This limits rapid generation of multiple plausible implant candidates. We propose Teacher-guided Endpoint Distillation (TED), a simple one-step distillation framework for conditional cranial implant generation on point clouds. TED trains a one-step student using teacher-guided endpoint supervision and geometric matching losses, while avoiding explicit path straightening. We evaluate TED on the SkullFix and SkullBreak benchmarks. TED achieves the best overall performance on the SkullBreak dataset, remains competitive on SkullFix, and provides the strongest Chamfer distance performance among the compared one-step methods. In addition, TED generates implants in approximately 0.04s per sample. These results show that one-step distillation can substantially accelerate conditional point cloud implant generation without sacrificing reconstruction quality.

Tue 15 SeptComputer Vision and Pattern RecognitionMachine Learning
The gist
Making custom cranial implants from 3D scans is important but can be slow because it often requires many steps. The authors developed a one-step method called Teacher-guided Endpoint Distillation (TED) that generates implants quickly while keeping accurate shapes. TED learns from a longer process (the teacher) to predict the implant directly, cutting down time dramatically. This approach works well on standard test datasets for skull implants, matching or beating existing methods in quality.
Open 2609.16934v1

Joint 2D and 3D shape model speeds femur reconstruction from X-rays

A Joint 2D-3D Statistical Shape Model for Orthopedic Reconstruction

Abstract: Three-dimensional femoral reconstruction from radiographs supports surgical planning, implant sizing, and post-operative follow-up, but remains ill-posed as X-ray projections discard depth information. Existing methods often incorporate a 3D statistical shape model (SSM) as a shape prior to guide reconstructions toward anatomically plausible shapes, relying on iterative 3D-to-2D projection matching. Yet, these approaches are computationally expensive and constrain their SSM to a single dimensionality, leaving the statistical relationship between 2D observations and 3D geometry largely unexploited and unexplored. We instead propose a joint 2D-3D SSM that explicitly captures the co-variation between 2D and 3D segmentations in a shared latent space. During training, 2D and 3D segmentations are registered to a common 3D template and its corresponding 2D projections, and the resulting stationary velocity fields are jointly decomposed using principal component analysis (PCA). This joint modeling allows the 2D-to-3D mapping to be learned directly from data rather than computing correspondences at inference time. For unseen subjects, the 3D shape is recovered directly by lifting the 2D latent coordinates to the 3D PCA subspace, thereby eliminating the need for iterative 3D-to-2D projection. Experiments on NMDID demonstrate that the proposed joint 2D-3D SSM outperforms a widely-used 3D-only SSM baseline while achieving inference approximately 4 times faster, at under 3 seconds per subject. The code is available at: https://github.com/florence-dellaniello-picard/joint2d3d-ssm.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
Reconstructing a 3D model of the thigh bone (femur) from X-ray images is hard because X-rays only show flat pictures without depth. The authors designed a new model that learns how 2D X-ray shapes and 3D bone shapes vary together, so it can quickly guess the 3D shape from the 2D image. This approach is faster and more accurate than previous methods that try to match 3D shapes to 2D images step-by-step. Their method was tested on a real medical image dataset and performed better and quicker than common techniques.
Open 2609.09010v1