Tagged articles
9 articles
Page 1 of 1
AI Frontier Lectures
AI Frontier Lectures
Sep 8, 2025 · Artificial Intelligence

How DynamicFace Achieves High‑Quality, Consistent Face Swaps in Images and Video

DynamicFace introduces a novel face‑swapping framework that combines diffusion models with composable 3D facial priors, explicitly decoupling identity, pose, expression, lighting and background, achieving superior identity preservation and motion consistency across images and videos, as demonstrated by extensive qualitative and quantitative comparisons with SOTA methods.

3D facial priorsdiffusion modelface swapping
0 likes · 10 min read
How DynamicFace Achieves High‑Quality, Consistent Face Swaps in Images and Video
AIWalker
AIWalker
Aug 19, 2025 · Artificial Intelligence

DynamicFace: Controllable High‑Quality Face Swapping for Images and Video

DynamicFace introduces a diffusion‑based framework that explicitly decouples identity, pose, expression, illumination and background using composable 3D facial priors, achieving superior identity preservation, motion consistency and visual fidelity in both image and video face‑swapping tasks.

3D facial priorsControllable Generationdiffusion models
0 likes · 13 min read
DynamicFace: Controllable High‑Quality Face Swapping for Images and Video
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Aug 18, 2025 · Artificial Intelligence

DynamicFace: Composable 3D Facial Priors for High‑Quality, Consistent Face Swaps

DynamicFace introduces a controllable face‑swapping framework that leverages composable 3D facial priors, dual‑stream identity injection, and a FusionTVO module to achieve superior image and video quality, identity preservation, and temporal consistency, outperforming existing state‑of‑the‑art methods on benchmark datasets.

3D facial priorsAIControllable Generation
0 likes · 13 min read
DynamicFace: Composable 3D Facial Priors for High‑Quality, Consistent Face Swaps
DaTaobao Tech
DaTaobao Tech
Feb 21, 2025 · Artificial Intelligence

AI-Powered Face Swapping for the Spring Festival Gala: System Design and Deployment

The paper details the design and deployment of an AI‑driven face‑swap platform for the 2025 CCTV Spring Festival Gala, featuring a dual‑model SDXL pipeline with ControlNet and LoRA fine‑tuning, optimized preprocessing and GPU‑specific acceleration to achieve sub‑3‑second latency at over 10 k QPS, supporting scaling, throttling, and multi‑region load balancing, and ultimately serving ten million users and generating hundreds of millions of personalized gala images.

AI EngineeringAIGCModel Optimization
0 likes · 28 min read
AI-Powered Face Swapping for the Spring Festival Gala: System Design and Deployment
Baidu Geek Talk
Baidu Geek Talk
Mar 8, 2023 · Artificial Intelligence

Understanding Motion Decomposition in AI-Based Image Animation: From Sparse to Dense Optical Flow

The article details how AI‑based image animation and face‑swapping decompose video motion into zero‑order rigid and first‑order affine components via Taylor expansion, using unsupervised U‑Net keypoint extraction, sparse-to-dense optical flow conversion, and dense motion networks that learn masks for region‑wise rigidity and non‑rigid deformation.

Neural NetworksTaylor expansionaffine transformation
0 likes · 21 min read
Understanding Motion Decomposition in AI-Based Image Animation: From Sparse to Dense Optical Flow
Youku Technology
Youku Technology
Oct 31, 2018 · Artificial Intelligence

Technical Overview of Youku's Video Face Swapping System

Youku’s new video face‑swapping service lets users replace a celebrity’s face with a single uploaded photo by employing a 3D generative model, deep‑learning segmentation, multi‑scale super‑resolution, and trajectory smoothing to achieve fast, near‑photorealistic results across varied angles, expressions, and lighting, though it still lacks personalized models and struggles with extreme side views or heavy occlusions.

3D modelingAIVideo processing
0 likes · 10 min read
Technical Overview of Youku's Video Face Swapping System
MaGe Linux Operations
MaGe Linux Operations
Jun 29, 2018 · Artificial Intelligence

How to Build a 200-Line Python Script for Automatic Face Swapping

This article walks through creating a concise 200‑line Python script that automatically detects facial landmarks with dlib, aligns faces using Procrustes analysis, corrects color differences, and blends a second face onto a first image, complete with code snippets and step‑by‑step explanations.

Computer VisionOpenCVdlib
0 likes · 9 min read
How to Build a 200-Line Python Script for Automatic Face Swapping