{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/naf-neural-attenuation-fields-for-sparse-view","title":"NAF: Neural Attenuation Fields for Sparse-View CBCT Reconstruction","arxiv_id":"2209.14540","date":"2022-09-29","proceeding":null,"authors":["Ruyi Zha","Yanhao Zhang","Hongdong Li"],"abstract":"This paper proposes a novel and fast self-supervised solution for sparse-view CBCT reconstruction (Cone Beam Computed Tomography) that requires no external training data. Specifically, the desired attenuation coefficients are represented as a continuous function of 3D spatial coordinates, parameterized by a fully-connected deep neural network. We synthesize projections discretely and train the network by minimizing the error between real and synthesized projections. A learning-based encoder entailing hash coding is adopted to help the network capture high-frequency details. This encoder outperforms the commonly used frequency-domain encoder in terms of having higher performance and efficiency, because it exploits the smoothness and sparsity of human organs. Experiments have been conducted on both human organ and phantom datasets. The proposed method achieves state-of-the-art accuracy and spends reasonably short computation time.","url_abs":"https://arxiv.org/abs/2209.14540v1","url_pdf":"https://arxiv.org/pdf/2209.14540v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"naf-neural-attenuation-fields-for-sparse-view","repo_url":"https://github.com/ruyi-zha/naf_cbct","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"low-dose-x-ray-ct-reconstruction","task_name":"Low-Dose X-Ray Ct Reconstruction"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/low-dose-x-ray-ct-reconstruction-on-x3d","task":"Low-Dose X-Ray Ct Reconstruction","dataset":"X3D","model":"NAF","rank_in_archive_order":2,"of":9,"metrics":{"PSNR":"34.76","SSIM":"0.9535"},"uses_additional_data":false},{"leaderboard":"/sota/novel-view-synthesis-on-x3d","task":"Novel View Synthesis","dataset":"X3D","model":"NAF","rank_in_archive_order":2,"of":6,"metrics":{"PSNR":"38.81","SSIM":"0.9785"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/2209.14540","atlas_url":"https://app.syntology.ai/?focus=2209.14540","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2209.14540"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ruyi-zha/naf_cbct","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":6,"unverified":5},"by_repo_kind":{"official":{"samples":11,"ran":6,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"fa777c40b3e81297","entry":"calc_mse_loss","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/loss/loss.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/loss/loss.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fa777c40b3e81297"}},{"code_sha256_prefix":"a3454a245c09bd37","entry":"convert_to_attenuation","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"dataGenerator/generateData.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/dataGenerator/generateData.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a3454a245c09bd37"}},{"code_sha256_prefix":"1c7554fa67b54a72","entry":"get_psnr","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/utils/util.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/utils/util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1c7554fa67b54a72"}},{"code_sha256_prefix":"052d9eed2a8c761f","entry":"get_psnr_3d","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/utils/util.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/utils/util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"052d9eed2a8c761f"}},{"code_sha256_prefix":"63b7e78616925c1c","entry":"loadImage","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"dataGenerator/generateData.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/dataGenerator/generateData.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"63b7e78616925c1c"}},{"code_sha256_prefix":"96dead70c16319a1","entry":"run_network","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/render/render.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/render/render.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"96dead70c16319a1"}},{"code_sha256_prefix":"a0edcfb5a9a8d656","entry":"calc_tv_loss","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/loss/loss.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/loss/loss.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a0edcfb5a9a8d656"}},{"code_sha256_prefix":"86dbd9d9f15f81dc","entry":"get_ssim_3d","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/utils/util.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/utils/util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"86dbd9d9f15f81dc"}},{"code_sha256_prefix":"841fbf5dbee0286c","entry":"load_config","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/config/configloading.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/config/configloading.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"841fbf5dbee0286c"}},{"code_sha256_prefix":"597380d2039f9950","entry":"raw2outputs","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/render/render.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/render/render.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"597380d2039f9950"}},{"code_sha256_prefix":"87fd34174db9e7e9","entry":"render","repo":"ruyi-zha/naf_cbct","repo_kind":"official","path":"src/render/render.py","file_url":"https://github.com/ruyi-zha/naf_cbct/blob/HEAD/src/render/render.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"87fd34174db9e7e9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}