Papers › FaceRefiner: High-Fidelity Facial Texture Refinement with Differentiable...

FaceRefiner: High-Fidelity Facial Texture Refinement with Differentiable Rendering-based Style Transfer

8 Jan 2026arXiv:2601.04520added by Syntology

Chengyang Li, Baoping Cheng, Yao Cheng, Haocheng Zhang, Renshuai Liu, Yinglin Zheng, Jing Liao, Xuan Cheng

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.04520")

Code

Syntology Ran 17 of 23 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · honoured contract; 8 ran · our draft was wrong; 7 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 23 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HarshWinterBytes/FaceRefiner found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 17 ran; 2 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
8ran · our draft was wrong
7ran · fixture could not drive it
6unverified

Licence: 0 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from HarshWinterBytes/FaceRefiner. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_rotation HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 742789c5ea9f0aeb · report
content_loss HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 9048898fe4212b43 · report
convert_image HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · e973fe11eef5feb2 · report
create_laplacian_pyramid HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 3be40a64043dfdef · report
distmat HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · b1b682ae87523be2 · report
get_opp_pose HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 507e4cbf06da27a0 · report
laplacian HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · af0d1a80ada41635 · report
moment_loss HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 489fa752175246f1 · report
pairwise_distances_cos HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · ba1b0f91c73f3da9 · report
pairwise_distances_sq_l2 HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 88e0d1da54b7b822 · report
pil_loader HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 78ba96e17205fe58 · report
remd_loss HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · d65a589034e3f7cc · report
rgb_to_yuv HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · f0b42ce5f88d7c1e · report
sample_indices HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 60286242a5072d72 · report
sample_indices_by_mask HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · f4d12621823c8513 · report
synthetize_image_from_laplacian_pyramid HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · honoured contract MIT (permissive) · a837da06fde6272c · report
tensor_resample HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 1171d08b04aaf960 · report
fill_UV HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology unverified MIT (permissive) · 2a46d16bc5b985f0 · report
pil_resize_to_tensor HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology unverified MIT (permissive) · cc73e4f799745329 · report
pil_to_tensor HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology unverified MIT (permissive) · 8a62e6ae5a393b69 · report
spatial_feature_extract HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology unverified MIT (permissive) · ecf38fa102edb0c4 · report
style_transfer_3D HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology unverified MIT (permissive) · 25da328339455770 · report
tensor_erode HarshWinterBytes/FaceRefiner/style_transfer_3d.py found in paper text by Syntology unverified MIT (permissive) · a6bbeb1adb804b44 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.04520, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections