Trajectory Prediction Using Temporal Alignment

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for predicting trajectories of mobile agents, such as autonomous vehicles, face challenges in maintaining temporal consistency and adhering to road structures, often requiring high computational power and accurate estimation of dynamic parameters.

Innovation Solution

The introduction of a temporal transductive alignment (TTA) module, which aligns preliminary predicted trajectory points across time to ensure temporal consistency, combined with dynamic goal queries that learn to attend to contextual information for goal estimation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Stability of the object's composition

If observation reconstruction or scene graph consistency computation is used to impose temporal consistency, then trajectory temporal consistency is improved, but computational cost becomes prohibitive for time-sensitive tasks

Engineering Contradiction:
Improvetemporal consistencyVSAvoidcomputational cost
Core Design Contradiction:
Stability of the object's compositionVSPower

Solution Approach 1:

The patent extracts the essential temporal consistency constraint by introducing a temporal module that processes only the temporal dimension separately from the spatial prediction. This modular extraction allows temporal consistency to be enforced through lightweight operations rather than computationally intensive full-scene reconstruction, directly resolving the contradiction between temporal consistency and computational cost.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent replaces the mechanical/computational system of full observation reconstruction with a mathematical/algorithmic approach using temporal attention mechanisms and alignment operations. This substitution enables temporal consistency to be achieved through efficient matrix operations and attention masks rather than exhaustive computational search, significantly reducing computational burden while maintaining temporal coherence.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Stability of the object's composition

If heuristics are used to impose agents' dynamical constraints, then trajectory admissibility is improved, but accurate estimation of road users' dynamics parameters is required which is not readily known

Engineering Contradiction:
Improvetrajectory admissibilityVSAvoiddynamics parameters estimation
Core Design Contradiction:
Stability of the object's compositionVSMeasurement precision

Solution Approach 1:

The patent implements self-service by allowing the model to automatically learn and adapt to dynamic constraints through training on historical trajectory data. The temporal module self-calibrates temporal relationships and dynamic patterns from observed data without requiring external manual specification of dynamics parameters, enabling the system to infer appropriate constraints autonomously from real-world observations.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent changes the approach from fixed heuristic parameters to learned temporal parameters that adapt to different agents and contexts. By using temporal attention mechanisms and alignment operations, the system dynamically adjusts temporal weights and constraints based on observed behavior patterns, replacing static heuristic parameters with flexible, data-driven temporal models that capture actual agent dynamics.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If non-autoregressive trajectory prediction is used, then prediction speed is improved, but temporal consistency becomes difficult to maintain

Engineering Contradiction:
Improveprediction speedVSAvoidtemporal consistency
Core Design Contradiction:
ProductivityVSStability of the object's composition

Solution Approach 1:

The patent segments the trajectory prediction task into independent spatial prediction and temporal consistency enforcement components. The spatial module generates predictions efficiently in parallel (maintaining speed), while the temporal module separately processes and aligns temporal dimensions using attention mechanisms (ensuring consistency). This segmentation allows both non-autoregressive speed and temporal consistency to coexist by dividing computational responsibilities.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a temporal module as an intermediary between the fast spatial prediction and the final consistent trajectory output. This intermediary layer receives non-autoregressive spatial predictions, processes them through temporal attention and alignment operations, and outputs temporally consistent trajectories. The temporal module acts as a mediator that reconciles the speed advantage of non-autoregressive prediction with the consistency requirements of valid trajectories.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250123107A1Method and system for predicting a trajectory
Publication Date: 2025.04.17 HUAWEI TECH CO LTD
  • US20250123107A1 patent drawing
  • US20250123107A1 patent drawing
  • US20250123107A1 patent drawing

AI summary

The present invention relates to a prediction method of at least one trajectory Y of at least one agent a, the method may include acquiring at least one preliminary predicted trajectory Y, said preliminary predicted trajectory comprising a set of predicted points PT, aligning at least one point PTi of said set of predicted points PT with at least one point PTj of said set of predicted points PT using an analytically attention mask, and generating at least said predicted trajectory Y of said agent a, said predicted trajectory Y comprising at least said aligned point.