LightNeuS: Neural Surface Reconstruction in Endoscopy Using Illumination Decline
Published in Medical Image Computing and Computer Assisted Intervention (MICCAI)
2023
Abstract
We propose a new approach to 3D reconstruction from sequences of images acquired by monocular endoscopes. It is based on two key insights. First, endoluminal cavities are watertight, a property naturally enforced by modeling them in terms of a signed distance function. Second, the scene illumination is variable. It comes from the endoscope’s light sources and decays with the inverse of the squared distance to the surface. To exploit these insights, we build on NeuS [25], a neural implicit surface reconstruction technique with an outstanding capability to learn appearance and a SDF surface model from multiple views, but currently limited to scenes with static illumination. To remove this limitation and exploit the relation between pixel brightness and depth, we modify the NeuS architecture to explicitly account for it and introduce a calibrated photometric model of the endoscope’s camera and light source. Our method is the first one to produce watertight reconstructions of whole colon sections. We demonstrate excellent accuracy on phantom imagery. Remarkably, the watertight prior combined with illumination decline, allows to complete the reconstruction of unseen portions of the surface with acceptable accuracy, paving the way to automatic quality assessment of cancer screening explorations, measuring the global percentage of observed mucosa.
The watertight prior inherent to an SDF allows the network to hallucinate unseen areas. Like the gray wall of the colon at the right of camera, that was never seen in the images. | Result on the “Cecum 1 a” sequence. The reconstructed SDF continues the tubular shape of the colon behind the cameras. |
Overview Video
BibTeX
@inproceedings{batlle2023lightneus,
title = {{LightNeuS}: Neural Surface Reconstruction in Endoscopy Using Illumination Decline},
author = {Batlle, V{\'i}ctor M and Montiel, Jos{\'e} MM and Fua, Pascal and Tard{\'o}s, Juan D},
booktitle = {Medical Image Computing and Computer Assisted Intervention (MICCAI)},
year = {2023},
doi = {https://doi.org/10.1007/978-3-031-43999-5_48},
}
Related Work
- 2022: Photometric single-view dense 3D reconstruction in endoscopy
@inproceedings{batlle2022photometric, title = {Photometric single-view dense 3D reconstruction in endoscopy}, author = {Batlle, V{\'i}ctor M and Montiel, Jos{\'e} MM and Tard{\'o}s, Juan D}, booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, year = {2022}, doi = {https://doi.org/10.1109/IROS47612.2022.9981742}, }