Surrounding Vehicle Speed Prediction via Reference Point Tracking
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Autonomous driving systems often fail to maintain a safe distance from surrounding vehicles, leading to increased collision risks due to sudden braking, even when the user's vehicle is at a sufficient distance.
Innovation Solution
A vehicle equipped with a camera and controller that recognizes surrounding vehicles through image processing, sets a reference point based on object recognition data, and predicts the driving speed of surrounding vehicles using a Kalman filter, allowing for accurate distance and speed determination and control adjustments.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Extent of automation
If autonomous driving systems control distance based on driving speed of surrounding vehicles, then distance control is automated, but collision risk increases due to sudden braking of surrounding vehicles
Solution Approach 1:
The system performs preliminary action by predicting the future speed of surrounding vehicles before sudden braking occurs. The prediction unit estimates speed changes based on current speed, acceleration, and trajectory data, allowing the autonomous vehicle to proactively adjust its distance control before the surrounding vehicle's sudden braking happens, thereby preventing collisions while maintaining automation
Solution Approach 2:
The system implements feedback by continuously monitoring the surrounding vehicle's speed, acceleration, and trajectory, then using this information to update predictions and adjust distance control in real-time. The prediction unit receives ongoing data from sensors and refines speed estimates, creating a closed-loop control system that responds to changing conditions while maintaining automated distance control
2Device complexity
If the system uses basic distance control based on surrounding vehicle speed, then the control system remains simple, but safety distance cannot be secured when surrounding vehicles brake suddenly
Solution Approach 1:
The system adds predictive capability that operates in parallel with basic distance control, estimating future speed changes before they occur. This preliminary speed prediction allows the system to maintain safety distances proactively without fundamentally redesigning the control architecture, keeping complexity manageable while improving reliability
Solution Approach 2:
The prediction unit acts as an intermediary between sensor data and the distance control system. It processes raw speed and trajectory data to generate predicted speed estimates, which then feed into the control algorithm. This intermediary layer adds predictive functionality without directly complicating the core control mechanism, maintaining a clear separation of concerns
3Reliability
If the system accurately predicts surrounding vehicle speed using reference points, then collision prevention improves, but processing complexity increases
Solution Approach 1:
The system segments the surrounding vehicle into multiple reference points (front, center, rear) and tracks each independently. This segmentation allows the prediction algorithm to capture the vehicle's rotational motion and shape changes, improving prediction accuracy for collision prevention while keeping computational requirements manageable through focused processing of discrete points
Solution Approach 2:
The system changes parameters by selecting different reference points on the surrounding vehicle based on its orientation and distance. By dynamically adjusting which points to track and how to weight their contributions to speed prediction, the system optimizes processing efficiency while maintaining high prediction accuracy for collision prevention
Data Source
AI summary
A vehicle may include a camera configured to obtain an image of at least one surrounding vehicle; and a controller configured to determine object recognition data including at least one of full area data, wheel area data, and bumper area data of the surrounding vehicle from the image of the at least one surrounding vehicle, based on the object recognition data, to set a reference point in the at least one of the full area data, the wheel area data, and the bumper area data of the surrounding vehicle from the image of the surrounding vehicle, and to predict a driving speed of the surrounding vehicle based on a change in a position of the reference point.


