Parking Zone Detection for Available Autonomous Vehicle Spaces

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Autonomous vehicles face difficulties in identifying available and adequate parking spaces, especially in areas with parking lanes, due to the challenge of distinguishing between occupied and unoccupied spaces and determining the size of spaces that can accommodate their dimensions.

Innovation Solution

The autonomous vehicle employs sensor data and algorithms to analyze parking zones by generating line references, sampling points, and polygons to identify intersections and determine available spaces based on thresholds for length and width, considering a safety buffer for maneuverability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If the autonomous vehicle uses simple parking detection methods, then the device complexity is reduced, but the measurement precision of parking space availability and adequacy deteriorates

Engineering Contradiction:
Improvecomplexity of parking detection systemVSAvoidprecision of parking space identification
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The parking zone is segmented into multiple discrete parking spaces by generating a centerline and dividing the zone into segments along this centerline. Each segment represents a potential parking space, allowing the system to evaluate availability and adequacy of individual spaces without requiring complex object detection for each one.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system transforms the 2D parking zone detection problem into a 1D analysis by creating a centerline representation. By sampling points along this centerline and creating polygons at these points, the system reduces computational complexity while maintaining accurate spatial analysis of parking spaces.

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

2Measurement precision

If the autonomous vehicle uses detailed spatial analysis with polygons and intersections, then the measurement precision of parking space identification is improved, but the computational use of energy increases

Engineering Contradiction:
Improveprecision of parking space identificationVSAvoidenergy consumption of processing system
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The parking zone is divided into discrete segments along a centerline, with each segment representing a potential parking space. This segmentation allows the system to perform focused computational analysis only on relevant areas rather than processing the entire zone uniformly, reducing overall energy consumption.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system creates polygons at sampled points along the centerline and performs intersection tests only where necessary to determine space boundaries. By sampling at strategic intervals rather than continuously, the system achieves sufficient precision while minimizing computational energy expenditure.

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If the autonomous vehicle increases the safety buffer for maneuverability, then the reliability of parking operations is improved, but the area of available parking spaces is reduced

Engineering Contradiction:
Improvereliability of parking operationVSAvoidavailable parking space area
Core Design Contradiction:
ReliabilityVSArea of moving object

Solution Approach 1:

The safety buffer is applied locally at the boundaries of each identified parking space rather than uniformly across the entire zone. By creating polygons at sampled points and using intersection analysis, the system determines the exact available area within each space, maximizing utilization while maintaining necessary safety margins for vehicle maneuverability.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11550324B2Parking zone detection for vehicles
Publication Date: 2023.01.10 ZOOX INC
  • US11550324B2 patent drawing
  • US11550324B2 patent drawing
  • US11550324B2 patent drawing

AI summary

Techniques and methods for identifying parking zones. For instance, a vehicle may identify a parking zone located near a destination location for the vehicle. The vehicle may then generate one or more lines representing the parking zone. Additionally, the vehicle may generate polygons representing objects located proximate to the parking zone. The vehicle may then determine whether the one or more lines intersect with one or more of the polygons. If the vehicle determines that the one or more lines intersect with one or more of the polygons, then the vehicle may identify one or more first portions of the parking zone that are occupied by one or more objects and as such, unavailable. Using the one or more first portions, the vehicle may identify one or more second portions of the parking zone that are not occupied by objects and as such, available.