{"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/neural-ode-processes-1","title":"Neural ODE Processes","arxiv_id":"2103.12413","date":"2021-03-23","proceeding":"ICLR 2021 1","authors":["Alexander Norcliffe","Cristian Bodnar","Ben Day","Jacob Moss","Pietro Liò"],"abstract":"Neural Ordinary Differential Equations (NODEs) use a neural network to model the instantaneous rate of change in the state of a system. However, despite their apparent suitability for dynamics-governed time-series, NODEs present a few disadvantages. First, they are unable to adapt to incoming data points, a fundamental requirement for real-time applications imposed by the natural direction of time. Second, time series are often composed of a sparse set of measurements that could be explained by many possible underlying dynamics. NODEs do not capture this uncertainty. In contrast, Neural Processes (NPs) are a family of models providing uncertainty estimation and fast data adaptation but lack an explicit treatment of the flow of time. To address these problems, we introduce Neural ODE Processes (NDPs), a new class of stochastic processes determined by a distribution over Neural ODEs. By maintaining an adaptive data-dependent distribution over the underlying ODE, we show that our model can successfully capture the dynamics of low-dimensional systems from just a few data points. At the same time, we demonstrate that NDPs scale up to challenging high-dimensional time-series with unknown latent dynamics such as rotating MNIST digits.","url_abs":"https://arxiv.org/abs/2103.12413v2","url_pdf":"https://arxiv.org/pdf/2103.12413v2.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":"neural-ode-processes-1","repo_url":"https://github.com/crisbodnar/ndp","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"neural-ode-processes-1","repo_url":"https://github.com/theophilec/Reproducing-Neural-ODE-Processes","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"time-series-1","task_name":"Time Series"},{"task_slug":"time-series","task_name":"Time Series Analysis"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2103.12413","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2103.12413"}},"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/crisbodnar/ndp","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/theophilec/Reproducing-Neural-ODE-Processes","reach":null}],"summary":{"ran":1,"ran_honours":2,"ran_fixture":1,"unverified":1},"by_repo_kind":{"official":{"samples":1,"ran":1,"repositories":1},"listed":{"samples":2,"ran":1,"repositories":1},"community":{"samples":2,"ran":2,"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":2,"samples":[{"code_sha256_prefix":"9b02c90f5ea3f9b2","entry":"MLP","repo":"theophilec/Reproducing-Neural-ODE-Processes","repo_kind":"listed","path":"src/models.py","file_url":"https://github.com/theophilec/Reproducing-Neural-ODE-Processes/blob/HEAD/src/models.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":"9b02c90f5ea3f9b2"}},{"code_sha256_prefix":"f6b944f50d3f15ae","entry":"count_parameters","repo":"crisbodnar/ndp","repo_kind":"official","path":"main/1d_regression.py","file_url":"https://github.com/crisbodnar/ndp/blob/HEAD/main/1d_regression.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f6b944f50d3f15ae"}},{"code_sha256_prefix":"0e802a743acd9f7d","entry":"get_mask_dim","repo":"csjtx1021/neural_ode_processes_for_network_dynamics-master","repo_kind":"community","path":"NDP4ND.py","file_url":"https://github.com/csjtx1021/neural_ode_processes_for_network_dynamics-master/blob/HEAD/NDP4ND.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0e802a743acd9f7d"}},{"code_sha256_prefix":"4827bf624c11e4fc","entry":"t2v","repo":"csjtx1021/neural_ode_processes_for_network_dynamics-master","repo_kind":"community","path":"NDP4ND.py","file_url":"https://github.com/csjtx1021/neural_ode_processes_for_network_dynamics-master/blob/HEAD/NDP4ND.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4827bf624c11e4fc"}},{"code_sha256_prefix":"433b6bbb49e6523e","entry":"Model","repo":"theophilec/Reproducing-Neural-ODE-Processes","repo_kind":"listed","path":"src/models.py","file_url":"https://github.com/theophilec/Reproducing-Neural-ODE-Processes/blob/HEAD/src/models.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":"433b6bbb49e6523e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}