{"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/multi-anchor-active-domain-adaptation-for","title":"Multi-Anchor Active Domain Adaptation for Semantic Segmentation","arxiv_id":"2108.08012","date":"2021-08-18","proceeding":"ICCV 2021 10","authors":["Munan Ning","Donghuan Lu","Dong Wei","Cheng Bian","Chenglang Yuan","Shuang Yu","Kai Ma","Yefeng Zheng"],"abstract":"Unsupervised domain adaption has proven to be an effective approach for alleviating the intensive workload of manual annotation by aligning the synthetic source-domain data and the real-world target-domain samples. Unfortunately, mapping the target-domain distribution to the source-domain unconditionally may distort the essential structural information of the target-domain data. To this end, we firstly propose to introduce a novel multi-anchor based active learning strategy to assist domain adaptation regarding the semantic segmentation task. By innovatively adopting multiple anchors instead of a single centroid, the source domain can be better characterized as a multimodal distribution, thus more representative and complimentary samples are selected from the target domain. With little workload to manually annotate these active samples, the distortion of the target-domain distribution can be effectively alleviated, resulting in a large performance gain. The multi-anchor strategy is additionally employed to model the target-distribution. By regularizing the latent representation of the target samples compact around multiple anchors through a novel soft alignment loss, more precise segmentation can be achieved. Extensive experiments are conducted on public datasets to demonstrate that the proposed approach outperforms state-of-the-art methods significantly, along with thorough ablation study to verify the effectiveness of each component.","url_abs":"https://arxiv.org/abs/2108.08012v1","url_pdf":"https://arxiv.org/pdf/2108.08012v1.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":"multi-anchor-active-domain-adaptation-for","repo_url":"https://github.com/munanning/mada","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"multi-anchor-active-domain-adaptation-for","repo_url":"https://github.com/munanning/madav2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"active-learning","task_name":"Active Learning"},{"task_slug":"domain-adaptation","task_name":"Domain Adaptation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2108.08012","atlas_url":"https://app.syntology.ai/?focus=2108.08012","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2108.08012"}},"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/munanning/mada","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/munanning/madav2","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/munanning/MADA","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":4,"ran_draft_wrong":3,"unverified":5},"by_repo_kind":{"official":{"samples":7,"ran":4,"repositories":1},"listed":{"samples":5,"ran":3,"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":"f3a6086bb86995ce","entry":"Class_Features","repo":"munanning/MADA","repo_kind":"official","path":"select_active_samples.py","file_url":"https://github.com/munanning/MADA/blob/HEAD/select_active_samples.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":"f3a6086bb86995ce"}},{"code_sha256_prefix":"daf02aef604440a9","entry":"NormalisationPoolingFunction","repo":"munanning/MADA","repo_kind":"official","path":"select_active_samples.py","file_url":"https://github.com/munanning/MADA/blob/HEAD/select_active_samples.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":"daf02aef604440a9"}},{"code_sha256_prefix":"4865609e5a035433","entry":"cross_entropy2d","repo":"munanning/madav2","repo_kind":"listed","path":"loss/loss.py","file_url":"https://github.com/munanning/madav2/blob/HEAD/loss/loss.py","link_basis":"harvester_set","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":"4865609e5a035433"}},{"code_sha256_prefix":"05f3653dd76468d9","entry":"get_norm_layer","repo":"munanning/madav2","repo_kind":"listed","path":"models/networks.py","file_url":"https://github.com/munanning/madav2/blob/HEAD/models/networks.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":"05f3653dd76468d9"}},{"code_sha256_prefix":"62a8cdfdb51ec275","entry":"get_scheduler","repo":"munanning/mada","repo_kind":"official","path":"models/networks.py","file_url":"https://github.com/munanning/mada/blob/HEAD/models/networks.py","link_basis":"harvester_set","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":"62a8cdfdb51ec275"}},{"code_sha256_prefix":"bf329cef80ee24c5","entry":"init_net","repo":"munanning/madav2","repo_kind":"listed","path":"models/networks.py","file_url":"https://github.com/munanning/madav2/blob/HEAD/models/networks.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":"bf329cef80ee24c5"}},{"code_sha256_prefix":"9032dc1e1e618038","entry":"normalisation_pooling","repo":"munanning/MADA","repo_kind":"official","path":"select_active_samples.py","file_url":"https://github.com/munanning/MADA/blob/HEAD/select_active_samples.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9032dc1e1e618038"}},{"code_sha256_prefix":"dfe03b9cbc5639c5","entry":"bootstrapped_cross_entropy2d","repo":"munanning/mada","repo_kind":"official","path":"loss/loss.py","file_url":"https://github.com/munanning/mada/blob/HEAD/loss/loss.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":"dfe03b9cbc5639c5"}},{"code_sha256_prefix":"57b36a6b7f29df1a","entry":"cross_entropy2d","repo":"munanning/mada","repo_kind":"official","path":"loss/loss.py","file_url":"https://github.com/munanning/mada/blob/HEAD/loss/loss.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":"57b36a6b7f29df1a"}},{"code_sha256_prefix":"8a376f4180e6fb9c","entry":"get_criterion","repo":"munanning/madav2","repo_kind":"listed","path":"loss/loss.py","file_url":"https://github.com/munanning/madav2/blob/HEAD/loss/loss.py","link_basis":"harvester_set","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":"8a376f4180e6fb9c"}},{"code_sha256_prefix":"6ceebb622653f267","entry":"multi_scale_cross_entropy2d","repo":"munanning/mada","repo_kind":"official","path":"loss/loss.py","file_url":"https://github.com/munanning/mada/blob/HEAD/loss/loss.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":"6ceebb622653f267"}},{"code_sha256_prefix":"02c66a386abd9218","entry":"multi_scale_cross_entropy2d","repo":"munanning/madav2","repo_kind":"listed","path":"loss/loss.py","file_url":"https://github.com/munanning/madav2/blob/HEAD/loss/loss.py","link_basis":"harvester_set","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":"02c66a386abd9218"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}