Latent Diffusion Video Generation for Spatial Detail and Temporal Coherence

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Generating videos is challenging due to the difficulty in preserving spatial details while maintaining temporal coherence across frames, which existing generative models struggle with.

Innovation Solution

A two-stage training method is employed using a latent flow diffusion model to generate videos, where an image encoder and decoder are first learned, followed by a conditional latent diffusion probabilistic model to synthesize temporally coherent video sequences based on input images and text conditions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If existing generative models are used for video generation, then video sequences can be generated, but spatial details are lost and temporal coherence is not maintained

Engineering Contradiction:
Improvespatial details preservationVSAvoidtemporal coherence
Core Design Contradiction:
Manufacturing precisionVSReliability

Solution Approach 1:

The video generation process is segmented into two distinct stages: first generating spatially accurate frames using a diffusion model, then adjusting temporal coherence through optical flow estimation and frame interpolation. This segmentation allows each stage to optimize for its specific goal without compromising the other.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Optical flow estimation serves as an intermediary mechanism between frame generation and temporal coherence maintenance. The optical flow fields act as mediators that guide how spatial details from generated frames are propagated temporally, resolving the contradiction between preserving spatial fidelity and ensuring temporal consistency.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If video generation models attempt to maintain temporal coherence across frames, then temporal consistency improves, but spatial details deteriorate

Engineering Contradiction:
Improvetemporal coherenceVSAvoidspatial details
Core Design Contradiction:
ReliabilityVSManufacturing precision

Solution Approach 1:

The model dynamically adjusts the balance between spatial detail preservation and temporal coherence by using learnable parameters that control the strength of temporal constraints during training. This allows the system to adaptively optimize the trade-off based on the specific video content and generation requirements.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The invention changes key parameters including the diffusion timestep schedule, optical flow estimation weights, and loss function coefficients to independently control spatial quality and temporal coherence. By adjusting these parameters separately, the model can optimize for one aspect without permanently sacrificing the other.

Inventive Principle:
Principle #35Parameter changes

3Manufacturing precision

If a two-stage training process is used with encoder and diffusion model, then video generation quality improves, but training complexity increases

Engineering Contradiction:
Improvevideo generation qualityVSAvoidtraining process complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The encoder is trained in advance on a large dataset of video frames to learn robust feature representations before the diffusion model training begins. This preliminary action allows the second stage to focus solely on video generation without relearning basic visual features, reducing overall training complexity despite the two-stage process.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The trained encoder serves multiple functions: it provides feature extraction for the diffusion model, enables optical flow estimation, and supports both image-to-video and text-to-video generation modes. This multi-functionality reduces the need for separate components, offsetting the complexity increase from the two-stage training approach.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS12633003B2Video generation with latent diffusion probabilistic models
Publication Date: 2026.05.19 NEC CORP
  • US12633003B2 patent drawing
  • US12633003B2 patent drawing
  • US12633003B2 patent drawing

AI summary

Methods and systems for training a model include training an encoder in an unsupervised fashion based on a backward latent flow between a reference frame and a driving frame taken from a same video. A diffusion model is trained that generates a video sequence responsive to an input image and a text condition, using the trained encoder to determine a latent flow sequence and occlusion map sequence of a labeled training video.