{"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/arxiv-2604-15377","title":"M3R: Localized Rainfall Nowcasting with Meteorology-Informed MultiModal Attention","arxiv_id":"2604.15377","date":"2026-04-15","proceeding":null,"authors":["Sanjeev Panta","Rhett M Morvant","Xu Yuan","Li Chen","Nian-Feng Tzeng"],"abstract":"Accurate and timely rainfall nowcasting is crucial for disaster mitigation and water resource management. Despite recent advances in deep learning, precipitation prediction remains challenging due to limitations in effectively leveraging diverse multimedia data sources. We introduce M3R, a Meteorology-informed MultiModal attention-based architecture for direct Rainfall prediction that synergistically combines visual NEXRAD radar imagery with numerical Personal Weather Station (PWS) measurements, using a comprehensive pipeline for temporal alignment of heterogeneous meteorological data. With specialized multimodal attention mechanisms, M3R novelly leverages weather station time series as queries to selectively attend to spatial radar features, enabling focused extraction of precipitation signatures. Experimental results for three spatial areas of 100 km * 100 km centered at NEXRAD radar stations demonstrate that M3R outperforms existing approaches, achieving substantial improvements in accuracy, efficiency, and precipitation detection capabilities. Our work establishes new benchmarks for multimedia-based precipitation nowcasting and provides practical tools for operational weather prediction systems. The source code is available at https://github.com/Sanjeev97/M3Rain","url_abs":"https://arxiv.org/abs/2604.15377","url_pdf":"https://arxiv.org/pdf/2604.15377","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2604.15377","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2604.15377"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Sanjeev97/M3Rain","reach":null}],"summary":{"ran":10,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":11,"ran":10,"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":11,"samples":[{"code_sha256_prefix":"873c14050defdf6f","entry":"Attention","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"873c14050defdf6f"}},{"code_sha256_prefix":"26e9ab8b7a4fa0e9","entry":"FeedForward","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"26e9ab8b7a4fa0e9"}},{"code_sha256_prefix":"98fc29d2020b2786","entry":"GEGLU","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"98fc29d2020b2786"}},{"code_sha256_prefix":"c84cefc43f2cc349","entry":"MultiModalAttention","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c84cefc43f2cc349"}},{"code_sha256_prefix":"aece7233d1c5324d","entry":"MultiModalPreNorm","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"aece7233d1c5324d"}},{"code_sha256_prefix":"2de7cd310b38718f","entry":"MultiModalTransformer","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"2de7cd310b38718f"}},{"code_sha256_prefix":"bbba28b18e44817a","entry":"PreNorm","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"bbba28b18e44817a"}},{"code_sha256_prefix":"c23ad2b0cf64d690","entry":"SelfAttention","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"c23ad2b0cf64d690"}},{"code_sha256_prefix":"73511c5ca97c05cd","entry":"Transformer","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"73511c5ca97c05cd"}},{"code_sha256_prefix":"a7371f8ce642b182","entry":"VisionTransformer","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"a7371f8ce642b182"}},{"code_sha256_prefix":"916d0216f8b50bd9","entry":"M3","repo":"Sanjeev97/M3Rain","repo_kind":"found_in_text","path":"models/m3.py","file_url":"https://github.com/Sanjeev97/M3Rain/blob/HEAD/models/m3.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":"916d0216f8b50bd9"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}