Articulated Object Tracking for Autonomous Vehicle Path Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing planning systems in autonomous and semi-autonomous vehicles struggle to accurately identify and navigate around articulated objects, such as tractor-trailers, due to inefficient use of computational resources and inaccurate representation of these objects, leading to potential collisions and suboptimal navigation.

Innovation Solution

Implementing a model that joins detected objects as articulated objects based on heuristics and algorithms, considering size, distance, overlap, and intersection, to generate more accurate representations, thereby reducing computational resource usage and improving navigation safety.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional planning systems represent articulated objects as separate bounding boxes, then object detection is simpler, but navigation accuracy deteriorates due to inability to capture the articulated structure and movement patterns

Engineering Contradiction:
Improveobject representation accuracyVSAvoidcomputational resource usage
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments articulated objects into multiple components (e.g., tractor and trailer) while maintaining their articulated relationship. Each component is represented with its own bounding box and state, but they are linked through articulation constraints that model the physical connection and relative movement possibilities between them.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system transitions from representing objects in simple 2D bounding boxes to incorporating 3D spatial relationships and articulation states. This includes modeling the relative positions, orientations, and movement constraints between articulated components in three-dimensional space, enabling more accurate prediction of object behavior.

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

2Reliability

If articulated objects are tracked as multiple separate objects, then detection algorithms are easier to implement, but navigation safety deteriorates due to failure to predict articulation-induced movement

Engineering Contradiction:
Improvenavigation safetyVSAvoidarticulated object identification
Core Design Contradiction:
ReliabilityVSDifficulty of detecting and measuring

Solution Approach 1:

The system merges the detection and tracking of articulated components into a unified articulated object model. By combining multiple detected components that satisfy articulation criteria (spatial proximity, compatible object types, consistent motion patterns), the system creates a cohesive representation that captures the articulated structure and enables safer navigation predictions.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system introduces articulation state variables and transition models as intermediaries between individual component detections and overall object behavior prediction. These intermediaries model the physical constraints and movement patterns of articulated connections, enabling the system to infer the behavior of connected components based on the motion of individual parts.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250356661A1Articulated object determination
Publication Date: 2025.11.20 ZOOX INC
  • US20250356661A1 patent drawing
  • US20250356661A1 patent drawing
  • US20250356661A1 patent drawing

AI summary

A vehicle computing system may implement techniques to determine whether two objects in an environment are related as an articulated object. The techniques may include applying heuristics and algorithms to object representations (e.g., bounding boxes) to determine whether two objects are related as a single object with two portions that articulate relative to each other. The techniques may include predicting future states of the articulated object in the environment. One or more model(s) may be used to determine presence of the articulated object and/or predict motion of the articulated object in the future. Based on the presence and/or motion of the articulated object, the vehicle computing system may control operation of the vehicle.