LIDAR Dynamic Scene Reconstruction with Rolling-Shutter Compensation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing dynamic scene reconstruction systems for autonomous vehicles struggle to accurately reconstruct both static and dynamic objects in an environment, particularly focusing on rigid and sparsely-scanned objects like buildings and moving vehicles, while methods like SLAM fail to handle challenging dynamic objects effectively.

Innovation Solution

A dynamic scene reconstruction system that utilizes a compositional model of geometry and motion, performing optimizations in alternating steps to estimate 6-DOF motion parameters and geometry of rigid components, while accounting for the 'rolling shutter' effect of rotating LIDAR scanners, generating intermediate frames to compensate for moving objects and reconstructing both static and dynamic objects accurately.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If SLAM methods are used for environment reconstruction, then mapping capability is improved, but handling of dynamic objects deteriorates

Engineering Contradiction:
Improveenvironment reconstruction accuracyVSAvoiddynamic object handling capability
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The system segments the environment into static components (buildings, terrain) and dynamic components (moving vehicles, pedestrians). Static components are reconstructed using traditional SLAM methods, while dynamic components are handled separately through detection and tracking modules that follow rigid body motion models. This segmentation allows each component to be processed with appropriate methods, resolving the contradiction between accurate mapping and dynamic object handling.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system transitions from static SLAM assumptions to dynamic reconstruction by implementing time-varying surface models. Dynamic objects are represented with 6-DOF pose estimates that evolve over time according to rigid body motion models. The reconstruction adapts to changing scene configurations by continuously updating object poses and separating dynamic from static geometry, enabling accurate handling of both static and dynamic elements.

Inventive Principle:
Principle #15Dynamics

2Adaptability or versatility

If dynamic scene reconstruction is performed to handle moving objects, then adaptability to dynamic environments is improved, but reconstruction accuracy deteriorates

Engineering Contradiction:
Improvedynamic environment handlingVSAvoidreconstruction accuracy
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The system performs preliminary classification of scene elements into static and dynamic categories before detailed reconstruction. Detection modules identify potential dynamic objects in advance, and tracking systems establish initial pose estimates. This preliminary action allows the reconstruction algorithm to apply appropriate models to each class, maintaining accuracy while adapting to dynamic environments. The separation of concerns prevents dynamic objects from corrupting the static map reconstruction.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces an intermediary tracking module that bridges detection and reconstruction. This intermediary maintains 6-DOF pose estimates for dynamic objects and provides them to the reconstruction system. By acting as a mediator, it isolates the reconstruction algorithm from the complexity of raw dynamic object data, allowing accurate reconstruction through standardized pose inputs while maintaining adaptability to various dynamic scenarios.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Manufacturing precision

If alternating optimizations for mesh and object poses are performed, then reconstruction quality is improved, but computational complexity increases

Engineering Contradiction:
Improvereconstruction qualityVSAvoidcomputational complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The system implements periodic alternating optimizations where the reconstruction process cycles between two distinct phases: (1) mesh optimization phase where the spatial grid is refined while object poses are held fixed, and (2) pose optimization phase where object 6-DOF parameters are updated while the mesh remains fixed. This periodic alternation breaks the complex joint optimization problem into manageable sequential steps, improving reconstruction quality through iterative refinement while controlling computational complexity through structured phase separation.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The optimization process is segmented into independent sub-problems: mesh optimization and pose optimization. Each sub-problem can be solved separately with appropriate algorithms and convergence criteria. The mesh optimization handles spatial discretization and geometry refinement, while pose optimization handles object state estimation. This segmentation of the optimization task reduces overall computational complexity by avoiding the need to simultaneously optimize all parameters together, while still achieving high reconstruction quality through coordinated alternating updates.

Inventive Principle:
Principle #1Segmentation

Applied Scientific Principles

This section explains which scientific principles are used to turn an abstract innovation direction into a practical engineering solution.

Function Achieved in This Case

The system provides high-quality, continuous scene reconstructions that account for both static and dynamic objects, enabling accurate navigation and collision avoidance for autonomous vehicles by integrating LIDAR data with neural networks for enhanced object detection and tracking.

Implementation Method 1

generation of point cloud data using a LIDAR system implemented on a vehicle in an environment including a plurality of objects

Methodology Applied
Scientific EffectLIDAR: LIDAR

Data Source

PatentUS20260038205A1Simultaneous map and dynamic object reconstruction from lidar
Publication Date: 2026.02.05 ROBERT BOSCH GMBH
  • US20260038205A1 patent drawing
  • US20260038205A1 patent drawing
  • US20260038205A1 patent drawing

AI summary

Systems and methods for simultaneous map dynamic object reconstruction using LIDAR are disclosed. A method includes generating point cloud data of an environment using a LIDAR system, and generating annotated frames based thereon, the first and second frames corresponding to first and second time points at a particular direction of the LIDAR. Intermediate frames between the first and second annotated frames are generated, and coordinate frame transformations are conducted for objects within the frames to determine respective positions and orientations. First and second optimizations are performed for a mesh of a three-dimensional space and positions/orientations within the space. The dynamic scene is reconstructed based on the optimizations.