paper-with-me

홈 › Papers

SVFR: A Unified Framework for Generalized Video Face Restoration

2025-01-02 · CVPR 2025 1 · Zhiyao Wang, Xu Chen, Chengming Xu, Junwei Zhu, Xiaobin Hu, Jiangning Zhang, Chengjie Wang, Yuqi Liu, Yiyi Zhou, Rongrong Ji

Face Restoration (FR) is a crucial area within image and video processing, focusing on reconstructing high-quality portraits from degraded inputs. Despite advancements in image FR, video FR remains relatively under-explored, primarily due to challenges related to temporal consistency, motion artifacts, and the limited availability of high-quality video data. Moreover, traditional face restoration typically prioritizes enhancing resolution and may not give as much consideration to related tasks such as facial colorization and inpainting. In this paper, we propose a novel approach for the Generalized Video Face Restoration (GVFR) task, which integrates video BFR, inpainting, and colorization tasks that we empirically show to benefit each other. We present a unified framework, termed as stable video face restoration (SVFR), which leverages the generative and motion priors of Stable Video Diffusion (SVD) and incorporates task-specific information through a unified face restoration framework. A learnable task embedding is introduced to enhance task identification. Meanwhile, a novel Unified Latent Regularization (ULR) is employed to encourage the shared feature representation learning among different subtasks. To further enhance the restoration quality and temporal stability, we introduce the facial prior learning and the self-referred refinement as auxiliary strategies used for both training and inference. The proposed framework effectively combines the complementary strengths of these tasks, enhancing temporal coherence and achieving superior restoration quality. This work advances the state-of-the-art in video FR and establishes a new paradigm for generalized video face restoration. Code and video demo are available at https://github.com/wangzhiyaoo/SVFR.git.

📄 PDF Abstract BibTeX arXiv:2501.01235

Code (1)

wangzhiyaoo/svfr 공식 구현 pytorch

Tasks

ColorizationRepresentation Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Colorization Colorization is a self-supervision approach that relies on colorization as the pretext task in order to learn image representations.

Similar Papers 제목 키워드 기반

RAFaRe: Learning Robust and Accurate Non-parametric 3D Face Reconstruction from Pseudo 2D&3D Pairs

2023-02-10 · Longwei Guo, Hao Zhu, Yuanxun Lu, Menghua Wu 외

We propose a robust and accurate non-parametric method for single-view 3D face reconstruction (SVFR). While tremendous efforts have been devoted to parametric SVFR, a visible gap still lies between the result 3D shape an…

3D Face ReconstructionFace Reconstruction

OmniFD: A Unified Model for Versatile Face Forgery Detection

2025-11-30 · Haotian Liu, Haoyu Chen, Chenhui Pan, You Hu 외 arxiv

Face forgery detection encompasses multiple critical tasks, including identifying forged images and videos and localizing manipulated regions and temporal segments. Current approaches typically employ task-specific model…

Video ClassificationMulti-Task Learning

ReSyncer: Rewiring Style-based Generator for Unified Audio-Visually Synced Facial Performer

2024-08-06 · Jiazhi Guan, Zhiliang Xu, Hang Zhou, Kaisiyuan Wang 외

Lip-syncing videos with given audio is the foundation for various applications including the creation of virtual presenters or performers. While recent studies explore high-fidelity lip-sync with different techniques, th…

Face Swapping

Learning Unified Video and Image Representation for Video Face Forgery Detection

2026-08-13 · Haotian Liu, Yang Liu, Guoying Zhao, Xiaobai Li arxiv

Face forgery detection is crucial for preserving the security and integrity of facial data given the rapid developments in face manipulation techniques and deep generative models. Existing methods for video face forgery …

Multi-Task Learning

Seed1.8 Model Card: Towards Generalized Real-World Agency

2026-03-21 · Bytedance Seed arxiv

We present Seed1.8, a foundation model aimed at generalized real-world agency: going beyond single-turn prediction to multi-turn interaction, tool use, and multi-step execution. Seed1.8 keeps strong LLM and vision-langua…

Code Generation