paper-with-me

Papers

Differentiable Voxel-based X-ray Rendering Improves Sparse-View 3D CBCT Reconstruction

2024-11-28 · Mohammadhossein Momeni, Vivek Gopalakrishnan, Neel Dey, Polina Golland, Sarah Frisken

We present DiffVox, a self-supervised framework for Cone-Beam Computed Tomography (CBCT) reconstruction by directly optimizing a voxelgrid representation using physics-based differentiable X-ray rendering. Further, we investigate how the different implementations of the X-ray image formation model in the renderer affect the quality of 3D reconstruction and novel view synthesis. When combined with our regularized voxel-based learning framework, we find that using an exact implementation of the discrete Beer-Lambert law for X-ray attenuation in the renderer outperforms both widely used iterative CBCT reconstruction algorithms and modern neural field approaches, particularly when given only a few input views. As a result, we reconstruct high-fidelity 3D CBCT volumes from fewer X-rays, potentially reducing ionizing radiation exposure and improving diagnostic utility. Our implementation is available at https://github.com/hossein-momeni/DiffVox.

📄 PDF Abstract BibTeX arXiv:2411.19224

Code (3)

hossein-momeni/diffvox 공식 구현 pytorch
eigenvivek/diffdrr pytorch
v715/DiffDRR pytorch

Tasks

3D ReconstructionDiagnosticNovel View Synthesis

Similar Papers 제목 키워드 기반

Neural Sparse Voxel Fields

2020-07-22 · NeurIPS 2020 12 · Lingjie Liu, Jiatao Gu, Kyaw Zaw Lin, Tat-Seng Chua 외

Photo-realistic free-viewpoint rendering of real-world scenes using classical computer graphics techniques is challenging, because it requires the difficult step of capturing detailed appearance and geometry models. Rece…

NeRF

Sparse Voxels Rasterization: Real-time High-fidelity Radiance Field Rendering

2024-12-05 · CVPR 2025 1 · Cheng Sun, Jaesung Choe, Charles Loop, Wei-Chiu Ma 외

We propose an efficient radiance field rendering algorithm that incorporates a rasterization process on adaptive sparse voxels without neural networks or 3D Gaussians. There are two key contributions coupled with the pro…

Novel View Synthesis

SparseFlex: High-Resolution and Arbitrary-Topology 3D Shape Modeling

2025-03-27 · Xianglong He, Zi-Xin Zou, Chia-Hao Chen, Yuan-Chen Guo 외

Creating high-fidelity 3D meshes with arbitrary topology, including open surfaces and complex interiors, remains a significant challenge. Existing implicit field methods often require costly and detail-degrading watertig…

3D Shape Generation3D Shape Modeling3D Shape Representation

VoxGRAF: Fast 3D-Aware Image Synthesis with Sparse Voxel Grids

2022-06-15 · Katja Schwarz, Axel Sauer, Michael Niemeyer, Yiyi Liao 외

State-of-the-art 3D-aware generative models rely on coordinate-based MLPs to parameterize 3D radiance fields. While demonstrating impressive results, querying an MLP for every sample along each ray leads to slow renderin…

3D-Aware Image SynthesisImage GenerationNeural RenderingNovel View Synthesis

SpNeRF: Memory Efficient Sparse Volumetric Neural Rendering Accelerator for Edge Devices

2025-05-13 · Yipu Zhang, Jiawei Liang, Jian Peng, Jiang Xu 외

Neural rendering has gained prominence for its high-quality output, which is crucial for AR/VR applications. However, its large voxel grid data size and irregular access patterns challenge real-time processing on edge de…

Neural Rendering