{"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/golf-nrt-integrating-global-context-and-local","title":"GoLF-NRT: Integrating Global Context and Local Geometry for Few-Shot View Synthesis","arxiv_id":"2505.19813","date":"2025-05-26","proceeding":"CVPR 2025 1","authors":["You Wang","Li Fang","Hao Zhu","Fei Hu","Long Ye","Zhan Ma"],"abstract":"Neural Radiance Fields (NeRF) have transformed novel view synthesis by modeling scene-specific volumetric representations directly from images. While generalizable NeRF models can generate novel views across unknown scenes by learning latent ray representations, their performance heavily depends on a large number of multi-view observations. However, with limited input views, these methods experience significant degradation in rendering quality. To address this limitation, we propose GoLF-NRT: a Global and Local feature Fusion-based Neural Rendering Transformer. GoLF-NRT enhances generalizable neural rendering from few input views by leveraging a 3D transformer with efficient sparse attention to capture global scene context. In parallel, it integrates local geometric features extracted along the epipolar line, enabling high-quality scene reconstruction from as few as 1 to 3 input views. Furthermore, we introduce an adaptive sampling strategy based on attention weights and kernel regression, improving the accuracy of transformer-based neural rendering. Extensive experiments on public datasets show that GoLF-NRT achieves state-of-the-art performance across varying numbers of input views, highlighting the effectiveness and superiority of our approach. Code is available at https://github.com/KLMAV-CUC/GoLF-NRT.","url_abs":"https://arxiv.org/abs/2505.19813v1","url_pdf":"https://arxiv.org/pdf/2505.19813v1.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":"golf-nrt-integrating-global-context-and-local","repo_url":"https://github.com/klmav-cuc/golf-nrt","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"nerf","task_name":"NeRF"},{"task_slug":"neural-rendering","task_name":"Neural Rendering"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"}],"methods":[{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"label-smoothing","method_name":"Label Smoothing"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"position-wise-feed-forward-layer","method_name":"Position-Wise Feed-Forward Layer"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"transformer","method_name":"Transformer"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2505.19813","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2505.19813"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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":"deterministic:regex_extraction","url":"https://github.com/KLMAV-CUC/GoLF-NRT","reach":null}],"summary":{"ran":8,"ran_draft_wrong":2,"ran_honours":1,"ran_fixture":4,"unverified":9},"by_repo_kind":{"official":{"samples":24,"ran":15,"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":24,"samples":[{"code_sha256_prefix":"6dc45d11eb542c0c","entry":"Attention","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6dc45d11eb542c0c"}},{"code_sha256_prefix":"da4bda364a9cd1b2","entry":"BasicBlock","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"da4bda364a9cd1b2"}},{"code_sha256_prefix":"a043ead72fcc2e75","entry":"PositionalEncoding","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a043ead72fcc2e75"}},{"code_sha256_prefix":"2012d6c5779e0444","entry":"RayEncoder","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2012d6c5779e0444"}},{"code_sha256_prefix":"ccab9cd514cf988e","entry":"RelativeSelfAttention","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ccab9cd514cf988e"}},{"code_sha256_prefix":"27bdeeb39afb373f","entry":"Transformer","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"27bdeeb39afb373f"}},{"code_sha256_prefix":"8de14768d1896f22","entry":"conv","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8de14768d1896f22"}},{"code_sha256_prefix":"036782aebf2185a0","entry":"conv1x1","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"036782aebf2185a0"}},{"code_sha256_prefix":"7e558f4229d053af","entry":"conv3x3","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7e558f4229d053af"}},{"code_sha256_prefix":"67919450295db515","entry":"get_relative_position_index","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"67919450295db515"}},{"code_sha256_prefix":"c77f4f5f932839c6","entry":"grid_partition","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c77f4f5f932839c6"}},{"code_sha256_prefix":"664e0b743fcb8bdf","entry":"grid_reverse","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"664e0b743fcb8bdf"}},{"code_sha256_prefix":"b4ff95d227d0ded6","entry":"upconv","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b4ff95d227d0ded6"}},{"code_sha256_prefix":"f44b243d26879d72","entry":"window_partition","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f44b243d26879d72"}},{"code_sha256_prefix":"8afdaf7a42864e0a","entry":"window_reverse","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8afdaf7a42864e0a"}},{"code_sha256_prefix":"2a481af23865d72a","entry":"GLNT_D","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2a481af23865d72a"}},{"code_sha256_prefix":"76b6cb4c6197af5c","entry":"GLNT_E","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"76b6cb4c6197af5c"}},{"code_sha256_prefix":"906b21948c95146d","entry":"GoLF","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"906b21948c95146d"}},{"code_sha256_prefix":"e81b2012dccde584","entry":"GoLFModel","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e81b2012dccde584"}},{"code_sha256_prefix":"7eacd79863151705","entry":"MaxViTTransformerBlock","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7eacd79863151705"}},{"code_sha256_prefix":"7fa509c76541c7ee","entry":"RayPredictor","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7fa509c76541c7ee"}},{"code_sha256_prefix":"a5a5193b9a18c6bf","entry":"ResUNet","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a5a5193b9a18c6bf"}},{"code_sha256_prefix":"af37725871954c44","entry":"View_Transformer","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"af37725871954c44"}},{"code_sha256_prefix":"b7b60558eb5ef908","entry":"de_parallel","repo":"KLMAV-CUC/GoLF-NRT","repo_kind":"official","path":"golf/model.py","file_url":"https://github.com/KLMAV-CUC/GoLF-NRT/blob/HEAD/golf/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b7b60558eb5ef908"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}