Autonomous Parking Path Planning With CNN Path Distributions

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current autonomous driving systems face challenges in efficiently planning and adapting real-time motion paths, particularly in environments with unknown map information and obstacles, due to slow convergence speed and high memory consumption of existing sampling-based algorithms.

Innovation Solution

A path distribution estimation model using a convolutional neural network (CNN) is trained to output path distributions based on initial information, including map and departure information, which allows for real-time path planning and adaptation by sampling probability distributions of optimal paths, incorporating unknown grid maps and occupancy grid maps, and utilizing sensors for continuous updates.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If sampling-based algorithms are used for path planning in autonomous driving, then path finding capability is improved, but convergence speed deteriorates (slow convergence)

Engineering Contradiction:
Improvepath finding capabilityVSAvoidconvergence speed
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system pre-calculates and stores multiple candidate paths along with their probability distributions before actual navigation. When the autonomous vehicle needs to navigate, it directly retrieves pre-computed paths rather than performing real-time sampling, significantly reducing convergence time while maintaining path finding reliability

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The path distribution estimation model dynamically adapts to different environmental conditions by adjusting probability distributions based on map information, obstacle positions, and vehicle state. This allows the system to maintain high convergence speed while reliably finding appropriate paths for various scenarios

Inventive Principle:
Principle #15Dynamics

2Reliability

If sampling-based algorithms are used for path planning in autonomous driving, then path finding capability is improved, but memory consumption increases

Engineering Contradiction:
Improvepath finding capabilityVSAvoidmemory consumption
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The system extracts only the essential path information and probability distributions from complex sampling calculations, storing pre-computed results in a condensed format. This reduces memory consumption by eliminating redundant computational data while preserving the core path finding capability

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system transforms the representation of path data by using probability distribution parameters instead of storing complete sampling results. This parameter-based representation significantly reduces memory requirements while maintaining the ability to reliably find and evaluate paths

Inventive Principle:
Principle #35Parameter changes

3Device complexity

If traditional path planning methods are used, then system complexity is reduced, but adaptability to dynamic environments deteriorates

Engineering Contradiction:
Improvesystem complexityVSAvoidadaptability to dynamic environments
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The system replaces traditional mechanical path planning algorithms with a data-driven path distribution estimation model. This model uses learned probability distributions to adapt to dynamic environments automatically, providing high adaptability while maintaining manageable system complexity through the use of standardized deep learning frameworks

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

Data Source

PatentUS20240092345A1Device and method with continuous real-time autonomous parking planning and control
Publication Date: 2024.03.21 SAMSUNG ELECTRONICS CO LTD
  • US20240092345A1 patent drawing
  • US20240092345A1 patent drawing
  • US20240092345A1 patent drawing

AI summary

A device and method with continuous real-time autonomous parking planning and control are disclosed. A method of training a path distribution estimation model includes: obtaining initial information including map information, departure information of an autonomous driving device, and destination information of the autonomous driving device; obtaining paths through which the autonomous driving device is movable by inputting the initial information to the path distribution estimation model which predicts the paths; and training the path distribution estimation model to output a path distribution corresponding to the paths based on the initial information.