- The paper presents a patient-tailored registration pipeline that dynamically generates synthetic training pairs to model realistic non-rigid deformations in laparoscopic procedures.
- It integrates KPConv for keypoint extraction with a Transformer encoder-decoder to enhance overlap prediction and establish dense, high-confidence correspondences.
- Empirical evaluations on IRCAD-Liver1 and DePoLL datasets demonstrate superior matching scores and lower registration errors compared to conventional and deep-learning methods.
Motivation and Scope
This work addresses the critical challenge of registering preoperative anatomical 3D models to intraoperative observations during laparoscopic surgery, where patient safety and surgical accuracy depend on effective guidance. The standard pipeline of overlaying preoperative organ models onto intraoperative views is impeded by non-rigid deformations, noise, partial field of view, and rapid intraoperative tissue changes. Conventional and state-of-the-art learning-based point cloud registration algorithms typically adopt agnostic training paradigms using large, generalized datasets, which can result in sub-optimal and unreliable performance given the stringent requirements and patient-specific anatomical variability inherent in the surgical domain.
Methodological Contributions
Patient-Specific Data Generation and Registration Pipeline
The paper introduces a non-rigid point cloud registration pipeline explicitly designed for patient-specific adaptation. The core methodology integrates several components:
Optimization and Losses
The training objective is a weighted sum of:
- Matching loss (focal loss supervising confidence matrix versus ground truth),
- Chamfer loss weighted by overlap scores, prioritizing geometrically plausible registrations over strict one-to-one matching,
- Overlap classification loss, regularizing the network's region-of-interest focus.
Patient-Specific Dataset Synthesis
For each test subject, realistic deformations (simulating pneumoperitoneum, localized lobe movement) and view-dependent croppings are generated dynamically. This continually refreshed training data ensures that the network does not overfit to a static dataset and that intraoperative variations are thoroughly covered within each training epoch.
Empirical Evaluation
Dense Correspondence and Matching
On the IRCAD-Liver1 dataset, the proposed patient-specific method demonstrates robust matching performance under extreme partiality and deformation, achieving a 45% Matching Score with a 92% Inlier Ratio on synthetic test instances. This significantly outperforms prior methods, including classical hand-crafted feature baselines (e.g., FPFH) and recent deep-learning algorithms (LePard and LiverMatch), both in terms of match accuracy and the absolute number of correspondences established.
Figure 2: Qualitative analysis shows that the proposed method achieves substantially more exact matches (green lines) and fewer incorrect correspondences (red lines) compared to competitors.
The registration pipeline is evaluated using synthetic and real anatomical surface datasets with known ground-truth transformations, as well as the DePoLL in vivo porcine liver dataset. On IRCAD-Liver1, the approach achieves a Target Registration Error (TRE) of 4.82 ± 3.33 mm and a Fiducial Registration Error (FRE) of 1.68 ± 1.11 mm, substantially surpassing generic approaches (e.g., LiverMatch, which records TREs >17 mm). Experiments on DePoLL yield stable performance with a mean Hausdorff Distance of 8.45 ± 3.60 mm and FRE of 15.90 ± 6.41 mm.







Figure 3: Visualization of non-rigid registration on IRCAD-Liver1, including intermediate and final stages, with correspondence and grid representations of deformation.
Qualitative results also demonstrate accurate surface correspondences (Figure 4), with the model robust to typical intraoperative artifacts, missing regions, and large biomechanical deformations.

















Figure 4: Example DePoLL cases show accurate pointwise matching and robust surface registration, with consistent anatomical alignment and limited outlier correspondences.
Implications and Future Directions
By constructing a patient-specific, dynamically generated partial-deformation training set and optimizing the registration network for each case individually, the paper advances surgical computer vision towards the realization of safe, highly accurate, real-time augmented reality guidance. The focus on robust overlap estimation and biomechanical regularization directly addresses the constraints and uncertainties unique to surgical environments. This methodology enables enhanced intraoperative anatomical context for surgeons, potentially reducing error, improving surgical workflow, and paving the way for more adaptive AR systems in the OR.
Theoretically, this pipeline bridges strong learning-based feature correspondence with physical priors, demonstrating that classical biomechanical modeling can be tightly coupled with deep learning in medically critical applications. The approach’s adaptability suggests further utility in cases with patient-to-patient anatomical variation, as well as the integration of topological change handling and lifelong intraoperative adaptation.
Future work is anticipated to address cases with topological alterations (e.g., resections, tissue excisions) and continuous, real-time registration during ongoing surgical procedures by incorporating temporal models and further physics-informed learning mechanisms.
Conclusion
This study presents a rigorously validated, patient-specific deep learning and physics-based pipeline for non-rigid registration of preoperative and intraoperative point clouds under extreme constraints of partiality, noise, and deformation in laparoscopic surgery. Strong numerical benchmarks underscore superiority over agnostic alternatives, with practical implications for safer and more reliable navigated interventions. The integration of tailor-made data generation, Transformer-based matching, and biomechanical constraints marks substantive progress for real-time, intraoperative image-guided surgical systems.