Papers › DPE: Disentanglement of Pose and Expression for General Video Portrait Editing

DPE: Disentanglement of Pose and Expression for General Video Portrait Editing

16 Jan 2023CVPR 2023 1arXiv:2301.06281archive 2025-07-28

Youxin Pang, Yong Zhang, Weize Quan, Yanbo Fan, Xiaodong Cun, Ying Shan, Dong-Ming Yan

One-shot video-driven talking face generation aims at producing a synthetic talking video by transferring the facial motion from a video to an arbitrary portrait image. Head pose and facial expression are always entangled in facial motion and transferred simultaneously. However, the entanglement sets up a barrier for these methods to be used in video portrait editing directly, where it may require to modify the expression only while maintaining the pose unchanged. One challenge of decoupling pose and expression is the lack of paired data, such as the same pose but different expressions. Only a few methods attempt to tackle this challenge with the feat of 3D Morphable Models (3DMMs) for explicit disentanglement. But 3DMMs are not accurate enough to capture facial details due to the limited number of Blenshapes, which has side effects on motion transfer. In this paper, we introduce a novel self-supervised disentanglement framework to decouple pose and expression without 3DMMs and paired data, which consists of a motion editing module, a pose generator, and an expression generator. The editing module projects faces into a latent space where pose motion and expression motion can be disentangled, and the pose or expression transfer can be performed in the latent space conveniently via addition. The two generators render the modified latent codes to images, respectively. Moreover, to guarantee the disentanglement, we propose a bidirectional cyclic training strategy with well-designed constraints. Evaluations demonstrate our method can control pose or expression independently and be used for general video editing.

PaperPDFConference PDFCodeCode 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="2301.06281")

Code

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

By repository: official repository: 22 samples from 1 repository, 14 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Carlyx/DPE officialmentioned on GitHubpytorch 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

23 samples harvested; 15 ran; 0 honoured the contract we drafted; 8 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.

1ran · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
11ran
8unverified

Licence: 1 of the 23 samples is 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 Carlyx/DPE. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

Blur Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · d56e5456e614facc · report
ConstantInput Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 2791e7e6779bf494 · report
Direction Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 9f3db3d59434def1 · report
EncoderApp Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 48671646da78ef35 · report
EqualConv2d Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 56cc85f0f1ca1e37 · report
EqualLinear Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic MIT (permissive) · ada97d5a14aed1a7 · report
FusedLeakyReLU Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 1bfc9df1f20629ae · report
ModulatedConv2d Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic MIT (permissive) · fbc7a646183a73f6 · report
NoiseInjection Carlyx/DPE/networks/generator.py official repository ran fingerprinted MIT (permissive) · a803ab12c3986ffc · report
ScaledLeakyReLU Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · bd5e20e1864404e7 · report
Upsample Carlyx/DPE/networks/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 3cb4513942fd17d4 · report
fused_leaky_relu Carlyx/DPE/networks/generator.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 44c69c91b5434020 · report
upfirdn2d Carlyx/DPE/networks/generator.py official repository ran · fixture could not drive it MIT (permissive) · c5d084250637f1f8 · report
upfirdn2d_native Carlyx/DPE/networks/generator.py official repository ran · fixture could not drive it MIT (permissive) · 200baf9e83c9a4de · report
ConvLayer Carlyx/DPE/networks/generator.py official repository unverified MIT (permissive) · 8c8d2d8103bf9805 · report
Encoder Carlyx/DPE/networks/generator.py official repository unverified MIT (permissive) · 52dad034d993c841 · report
Generator Carlyx/DPE/networks/generator.py official repository unverified MIT (permissive) · aaeb71b262fddbbc · report
ResBlock Carlyx/DPE/networks/generator.py official repository unverified MIT (permissive) · 8db5aa5bd9cfcd07 · report
StyledConv Carlyx/DPE/networks/generator.py official repository unverified MIT (permissive) · fe5a013ac94efe7a · report
Synthesis Carlyx/DPE/networks/generator.py official repository unverified MIT (permissive) · 0a86e04f7ae8efc1 · report
ToFlow Carlyx/DPE/networks/generator.py official repository unverified MIT (permissive) · 4a62baba6f413f56 · report
ToRGB Carlyx/DPE/networks/generator.py official repository unverified MIT (permissive) · a394679999e6ea1c · report
make_kernel identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · 6f65e378a4313f87 · report

Tasks

DisentanglementFace GenerationTalking Face GenerationVideo Editing

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