{"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/region-conditioned-orthogonal-3d-u-net-for","title":"Region-Conditioned Orthogonal 3D U-Net for Weather4Cast Competition","arxiv_id":"2212.02059","date":"2022-12-05","proceeding":null,"authors":["Taehyeon Kim","Shinhwan Kang","Hyeonjeong Shin","Deukryeol Yoon","Seongha Eom","Kijung Shin","Se-Young Yun"],"abstract":"The Weather4Cast competition (hosted by NeurIPS 2022) required competitors to predict super-resolution rain movies in various regions of Europe when low-resolution satellite contexts covering wider regions are given. In this paper, we show that a general baseline 3D U-Net can be significantly improved with region-conditioned layers as well as orthogonality regularizations on 1x1x1 convolutional layers. Additionally, we facilitate the generalization with a bag of training strategies: mixup data augmentation, self-distillation, and feature-wise linear modulation (FiLM). Presented modifications outperform the baseline algorithms (3D U-Net) by up to 19.54% with less than 1% additional parameters, which won the 4th place in the core test leaderboard.","url_abs":"https://arxiv.org/abs/2212.02059v1","url_pdf":"https://arxiv.org/pdf/2212.02059v1.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":"region-conditioned-orthogonal-3d-u-net-for","repo_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"region-conditioned-orthogonal-3d-u-net-for","repo_url":"https://github.com/hyeonjeong1/22-NeurIPS-Weather4Cast","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"data-augmentation","task_name":"Data Augmentation"},{"task_slug":"super-resolution","task_name":"Super-Resolution"}],"methods":[{"method_slug":"concatenated-skip-connection","method_name":"Concatenated Skip Connection"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"max-pooling","method_name":"Max Pooling"},{"method_slug":"mixup","method_name":"Mixup"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"test","method_name":"Test"},{"method_slug":"u-net","method_name":"U-Net"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2212.02059","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2212.02059"}},"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/hyeonjeong1/22-NeurIPS-Weather4Cast","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline","reach":null}],"summary":{"ran":7,"ran_violates":1,"ran_draft_wrong":5,"ran_fixture":3,"ran_honours":2,"unverified":2},"by_repo_kind":{"official":{"samples":17,"ran":15,"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":20,"samples":[{"code_sha256_prefix":"ad7c2440a4114f5b","entry":"ConditionWithRegion","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"ad7c2440a4114f5b"}},{"code_sha256_prefix":"fa4fb2da5402dcb0","entry":"DownConv","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"fa4fb2da5402dcb0"}},{"code_sha256_prefix":"436c9c4a56f1ac76","entry":"DummyAttention","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"436c9c4a56f1ac76"}},{"code_sha256_prefix":"6dccfb14c50bf7b9","entry":"GridAttention","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"6dccfb14c50bf7b9"}},{"code_sha256_prefix":"49eafa78188f520f","entry":"RegionConditioner","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"49eafa78188f520f"}},{"code_sha256_prefix":"5e50e483df5d6165","entry":"ResizeConv","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"5e50e483df5d6165"}},{"code_sha256_prefix":"afee864821ac1744","entry":"SEBlock","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"afee864821ac1744"}},{"code_sha256_prefix":"5f8c8ad9bcc1103e","entry":"autocrop","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5f8c8ad9bcc1103e"}},{"code_sha256_prefix":"ca6e9ccb83b4a75f","entry":"conv1","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ca6e9ccb83b4a75f"}},{"code_sha256_prefix":"856a6341a797b42d","entry":"conv3","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"856a6341a797b42d"}},{"code_sha256_prefix":"99caff0e67d03603","entry":"get_activation","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"99caff0e67d03603"}},{"code_sha256_prefix":"d473e9bce385040b","entry":"get_conv","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"d473e9bce385040b"}},{"code_sha256_prefix":"a3169a7b1435e0dc","entry":"get_convtranspose","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"a3169a7b1435e0dc"}},{"code_sha256_prefix":"a12e2f04ad60d321","entry":"get_maxpool","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"a12e2f04ad60d321"}},{"code_sha256_prefix":"e90f1b8757aa4598","entry":"get_normalization","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e90f1b8757aa4598"}},{"code_sha256_prefix":"8b9d5abd0d40fd51","entry":"planar_kernel","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8b9d5abd0d40fd51"}},{"code_sha256_prefix":"86acb4c08221afdd","entry":"planar_pad","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"86acb4c08221afdd"}},{"code_sha256_prefix":"441b10347086c3f9","entry":"upconv2","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"441b10347086c3f9"}},{"code_sha256_prefix":"4aa2e639bea4c4c2","entry":"UNetBottle","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"4aa2e639bea4c4c2"}},{"code_sha256_prefix":"40e9d8fea0f141f8","entry":"UpConv","repo":"hyeonjeong1/22-neurips-competition-baseline","repo_kind":"official","path":"models/baseline_UNET3D_bottleneck.py","file_url":"https://github.com/hyeonjeong1/22-neurips-competition-baseline/blob/HEAD/models/baseline_UNET3D_bottleneck.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":"40e9d8fea0f141f8"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}