Spatiotemporal Attention Blocks for Controllable Video Generation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional text-to-video generation models struggle to accurately reproduce specific object appearances and camera or object movements based on text prompts, with limitations in disentangling visual appearance and motion, leading to inadequate motion customization and overfitting issues.

Innovation Solution

Implementing a spatiotemporal attention block in parallel with spatial and temporal attention blocks using low-rank adaptation (LoRA) to fine-tune generative models, allowing for enhanced control over object and camera movements by leveraging spatial and temporal attention components.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional text-to-video generation models are used, then video generation is possible, but the accuracy of reproducing specific object appearances and motions is insufficient

Engineering Contradiction:
Improveaccuracy of reproducing object appearances and motionsVSAvoidmotion customization capability
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The model is segmented into distinct spatial attention components and temporal attention components. Spatial attention handles object appearance and positioning, while temporal attention handles motion dynamics. This segmentation allows each component to specialize in specific aspects, improving overall accuracy without requiring full model retraining.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a temporal dimension to traditional spatial attention mechanisms by adding temporal attention components that operate across video frames. This dimensional extension enables the model to capture motion patterns and temporal relationships, significantly improving motion reproduction accuracy.

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

2Adaptability or versatility

If large generative models with many parameters are trained, then model capability is improved, but computational expense and difficulty of fine-tuning increase

Engineering Contradiction:
Improvemodel capabilityVSAvoidcomputational expense and fine-tuning difficulty
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent extracts and isolates only the attention components (spatial and temporal) that are most critical for video generation tasks, rather than training or fine-tuning the entire large model. This extraction approach reduces computational expense and makes fine-tuning feasible while preserving the core capabilities needed for accurate video synthesis.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Instead of uniformly improving the entire model, the patent applies localized enhancements specifically to the attention mechanisms. By focusing computational resources on optimizing spatial and temporal attention components, the model achieves improved video generation capability with minimal additional computational burden.

Inventive Principle:
Principle #3Local quality

3Adaptability or versatility

If fine-tuning is attempted on large models, then model personalization is possible, but overfitting becomes a major challenge

Engineering Contradiction:
Improvemodel personalizationVSAvoidgeneralization accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The patent extracts only the essential attention components for fine-tuning, reducing the number of trainable parameters significantly. This selective extraction prevents overfitting by limiting the model's capacity to memorize training data while retaining enough flexibility for personalization and adaptation to specific video generation tasks.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS20250356561A1Spatiotemporal attention in generative machine learning models
Publication Date: 2025.11.20 QUALCOMM INC
  • US20250356561A1 patent drawing
  • US20250356561A1 patent drawing
  • US20250356561A1 patent drawing

AI summary

Certain aspects of the present disclosure provide techniques and apparatus for improved machine learning. In an example method, a transformed version of image pixels is accessed in a machine learning model trained to provide controllability of generated videos. A spatial version of the image pixels is generated using a spatial attention component, and a temporal version of the image pixels is generated using a temporal attention component. A spatiotemporal version of the image pixels is generated using a spatiotemporal attention component. An output version of the image pixels is generated based on the spatiotemporal version of the image pixels and at least one of the spatial version of the image pixels or the temporal version of the image pixels. A set of output image pixels from the machine learning model is generated based on the output version of the image pixels, the output pixels portraying motion from prompt video data.