{"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/190409406","title":"DeepMoD: Deep learning for Model Discovery in noisy data","arxiv_id":"1904.09406","date":"2019-04-20","proceeding":null,"authors":["Gert-Jan Both","Subham Choudhury","Pierre Sens","Remy Kusters"],"abstract":"We introduce DeepMoD, a Deep learning based Model Discovery algorithm. DeepMoD discovers the partial differential equation underlying a spatio-temporal data set using sparse regression on a library of possible functions and their derivatives. A neural network approximates the data and constructs the function library, but it also performs the sparse regression. This construction makes it extremely robust to noise, applicable to small data sets, and, contrary to other deep learning methods, does not require a training set. We benchmark our approach on several physical problems such as the Burgers', Korteweg-de Vries and Keller-Segel equations, and find that it requires as few as $\\mathcal{O}(10^2)$ samples and works at noise levels up to $75\\%$. Motivated by these results, we apply DeepMoD directly on noisy experimental time-series data from a gel electrophoresis experiment and find that it discovers the advection-diffusion equation describing this system.","url_abs":"https://arxiv.org/abs/1904.09406v3","url_pdf":"https://arxiv.org/pdf/1904.09406v3.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":"190409406","repo_url":"https://github.com/PhIMaL/DeePyMoD","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"190409406","repo_url":"https://github.com/PhIMaL/DeePyMoD_torch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"deep-learning","task_name":"Deep Learning"},{"task_slug":"model-discovery","task_name":"Model Discovery"},{"task_slug":"small-data","task_name":"Small Data Image Classification"},{"task_slug":"time-series-1","task_name":"Time Series"},{"task_slug":"time-series","task_name":"Time Series Analysis"},{"task_slug":"regression-1","task_name":"regression"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1904.09406","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1904.09406"}},"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":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PhIMaL/DeePyMoD_torch","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PhIMaL/DeePyMoD","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":18},"by_repo_kind":{"official":{"samples":5,"ran":0,"repositories":1},"listed":{"samples":13,"ran":0,"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":"d8df66bde31d0171","entry":"create_deriv_data","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/utilities.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/utilities.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":"d8df66bde31d0171"}},{"code_sha256_prefix":"1f16efe832654af1","entry":"custom_board","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/output.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/output.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":"1f16efe832654af1"}},{"code_sha256_prefix":"ce5babbac5d768e5","entry":"l1_loss","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/losses.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/losses.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":"ce5babbac5d768e5"}},{"code_sha256_prefix":"c5cbe10657219208","entry":"library_1D_in","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/library_functions.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/library_functions.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":"c5cbe10657219208"}},{"code_sha256_prefix":"cb46958576f26c1f","entry":"library_deriv","repo":"PhIMaL/DeePyMoD","repo_kind":"official","path":"src/deepymod/model/library.py","file_url":"https://github.com/PhIMaL/DeePyMoD/blob/HEAD/src/deepymod/model/library.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":"cb46958576f26c1f"}},{"code_sha256_prefix":"5f59505d4fcf30ab","entry":"library_deriv","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/library_functions.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/library_functions.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":"5f59505d4fcf30ab"}},{"code_sha256_prefix":"dae3cf23b6ec6f94","entry":"library_poly","repo":"PhIMaL/DeePyMoD","repo_kind":"official","path":"src/deepymod/model/library.py","file_url":"https://github.com/PhIMaL/DeePyMoD/blob/HEAD/src/deepymod/model/library.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":"dae3cf23b6ec6f94"}},{"code_sha256_prefix":"766b51de9198371a","entry":"library_poly","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/library_functions.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/library_functions.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":"766b51de9198371a"}},{"code_sha256_prefix":"d2ea40ed1296b9fe","entry":"load_tensorboard","repo":"PhIMaL/DeePyMoD","repo_kind":"official","path":"src/deepymod/analysis/load_tensorboard.py","file_url":"https://github.com/PhIMaL/DeePyMoD/blob/HEAD/src/deepymod/analysis/load_tensorboard.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":"d2ea40ed1296b9fe"}},{"code_sha256_prefix":"f0384fcc975040e9","entry":"mse_loss","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/losses.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/losses.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":"f0384fcc975040e9"}},{"code_sha256_prefix":"692997db787ace60","entry":"reg_loss","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/losses.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/losses.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":"692997db787ace60"}},{"code_sha256_prefix":"35cc33cab5241f05","entry":"scaling","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/sparsity.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/sparsity.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":"35cc33cab5241f05"}},{"code_sha256_prefix":"1332320a27b6f862","entry":"scaling_single_vec","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/sparsity.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/sparsity.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":"1332320a27b6f862"}},{"code_sha256_prefix":"a153c2b85fb576ff","entry":"string_matmul","repo":"PhIMaL/DeePyMoD","repo_kind":"official","path":"src/deepymod/utils/utilities.py","file_url":"https://github.com/PhIMaL/DeePyMoD/blob/HEAD/src/deepymod/utils/utilities.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":"a153c2b85fb576ff"}},{"code_sha256_prefix":"c67c418236cd21b3","entry":"string_matmul","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/utilities.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/utilities.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":"c67c418236cd21b3"}},{"code_sha256_prefix":"d1ea38967acd7b00","entry":"terms_definition","repo":"PhIMaL/DeePyMoD","repo_kind":"official","path":"src/deepymod/utils/utilities.py","file_url":"https://github.com/PhIMaL/DeePyMoD/blob/HEAD/src/deepymod/utils/utilities.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":"d1ea38967acd7b00"}},{"code_sha256_prefix":"a06431fdb99931c8","entry":"terms_definition","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/utilities.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/utilities.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":"a06431fdb99931c8"}},{"code_sha256_prefix":"a2d26f2454752c64","entry":"threshold_single","repo":"PhIMaL/DeePyMoD_torch","repo_kind":"listed","path":"src/deepymod_torch/sparsity.py","file_url":"https://github.com/PhIMaL/DeePyMoD_torch/blob/HEAD/src/deepymod_torch/sparsity.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":"a2d26f2454752c64"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}