{"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/domainadaptor-a-novel-approach-to-test-time","title":"DomainAdaptor: A Novel Approach to Test-time Adaptation","arxiv_id":"2308.10297","date":"2023-08-20","proceeding":"ICCV 2023 1","authors":["Jian Zhang","Lei Qi","Yinghuan Shi","Yang Gao"],"abstract":"To deal with the domain shift between training and test samples, current methods have primarily focused on learning generalizable features during training and ignore the specificity of unseen samples that are also critical during the test. In this paper, we investigate a more challenging task that aims to adapt a trained CNN model to unseen domains during the test. To maximumly mine the information in the test data, we propose a unified method called DomainAdaptor for the test-time adaptation, which consists of an AdaMixBN module and a Generalized Entropy Minimization (GEM) loss. Specifically, AdaMixBN addresses the domain shift by adaptively fusing training and test statistics in the normalization layer via a dynamic mixture coefficient and a statistic transformation operation. To further enhance the adaptation ability of AdaMixBN, we design a GEM loss that extends the Entropy Minimization loss to better exploit the information in the test data. Extensive experiments show that DomainAdaptor consistently outperforms the state-of-the-art methods on four benchmarks. Furthermore, our method brings more remarkable improvement against existing methods on the few-data unseen domain. The code is available at https://github.com/koncle/DomainAdaptor.","url_abs":"https://arxiv.org/abs/2308.10297v1","url_pdf":"https://arxiv.org/pdf/2308.10297v1.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":"domainadaptor-a-novel-approach-to-test-time","repo_url":"https://github.com/koncle/domainadaptor","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"specificity","task_name":"Specificity"},{"task_slug":"test-time-adaptation","task_name":"Test-time Adaptation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2308.10297","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2308.10297"}},"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/koncle/domainadaptor","reach":{"status":"ok"}}],"summary":{"ran":8,"unverified":2},"by_repo_kind":{"official":{"samples":10,"ran":8,"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":10,"samples":[{"code_sha256_prefix":"4d1221a0588c0703","entry":"AutoContrast","repo":"koncle/domainadaptor","repo_kind":"official","path":"dataloader/augmentations.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/dataloader/augmentations.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4d1221a0588c0703"}},{"code_sha256_prefix":"8a43286f2b35bcab","entry":"Equalize","repo":"koncle/domainadaptor","repo_kind":"official","path":"dataloader/augmentations.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/dataloader/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8a43286f2b35bcab"}},{"code_sha256_prefix":"b61f2ca51d4f444a","entry":"Invert","repo":"koncle/domainadaptor","repo_kind":"official","path":"dataloader/augmentations.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/dataloader/augmentations.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b61f2ca51d4f444a"}},{"code_sha256_prefix":"8a549e1abee809e8","entry":"collect_module_params","repo":"koncle/domainadaptor","repo_kind":"official","path":"models/AdaptorHelper.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/models/AdaptorHelper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8a549e1abee809e8"}},{"code_sha256_prefix":"473a24407468b75e","entry":"entropy_energy","repo":"koncle/domainadaptor","repo_kind":"official","path":"models/LAME.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/models/LAME.py","link_basis":"harvester_set","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":"473a24407468b75e"}},{"code_sha256_prefix":"34dae088bbc95e5f","entry":"get_class_path_map_from_txt","repo":"koncle/domainadaptor","repo_kind":"official","path":"dataloader/text_list_generator.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/dataloader/text_list_generator.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"34dae088bbc95e5f"}},{"code_sha256_prefix":"d6c85865c9136db4","entry":"has_string","repo":"koncle/domainadaptor","repo_kind":"official","path":"models/AdaptorHelper.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/models/AdaptorHelper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d6c85865c9136db4"}},{"code_sha256_prefix":"6318f620d990ffb1","entry":"module_has_string","repo":"koncle/domainadaptor","repo_kind":"official","path":"models/AdaptorHelper.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/models/AdaptorHelper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6318f620d990ffb1"}},{"code_sha256_prefix":"c48fdac08f81d112","entry":"finetune_sep","repo":"koncle/domainadaptor","repo_kind":"official","path":"models/TTA.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/models/TTA.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":"c48fdac08f81d112"}},{"code_sha256_prefix":"4b45a4b584176bf9","entry":"laplacian_optimization","repo":"koncle/domainadaptor","repo_kind":"official","path":"models/LAME.py","file_url":"https://github.com/koncle/domainadaptor/blob/HEAD/models/LAME.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":"4b45a4b584176bf9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}