{"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/arxiv-2601-04520","title":"FaceRefiner: High-Fidelity Facial Texture Refinement with Differentiable Rendering-based Style Transfer","arxiv_id":"2601.04520","date":"2026-01-08","proceeding":null,"authors":["Chengyang Li","Baoping Cheng","Yao Cheng","Haocheng Zhang","Renshuai Liu","Yinglin Zheng","Jing Liao","Xuan Cheng"],"abstract":"Recent facial texture generation methods prefer to use deep networks to synthesize image content and then fill in the UV map, thus generating a compelling full texture from a single image. Nevertheless, the synthesized texture UV map usually comes from a space constructed by the training data or the 2D face generator, which limits the methods' generalization ability for in-the-wild input images. Consequently, their facial details, structures and identity may not be consistent with the input. In this paper, we address this issue by proposing a style transfer-based facial texture refinement method named FaceRefiner. FaceRefiner treats the 3D sampled texture as style and the output of a texture generation method as content. The photo-realistic style is then expected to be transferred from the style image to the content image. Different from current style transfer methods that only transfer high and middle level information to the result, our style transfer method integrates differentiable rendering to also transfer low level (or pixel level) information in the visible face regions. The main benefit of such multi-level information transfer is that, the details, structures and semantics in the input can thus be well preserved. The extensive experiments on Multi-PIE, CelebA and FFHQ datasets demonstrate that our refinement method can improve the texture quality and the face identity preserving ability, compared with state-of-the-arts.","url_abs":"https://arxiv.org/abs/2601.04520","url_pdf":"https://arxiv.org/pdf/2601.04520","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2601.04520","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.04520"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/HarshWinterBytes/FaceRefiner","reach":null}],"summary":{"ran_draft_wrong":8,"ran_fixture":7,"ran_honours":2,"unverified":6},"by_repo_kind":{"found_in_text":{"samples":23,"ran":17,"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":"742789c5ea9f0aeb","entry":"compute_rotation","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"742789c5ea9f0aeb"}},{"code_sha256_prefix":"9048898fe4212b43","entry":"content_loss","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9048898fe4212b43"}},{"code_sha256_prefix":"e973fe11eef5feb2","entry":"convert_image","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e973fe11eef5feb2"}},{"code_sha256_prefix":"3be40a64043dfdef","entry":"create_laplacian_pyramid","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3be40a64043dfdef"}},{"code_sha256_prefix":"b1b682ae87523be2","entry":"distmat","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b1b682ae87523be2"}},{"code_sha256_prefix":"507e4cbf06da27a0","entry":"get_opp_pose","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"507e4cbf06da27a0"}},{"code_sha256_prefix":"af0d1a80ada41635","entry":"laplacian","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"af0d1a80ada41635"}},{"code_sha256_prefix":"489fa752175246f1","entry":"moment_loss","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"489fa752175246f1"}},{"code_sha256_prefix":"ba1b0f91c73f3da9","entry":"pairwise_distances_cos","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ba1b0f91c73f3da9"}},{"code_sha256_prefix":"88e0d1da54b7b822","entry":"pairwise_distances_sq_l2","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"88e0d1da54b7b822"}},{"code_sha256_prefix":"78ba96e17205fe58","entry":"pil_loader","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"78ba96e17205fe58"}},{"code_sha256_prefix":"d65a589034e3f7cc","entry":"remd_loss","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d65a589034e3f7cc"}},{"code_sha256_prefix":"f0b42ce5f88d7c1e","entry":"rgb_to_yuv","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f0b42ce5f88d7c1e"}},{"code_sha256_prefix":"60286242a5072d72","entry":"sample_indices","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"60286242a5072d72"}},{"code_sha256_prefix":"f4d12621823c8513","entry":"sample_indices_by_mask","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f4d12621823c8513"}},{"code_sha256_prefix":"a837da06fde6272c","entry":"synthetize_image_from_laplacian_pyramid","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a837da06fde6272c"}},{"code_sha256_prefix":"1171d08b04aaf960","entry":"tensor_resample","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1171d08b04aaf960"}},{"code_sha256_prefix":"2a46d16bc5b985f0","entry":"fill_UV","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.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":"2a46d16bc5b985f0"}},{"code_sha256_prefix":"cc73e4f799745329","entry":"pil_resize_to_tensor","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.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":"cc73e4f799745329"}},{"code_sha256_prefix":"8a62e6ae5a393b69","entry":"pil_to_tensor","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.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":"8a62e6ae5a393b69"}},{"code_sha256_prefix":"ecf38fa102edb0c4","entry":"spatial_feature_extract","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.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":"ecf38fa102edb0c4"}},{"code_sha256_prefix":"25da328339455770","entry":"style_transfer_3D","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.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":"25da328339455770"}},{"code_sha256_prefix":"a6bbeb1adb804b44","entry":"tensor_erode","repo":"HarshWinterBytes/FaceRefiner","repo_kind":"found_in_text","path":"style_transfer_3d.py","file_url":"https://github.com/HarshWinterBytes/FaceRefiner/blob/HEAD/style_transfer_3d.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":"a6bbeb1adb804b44"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}