Spatio-Temporal Scene Decomposition for Multi-Object Video Dynamics

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing unsupervised video decomposition models struggle to effectively decompose complex visual scenes with multiple moving objects, as they fail to leverage dynamic cues and model temporal dependencies between frames, leading to challenges in disentangling object appearance and shape.

Innovation Solution

A spatio-temporal amortized inference model is introduced, which processes video data using a 2D LSTM to capture joint probabilities and temporal dependencies, enabling iterative refinement of latent representations to decode multi-object scenes and predict future trajectories.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If existing unsupervised video decomposition models process frames independently, then computational complexity is reduced, but temporal dependencies between frames are not captured leading to poor decomposition quality

Engineering Contradiction:
Improvedecomposition qualityVSAvoidmodel complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extends the model from processing single frames to processing video sequences by adding a temporal dimension. The 2D LSTM architecture processes both spatial dimensions (height and width) and temporal dimension (time), transforming the problem from 2D to 3D processing to capture spatio-temporal dependencies effectively

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

Solution Approach 2:

The patent employs dynamic recurrent neural network units (LSTM) that maintain and update hidden states across time steps. This dynamic mechanism allows the model to adaptively capture temporal dependencies and evolve its understanding of object trajectories and appearances throughout the video sequence

Inventive Principle:
Principle #15Dynamics

2Measurement precision

If models use iterative refinement for pixel-level decomposition, then segmentation precision is improved, but computational time increases significantly

Engineering Contradiction:
Improvesegmentation precisionVSAvoidcomputational time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary actions by pre-processing video frames to extract key features and initialize object hypotheses before iterative refinement. The model prepares temporal context and spatial priors in advance, reducing the computational burden during the actual iterative decomposition process

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent maintains continuous refinement across multiple time steps rather than performing discrete iterative refinement on each frame independently. The iterative process continues smoothly through time, reusing computations and intermediate results from previous frames to reduce overall computational time

Inventive Principle:
Principle #20Continuity of useful action

3Measurement precision

If models process video data with temporal dependencies, then object trajectory prediction is improved, but the complexity of modeling increases

Engineering Contradiction:
Improvetrajectory prediction accuracyVSAvoidmodeling complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the complex video decomposition task into distinct components: spatial feature extraction, temporal dependency modeling, object hypothesis generation, and trajectory prediction. Each component is handled by specialized network modules, reducing overall modeling complexity through functional decomposition

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces intermediate representations such as object hypotheses, latent variables, and temporal features that mediate between raw video input and final trajectory predictions. These intermediaries simplify the modeling by breaking down the direct mapping into manageable stages with clear intermediate goals

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12374108B2System and method for unsupervised scene decomposition using spatio-temporal iterative inference
Publication Date: 2025.07.29 ROYAL BANK OF CANADA
  • US12374108B2 patent drawing
  • US12374108B2 patent drawing
  • US12374108B2 patent drawing

AI summary

Systems and methods for unsupervised multi-object scene decomposition that involve a spatio-temporal amortized inference model for multi-object video decomposition. Systems and methods involve a new spatio-temporal iterative inference framework to jointly model complex multi-object representations and the explicit temporal dependencies between the frames. Those dependencies improve overall quality of decomposition, encode information about object dynamics and can be used to predict future trajectories of each object separately. Additionally, the model can generate precise estimations and output data even without color information. The model has scene decomposition, segmentation and future prediction capabilities. The processor can use the model to simulate future frames of the scene data.