{"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/how-to-train-neural-field-representations-a","title":"How to Train Neural Field Representations: A Comprehensive Study and Benchmark","arxiv_id":"2312.10531","date":"2023-12-16","proceeding":"CVPR 2024 1","authors":["Samuele Papa","Riccardo Valperga","David Knigge","Miltiadis Kofinas","Phillip Lippe","Jan-Jakob Sonke","Efstratios Gavves"],"abstract":"Neural fields (NeFs) have recently emerged as a versatile method for modeling signals of various modalities, including images, shapes, and scenes. Subsequently, a number of works have explored the use of NeFs as representations for downstream tasks, e.g. classifying an image based on the parameters of a NeF that has been fit to it. However, the impact of the NeF hyperparameters on their quality as downstream representation is scarcely understood and remains largely unexplored. This is in part caused by the large amount of time required to fit datasets of neural fields. In this work, we propose a JAX-based library that leverages parallelization to enable fast optimization of large-scale NeF datasets, resulting in a significant speed-up. With this library, we perform a comprehensive study that investigates the effects of different hyperparameters on fitting NeFs for downstream tasks. In particular, we explore the use of a shared initialization, the effects of overtraining, and the expressiveness of the network architectures used. Our study provides valuable insights on how to train NeFs and offers guidance for optimizing their effectiveness in downstream applications. Finally, based on the proposed library and our analysis, we propose Neural Field Arena, a benchmark consisting of neural field variants of popular vision datasets, including MNIST, CIFAR, variants of ImageNet, and ShapeNetv2. Our library and the Neural Field Arena will be open-sourced to introduce standardized benchmarking and promote further research on neural fields.","url_abs":"https://arxiv.org/abs/2312.10531v2","url_pdf":"https://arxiv.org/pdf/2312.10531v2.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":"how-to-train-neural-field-representations-a","repo_url":"https://github.com/samuelepapa/fit-a-nef","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"benchmarking","task_name":"Benchmarking"}],"methods":[{"method_slug":null,"method_name":"Library"}],"datasets_introduced":[{"slug":"neural-field-arena-classification","name":"Neural Field Arena - Classification","full_name":""}],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2312.10531","atlas_url":"https://app.syntology.ai/?focus=2312.10531","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.10531"}},"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/samuelepapa/fit-a-nef","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":9,"unverified":2},"by_repo_kind":{"official":{"samples":11,"ran":9,"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":"f90aa88a32a08da9","entry":"FourierNet_key","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/nef/mfn.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/nef/mfn.py","link_basis":"first_harvest_node","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":"f90aa88a32a08da9"}},{"code_sha256_prefix":"34ec5cf3c7bdb159","entry":"MLP_key","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/nef/mlp.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/nef/mlp.py","link_basis":"first_harvest_node","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":"34ec5cf3c7bdb159"}},{"code_sha256_prefix":"fbdd4ec2ef49c888","entry":"RFFNet_key","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/nef/rffnet.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/nef/rffnet.py","link_basis":"first_harvest_node","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":"fbdd4ec2ef49c888"}},{"code_sha256_prefix":"ab6bb1b5a31aa804","entry":"SIREN_key","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/nef/siren.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/nef/siren.py","link_basis":"first_harvest_node","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":"ab6bb1b5a31aa804"}},{"code_sha256_prefix":"184421ec2a0f995f","entry":"get_scheduler","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/utils.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/utils.py","link_basis":"first_harvest_node","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":"184421ec2a0f995f"}},{"code_sha256_prefix":"b7e745ba7a3c5e2b","entry":"kmeans","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/metrics.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/metrics.py","link_basis":"first_harvest_node","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":"b7e745ba7a3c5e2b"}},{"code_sha256_prefix":"2a9f9a789a55f332","entry":"load_model_cfg","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/nef/utils.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/nef/utils.py","link_basis":"first_harvest_node","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":"2a9f9a789a55f332"}},{"code_sha256_prefix":"ffb1a8b6883b3ab0","entry":"nmi","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/metrics.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/metrics.py","link_basis":"first_harvest_node","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":"ffb1a8b6883b3ab0"}},{"code_sha256_prefix":"a8b82ee78d7112b7","entry":"stack_cut_tensor","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/tasks/shape.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/tasks/shape.py","link_basis":"first_harvest_node","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":"a8b82ee78d7112b7"}},{"code_sha256_prefix":"a093ce98da7c4662","entry":"get_optimizer","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/utils.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/utils.py","link_basis":"first_harvest_node","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":"a093ce98da7c4662"}},{"code_sha256_prefix":"5fbf9d2522868465","entry":"simse","repo":"samuelepapa/fit-a-nef","repo_kind":"official","path":"fit_a_nef/metrics.py","file_url":"https://github.com/samuelepapa/fit-a-nef/blob/HEAD/fit_a_nef/metrics.py","link_basis":"first_harvest_node","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":"5fbf9d2522868465"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}