{"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/cromss-cross-modal-pre-training-with-noisy","title":"CromSS: Cross-modal pre-training with noisy labels for remote sensing image segmentation","arxiv_id":"2405.01217","date":"2024-05-02","proceeding":null,"authors":["Chenying Liu","Conrad Albrecht","Yi Wang","Xiao Xiang Zhu"],"abstract":"We study the potential of noisy labels y to pretrain semantic segmentation models in a multi-modal learning framework for geospatial applications. Specifically, we propose a novel Cross-modal Sample Selection method (CromSS) that utilizes the class distributions P^{(d)}(x,c) over pixels x and classes c modelled by multiple sensors/modalities d of a given geospatial scene. Consistency of predictions across sensors $d$ is jointly informed by the entropy of P^{(d)}(x,c). Noisy label sampling we determine by the confidence of each sensor d in the noisy class label, P^{(d)}(x,c=y(x)). To verify the performance of our approach, we conduct experiments with Sentinel-1 (radar) and Sentinel-2 (optical) satellite imagery from the globally-sampled SSL4EO-S12 dataset. We pair those scenes with 9-class noisy labels sourced from the Google Dynamic World project for pretraining. Transfer learning evaluations (downstream task) on the DFC2020 dataset confirm the effectiveness of the proposed method for remote sensing image segmentation.","url_abs":"https://arxiv.org/abs/2405.01217v1","url_pdf":"https://arxiv.org/pdf/2405.01217v1.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":[],"tasks":[{"task_slug":"image-segmentation","task_name":"Image Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"},{"task_slug":"transfer-learning","task_name":"Transfer Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2405.01217","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.01217"}},"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/zhu-xlab/CromSS","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":4,"ran_draft_wrong":1,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":6,"ran":5,"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":"fe6c51e29b6c1f1d","entry":"get_and_modify_module_state_dict_keys","repo":"zhu-xlab/CromSS","repo_kind":"found_in_text","path":"utils/finetune.py","file_url":"https://github.com/zhu-xlab/CromSS/blob/HEAD/utils/finetune.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":"fe6c51e29b6c1f1d"}},{"code_sha256_prefix":"a37cc1045556a307","entry":"get_device_info","repo":"zhu-xlab/CromSS","repo_kind":"found_in_text","path":"py_scripts_SSL4EO/get_args_finetune.py","file_url":"https://github.com/zhu-xlab/CromSS/blob/HEAD/py_scripts_SSL4EO/get_args_finetune.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":"a37cc1045556a307"}},{"code_sha256_prefix":"3e175d36d9972f8a","entry":"modify_module_state_dict_keys","repo":"zhu-xlab/CromSS","repo_kind":"found_in_text","path":"models/pl_pretrain.py","file_url":"https://github.com/zhu-xlab/CromSS/blob/HEAD/models/pl_pretrain.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3e175d36d9972f8a"}},{"code_sha256_prefix":"331deb960d8cb8de","entry":"modify_msd_keys","repo":"zhu-xlab/CromSS","repo_kind":"found_in_text","path":"utils/finetune.py","file_url":"https://github.com/zhu-xlab/CromSS/blob/HEAD/utils/finetune.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":"331deb960d8cb8de"}},{"code_sha256_prefix":"14eeb092dcc5e411","entry":"set_log_files","repo":"zhu-xlab/CromSS","repo_kind":"found_in_text","path":"py_scripts_SSL4EO/get_args_finetune.py","file_url":"https://github.com/zhu-xlab/CromSS/blob/HEAD/py_scripts_SSL4EO/get_args_finetune.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":"14eeb092dcc5e411"}},{"code_sha256_prefix":"8c3e8290362d42fc","entry":"get_model_state_dict_from_saved_models","repo":"zhu-xlab/CromSS","repo_kind":"found_in_text","path":"utils/finetune.py","file_url":"https://github.com/zhu-xlab/CromSS/blob/HEAD/utils/finetune.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":"8c3e8290362d42fc"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}