{"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/when-does-bias-transfer-in-transfer-learning","title":"When does Bias Transfer in Transfer Learning?","arxiv_id":"2207.02842","date":"2022-07-06","proceeding":null,"authors":["Hadi Salman","Saachi Jain","Andrew Ilyas","Logan Engstrom","Eric Wong","Aleksander Madry"],"abstract":"Using transfer learning to adapt a pre-trained \"source model\" to a downstream \"target task\" can dramatically increase performance with seemingly no downside. In this work, we demonstrate that there can exist a downside after all: bias transfer, or the tendency for biases of the source model to persist even after adapting the model to the target class. Through a combination of synthetic and natural experiments, we show that bias transfer both (a) arises in realistic settings (such as when pre-training on ImageNet or other standard datasets) and (b) can occur even when the target dataset is explicitly de-biased. As transfer-learned models are increasingly deployed in the real world, our work highlights the importance of understanding the limitations of pre-trained source models. Code is available at https://github.com/MadryLab/bias-transfer","url_abs":"https://arxiv.org/abs/2207.02842v1","url_pdf":"https://arxiv.org/pdf/2207.02842v1.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":"when-does-bias-transfer-in-transfer-learning","repo_url":"https://github.com/MadryLab/bias-transfer","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"transfer-learning","task_name":"Transfer Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2207.02842","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2207.02842"}},"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/MadryLab/bias-transfer","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":10},"by_repo_kind":{"official":{"samples":10,"ran":0,"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":"e528e1ef2fec63df","entry":"build_model","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/models.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/models.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":"e528e1ef2fec63df"}},{"code_sha256_prefix":"db3563326e1ddc10","entry":"build_source_model","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/models.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/models.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":"db3563326e1ddc10"}},{"code_sha256_prefix":"f41852bd75e525c2","entry":"build_transfer_model","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/models.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/models.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":"f41852bd75e525c2"}},{"code_sha256_prefix":"2bd9ba841b22a533","entry":"convert_fastargs","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/config_parse_utils.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/config_parse_utils.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":"2bd9ba841b22a533"}},{"code_sha256_prefix":"8e3e794b7f3dd5f7","entry":"evaluate_model","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/eval_utils.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/eval_utils.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":"8e3e794b7f3dd5f7"}},{"code_sha256_prefix":"194c6951a2cf7d0e","entry":"get_optimizer_and_lr_scheduler","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/optimizers.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/optimizers.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":"194c6951a2cf7d0e"}},{"code_sha256_prefix":"21db9a02a5e09164","entry":"get_spurious_indices","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/embed_spurious.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/embed_spurious.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":"21db9a02a5e09164"}},{"code_sha256_prefix":"7f16e0e5db7b1569","entry":"get_training_loaders","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/facial_recognition.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/facial_recognition.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":"7f16e0e5db7b1569"}},{"code_sha256_prefix":"93ab68302cd1eac2","entry":"inv_norm","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/loaders.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/loaders.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":"93ab68302cd1eac2"}},{"code_sha256_prefix":"d7853049a9701459","entry":"read_yaml","repo":"MadryLab/bias-transfer","repo_kind":"official","path":"src/config_parse_utils.py","file_url":"https://github.com/MadryLab/bias-transfer/blob/HEAD/src/config_parse_utils.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":"d7853049a9701459"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}