01. Overview
Accurate intraoperative X-ray/CT registration is essential for surgical navigation in orthopedic procedures. Existing methods struggle with consistently achieving sub-millimeter accuracy, robustness under broad initial pose estimates, or require manual key-point annotations. We propose a novel multi-view X-ray/CT registration method for intraoperative bone registration that addresses these challenges.
The method consists of a multi-view, contour-based iterative closest point (ICP) optimization. Unlike previous methods, which attempt to match bone contours across the entire silhouette in both imaging modalities, we focus on matching specific subcategories of contours corresponding to bone substructures. This reduces ambiguity in the ICP matches, resulting in a more robust and accurate registration solution that requires only two X-ray images and operates fully automatically.
- Multi-view, contour-based ICP registration matching bone-substructure contours instead of whole-silhouette contours, reducing correspondence ambiguity.
- Fully automatic pipeline needing only 2 X-ray images and no manual key-point annotation.
- Sub-millimeter accuracy: 0.67mm mean reprojection distance vs. 5.35mm for a manually-assisted commercial solution (~8x improvement).
- New public cadaveric dataset: 5 specimens with real X-ray images, contour masks, X-ray poses, and paired CT scans.
- Accepted to IPCAI 2025, published in the International Journal of Computer Assisted Radiology and Surgery.
02. Method & Implementation
03. Results
The proposed registration method is evaluated on real X-ray images using mean reprojection distance (mRPD).
| Method | Mean Reprojection Distance | Manual Intervention |
|---|---|---|
| Commercial solution | 5.35 mm | Required |
| Proposed method (ours) | 0.67 mm | None (fully automatic) |
The method consistently achieves sub-millimeter accuracy, an ~8x improvement over the commercial baseline, while offering improved practical applicability by being fully automatic. Our method offers a practical, accurate, and efficient solution for multi-view X-ray/CT registration in orthopedic surgeries, which can be easily combined with tracking systems, enhancing intraoperative navigation and contributing to more accurate surgical outcomes.
04. Citation
A machine-readable Markdown version of this page (abstract, key contributions, results, BibTeX) is available at papers/bone-substructure-contours-xray-ct-registration.md.
@article{Flepp2025,
author = {Flepp, Roman and Nissen, Leon and Sigrist, Bastian and
Nieuwland, Arend and Cavalcanti, Nicola and
Fürnstahl, Philipp and Dreher, Thomas and Calvet, Lilian},
title = {Automatic Multi-View X-Ray/CT Registration Using Bone Substructure Contours},
journal = {International Journal of Computer Assisted Radiology and Surgery},
year = {2025},
month = may,
day = {20},
doi = {10.1007/s11548-025-03391-4},
url = {https://link.springer.com/article/10.1007/s11548-025-03391-4},
}