Video Frame Synthesis With Shared Motion Latent Control

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing video synthesis models require large-scale video datasets and substantial computational resources, making them expensive to train and limiting their practicality, especially for high-resolution image-to-video animation.

Innovation Solution

A diffusion-based frame-to-video model with a recursive frame sampling scheme and explicit motion control using a shared motion latent code, allowing training on lower resolution videos and generating high-resolution videos efficiently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If existing video synthesis models are trained on high-resolution videos, then video quality is improved, but computational resources and VRAM requirements increase substantially

Engineering Contradiction:
Improvevideo qualityVSAvoidcomputational resources
Core Design Contradiction:
Manufacturing precisionVSQuantity of substance

Solution Approach 1:

The video synthesis process is segmented into two distinct stages: training at low resolution and inference at high resolution. The model is trained on downsampled low-resolution videos to learn motion patterns, then during inference, it generates high-resolution frames by predicting frame differences. This segmentation allows the model to achieve high video quality without requiring substantial computational resources during training.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the problem from direct high-resolution video generation to a two-dimensional approach: first learning in the low-resolution domain during training, then projecting to the high-resolution domain during inference. By operating in the latent space of a pre-trained VAE and predicting frame differences rather than full frames, the model achieves high-resolution output with reduced memory requirements.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Manufacturing precision

If large-scale video datasets are used for training, then synthesis quality is improved, but training cost and complexity increase

Engineering Contradiction:
Improvesynthesis qualityVSAvoidtraining complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent applies preliminary action by pre-training a Variational Autoencoder (VAE) on large-scale video datasets before using it for the actual synthesis task. This pre-trained VAE provides a robust latent space representation that can be leveraged without requiring the main model to relearn basic video structures from scratch. Additionally, the motion embedding layer is pre-trained on large datasets to capture motion patterns, which are then reused during inference, reducing both training time and computational complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Instead of training on full high-resolution video frames, the model works with compressed representations in the latent space of the pre-trained VAE. The motion embedding layer captures essential motion patterns that are then copied and applied across different video sequences. This copying approach allows the model to achieve high synthesis quality without requiring extensive training on large-scale high-resolution video datasets.

Inventive Principle:
Principle #26Copying

3Manufacturing precision

If high-resolution video synthesis is performed directly, then output quality is improved, but memory requirements during training increase

Engineering Contradiction:
Improveoutput qualityVSAvoidVRAM
Core Design Contradiction:
Manufacturing precisionVSQuantity of substance

Solution Approach 1:

The patent operates in the latent space dimension rather than pixel space during training. By encoding videos through a pre-trained VAE and performing synthesis in this compressed latent representation, the model achieves high-resolution output capability while requiring minimal VRAM during training. The dimensionality reduction inherent in the VAE encoding allows the model to learn high-resolution video patterns without storing or processing large amounts of high-resolution data.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The synthesis process is segmented into learning motion patterns separately from learning appearance details. The motion embedding layer captures temporal dynamics at low resolution, while the frame prediction network generates high-resolution frame differences during inference. This segmentation allows the model to achieve high output quality without requiring high VRAM during training, as the computationally intensive high-resolution generation occurs only during inference on a single frame at a time.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260073483A1Method and electronic device for synthesizing video
Publication Date: 2026.03.12 SAMSUNG ELECTRONICS CO LTD
  • US20260073483A1 patent drawing
  • US20260073483A1 patent drawing
  • US20260073483A1 patent drawing

AI summary

A method for synthesizing a video is provided. The method includes obtaining a shared motion latent code corresponding to a motion between frames of the video by inputting an input frame to a first encoder, obtaining a first latent representation by inputting the input frame to a second encoder to reduce a resolution of the input frame, and predicting, by using a trained neural network model, a next frame from the input frame based on the shared motion latent code and the first latent representation.