{"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/identifying-spatio-temporal-drivers-of","title":"Identifying Spatio-Temporal Drivers of Extreme Events","arxiv_id":"2410.24075","date":"2024-10-31","proceeding":null,"authors":["Mohamad Hakam Shams Eddin","Juergen Gall"],"abstract":"The spatio-temporal relations of impacts of extreme events and their drivers in climate data are not fully understood and there is a need of machine learning approaches to identify such spatio-temporal relations from data. The task, however, is very challenging since there are time delays between extremes and their drivers, and the spatial response of such drivers is inhomogeneous. In this work, we propose a first approach and benchmarks to tackle this challenge. Our approach is trained end-to-end to predict spatio-temporally extremes and spatio-temporally drivers in the physical input variables jointly. By enforcing the network to predict extremes from spatio-temporal binary masks of identified drivers, the network successfully identifies drivers that are correlated with extremes. We evaluate our approach on three newly created synthetic benchmarks, where two of them are based on remote sensing or reanalysis climate data, and on two real-world reanalysis datasets. The source code and datasets are publicly available at the project page https://hakamshams.github.io/IDE.","url_abs":"https://arxiv.org/abs/2410.24075v1","url_pdf":"https://arxiv.org/pdf/2410.24075v1.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":"identifying-spatio-temporal-drivers-of","repo_url":"https://github.com/HakamShams/IDEE","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"identifying-spatio-temporal-drivers-of","repo_url":"https://github.com/HakamShams/Synthetic_Multivariate_Anomalies","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[{"slug":"ide","name":"IDE","full_name":"Identifying spatio-temporal drivers of extreme events"}],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2410.24075","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2410.24075"}},"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/HakamShams/Synthetic_Multivariate_Anomalies","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/HakamShams/IDEE","reach":null}],"summary":{"unverified":6},"by_repo_kind":{"official":{"samples":6,"ran":0,"repositories":2}},"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":"2033b2406b25fc43","entry":"VQ_model","repo":"HakamShams/IDEE","repo_kind":"official","path":"models/build.py","file_url":"https://github.com/HakamShams/IDEE/blob/HEAD/models/build.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":"2033b2406b25fc43"}},{"code_sha256_prefix":"f2b1e21d22b3cb24","entry":"add_all_arguments","repo":"hakamshams/idee","repo_kind":"official","path":"config.py","file_url":"https://github.com/hakamshams/idee/blob/HEAD/config.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":"f2b1e21d22b3cb24"}},{"code_sha256_prefix":"817f4584131e12c5","entry":"get_logger","repo":"HakamShams/Synthetic_Multivariate_Anomalies","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/HakamShams/Synthetic_Multivariate_Anomalies/blob/HEAD/src/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":"817f4584131e12c5"}},{"code_sha256_prefix":"7c9ce993ec082fc0","entry":"import_class","repo":"HakamShams/IDEE","repo_kind":"official","path":"models/build.py","file_url":"https://github.com/HakamShams/IDEE/blob/HEAD/models/build.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":"7c9ce993ec082fc0"}},{"code_sha256_prefix":"53bd006f17418469","entry":"min_max_scale","repo":"HakamShams/Synthetic_Multivariate_Anomalies","repo_kind":"official","path":"src/utils.py","file_url":"https://github.com/HakamShams/Synthetic_Multivariate_Anomalies/blob/HEAD/src/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":"53bd006f17418469"}},{"code_sha256_prefix":"ed30d89f608f5878","entry":"read_arguments","repo":"hakamshams/idee","repo_kind":"official","path":"config.py","file_url":"https://github.com/hakamshams/idee/blob/HEAD/config.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":"ed30d89f608f5878"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}