{"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/geography-aware-self-supervised-learning","title":"Geography-Aware Self-Supervised Learning","arxiv_id":"2011.09980","date":"2020-11-19","proceeding":"ICCV 2021 10","authors":["Kumar Ayush","Burak Uzkent","Chenlin Meng","Kumar Tanmay","Marshall Burke","David Lobell","Stefano Ermon"],"abstract":"Contrastive learning methods have significantly narrowed the gap between supervised and unsupervised learning on computer vision tasks. In this paper, we explore their application to geo-located datasets, e.g. remote sensing, where unlabeled data is often abundant but labeled data is scarce. We first show that due to their different characteristics, a non-trivial gap persists between contrastive and supervised learning on standard benchmarks. To close the gap, we propose novel training methods that exploit the spatio-temporal structure of remote sensing data. We leverage spatially aligned images over time to construct temporal positive pairs in contrastive learning and geo-location to design pre-text tasks. Our experiments show that our proposed method closes the gap between contrastive and supervised learning on image classification, object detection and semantic segmentation for remote sensing. Moreover, we demonstrate that the proposed method can also be applied to geo-tagged ImageNet images, improving downstream performance on various tasks. Project Webpage can be found at this link geography-aware-ssl.github.io.","url_abs":"https://arxiv.org/abs/2011.09980v7","url_pdf":"https://arxiv.org/pdf/2011.09980v7.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":"geography-aware-self-supervised-learning","repo_url":"https://github.com/sustainlab-group/geography-aware-ssl","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"contrastive-learning","task_name":"Contrastive Learning"},{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"self-supervised-learning","task_name":"Self-Supervised Learning"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"},{"task_slug":"image-classification","task_name":"image-classification"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[{"method_slug":"contrastive-learning","method_name":"Contrastive Learning"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/semantic-segmentation-on-spacenet-1","task":"Semantic Segmentation","dataset":"SpaceNet 1","model":"PSANet w/ ResNet50 - FMoW self-supervised pre-training w/ MoCo-V2 + Temporal Positives","rank_in_archive_order":6,"of":10,"metrics":{"Mean IoU":"78.48"},"uses_additional_data":true},{"leaderboard":"/sota/semantic-segmentation-on-spacenet-1","task":"Semantic Segmentation","dataset":"SpaceNet 1","model":"PSANet w/ ResNet50 backbone - FMoW self-supervised pre-training w/ MoCo-V2","rank_in_archive_order":7,"of":10,"metrics":{"Mean IoU":"78.05"},"uses_additional_data":true},{"leaderboard":"/sota/semantic-segmentation-on-spacenet-1","task":"Semantic Segmentation","dataset":"SpaceNet 1","model":"PSANet w/ ResNet50 backbone - FMoW pretrained","rank_in_archive_order":8,"of":10,"metrics":{"Mean IoU":"75.57"},"uses_additional_data":true},{"leaderboard":"/sota/semantic-segmentation-on-spacenet-1","task":"Semantic Segmentation","dataset":"SpaceNet 1","model":"PSANet w/ ResNet50 backbone - ImageNet pretrained","rank_in_archive_order":9,"of":10,"metrics":{"Mean IoU":"75.23"},"uses_additional_data":true},{"leaderboard":"/sota/semantic-segmentation-on-spacenet-1","task":"Semantic Segmentation","dataset":"SpaceNet 1","model":"PSANet w/ ResNet50 backbone","rank_in_archive_order":10,"of":10,"metrics":{"Mean IoU":"74.93"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2011.09980","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2011.09980"}},"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/sustainlab-group/geography-aware-ssl","reach":null}],"summary":{"ran_honours":1,"unverified":2},"by_repo_kind":{"official":{"samples":2,"ran":1,"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":3,"samples":[{"code_sha256_prefix":"2e0d3ff3b6049236","entry":"accuracy_n","repo":"sustainlab-group/geography-aware-ssl","repo_kind":"official","path":"moco_fmow/main_moco_geo+tp.py","file_url":"https://github.com/sustainlab-group/geography-aware-ssl/blob/HEAD/moco_fmow/main_moco_geo%2Btp.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2e0d3ff3b6049236"}},{"code_sha256_prefix":"9b8289076669fe4f","entry":"accuracy","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"unverified","verification_level":0,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"9b8289076669fe4f"}},{"code_sha256_prefix":"54ae6cd52c446a56","entry":"validate","repo":"sustainlab-group/geography-aware-ssl","repo_kind":"official","path":"moco_fmow/main_lincls.py","file_url":"https://github.com/sustainlab-group/geography-aware-ssl/blob/HEAD/moco_fmow/main_lincls.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":"54ae6cd52c446a56"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}