Papers › Beyond Alignment: Blind Video Face Restoration via Parsing-Guided Temporal-Coherent Transformer

Beyond Alignment: Blind Video Face Restoration via Parsing-Guided Temporal-Coherent Transformer

21 Apr 2024arXiv:2404.13640archive 2025-07-28

Kepeng Xu, Li Xu, Gang He, Wenxin Yu, Yunsong Li

Multiple complex degradations are coupled in low-quality video faces in the real world. Therefore, blind video face restoration is a highly challenging ill-posed problem, requiring not only hallucinating high-fidelity details but also enhancing temporal coherence across diverse pose variations. Restoring each frame independently in a naive manner inevitably introduces temporal incoherence and artifacts from pose changes and keypoint localization errors. To address this, we propose the first blind video face restoration approach with a novel parsing-guided temporal-coherent transformer (PGTFormer) without pre-alignment. PGTFormer leverages semantic parsing guidance to select optimal face priors for generating temporally coherent artifact-free results. Specifically, we pre-train a temporal-spatial vector quantized auto-encoder on high-quality video face datasets to extract expressive context-rich priors. Then, the temporal parse-guided codebook predictor (TPCP) restores faces in different poses based on face parsing context cues without performing face pre-alignment. This strategy reduces artifacts and mitigates jitter caused by cumulative errors from face pre-alignment. Finally, the temporal fidelity regulator (TFR) enhances fidelity through temporal feature interaction and improves video temporal consistency. Extensive experiments on face videos show that our method outperforms previous face restoration baselines. The code will be released on \href{https://github.com/kepengxu/PGTFormer}{https://github.com/kepengxu/PGTFormer}.

PaperPDFCodeCode 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="2404.13640")

Code

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

By repository: official repository: 19 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.

kepengxu/pgtformer officialmentioned in paperpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

19 samples harvested; 17 ran; 0 honoured the contract we drafted; 2 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.

5ran · our draft was wrong
4ran · fixture could not drive it
8ran
2unverified

Licence: 19 of the 19 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 kepengxu/PGTFormer. “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.

Normalize kepengxu/PGTFormer/archs/rqvae_arch.py official repository ran · our draft was wrong no licence file found · pointer only · c3a6b977022957cb · report
adaptive_instance_normalization kepengxu/PGTFormer/archs/codeformer_arch.py official repository ran fingerprinted licence not identified · pointer only · ad986575b3f8c295 · report
calc_mean_std kepengxu/PGTFormer/archs/codeformer_arch.py official repository ran fingerprinted licence not identified · pointer only · fac88a669d369ae6 · report
conv3x3 kepengxu/PGTFormer/archs/pgtformer_arch.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
create_layer_basic kepengxu/PGTFormer/archs/pgtformer_arch.py official repository ran no licence file found · pointer only · 325b8d54f52e2421 · report
get_window_size kepengxu/PGTFormer/modules/swin.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · aad0ea11cb13d353 · report
load_architecture kepengxu/PGTFormer/inference.py official repository ran licence not identified · pointer only · fdbf43f49b676e7f · report
load_architecture kepengxu/PGTFormer/inference_cn.py official repository ran licence not identified · pointer only · c302f98a4f537aa8 · report
make_layer kepengxu/PGTFormer/modules/rstt_layers.py official repository ran · our draft was wrong no licence file found · pointer only · c04a23de0531da4a · report
nonlinearity kepengxu/PGTFormer/archs/rqvae_arch.py official repository ran fingerprinted licence not identified · pointer only · b8dc6e0bd98e6f35 · report
normalize kepengxu/PGTFormer/archs/vqgan_arch.py official repository ran licence not identified · pointer only · c71d6184f8da9bac · report
rgbnp2tensor kepengxu/PGTFormer/easy_inference_in_windows.py official repository ran licence not identified · pointer only · 74742dff47341df1 · report
swish kepengxu/PGTFormer/archs/pgtformer_arch.py official repository ran · fixture could not drive it no licence file found · pointer only · 107bf3b7b61a9085 · report
window_partition kepengxu/PGTFormer/modules/swin.py official repository ran · fixture could not drive it no licence file found · pointer only · c33b3de22ecbd051 · report
window_partition kepengxu/PGTFormer/modules/rstt_layers.py official repository ran · fixture could not drive it no licence file found · pointer only · dbf81aece2a63747 · report
window_reverse kepengxu/PGTFormer/modules/swin.py official repository ran · our draft was wrong no licence file found · pointer only · ce51a79a418f8860 · report
window_reverse kepengxu/PGTFormer/modules/rstt_layers.py official repository ran · our draft was wrong no licence file found · pointer only · 15e141e09e3e5d8d · report
apply_net_to_frames kepengxu/PGTFormer/easy_inference_in_windows.py official repository unverified licence not identified · pointer only · 59291c0466ba9265 · report
load_architecture kepengxu/PGTFormer/easy_inference_in_windows.py official repository unverified licence not identified · pointer only · 7cf16126f70dcb9c · report

Tasks

Face ParsingSemantic ParsingVideo Temporal Consistency

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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