Point Cloud Temporal Fusion With Late-Stage Feature Alignment

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing techniques for processing sensor data, particularly point cloud data from LiDAR sensors, face challenges in efficiently and accurately detecting objects in varying data sequences without the need for re-training, especially when dealing with large or occluded objects, and often result in high computational costs and memory usage.

Innovation Solution

A late-to-early fusion pipeline that combines historical, late-stage feature representations with early-stage feature representations using inverse calibration and alignment techniques, along with a window-based attention mechanism, to improve object detection accuracy and efficiency by associating features across time steps.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If late-to-early fusion pipeline combines historical late-stage feature representations with early-stage feature representations, then object detection accuracy is improved, but computational complexity increases

Engineering Contradiction:
Improveobject detection accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The fusion pipeline is segmented into distinct stages: early-stage feature extraction from current point clouds and late-stage feature extraction from historical point clouds. This segmentation allows selective processing of features at different temporal stages, improving detection accuracy while managing computational complexity through staged processing rather than simultaneous processing of all features.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Historical late-stage feature representations are extracted and prepared in advance before the current processing step. This preliminary action allows the system to leverage historical information without requiring re-processing of entire historical sequences, thereby improving accuracy while controlling computational complexity through pre-computation.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If the pipeline processes temporal sequences of point cloud data, then detection accuracy for dynamic objects is improved, but memory usage increases

Engineering Contradiction:
Improvedetection accuracyVSAvoidmemory usage
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The system extracts only the necessary late-stage feature representations from historical point clouds rather than storing and processing complete historical point cloud data. This extraction approach retains the essential information needed for accurate detection of dynamic objects while significantly reducing memory requirements by discarding redundant raw data.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The pipeline processes only the necessary portion of temporal sequences - specifically extracting and fusing only the late-stage features from historical data rather than processing all temporal information. This partial processing approach maintains detection accuracy for dynamic objects while reducing memory usage through selective data retention.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If the system fuses features from multiple time steps, then detection accuracy for occluded objects is improved, but processing time increases

Engineering Contradiction:
Improvedetection accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

Late-stage feature representations from historical point clouds are extracted and prepared in advance. This preliminary extraction allows the main processing step to focus only on fusing these pre-computed features with current early-stage features, thereby improving detection accuracy for occluded objects while minimizing the time required for temporal fusion.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system extracts only the essential late-stage feature representations from historical data rather than processing complete temporal sequences during the main computation. This extraction strategy enables accurate detection of occluded objects through feature fusion while reducing processing time by avoiding redundant re-processing of historical data.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS12548248B2Late-to-early temporal fusion for point clouds
Publication Date: 2026.02.10 WAYMO LLC
  • US12548248B2 patent drawing
  • US12548248B2 patent drawing
  • US12548248B2 patent drawing

AI summary

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for generating an output that characterizes a scene at a current time step. In one aspect, one of the systems include: a voxel neural network that generates a current early-stage feature representation of the current point cloud, a fusion subsystem that generates a current fused feature representation at the current time step; a backbone neural network that generates a current late-stage feature representation at the current time step, and an output neural network that generate an output that characterizes a scene at the current time step.