NeRF-based CBCT Reconstruction needs Normalization and Initialization
Zhuowei Xu, Han Li, Dai Sun, Zhicheng Li, Yujia Li, Qingpeng Kong, Zhiwei Cheng, Nassir Navab, S. Kevin Zhou

TL;DR
This paper improves NeRF-based CBCT reconstruction by introducing normalization and initialization strategies to address training instability caused by local-global parameter mismatches, leading to faster convergence and better image quality.
Contribution
It proposes a Normalized Hash Encoder and a Mapping Consistency Initialization to enhance training stability and efficiency in NeRF-based CBCT reconstruction.
Findings
Enhanced training stability and convergence speed.
Improved reconstruction quality across multiple datasets.
Method is simple and requires minimal code changes.
Abstract
Cone Beam Computed Tomography (CBCT) is widely used in medical imaging. However, the limited number and intensity of X-ray projections make reconstruction an ill-posed problem with severe artifacts. NeRF-based methods have achieved great success in this task. However, they suffer from a local-global training mismatch between their two key components: the hash encoder and the neural network. Specifically, in each training step, only a subset of the hash encoder's parameters is used (local sparse), whereas all parameters in the neural network participate (global dense). Consequently, hash features generated in each step are highly misaligned, as they come from different subsets of the hash encoder. These misalignments from different training steps are then fed into the neural network, causing repeated inconsistent global updates in training, which leads to unstable training, slower…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Imaging Techniques and Applications · Radiomics and Machine Learning in Medical Imaging · Advanced MRI Techniques and Applications
