Refine
Document Type
- Article (3)
- In Proceedings (1)
Language
- English (4)
Has Fulltext
- no (4)
Is part of the Bibliography
- no (4)
Institute
Background/Objectives: Root canal treatment (RCT) is a common dental procedure performed to preserve teeth by removing infected or at-risk pulp tissue caused by caries, trauma, or other pulpal conditions. A successful outcome, among others, depends on accurate identification of the root canal anatomy, planning a suitable therapeutic strategy, and ensuring a bacteria-tight root canal filling. Despite advances in dental techniques, there remains limited integration of computational methods to support key stages of treatment. This review aims to provide a comprehensive overview of computational methods applied throughout the full workflow of RCT, examining their potential to support clinical decision-making, improve treatment planning and outcome assessment, and help bridge the interdisciplinary gap between dentistry and computational research. Methods: A comprehensive literature review was conducted to identify and analyze computational methods applied to different stages of RCT, including root canal segmentation, morphological analysis, treatment planning, quality evaluation, follow-up, and prognosis prediction. In addition, a taxonomy based on application was developed to categorize these methods based on their function within the treatment process. Insights from the authors’ own research experience were also incorporated to highlight implementation challenges and practical considerations. Results: The review identified a wide range of computational methods aimed at enhancing the consistency and efficiency of RCT. Key findings include the use of advanced image processing for segmentation, image analysis for diagnosis and treatment planning, machine learning for morphological classification, and predictive modeling for outcome estimation. While some methods demonstrate high sensitivity and specificity in diagnostic and planning tasks, many remain in experimental stages and lack clinical integration. There is also a noticeable absence of advanced computational techniques for micro-computed tomography and morphological analysis. Conclusions: Computational methods offer significant potential to improve decision-making and outcomes in RCT. However, greater focus on clinical translation and development of cross-modality methodology is needed. The proposed taxonomy provides a structured framework for organizing existing methods and identifying future research directions tailored to specific phases of treatment. This review serves as a resource for both dental professionals, computer scientists and researchers seeking to bridge the gap between clinical practice and computational innovation.
We solve the problem of determining the pose of known shapes in R^3 from their unoccluded silhouettes. The pose is determined up to global optimality using a simple yet under-explored property of the area-of-silhouette: its continuity w.r.t trajectories in the rotation space. The proposed method utilises pre-computed silhouette-signatures, modelled as a response surface of the area-of-silhouettes. Querying this silhouette-signature response surface for pose estimation leads to a strong branching of the rotation search space, making resolution-guided candidate search feasible. Additionally, we utilise the aspect ratio of 2D ellipses fitted to projected silhouettes as an auxiliary global shape signature to accelerate the pose search. This combined strategy forms the first method to efficiently estimate globally optimal pose from just the silhouettes, without being guided by correspondences, for any shape, irrespective of its convexity and genus. We validate our method on synthetic and real examples, demonstrating significantly improved accuracy against comparable approaches.
The aim of this paper is to provide a comprehensive overview of the MICCAI 2020 AutoImplant Challenge. The approaches and publications submitted and accepted within the challenge will be summarized and reported, highlighting common algorithmic trends and algorithmic diversity. Furthermore, the evaluation results will be presented, compared and discussed in regard to the challenge aim: seeking for low cost, fast and fully automated solutions for cranial implant design. Based on feedback from collaborating neurosurgeons, this paper concludes by stating open issues and post-challenge requirements for intra-operative use.
Uncertainty estimation and probabilistic skull shape reconstruction using bayesian neural networks
(2026)
3D shape reconstruction is an active area of research and a fundamental problem in computer vision, with growing applications in the medical domain, where it enables the recovery of missing or fine anatomical structures. Numerous approaches have been proposed for medical shape reconstruction, emphasizing accurate and anatomically plausible reconstructions. However, 3D shape reconstruction remains an inherently ill-posed problem, meaning (1) both neural network-based methods and conventional shape modeling approaches naturally introduce uncertainty in their predictions, and (2) multiple anatomically plausible reconstructions exist for a given partial or low-resolution input. While the uncertainty aspects have been widely explored in general computer vision, they remain relatively under-explored in the context of medical shape reconstruction. In this paper, we developed a 3D Bayesian U-Net and investigated its use for uncertainty estimation and probabilistic reconstructions across three key tasks: cranial reconstruction, facial reconstruction, and skull shape super-resolution. Our findings show that the Bayesian model is able to produce a range of anatomically plausible skull reconstructions while capturing natural skull variations arising from the learned weight uncertainty. Notably, these variations are primarily expressed through differences in bone thickness, which aligns with anatomical expectations, particularly relevant in real-world applications like cranial implant design. Additionally, we propose a principled framework to study the relationship between weight uncertainty and reconstruction uncertainty by analyzing the learned posterior distribution of the weights, demonstrating that our Bayesian U-Net achieves comparable reconstruction performance to a deterministic U-Net baseline while providing reliable uncertainty estimates. Our study also reveals a clear cross-task uncertainty pattern, where tasks with stronger structural constraints, like super-resolution, yield lower predictive uncertainty, while less constrained tasks, like facial reconstruction, result in higher uncertainty. Refer to the project page for more visual results https://git.zib.de/jli/uncertainty-aware-skull-reconstruction/.