Motion-Warped Recurrent Unit for Consistent Image Sequences

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing neural networks struggle to generate or process sequences of images with high motion consistency, especially when objects undergo significant displacement, leading to inconsistencies and reduced realism.

Innovation Solution

A recurrent unit that applies a convolution operation to the output of the previous time step, warping the data based on object motion, and uses a flexible kernel generation method to improve image consistency and accuracy, particularly in image and video processing tasks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If existing neural networks are used to generate or process image sequences, then basic image processing can be performed, but motion consistency deteriorates when objects undergo significant displacement

Engineering Contradiction:
Improvemotion consistencyVSAvoidimage consistency
Core Design Contradiction:
ReliabilityVSManufacturing precision

Solution Approach 1:

The recurrent unit performs preliminary warping of the previous output based on predicted motion before generating the final current output. This preliminary action of warping aligns the historical data with the current motion state, ensuring that objects maintain consistency even when undergoing significant displacement. The warping operation is applied to the output of the previous time step before it is combined with the current input to generate the current output.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces an intermediate warping operation as a mediator between the previous output and the current output. This warping layer acts as an intermediary transformation that adjusts the spatial configuration of the previous output based on motion predictions, thereby bridging the gap between historical and current states and improving motion consistency in the generated image sequences.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If standard recurrent operations are applied without warping, then computational simplicity is maintained, but motion consistency deteriorates

Engineering Contradiction:
Improvemotion consistencyVSAvoidcomputational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The warping operation is performed as a preliminary step using motion predictions that are already generated as part of the network's output. By reusing the predicted motion information and applying it as a preliminary transformation to the previous output, the system improves motion consistency without requiring a separate complex motion estimation module, thus limiting the increase in computational complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent changes the parameter space by applying a spatial transformation (warping) to the output data based on motion predictions. This parameter change in the spatial domain allows the network to account for object displacement without fundamentally changing the recurrent architecture or adding computationally intensive operations, thereby improving motion consistency with moderate computational overhead.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If warping is applied to improve motion consistency, then image realism is improved, but computational cost increases

Engineering Contradiction:
Improveimage realismVSAvoidcomputational cost
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The warping operation uses motion predictions that are generated as part of the standard recurrent processing, applying them as a preliminary transformation. This approach leverages existing computational outputs (motion predictions) to perform the warping, avoiding the need for separate expensive motion estimation algorithms and reducing the additional computational cost while improving image realism.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The warping operation creates a transformed copy of the previous output based on predicted motion, rather than fundamentally reprocessing the entire sequence. This copying approach with spatial transformation allows the network to improve realism by aligning historical data with current motion states without requiring computationally intensive re-computation of all features.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS12530814B2Recurrent unit for generating or processing a sequence of images
Publication Date: 2026.01.20 GDM HOLDING LLC
  • US12530814B2 patent drawing
  • US12530814B2 patent drawing
  • US12530814B2 patent drawing

AI summary

A recurrent unit is proposed which, at each of a series of time steps receives a corresponding input vector and generates an output at the time step having at least one component for each of a two-dimensional array of pixels. The recurrent unit is configured, at each of the series of time steps except the first, to receive the output of the recurrent unit at the preceding time step, and to apply to the output of the recurrent unit at the preceding time step at least one convolution which depends on the input vector at the time step. The convolution further depends upon the output of the recurrent unit at the preceding time step. This convolution generates a warped dataset which has at least one component for each pixel of the array. The output of the recurrent unit at each time step is based on the warped dataset and the input vector.