{"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/gradient-origin-networks","title":"Gradient Origin Networks","arxiv_id":"2007.02798","date":"2020-07-06","proceeding":"ICLR 2021 1","authors":["Sam Bond-Taylor","Chris G. Willcocks"],"abstract":"This paper proposes a new type of generative model that is able to quickly learn a latent representation without an encoder. This is achieved using empirical Bayes to calculate the expectation of the posterior, which is implemented by initialising a latent vector with zeros, then using the gradient of the log-likelihood of the data with respect to this zero vector as new latent points. The approach has similar characteristics to autoencoders, but with a simpler architecture, and is demonstrated in a variational autoencoder equivalent that permits sampling. This also allows implicit representation networks to learn a space of implicit functions without requiring a hypernetwork, retaining their representation advantages across datasets. The experiments show that the proposed method converges faster, with significantly lower reconstruction error than autoencoders, while requiring half the parameters.","url_abs":"https://arxiv.org/abs/2007.02798v5","url_pdf":"https://arxiv.org/pdf/2007.02798v5.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":"gradient-origin-networks","repo_url":"https://github.com/cwkx/GON","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"gradient-origin-networks","repo_url":"https://github.com/kklemon/gon-pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"gradient-origin-networks","repo_url":"https://github.com/titu1994/tf_GON","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"gradient-origin-networks","repo_url":"https://github.com/BariscanBozkurt/Gradient-Origin-Networks-Julia","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"image-generation","task_name":"Image Generation"},{"task_slug":"image-reconstruction","task_name":"Image Reconstruction"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2007.02798","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2007.02798"}},"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/cwkx/GON","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/titu1994/tf_GON","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/BariscanBozkurt/Gradient-Origin-Networks-Julia","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kklemon/gon-pytorch","reach":null}],"summary":{"ran":5,"unverified":9},"by_repo_kind":{"official":{"samples":5,"ran":1,"repositories":1},"listed":{"samples":9,"ran":4,"repositories":3}},"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":1,"samples":[{"code_sha256_prefix":"aaa4929536e5ac6b","entry":"CoordinateEncoding","repo":"kklemon/gon-pytorch","repo_kind":"listed","path":"gon_pytorch/modules.py","file_url":"https://github.com/kklemon/gon-pytorch/blob/HEAD/gon_pytorch/modules.py","link_basis":"first_harvest_node","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":"aaa4929536e5ac6b"}},{"code_sha256_prefix":"ec7d9ee49751035d","entry":"GON","repo":"kklemon/gon-pytorch","repo_kind":"listed","path":"gon_pytorch/modules.py","file_url":"https://github.com/kklemon/gon-pytorch/blob/HEAD/gon_pytorch/modules.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":"ec7d9ee49751035d"}},{"code_sha256_prefix":"ce22901dbfe25134","entry":"Generator","repo":"cwkx/gon","repo_kind":"official","path":"GON.py","file_url":"https://github.com/cwkx/gon/blob/HEAD/GON.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":"ce22901dbfe25134"}},{"code_sha256_prefix":"47d79135f97a756f","entry":"Generator","repo":"BariscanBozkurt/Gradient-Origin-Networks-Julia","repo_kind":"listed","path":"Pytorch_Debug_Files/Variational_GON_Train_MNIST.py","file_url":"https://github.com/BariscanBozkurt/Gradient-Origin-Networks-Julia/blob/HEAD/Pytorch_Debug_Files/Variational_GON_Train_MNIST.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"47d79135f97a756f"}},{"code_sha256_prefix":"3d41ac95604b3889","entry":"MLP","repo":"kklemon/gon-pytorch","repo_kind":"listed","path":"gon_pytorch/modules.py","file_url":"https://github.com/kklemon/gon-pytorch/blob/HEAD/gon_pytorch/modules.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":"3d41ac95604b3889"}},{"code_sha256_prefix":"7ba09778f338ca24","entry":"BaseBlockFactory","repo":"kklemon/gon-pytorch","repo_kind":"listed","path":"gon_pytorch/modules.py","file_url":"https://github.com/kklemon/gon-pytorch/blob/HEAD/gon_pytorch/modules.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":"7ba09778f338ca24"}},{"code_sha256_prefix":"3bbc204efec08fa6","entry":"ImplicitDecoder","repo":"kklemon/gon-pytorch","repo_kind":"listed","path":"gon_pytorch/modules.py","file_url":"https://github.com/kklemon/gon-pytorch/blob/HEAD/gon_pytorch/modules.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":"3bbc204efec08fa6"}},{"code_sha256_prefix":"6c563c92e8bf87cf","entry":"get_mgrid","repo":"cwkx/GON","repo_kind":"official","path":"Implicit-GON.py","file_url":"https://github.com/cwkx/GON/blob/HEAD/Implicit-GON.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":"6c563c92e8bf87cf"}},{"code_sha256_prefix":"6a41e809bc39a97f","entry":"get_mgrid","repo":"titu1994/tf_GON","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/titu1994/tf_GON/blob/HEAD/utils.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":"6a41e809bc39a97f"}},{"code_sha256_prefix":"35cc31140fb1f2c7","entry":"gon_model","repo":"cwkx/GON","repo_kind":"official","path":"Implicit-GON.py","file_url":"https://github.com/cwkx/GON/blob/HEAD/Implicit-GON.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":"35cc31140fb1f2c7"}},{"code_sha256_prefix":"f685a32ca62b8db0","entry":"slerp","repo":"cwkx/GON","repo_kind":"official","path":"Implicit-GON.py","file_url":"https://github.com/cwkx/GON/blob/HEAD/Implicit-GON.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":"f685a32ca62b8db0"}},{"code_sha256_prefix":"def3c6042ace1a88","entry":"slerp","repo":"titu1994/tf_GON","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/titu1994/tf_GON/blob/HEAD/utils.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":"def3c6042ace1a88"}},{"code_sha256_prefix":"1ee0daf20ef5831a","entry":"slerp_batch","repo":"titu1994/tf_GON","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/titu1994/tf_GON/blob/HEAD/utils.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":"1ee0daf20ef5831a"}},{"code_sha256_prefix":"914a6c717f54ca6c","entry":"vae_loss","repo":"cwkx/GON","repo_kind":"official","path":"Variational-GON.py","file_url":"https://github.com/cwkx/GON/blob/HEAD/Variational-GON.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":"914a6c717f54ca6c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}