Reversing out of a blind parking spot is one of the genuinely hard problems in driver assistance, and not because the sensors are bad. The trouble is timing. A vehicle approaching from the rear-cross side — the classic case of backing out of a space between two tall SUVs — is hidden until late, moving fast relative to your slow reverse, and on a path that only becomes a collision in the last second or two. A system that waits until the other car is close enough to be unambiguous has already waited too long; a system that fires on every passing vehicle becomes noise the driver learns to ignore. A newly published Hyundai Motor Company application, surfaced in this week's patent pub drop, is directed at exactly that timing problem. The hero of the cluster is US20260167182A1, titled "Autonomous Vehicle and Method, a Program, and a Computer-Readable Recording Medium for Avoiding Rear Cross-Traffic Collision," published June 18, 2026.
The approach the application discloses is to stop reasoning about distance and start reasoning about geometry over time. The method first determines the ego vehicle's driving status and from it builds a risk area — a region of the road the car effectively occupies or is sweeping into as it reverses. It then detects a second vehicle approaching from the rear-cross side and calculates a target area for that vehicle, the region it is projected to occupy. The two regions are not static footprints; they move and deform as both vehicles move. The core computation is the overlap between them. The method determines a first intersection of the risk area and the target area, then watches whether a second intersection forms between that first intersection and a warning area on the side of the ego vehicle as the first intersection migrates. The decisive output is not a yes/no proximity flag but a predicted time of formation of that second intersection, and the vehicle is controlled to avoid the collision based on when that time arrives.
A method of avoiding rear cross-traffic collision of a first vehicle includes: determining a driving status of the first vehicle and determining a risk area based on the driving status of the first vehicle. The method also includes detecting a second vehicle approaching from a rear-cross side of the first vehicle and calculating a target area of the second vehicle. The method additionally includes determining a first intersection of the risk area and the target area and determining whether a second intersection between the first intersection and a warning area on a side of the first vehicle is formed according to movement of the first intersection. The method further includes determining a time of formation of the second intersection and controlling the first vehicle to avoid collision with the second vehicle based on the time of formation of the second intersection.— Autonomous Vehicle and Method... for Avoiding Rear Cross-Traffic Collision, US20260167182A1
Why model a collision as two moving shapes?
The interesting engineering choice here is the decision to represent both the threat and the protected zone as areas rather than points. A point-to-point model — my position, your position, the closing distance — throws away most of what makes the rear-cross case dangerous: the fact that a collision is really a question of whether two swept regions will share space at the same instant. By computing the intersection of a risk area and a target area, the disclosed method captures the maneuver, not just the snapshot. And by introducing a separate warning area on the side of the car and asking when the moving intersection will reach it, the method builds in a lead time that a distance threshold cannot: it is predicting the moment of conflict and counting down to it, rather than reacting once the conflict is already underway. The CPC classification reflects this lineage precisely. It is filed under B60W 30/09 and B60W 30/0956, the collision-avoidance and trajectory-prediction control classes, alongside B60W 60/0015 for autonomous-operation conditions, with the supporting class B60W 2554/4044 marking the relative-position-of-other-vehicles input the whole calculation runs on.
Where this sits in the state of the art is worth stating plainly. Time-to-collision and trajectory-prediction methods are a mature corner of driver-assistance research, and rear cross-traffic alert is already a shipping feature class. What this application discloses is a specific construction of that prediction — the risk-area/target-area intersection and the time-of-formation of a second intersection against a side warning zone — aimed at the rear-cross encounter. One caveat is load-bearing: this is a published application, not a granted patent. It describes what Hyundai's engineers disclosed and sought to protect, and the claims that eventually issue may be narrower than the abstract reads.
The cluster is really one question: when should the system act?
Read alone, the hero filing is a collision-prediction method. Read alongside its companions in the same pub drop, it is one answer to a question the whole cluster keeps circling: an autonomy safety stack has to decide not only that there is a hazard but whether and when to intervene without crying wolf. US20260167216A1 ("Method of Controlling a Forward Collision-Avoidance Assist (FCA) Warning of a Vehicle") goes at the same problem from the opposite direction: it describes checking a forward vehicle's motion, determining it is at risk of collision, and then suppressing the FCA warning when the forward vehicle satisfies a defined requirement — an explicit mechanism for not firing an alert that the system has reason to believe is spurious. US20260167207A1 ("Autonomous Driving Method for a Vehicle") tunes the same FCA function adaptively, collecting data to determine a sensitivity operation level and then driving with the function adjusted to that level. Taken together, these three describe a safety layer being engineered for restraint as much as for reaction — predict early, but suppress and re-tune so the prediction does not become a nuisance.
Underneath the decision logic sits the perception layer that has to feed it, and the same drop describes that too. US20260170848A1 ("Method of Object Recognition Based on Sensor Fusion") describes identifying a candidate track area containing a static object detected from point-cloud data, generating fusion information with two layers of verification, and evaluating the reliability of that candidate before committing to it as a road-facility object — the same restraint instinct, applied to perception rather than control. US20260170797A1 ("Method and Apparatus for Generating Training Data") tackles the unglamorous bottleneck behind all of it: it describes labeling distant objects by finding the vanishing point in a camera image, upscaling the partial image near it, and matching the recognized object against a LiDAR point return so the two sensors agree before the label is trusted. That is data plumbing, but it is the plumbing that determines whether a risk-area calculation is fed clean inputs or garbage.
Two more applications round out the low-speed maneuvering side, where the rear-cross problem actually lives. US20260167177A1 ("Method and Apparatus for Surround View Monitor-Based Parking Assistance Using a Machine Learning Model") describes detecting the edge and corner feature points of a parking space from a stitched surround-view image with a machine-learning model and estimating the space's location and dimensions, and US20260169474A1 ("Method and Apparatus for Recognizing Parking Situations," filed under the autonomy-control class G05D 1/222) describes a state machine that tracks whether a vehicle has entered, aligned with, and left a parking space, checking for obstacles and activating a remote-control mode when the vehicle has not cleared the space. Read as a set, the cluster describes an automated vehicle that is learning the same thing a careful human driver knows on instinct: the dangerous moments are the geometric ones — the angles, the overlaps, the closing maneuvers in tight space — and the skill is not just seeing them, but knowing precisely when they demand a response.
Comments
Loading comments…