Back to articles
Vision & Video

ID-V2V: Restyling Videos While Preserving Identity and Performance

3 min read

Introduction

Generative video editing often faces a difficult trade-off: the more aggressively a scene is restyled, the more likely the model is to alter the person in the footage. Faces may drift, eye gaze can become unstable, expressions may lose nuance, and lip synchronization can degrade. For storytelling, that is not a minor artifact. Human performance is usually the emotional center of the shot.

Netflix’s research work ID-V2V: Identity-Preserving Video Restylization addresses this specific problem. Rather than generating a video from scratch, it focuses on video-to-video editing: take an existing performance, edit one or more keyframes to define a new visual direction, and propagate that change across the full video while keeping the actors recognizable and their performance intact.

Key ideas

  • A production-oriented task definition: ID-V2V formalizes “identity-preserving video restylization,” where changes to scene, lighting, and style are guided by edited keyframes and applied to the source video over time.
  • Performance is treated as a constraint, not a side effect: The method is designed to preserve facial likeness, subtle expressions, eye gaze, lip synchronization, body motion, and multi-person interactions.
  • A response to missing paired data: Real-world paired examples of the same performance restyled in different ways while perfectly preserving identity are scarce. ID-V2V avoids relying on such rare datasets by constructing training pairs from a single video.
  • Identity preservation becomes relighting: The central insight is that facial appearance and expressions should remain largely invariant, while illumination is the main acceptable change. The paper therefore frames identity preservation as a video relighting problem.
  • Multiple controls work together: Relit facial regions and facial normal maps tightly constrain facial identity and performance. Edited keyframes and depth sequences guide flexible, temporally coherent synthesis for the rest of the scene.

Why it matters

The practical appeal is straightforward: capture the performance first, redesign the look later. For filmmaking, advertising, virtual production, and creator workflows, this could reduce the need for reshoots when the desired visual style changes after filming. A scene could be pushed toward a different lighting scheme, environment, or aesthetic treatment while retaining the original actor performance.

The work also highlights a broader evaluation issue for video generation. A generated or edited clip cannot be judged only by visual sharpness or style consistency. In human-centric footage, identity stability, expression continuity, gaze fidelity, and believable lip motion are central quality metrics.

ID-V2V should still be read as a research exploration rather than a fully proven production system. The material points to strong results against existing methods, including single- and multi-subject settings, but real-world robustness will depend on how it handles complex motion, occlusions, extreme stylization, and long sequences. Even so, its formulation is important: it shifts video restylization toward preserving the human performance as the non-negotiable anchor.

Source: Hugging Face Daily Papers

Comments

Checking sign-in status...

Loading comments...

Related articles

CCTest · Blog
O-VAD shifts industrial video anomaly detection from clip-level viewing to object-level reasoning
Vision & Video
cctest.ai
Vision & Video

O-VAD shifts industrial video anomaly detection from clip-level viewing to object-level reasoning

O-VAD is a training-free framework for industrial video anomaly detection that tracks objects through time and reasons over their state trajectories. Its central claim is that frontier VLMs often fail in industrial settings because they are not given object-level evidence.

Read more
CCTest · Blog
Closing the Loop: A Training-Free Fix for Revisit Consistency in Generative Rendering
Vision & Video
cctest.ai
Vision & Video

Closing the Loop: A Training-Free Fix for Revisit Consistency in Generative Rendering

The paper tackles a practical weakness in long-horizon generative rendering: when a camera returns to a previously seen place, an autoregressive video model may redraw it differently. The proposed method restores historical latent chunks and uses 3D correspondences to guide attention, without post-training.

Read more
CCTest · Blog
SANA-Video 2.0: Hybrid Attention for Faster High-Resolution Video Generation
Vision & Video
cctest.ai
Vision & Video

SANA-Video 2.0: Hybrid Attention for Faster High-Resolution Video Generation

SANA-Video 2.0 proposes a hybrid video diffusion Transformer that keeps most of the efficiency benefits of linear attention while periodically restoring full softmax interactions. The paper reports competitive quality on a single H100, with notable speedups for longer and higher-resolution video generation.

Read more