{"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/adaptive-attentive-geolocalization-from-few","title":"Adaptive-Attentive Geolocalization from few queries: a hybrid approach","arxiv_id":"2010.06897","date":"2020-10-14","proceeding":null,"authors":["Gabriele Moreno Berton","Valerio Paolicelli","Carlo Masone","Barbara Caputo"],"abstract":"We address the task of cross-domain visual place recognition, where the goal is to geolocalize a given query image against a labeled gallery, in the case where the query and the gallery belong to different visual domains. To achieve this, we focus on building a domain robust deep network by leveraging over an attention mechanism combined with few-shot unsupervised domain adaptation techniques, where we use a small number of unlabeled target domain images to learn about the target distribution. With our method, we are able to outperform the current state of the art while using two orders of magnitude less target domain images. Finally we propose a new large-scale dataset for cross-domain visual place recognition, called SVOX. The pytorch code is available at https://github.com/valeriopaolicelli/AdAGeo .","url_abs":"https://arxiv.org/abs/2010.06897v2","url_pdf":"https://arxiv.org/pdf/2010.06897v2.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":"adaptive-attentive-geolocalization-from-few","repo_url":"https://github.com/valeriopaolicelli/AdAGeo","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"adaptive-attentive-geolocalization-from-few","repo_url":"https://github.com/valeriopaolicelli/adageo-WACV2021","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"domain-adaptation","task_name":"Domain Adaptation"},{"task_slug":"unsupervised-domain-adaptation","task_name":"Unsupervised Domain Adaptation"},{"task_slug":"visual-place-recognition","task_name":"Visual Place Recognition"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2010.06897","atlas_url":"https://app.syntology.ai/?focus=2010.06897","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2010.06897"}},"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":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/valeriopaolicelli/adageo-WACV2021","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/valeriopaolicelli/AdAGeo","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_draft_wrong":1,"unverified":7},"by_repo_kind":{"official":{"samples":8,"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":0,"samples":[{"code_sha256_prefix":"fac5364e2f53c6db","entry":"conv3x3","repo":"valeriopaolicelli/AdAGeo","repo_kind":"official","path":"src/resnet.py","file_url":"https://github.com/valeriopaolicelli/AdAGeo/blob/HEAD/src/resnet.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fac5364e2f53c6db"}},{"code_sha256_prefix":"e65e7c12dc276527","entry":"collate_fn","repo":"valeriopaolicelli/AdAGeo","repo_kind":"official","path":"src/datasets.py","file_url":"https://github.com/valeriopaolicelli/AdAGeo/blob/HEAD/src/datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e65e7c12dc276527"}},{"code_sha256_prefix":"ca4b3589df891c00","entry":"download_file_from_google_drive","repo":"valeriopaolicelli/AdAGeo","repo_kind":"official","path":"src/download_and_unzip_svox.py","file_url":"https://github.com/valeriopaolicelli/AdAGeo/blob/HEAD/src/download_and_unzip_svox.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ca4b3589df891c00"}},{"code_sha256_prefix":"67f34e56113899a8","entry":"get_clusters","repo":"valeriopaolicelli/AdAGeo","repo_kind":"official","path":"src/util.py","file_url":"https://github.com/valeriopaolicelli/AdAGeo/blob/HEAD/src/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"67f34e56113899a8"}},{"code_sha256_prefix":"8863d45315243613","entry":"get_discriminator","repo":"valeriopaolicelli/AdAGeo","repo_kind":"official","path":"src/grl_util.py","file_url":"https://github.com/valeriopaolicelli/AdAGeo/blob/HEAD/src/grl_util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8863d45315243613"}},{"code_sha256_prefix":"71cf99eb3953374b","entry":"parse_db_struct","repo":"valeriopaolicelli/AdAGeo","repo_kind":"official","path":"src/datasets.py","file_url":"https://github.com/valeriopaolicelli/AdAGeo/blob/HEAD/src/datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"71cf99eb3953374b"}},{"code_sha256_prefix":"95408b7468eba855","entry":"resnet18","repo":"valeriopaolicelli/AdAGeo","repo_kind":"official","path":"src/resnet.py","file_url":"https://github.com/valeriopaolicelli/AdAGeo/blob/HEAD/src/resnet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"95408b7468eba855"}},{"code_sha256_prefix":"9b3b4018695fb2f7","entry":"resume_train","repo":"valeriopaolicelli/AdAGeo","repo_kind":"official","path":"src/util.py","file_url":"https://github.com/valeriopaolicelli/AdAGeo/blob/HEAD/src/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9b3b4018695fb2f7"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}