{"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/rainunet-for-super-resolution-rain-movie","title":"RainUNet for Super-Resolution Rain Movie Prediction under Spatio-temporal Shifts","arxiv_id":"2212.04005","date":"2022-12-07","proceeding":null,"authors":["Jinyoung Park","Minseok Son","Seungju Cho","Inyoung Lee","Changick Kim"],"abstract":"This paper presents a solution to the Weather4cast 2022 Challenge Stage 2. The goal of the challenge is to forecast future high-resolution rainfall events obtained from ground radar using low-resolution multiband satellite images. We suggest a solution that performs data preprocessing appropriate to the challenge and then predicts rainfall movies using a novel RainUNet. RainUNet is a hierarchical U-shaped network with temporal-wise separable block (TS block) using a decoupled large kernel 3D convolution to improve the prediction performance. Various evaluation metrics show that our solution is effective compared to the baseline method. The source codes are available at https://github.com/jinyxp/Weather4cast-2022","url_abs":"https://arxiv.org/abs/2212.04005v1","url_pdf":"https://arxiv.org/pdf/2212.04005v1.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":"rainunet-for-super-resolution-rain-movie","repo_url":"https://github.com/jinyxp/weather4cast-2022","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"super-resolution","task_name":"Super-Resolution"}],"methods":[{"method_slug":"3d-convolution","method_name":"3D Convolution"},{"method_slug":"convolution","method_name":"Convolution"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2212.04005","atlas_url":"https://app.syntology.ai/?focus=2212.04005","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2212.04005"}},"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/jinyxp/Weather4cast-2022","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jinyxp/weather4cast-2022","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":3,"ran_fixture":1,"ran_draft_wrong":2,"unverified":2},"by_repo_kind":{"official":{"samples":8,"ran":6,"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":"5c04b46d301f8ac2","entry":"DownConv","repo":"jinyxp/weather4cast-2022","repo_kind":"official","path":"models/RainUNET.py","file_url":"https://github.com/jinyxp/weather4cast-2022/blob/HEAD/models/RainUNET.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5c04b46d301f8ac2"}},{"code_sha256_prefix":"a6730c7058b85eca","entry":"GridAttention","repo":"jinyxp/weather4cast-2022","repo_kind":"official","path":"models/RainUNET.py","file_url":"https://github.com/jinyxp/weather4cast-2022/blob/HEAD/models/RainUNET.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a6730c7058b85eca"}},{"code_sha256_prefix":"514c7c0584d7ee25","entry":"ResizeConv","repo":"jinyxp/weather4cast-2022","repo_kind":"official","path":"models/RainUNET.py","file_url":"https://github.com/jinyxp/weather4cast-2022/blob/HEAD/models/RainUNET.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"514c7c0584d7ee25"}},{"code_sha256_prefix":"9288d9869f40857f","entry":"autocrop","repo":"jinyxp/weather4cast-2022","repo_kind":"official","path":"models/RainUNET.py","file_url":"https://github.com/jinyxp/weather4cast-2022/blob/HEAD/models/RainUNET.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9288d9869f40857f"}},{"code_sha256_prefix":"689e68cf031b9f81","entry":"get_activation","repo":"jinyxp/weather4cast-2022","repo_kind":"official","path":"models/RainUNET.py","file_url":"https://github.com/jinyxp/weather4cast-2022/blob/HEAD/models/RainUNET.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"689e68cf031b9f81"}},{"code_sha256_prefix":"03d8a887bb4900ac","entry":"upconv2","repo":"jinyxp/weather4cast-2022","repo_kind":"official","path":"models/RainUNET.py","file_url":"https://github.com/jinyxp/weather4cast-2022/blob/HEAD/models/RainUNET.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"03d8a887bb4900ac"}},{"code_sha256_prefix":"dbdf5a7a803888ee","entry":"UNet","repo":"jinyxp/weather4cast-2022","repo_kind":"official","path":"models/RainUNET.py","file_url":"https://github.com/jinyxp/weather4cast-2022/blob/HEAD/models/RainUNET.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":"dbdf5a7a803888ee"}},{"code_sha256_prefix":"0e0c16f47f48ed39","entry":"UpConv","repo":"jinyxp/weather4cast-2022","repo_kind":"official","path":"models/RainUNET.py","file_url":"https://github.com/jinyxp/weather4cast-2022/blob/HEAD/models/RainUNET.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":"0e0c16f47f48ed39"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}