Cross-Traffic Detection Using Trail-Based Road and Lane Modeling
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing cross-traffic alert systems often provide late warnings due to erroneous initial heading estimates and curved road conditions, leading to difficulties in predicting approaching vehicles that may appear to be heading away until the last moment.
Innovation Solution
A cross-traffic detection system for automated vehicles, comprising an object-detector, alert-device, and controller, which determines the locations of moving objects relative to the host-vehicle, constructs a road-model based on clearance and polynomial trails, and establishes a conflict zone to alert the operator of potential collisions by assigning lane numbers and activating alerts when a moving object's path intersects with this zone.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Loss of time
If traditional cross-traffic alert systems use initial heading estimates to predict approaching vehicles, then the system can provide early warnings, but the warnings are often late or erroneous due to curved road conditions and vehicles appearing to head away until the last moment
Solution Approach 1:
The system changes the parameters used for prediction from initial heading estimates to continuous trail-based polynomial fitting. By tracking multiple position points over time and fitting polynomials to these trails, the system dynamically adapts to curved road conditions and changing vehicle directions, providing accurate predictions even when vehicles initially appear to be heading away.
Solution Approach 2:
The system performs preliminary trail construction by continuously tracking and storing position data of moving objects before making collision predictions. This preliminary accumulation of trail data allows the system to establish accurate polynomial models in advance, enabling timely and precise conflict zone predictions rather than relying on potentially erroneous initial headings.
2Measurement precision
If the system tracks multiple moving objects and constructs detailed road models with conflict zones, then collision detection accuracy is improved, but the computational complexity and processing requirements increase
Solution Approach 1:
The system segments the road space into discrete lanes using polynomial-based road models and assigns lane numbers to different moving objects. This segmentation approach simplifies collision detection by comparing lane assignments and conflict zone overlaps rather than performing complex multi-vehicle trajectory simulations, reducing computational complexity while maintaining accuracy.
Solution Approach 2:
The system introduces polynomial trail models and conflict zones as intermediary representations between raw sensor data and collision detection. These intermediaries provide a simplified mathematical framework that captures essential collision information without requiring direct simulation of all vehicle dynamics, thereby reducing processing complexity while preserving detection accuracy.
Data Source
Figure 1
Figure 2
Figure 3
AI summary
A cross traffic detection system (10) suitable for use on an automated vehicle includes an object-detector (14), an alert-device (24), and a controller (28). The object-detector (14) is used to determine locations (16) of moving-objects (18) relative to a host-vehicle (12). The alert-device (24) is used to alert an operator (26) of the host-vehicle (12) to the location (16) of the moving-objects (18). The controller (28) is in communication with the object-detector (14) and the alert-device (24). The controller (28) determines a first-trail (34) of a first-moving-object (36) based on the locations (16) of the first-moving-object (36), and determines a road-model (48) based on a polynomial (46) of the first-trail (34). The controller (28) also determines a second-trail (56) of a second-moving-object (58), assigns a lane-number (64) to the second-moving-object (58) based on the road-model (48), and activates the alert-device (24) when the path of the second-moving-object (58) resides in the lane-number (64) overlain by a conflict-zone (66).