{"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/speeding-up-astrochemical-reaction-networks","title":"Speeding up astrochemical reaction networks with autoencoders and neural ODEs","arxiv_id":"2312.06015","date":"2023-12-10","proceeding":null,"authors":["Immanuel Sulzer","Tobias Buck"],"abstract":"In astrophysics, solving complex chemical reaction networks is essential but computationally demanding due to the high dimensionality and stiffness of the ODE systems. Traditional approaches for reducing computational load are often specialized to specific chemical networks and require expert knowledge. This paper introduces a machine learning-based solution employing autoencoders for dimensionality reduction and a latent space neural ODE solver to accelerate astrochemical reaction network computations. Additionally, we propose a cost-effective latent space linear function solver as an alternative to neural ODEs. These methods are assessed on a dataset comprising 29 chemical species and 224 reactions. Our findings demonstrate that the neural ODE achieves a 55x speedup over the baseline model while maintaining significantly higher accuracy by up to two orders of magnitude reduction in relative error. Furthermore, the linear latent model enhances accuracy and achieves a speedup of up to 4000x compared to standard methods.","url_abs":"https://arxiv.org/abs/2312.06015v1","url_pdf":"https://arxiv.org/pdf/2312.06015v1.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":"speeding-up-astrochemical-reaction-networks","repo_url":"https://github.com/immi000/chemicalneuralode","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"dimensionality-reduction","task_name":"Dimensionality Reduction"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2312.06015","atlas_url":"https://app.syntology.ai/?focus=2312.06015","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.06015"}},"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":"deterministic:regex_extraction","url":"https://github.com/Immi000/ChemicalNeuralODE","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/immi000/chemicalneuralode","reach":{"status":"ok"}}],"summary":{"ran":3,"ran_draft_wrong":2,"unverified":1},"by_repo_kind":{"official":{"samples":3,"ran":3,"repositories":1},"community":{"samples":3,"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":3,"samples":[{"code_sha256_prefix":"d57c386627f127d8","entry":"NeuralODE","repo":"immi000/chemicalneuralode","repo_kind":"official","path":"models.py","file_url":"https://github.com/immi000/chemicalneuralode/blob/HEAD/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d57c386627f127d8"}},{"code_sha256_prefix":"5ffc1681cd25c0a4","entry":"deriv","repo":"Immi000/ChemicalNeuralODE","repo_kind":"official","path":"utilities.py","file_url":"https://github.com/Immi000/ChemicalNeuralODE/blob/HEAD/utilities.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":"5ffc1681cd25c0a4"}},{"code_sha256_prefix":"da79c61c5cedce35","entry":"deriv2","repo":"Immi000/ChemicalNeuralODE","repo_kind":"official","path":"utilities.py","file_url":"https://github.com/Immi000/ChemicalNeuralODE/blob/HEAD/utilities.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":"da79c61c5cedce35"}},{"code_sha256_prefix":"f126b8e6ddaf1641","entry":"log_normal_pdf","repo":"rtqichen/torchdiffeq","repo_kind":"community","path":"examples/latent_ode.py","file_url":"https://github.com/rtqichen/torchdiffeq/blob/HEAD/examples/latent_ode.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f126b8e6ddaf1641"}},{"code_sha256_prefix":"ef202a31135044d3","entry":"normal_kl","repo":"rtqichen/torchdiffeq","repo_kind":"community","path":"examples/latent_ode.py","file_url":"https://github.com/rtqichen/torchdiffeq/blob/HEAD/examples/latent_ode.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ef202a31135044d3"}},{"code_sha256_prefix":"8349d08a3b7d71f1","entry":"generate_spiral2d","repo":"rtqichen/torchdiffeq","repo_kind":"community","path":"examples/latent_ode.py","file_url":"https://github.com/rtqichen/torchdiffeq/blob/HEAD/examples/latent_ode.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8349d08a3b7d71f1"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}