{"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/progressive-pose-attention-transfer-for","title":"Progressive Pose Attention Transfer for Person Image Generation","arxiv_id":"1904.03349","date":"2019-04-06","proceeding":"CVPR 2019 6","authors":["Zhen Zhu","Tengteng Huang","Baoguang Shi","Miao Yu","Bofei Wang","Xiang Bai"],"abstract":"This paper proposes a new generative adversarial network for pose transfer, i.e., transferring the pose of a given person to a target pose. The generator of the network comprises a sequence of Pose-Attentional Transfer Blocks that each transfers certain regions it attends to, generating the person image progressively. Compared with those in previous works, our generated person images possess better appearance consistency and shape consistency with the input images, thus significantly more realistic-looking. The efficacy and efficiency of the proposed network are validated both qualitatively and quantitatively on Market-1501 and DeepFashion. Furthermore, the proposed architecture can generate training images for person re-identification, alleviating data insufficiency. Codes and models are available at: https://github.com/tengteng95/Pose-Transfer.git.","url_abs":"https://arxiv.org/abs/1904.03349v3","url_pdf":"https://arxiv.org/pdf/1904.03349v3.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":"progressive-pose-attention-transfer-for","repo_url":"https://github.com/tengteng95/Pose-Transfer","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"progressive-pose-attention-transfer-for","repo_url":"https://github.com/zsypotter/pose_transfer_keypoint","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":null,"task_name":"Generative Adversarial Network"},{"task_slug":"image-generation","task_name":"Image Generation"},{"task_slug":"person-re-identification","task_name":"Person Re-Identification"},{"task_slug":"pose-transfer","task_name":"Pose Transfer"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/pose-transfer-on-deep-fashion","task":"Pose Transfer","dataset":"Deep-Fashion","model":"Progressive Pose Attention","rank_in_archive_order":5,"of":12,"metrics":{"DS":"0.976","IS":"3.209","PCKh":"0.96","Retrieval Top10 Recall":"17.84","SSIM":"0.773"},"uses_additional_data":false},{"leaderboard":"/sota/pose-transfer-on-market-1501","task":"Pose Transfer","dataset":"Market-1501","model":"Progressive Pose Attention","rank_in_archive_order":1,"of":3,"metrics":{"DS":"0.74","IS":"3.323","PCKh":"0.94","SSIM":"0.311","mask-IS":"3.773","mask-SSIM":"0.811"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1904.03349","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1904.03349"}},"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/tengteng95/Pose-Transfer","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zsypotter/pose_transfer_keypoint","reach":{"status":"ok"}}],"summary":{"unverified":9},"by_repo_kind":{"official":{"samples":9,"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":"60b258f4dc8a7d3d","entry":"addBounding","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"ssd_score/compute_ssd_score_fashion.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/ssd_score/compute_ssd_score_fashion.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":"60b258f4dc8a7d3d"}},{"code_sha256_prefix":"53d6f76c39c24dd4","entry":"cords_to_map","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"tool/generate_pose_map_fashion.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/tool/generate_pose_map_fashion.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":"53d6f76c39c24dd4"}},{"code_sha256_prefix":"b1180deb4573e01e","entry":"cords_to_map","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"tool/generate_pose_map_market.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/tool/generate_pose_map_market.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":"b1180deb4573e01e"}},{"code_sha256_prefix":"53aa5b40d1658f67","entry":"create_model","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"models/models.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/models/models.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":"53aa5b40d1658f67"}},{"code_sha256_prefix":"ca6c3975c982ec08","entry":"get_inception_score","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"tool/inception_score.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/tool/inception_score.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":"ca6c3975c982ec08"}},{"code_sha256_prefix":"ce809996d1428958","entry":"get_norm_layer","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"models/networks.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/models/networks.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":"ce809996d1428958"}},{"code_sha256_prefix":"f4ecb472fd266452","entry":"get_scheduler","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"models/networks.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/models/networks.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":"f4ecb472fd266452"}},{"code_sha256_prefix":"1fb3b75115e8317e","entry":"load_pose_cords_from_strings","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"tool/generate_pose_map_fashion.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/tool/generate_pose_map_fashion.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":"1fb3b75115e8317e"}},{"code_sha256_prefix":"0a24cbfa899d5c09","entry":"map_to_cord","repo":"tengteng95/Pose-Transfer","repo_kind":"official","path":"tool/pose_utils.py","file_url":"https://github.com/tengteng95/Pose-Transfer/blob/HEAD/tool/pose_utils.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":"0a24cbfa899d5c09"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}