Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
VERIFYING PREDICTED TRAJECTORIES USING A GRID-BASED APPROACH
Document Type and Number:
WIPO Patent Application WO/2020/097029
Kind Code:
A1
Abstract:
Aspects of the disclosure provide for controlling a vehicle (100) in an autonomous driving mode. For instance, sensor data for an object as well as a plurality of predicted trajectories (510, 512) may be received. Each predicted trajectory may represent a plurality of possible future locations for the object. A grid (610) including a plurality of cells, each being associated with a geographic area, may be generated. Probabilities that the object will enter the geographic area associated with each of the plurality of cells over a period of time into the future may be determined based on the sensor data in order to generate a heat map (710). One or more of the plurality of predicted trajectories may be compared to the heat map. The vehicle may be controlled in the autonomous driving mode based on the comparison.

Inventors:
REFAAT KHALED (US)
DING KAI (US)
Application Number:
PCT/US2019/059795
Publication Date:
May 14, 2020
Filing Date:
November 05, 2019
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
WAYMO LLC (US)
International Classes:
B60R21/0134; B60W30/14; B60W40/02; B60W50/00; G05D1/00; G05D1/02
Foreign References:
US20170316333A12017-11-02
US20170278400A12017-09-28
US20150284010A12015-10-08
US20180189323A12018-07-05
KR20180061696A2018-06-08
EP3048023A12016-07-27
Other References:
See also references of EP 3860894A4
Attorney, Agent or Firm:
CACCIABEVE, Noelle L. et al. (US)
Download PDF:
Claims:
CLAIMS

1. A method of controlling a vehicle in an autonomous driving mode, the method comprising: receiving, by one or more processors, sensor data for an object;

receiving, by the one or more processors, a plurality of predicted trajectories, each predicted trajectory representing a plurality of possible future locations for the object;

generating, by the one or more processors, a grid including a plurality of cells each representing a geographic area;

predicting, by the one or more processors, probabilities that the object will enter the geographic area of each of the plurality of cells over a period of time into the future based on the sensor data in order to generate a heat map;

comparing, by the one or more processors, one or more of the plurality of predicted trajectories to the heat map; and

controlling, by the one or more processors, the vehicle in the autonomous driving mode based on the comparison.

2. The method of claim 1, wherein each predicted trajectory of the plurality of predicted trajectories is associated with a probability value, and the method further comprises, prior to the comparing, identifying the one or more of the plurality of predicted trajectories based on the probability values associated with the plurality of predicted trajectories and a threshold value.

3. The method of claim 2, wherein the threshold value is a threshold minimum probability value.

4. The method of claim 1, further comprising, generating the plurality of predicted trajectories based on the sensor data.

5. The method of claim 1, wherein the object is a vehicle.

6. The method of claim 1, further comprising, determining whether to generate the grid based on a type of the object.

7. The method of claim 1, further comprising, determining whether to generate the grid based on an observed speed of the object.

8. The method of claim 1, wherein the comparing includes assessing validity of the one or more of the plurality of predicted trajectories.

9. The method of claim 8, wherein when the one or more of the plurality of predicted trajectories is assessed to be valid, controlling the vehicle is further based on the one or more of the plurality of predicted trajectories.

10. The method of claim 8, wherein when the one or more of the plurality of predicted trajectories is assessed not to be valid, controlling the vehicle is not based on the one or more of the plurality of predicted trajectories.

11. The method of claim 1, further comprising, based on the comparison, generating a new predicted trajectory based on the heat map, and wherein the controlling is further based on the new predicted trajectory.

12. The method of claim 11, wherein generating the new predicted trajectory includes examining border cells of the heat map and taking an average of border cell locations weighted by probabilities of the border cells.

13. The method of claim 12, wherein generating the new predicted trajectory further includes using the average and the location of the object to generate a constant curvature trajectory.

14. The method of claim 11, wherein generating the new predicted trajectory includes taking an average of cell locations weighted by probabilities of all cells of the heat map.

15. The method of claim 14, wherein generating the new predicted trajectory further includes using the average and the location of the object to generate a constant curvature trajectory.

16. The method of claim 1, further comprising, identifying a first set of cells of the heat map that meet a threshold minimum probability value Threshold, and wherein the comparison is further based on the identified first set of cells.

17. The method of claim 16, wherein the comparing further includes, for each given one of the one or more of the plurality of predicted trajectories analyzing points of the given one to identify a second set of cells of the heat map closest to each of the points; and

comparing the first set of identified cells to the second set of identified cells.

18. The method of claim 16, wherein the comparing further includes, for each given one of the one or more of the plurality of predicted trajectories;

searching points of the given one to identify a border cell through which the given one passes; and

comparing the border cell to the first set of cells.

19. The method of claim 1, wherein the comparing further includes determining whether the one or more of the plurality of trajectories overlaps with one or more cells of the heat map having probabilities that meet a minimum threshold probability value.

20. The method of claim 19, wherein when none of the one or more of the plurality of trajectories overlaps, flagging the plurality of trajectories as an anomaly.

Description:
VERIFYING PREDICTED TRAJECTORIES USING A GRID-BASED APPROACH

CROSS-REFERENCES TO RELATED APPLICATIONS

[0001] The present application claims the benefit of U.S. Application No. 16/185,787 filed on November 9, 2018, the disclosure of which is hereby incorporated herein by reference.

BACKGROUND

[0002] Autonomous vehicles, such as vehicles that do not require a human driver, can be used to aid in the transport of passengers or items from one location to another. Such vehicles may operate in a fully autonomous mode where passengers may provide some initial input, such as a pickup or destination location, and the vehicle maneuvers itself to that location.

[0003] In order to determine how to maneuver a driverless vehicle through an environment with other independent actors such as vehicles, bicycles and pedestrians, it is critical for the driverless vehicle’s computing devices to detect such actors and also make predictions about the future motion of those actors. Typical prediction systems may use behavior prediction models that evaluate the likelihood that an object will follow a given trajectory. Some trajectory models may even take into account the relative positions and movements of other actors when making such predictions.

BRIEF SUMMARY

[0004] One aspect of the disclosure provides a method of controlling a vehicle in an autonomous driving mode. The method includes receiving, by one or more processors, sensor data for an object; receiving, by the one or more processors, a plurality of predicted trajectories, each predicted trajectory representing a plurality of possible future locations for the object; generating, by the one or more processors, a grid including a plurality of cells each representing a geographic area; predicting, by the one or more processors, probabilities that the object will enter the geographic area of each of the plurality of cells over a period of time into the future based on the sensor data in order to generate a heat map; comparing, by the one or more processors, one or more of the plurality of predicted trajectories to the heat map; and controlling, by the one or more processors, the vehicle in the autonomous driving mode based on the comparison.

[0005] In one example, each predicted trajectory of the plurality of predicted trajectories is associated with a probability value, and the method further comprises, prior to the comparing, identifying the one or more of the plurality of predicted trajectories based on the probability values associated with the plurality of predicted trajectories and a threshold value. In this example, the threshold value is a threshold minimum probability value. In another example, the method also includes generating the plurality of predicted trajectories based on the sensor data. In another example, the object is a vehicle. In another example, the method also includes determining whether to generate the grid based on a type of the object. In another example, the method also includes determining whether to generate the grid based on an observed speed of the object. In another example, the comparing includes assessing validity of the one or more of the plurality of predicted trajectories. In this example, when the one or more of the plurality of predicted trajectories is assessed to be valid, controlling the vehicle is further based on the one or more of the plurality of predicted trajectories. Alternatively, when the one or more of the plurality of predicted trajectories is assessed not to be valid, controlling the vehicle is not based on the one or more of the plurality of predicted trajectories. In another example, the method also includes, based on the comparison, generating a new predicted trajectory based on the heat map, and the controlling is further based on the new predicted trajectory. In this example, generating the new predicted trajectory includes examining border cells of the heat map and averaging cell locations of the border cells based on the probabilities associated with the border cells. In addition, generating the new predicted trajectory further includes using the average and the location of the object to generate a constant curvature trajectory. In addition or alternatively, generating the new predicted trajectory includes taking an average of cell locations weighted by probabilities of all cells of the heat map. In this example, generating the new predicted trajectory further includes using the average and the location of the object to generate a constant curvature trajectory. In another example, the method also includes identifying a first set of cells of the heat map that meet a threshold minimum probability value Threshold, and wherein the comparison is further based on the identified first set of cells. In this example, the comparing further includes, for each given one of the one or more of the plurality of predicted trajectories, analyzing points of the given one to identify a second set of cells of the heat map closest to each of the points and comparing the first set of identified cells to the second set of identified cells. Alternatively, the comparing further includes, for each given one of the one or more of the plurality of predicted trajectories, searching points of the given one to identify a border cell through which the given one passes and comparing the border cell to the first set of cells. In another example, the comparing further includes determining whether the one or more of the plurality of trajectories overlaps with one or more cells of the heat map having probabilities that meet a minimum threshold probability value. In this example, the method also includes, when none of the one or more of the plurality of trajectories overlaps, flagging the plurality of trajectories as an anomaly.

BRIEF DESCRIPTION OF THE DRAWINGS

[0006] FIGURE 1 is a functional diagram of an example vehicle in accordance with aspects of the disclosure.

[0007] FIGURE 2 is an example representation of map information in accordance with aspects of the disclosure.

[0008] FIGURE 3 is an example external view of a vehicle in accordance with aspects of the disclosure. [0009] FIGURE 4 is an example top-down view of a vehicle and its environment in accordance with aspects of the disclosure.

[0010] FIGURE 5 is an example of a plurality of trajectories for a road user in accordance with aspects of the disclosure.

[0011] FIGURES 6A and 6B are an example projection of a grid in accordance with aspects of the disclosure.

[0012] FIGURE 7 is an example heat map in accordance with aspects of the disclosure.

[0013] FIGURES 8A and 8B are example comparisons of data in accordance with aspects of the disclosure.

[0014] FIGURE 9 is an example trajectory in accordance with aspects of the disclosure.

[0015] FIGURE 10 is an example of a path of a vehicle in accordance with aspects of the disclosure.

[0016] FIGURE 11 is a flow diagram in accordance with aspects of the disclosure.

DETAILED DESCRIPTION OVERVIEW

[0017] The technology relates to assessing the validity of predicted trajectories of other road users using a grid-based approach. In order to determine how to maneuver a driverless vehicle through an environment with other independent actors such as vehicles, bicycles and pedestrians, it is critical for the driverless vehicle’s computing devices to detect such actors and also make predictions about the future motion of those actors. Typical prediction systems may use learned trajectory proposal based behavior models to evaluate the likelihood that an object, such as another road user, will follow a given trajectory, for instance, based on previously observed motion. Some trajectory models may even take into account the relative positions and movements of other actors when making such predictions.

[0018] For instance, for each road user, one or more behavior models may be used to generate a plurality of trajectories. These models may be fairly simplistic, or may be highly sophisticated machine- learning models. In the case of a machine -learned model, each of these trajectories may be associated with a probability of how likely it is that the road user will follow that trajectory. In many instances, this trajectory modeling can be a practical and useful approach. However, in some instances, the agent’s behavior may be difficult to predict. This is especially true in the case of other road users who are not following“the rules of the road”, are behaving unpredictably or in ways previously unobserved or modeled, recklessly, and/or are simply moving very slowly.

[0019] While, these“bad” trajectories or imperfect predictions may be identified after the fact or “offline,” doing so is ineffective for addressing these problems in real time. In order to address these obstacles, a grid-based prediction of possible future locations of a road user over a brief period of time into the future may be used. [0020] For instance, for every road user detected by the vehicle’s perception system, a grid may be projected around the road user. The size of the grid may correspond to an outward boundary for how far a road user would be able to move within the brief period of time. Using the observations about a road user, a value may be determined for each cell indicating how likely the road user could move into that cell over the brief period of time.

[0021] Accordingly, each grid cell may represent a probability that the road user will move into that cell over the brief period of time. This may provide a heat map of predicted locations of the road user. The heat map may then be used to assess the validity of the predicted trajectories. For instance, one or more predicted trajectories may then be compared to cells of the heat map to determine whether one or more of those trajectories overlap with high-probability cells. If not,, the identified trajectories may not be fully capturing what the road user will do in the future. To address this, the vehicle’s computing devices may generate an extra trajectory using the heat map in order to capture what the road user might be doing which could have been missed by the identified trajectories.

[0022] The features described herein allow for the verification of predicted trajectories in real time. Because the grid-based approach has a very small time horizon, it is more likely to accurately predict the behavior of a road user for a very small period of time. In other words, the heat map can leverage more of the agent’s dynamics (e.g., curvature, velocity, acceleration, etc.) to achieve high accuracy. As such, it can be used to verify longer-term trajectory-based predictions. In addition, because the heat map covers all locations around a road user, the heat map may have the ability to capture and predict any motion by the road user, even those that were not modeled, not encountered or even illegal. At the same time, the identified trajectories may not cover all possible locations the road user may go to and therefore may not always be reliable. As such, the heat map can then be used to validate or check the identified trajectories and possibly complement them with an extra trajectory as described above.

EXAMPLE SYSTEMS

[0023] As shown in FIGURE 1, a vehicle 100 in accordance with one aspect of the disclosure includes various components. While certain aspects of the disclosure are particularly useful in connection with specific types of vehicles, the vehicle may be any type of vehicle including, but not limited to, cars, trucks, motorcycles, busses, recreational vehicles, etc. The vehicle may have one or more computing devices, such as computing device 110 containing one or more processors 120, memory 130 and other components typically present in general purpose computing devices.

[0024] The memory 130 stores information accessible by the one or more processors 120, including instructions 132 and data 134 that may be executed or otherwise used by the processor 120. The memory 130 may be of any type capable of storing information accessible by the processor, including a computing device -readable medium, or other medium that stores data that may be read with the aid of an electronic device, such as a hard-drive, memory card, ROM, RAM, DVD or other optical disks, as well as other write-capable and read-only memories. Systems and methods may include different combinations of the foregoing, whereby different portions of the instructions and data are stored on different types of media.

[0025] The instructions 132 may be any set of instructions to be executed directly (such as machine code) or indirectly (such as scripts) by the processor. For example, the instructions may be stored as computing device code on the computing device-readable medium. In that regard, the terms "instructions" and "programs" may be used interchangeably herein. The instructions may be stored in object code format for direct processing by the processor, or in any other computing device language including scripts or collections of independent source code modules that are interpreted on demand or compiled in advance. Functions, methods and routines of the instructions are explained in more detail below.

[0026] The data 134 may be retrieved, stored or modified by processor 120 in accordance with the instructions 132 The one or more processor 120 may be any conventional processors, such as commercially available CPUs. Alternatively, the one or more processors may be a dedicated device such as an ASIC or other hardware -based processor. Although FIGURE 1 functionally illustrates the processor, memory, and other elements of computing device 110 as being within the same block, it will be understood by those of ordinary skill in the art that the processor, computing device, or memory may actually include multiple processors, computing devices, or memories that may or may not be stored within the same physical housing. As an example, internal electronic display 152 may be controlled by a dedicated computing device having its own processor or central processing unit (CPU), memory, etc. which may interface with the computing device 110 via a high -bandwidth or other network connection. In some examples, this computing device may be a user interface computing device which can communicate with a user's client device. Similarly, the memory may be a hard drive or other storage media located in a housing different from that of computing device 110 Accordingly, references to a processor or computing device will be understood to include references to a collection of processors or computing devices or memories that may or may not operate in parallel.

[0027] Computing device 110 may all of the components normally used in connection with a computing device such as the processor and memory described above as well as a user input 150 (e.g., a mouse, keyboard, touch screen and/or microphone) and various electronic displays (e.g., a monitor having a screen or any other electrical device that is operable to display information). In this example, the vehicle includes an internal electronic display 152 as well as one or more speakers 154 to provide information or audio visual experiences. In this regard, internal electronic display 152 may be located within a cabin of vehicle 100 and may be used by computing device 110 to provide information to passengers within the vehicle 100. The vehicle may also include one or more wireless network connections 156 to facilitate communicates with devices remote from the vehicle and/or between various systems of the vehicle.

[0028] In one example, computing device 110 may be an autonomous driving computing system incorporated into vehicle 100. The autonomous driving computing system may capable of communicating with various components and systems of the vehicle, for instance, wirelessly (via wireless network connections 156) and/or a wired connection (such as a controller area network bus or other communication bus). For example, returning to FIGURE 1, computing device 110 may be in communication with various systems of vehicle 100, such as deceleration system 160 (for controlling braking of the vehicle), acceleration system 162 (for controlling acceleration of the vehicle), steering system 164 (for controlling the orientation of the wheels and direction of the vehicle), signaling system 166 (for controlling turn signals), navigation system 168 (for navigating the vehicle to a location or around objects), positioning system 170 (for determining the position of the vehicle), perception system 172 (for detecting objects in the vehicle's environment), and power system 174 (for example, a battery and/or gas or diesel powered engine) in order to control the movement, speed, etc. of vehicle 100 in accordance with the instructions 132 of memory 130 in an autonomous driving mode which does not require or need continuous or periodic input from a passenger of the vehicle. Again, although these systems are shown as external to computing device 110, in actuality, these systems may also be incorporated into computing device 110, again as an autonomous driving computing system for controlling vehicle 100.

[0029] The computing device 110 may control the direction and speed of the vehicle by controlling various components. By way of example, computing device 110 may navigate the vehicle to a destination location completely autonomously using data from the map information and navigation system 168. Computing devices 110 may use the positioning system 170 to determine the vehicle's location and perception system 172 to detect and respond to objects when needed to reach the location safely. In order to do so, computing devices 110 may cause the vehicle to accelerate (e.g., by increasing fuel or other energy provided to the engine by acceleration system 162), decelerate (e.g., by decreasing the fuel supplied to the engine, changing gears, and/or by applying brakes by deceleration system 160), change direction (e.g., by turning the front or rear wheels of vehicle 100 by steering system 164), and signal such changes (e.g., by lighting turn signals of signaling system 166). Thus, the acceleration system 162 and deceleration system 160 may be a part of a drivetrain that includes various components between an engine of the vehicle and the wheels of the vehicle. Again, by controlling these systems, computing devices 110 may also control the drivetrain of the vehicle in order to maneuver the vehicle autonomously. [0030] As an example, computing device 110 may interact with deceleration system 160 and acceleration system 162 in order to control the speed of the vehicle . Similarly, steering system 164 may be used by computing device 110 in order to control the direction of vehicle 100. For example, if vehicle 100 configured for use on a road, such as a car or truck, the steering system may include components to control the angle of wheels to turn the vehicle. Signaling system 166 may be used by computing device 110 in order to signal the vehicle's intent to other drivers or vehicles, for example, by lighting turn signals or brake lights when needed.

[0031] Navigation system 168 may be used by computing device 110 in order to determine and follow a route to a location. In this regard, the navigation system 168 and/or data 134 may store map information, e.g., highly detailed maps that computing devices 110 can use to navigate or control the vehicle. As an example, these maps may identify the shape and elevation of roadways, lane markers, intersections, crosswalks, speed limits, traffic signal lights, buildings, signs, real time or historical traffic information, vegetation, or other such objects and information. The lane markers may include features such as solid or broken double or single lane lines, solid or broken lane lines, reflectors, etc. A given lane may be associated with left and right lane lines or other lane markers that define the boundary of the lane. Thus, most lanes may be bounded by a left edge of one lane line and a right edge of another lane line. As noted above, the map information may store known traffic or congestion information and/or and transit schedules (train, bus, etc.) from a particular pickup location at similar times in the past. This information may even be updated in real time by information received by the computing devices 110.

[0032] FIGURE 2 is an example of map information 200 for a section of roadway. In this example, map information 200 depicts a portion of the map information that includes information identifying the shape, location, and other characteristics of lane markers or lane lines 210, 212, curbs 220, 222, 224, 226, lanes 230, 232, 234, 236, and median areas 240, 242. In this example, the map information also indicates the direction of traffic for each lane as indicated by arrows 250, 252, 254, 256 and the orientation of the map information as indicated by arrow 260. In this regard, each of lanes 230 and 232 are west-bound lanes and each of lanes 234 and 236 are east-bound lanes. In this example, map information 200 also identifies a parking lot area 270, for instance, for a business. In addition to these features, the map information may also include information that identifies speed limits for each lane as well as information that allows the computing devices 110 to determine whether the vehicle has the right of way to complete a particular maneuver (i.e. complete a turn or cross a lane of traffic or intersection), as well as other features such as buildings, waterways, vegetation, signs, etc.

[0033] Although the detailed map information is depicted herein as an image -based map, the map information need not be entirely image based (for example, raster). For example, the detailed map information may include one or more roadgraphs or graph networks of information such as roads, lanes, intersections, and the connections between these features. Each feature may be stored as graph data and may be associated with information such as a geographic location and whether or not it is linked to other related features, for example, a stop sign may be linked to a road and an intersection, etc. In some examples, the associated data may include grid-based indices of a roadgraph to allow for efficient lookup of certain roadgraph features.

[0034] The perception system 172 also includes one or more components for detecting objects external to the vehicle such as other vehicles (such as other cars, trucks, busses, motorcycles, etc.), pedestrians, bicyclists, obstacles in the roadway, traffic signals, signs, trees, etc. For example, the perception system 172 may include one or more LIDAR sensors, sonar devices, radar units, cameras and/or any other detection devices that record data which may be processed by computing devices 110. The sensors of the perception system may detect objects and their characteristics such as location, orientation, size, shape, type (for instance, vehicle, pedestrian, bicyclist, etc.), heading, rate of change of heading, speed, acceleration, rate of change of acceleration, deceleration, rate of change of deceleration, etc. The raw data from the sensors and/or the aforementioned characteristics can be quantified or arranged into a descriptive function, vector, and or bounding box and sent for further processing to the computing devices 110 periodically and continuously as it is generated by the perception system 172.

[0035] As discussed in further detail below, computing devices 110 may use the positioning system 170 to determine the vehicle's location and perception system 172 to detect and respond to objects when needed to reach the location safely.

[0036] For instance, FIGURE 3 is an example external view of vehicle 100. In this example, roof-top housing 310 and dome housing 312 may include a FIDAR sensor as well as various cameras and radar units. In addition, housing 320 located at the front end of vehicle 100 and housings 330, 332 on the driver’s and passenger’s sides of the vehicle may each store a FIDAR sensor. For example, housing 330 is located in front of driver door 350. Vehicle 100 also includes housings 340, 342 for radar units and/or cameras also located on the roof of vehicle 100. Additional radar units and cameras (not shown) may be located at the front and rear ends of vehicle 100 and/or on other positions along the roof or roof top housing 310. Vehicle 100 also includes many features of a typical passenger vehicle such as doors 350, 352, wheels 360, 362, etc.

EXAMPFE METHODS

[0037] In addition to the operations described above and illustrated in the figures, various operations will now be described. It should be understood that the following operations do not have to be performed in the precise order described below. Rather, various steps can be handled in a different order or simultaneously, and steps may also be added or omitted. [0038] As the vehicle 100 is maneuvered by the computing devices 110, the vehicle’s perception system 172 may receive sensor data from the various sensors. This sensor data may be used to detect objects in the vehicle’s environment. Once an object is detected, computing devices 110 and/or perception system 172 may determine the object's type, for example, a traffic cone, pedestrian, a vehicle (such as a passenger car, truck, bus, etc.), bicycle, etc. Objects may be identified by various models which may consider various characteristics of the detected objects, such as the size of an object, the speed of the object (bicycles do not tend to go faster than 40 miles per hour or slower than 0.1 miles per hour), the heat coming from the bicycle (bicycles tend to have rider that emit heat from their bodies), etc. In addition, the object may be classified based on specific attributes of the object, such as information contained on a license plate, bumper sticker, or logos that appear on the vehicle.

[0039] FIGURE 4 is a top down view of vehicle 100 driving in an environment corresponding to the area of the map information 200. In this example, lane lines 410, 412, curbs 420, 422, 424, 426, lanes 430, 432, 434, 436, median areas 440, 442, and parking lot 470 correspond to the shape, location, and other characteristics of lane markers or lane lines 210, 212, curbs 220, 222, 224, 226, lanes 230, 232, 234, 236, median areas 240, 242, and parking lot 270 , respectively. In this example, the direction of traffic for each lane 430, 432, 434, 436 correspond to the directions of traffic indicated by arrows 250, 252, 254, 256. In this regard, each of lanes 430 and 432 are west -bound lanes and each of lanes 434 and 436 are east-bound lanes. In the example of FIGURE 4, vehicle is driving east-bound in lane 436. In addition, the perception system 172 and/or computing devices 110 may detect and identify vehicle 480 as another road user, here a vehicle, in parking lot 470. The perception system 172 and/or computing devices 110 may also determine the aforementioned characteristics of the vehicle 480 based on the sensor information.

[0040] For each detected object, one or more behavior models may be used to generate a plurality of trajectories. Each trajectory may include a plurality of possible locations and corresponding times at which an object is expected to be located over a period of time into the future. For instance, this period of time may be 10 seconds or more or less. In one example, computing devices 110 and/or perception system 172 may be operable to predict another road user’s trajectory based solely on the other road user’s instant direction, acceleration/deceleration and velocity, e.g., that the other object’s current direction and movement will continue. However, memory 130 may also store behavior models that provide the probability of one or more actions being taken by a detected object. These models may be fairly simplistic, or may be highly sophisticated machine -learning models. In the case of a machine- learned model, each of these trajectories may be associated with a probability of how likely it is that the road user will follow that trajectory. In some examples, these probabilities may sum to 1 for a given road user. The number of trajectories generated may depend on the number of reasonable or feasible options available to that road user, such as the number of lanes, number of turning options, etc.

[0041] In some instances, to increase the usefulness of these behavior models, each behavior model may be associated with a specific type of road users. For instance, one type of behavior model may be used for objects identified as pedestrians, another type of behavior model may be used for objects identified as vehicles, another type of behavior may be used for objects identified as bicycles or bicyclists, etc. The behavior models may be used by the computing devices 110 in order to predict one or more trajectories for the road user by analyzing data relating to the object’s characteristics (such as the detected or estimated size, shape, location, orientation, heading, velocity, acceleration or deceleration, change in acceleration or deceleration, etc.) as well as the road user’s current surroundings (such as the road user’s location relative to the map information, relative locations and behaviors of other road users, etc.), and to determine how that other road user will likely respond. In this regard, the behavior models may function from an object-centric view of the road user’s environment, in that the system determines what the other road users are perceiving in order to better predict how those road user’s will behave. In this regard, in at least some instances, the behavior models may also indicate whether the predicted behavior for a road user is responsive to a particular other road user including the vehicle 100.

[0042] FIGURE 5 provides an example set of predicted trajectories for vehicle 480 based on its observed characteristics. In this example, the set of predicted trajectories includes trajectory 510, 512, 514. Each of these trajectories includes a plurality of possible locations and corresponding times at which an object is expected to be located over a period of time into the future. In addition, as in the machine -learning example, each of these trajectories may be associated with a probability that the vehicle 480 will follow that trajectory, and together these probabilities may sum to 1. For instance, trajectory 510 may be associated with a probability of 0.3 (i.e. 30%) that vehicle 480 will make a right hand turn into lane 434, trajectory 512 may be associated with a probability of 0.65 (i.e. 65%) that vehicle 480 will make a right hand turn into lane 436, and trajectory 514 may be associated with a probability of 0.05 (i.e. 5%) that vehicle 480 will reverse further into parking lot 470.

[0043] For every object identified as a road user that is detected by the perception system 172, the computing devices 110 may project a grid around that object. The grid may include a plurality of cells, reach representing a geographic area around the road user. The grid may be arranged such that any point or a given point on the road user is at the center of the grid. The size of the grid may correspond to an outward boundary for how far a road user would be able to move within a brief period of time. This brief period of time may be significantly shorter than the period of time for the predicted trajectories. For instance, if the brief period of time is 2 seconds or less, such as 1.5 seconds, the grid may be 27 meters by 27 meters with 0.5 meter cells. Of course, the size selection may be larger or smaller as needed to address tradeoffs between computational resources (time and effort) and prediction precision.

[0044] FIGURE 6A is an example projection of a grid 610 for vehicle 480. FIGURE 6B is an example detail view of the grid 610. As can be seen, in this example, grid 610 is a 12 by 12 grid of 144 cells. Of course, as noted above, larger or small grids and/or cells may also be used. FIGURE 6B also provides column references A-L and row references 1-12. These references, such as Al, B2, etc. will be used to reference different cells of the grid.

[0045] Using the observed speed of a road user, heading or direction of movement, curvature or the rate of change of the heading, orientation, acceleration or deceleration, changes in acceleration or deceleration, etc., the computing devices 110 may determine a value for each cell. These values may indicate how likely the road user could move into the geographic area of that cell over the brief period of time. For instance, a vehicle may be more likely to move forward and enter grid cells to the front left or right than grid cells behind the vehicle (which would require the vehicle to reverse or change direction by 180 degrees). Accordingly, each grid cell may represent a probability that a vehicle will move into that cell (or rather, some portion of the road user will occupy that cell and/or any portion of that cell), at some point over the brief period of time.

[0046] A top-down view of the grid provides a heat map with some areas having higher likelihoods that a road user will traverse grid cells being darkest, and those where the road user is unlikely to traverse being lightest. Thus, intensity of each cell is dependent upon the prediction for that cell. In this regard, FIGURE 7 represents a heat map 710 for grid 610. Again, the darker shaded cells, such as those of cells B l, Cl, C2, etc. represent highest probabilities and white cells, such as those of cells Al, A2, etc. represent lowest probabilities, and cells having shading in between, such as those of cells Hl, 12, etc. represent moderate probabilities or probabilities between those of the highest and the lowest probability cells. Of course, the scale may also be reversed such that the lightest cells of a heat map are those with the greatest probabilities while the darkest cells are those with the lowest probabilities, etc.

[0047] The heat map may then be used to assess the validity of the predicted trajectories for the road user. For instance, each predicted trajectory having a threshold minimum probability value T may be identified by the computing devices 110. As an example, T may be some value greater than 0.1 or more or less assuming the probabilities of the trajectories sum to 1 as noted above may. For instance, referring to FIGURE 5, from the set of predicted trajectories including trajectories 510, 512, 514, trajectories 510 and 512 may be identified as trajectories having probabilities that exceed the threshold minimum probability value T.

[0048] The computing devices 110 may compare the identified trajectories to cells of the heat map to determine whether one or more of those trajectories overlap with high-probability cells. This may involve iterating through all cells in the grid to identify those having a threshold minimum probability value K. As an example, K may be some value greater than 0.1 or more or less and may be the same or a different value from T. K may be a learned or hand -tuned value. Those cells having a probability greater than K may be included in a list. For instance, the darkest shaded cells, such as cells Bl, Cl, Dl, El, Fl, C2, D2, E2, F2, D3, E3, F3, G3, E4, and E5 may each have a probability greater than the threshold minimum probability value K. In this regard, each of the aforementioned cells may be included in the list.

[0049] Alternatively, rather than iterating through all cells of the grid, the computing devices 110 may analyze only the edge or border cells of the grid to identify those border cells with probabilities that meet the threshold minimum probability value K. For instance, the border cells may include all cells in rows 1 and 12 as well as all cells in columns A and L. In this example, the darkest shaded border cells, such as cells Bl, Cl, Dl, El, and Fl may each have a probability greater than the threshold minimum probability value K. In this regard, each of the aforementioned cells may be included in the list.

[0050] Each of the identified trajectories, may be overlaid onto the grid and/or analyzed point by point by the computing devices 110 in order to identify a cell of the grid closest to each point on the identified trajectory. These identified cells may then be compared to the list. If each identified cell is included in the list or more than a threshold minimum number of cells, then the identified trajectory overlaps with the high probability cells and can be validated. If less than a threshold number of cells overlaps with the highest probability cells, the identified trajectory is not validated. For the purposes of comparison, FIGURE 8 A provides an example view of the heat map 710 projected over the identified trajectories 510, 512. FIGURE 8B provides a detail view of this projection. As can be seen from FIGURE 8B, trajectory 510 passes through cells G3, H2, Hl, and II. Only cell G3 is included in the list of all cells having probabilities that meet the threshold minimum probability value K. Thus, trajectory 510 would not be validated. Trajectory 512 passes through cells G3, H3, H2, 12, J2, K3, and L3. Only cell G3 is included in the list of all cells having probabilities that meet the threshold minimum probability value K. Thus, trajectory 512 would not be validated.

[0051] Alternatively, rather than comparing all points of an identified trajectory, the points of an identified trajectory may be searched to identify one that overlaps with a border cell. If this border cell is included in the list, then the predicted trajectory overlaps with the high probability border cells, and the predicted trajectory can be validated. As can be seen from FIGURE 8B, trajectory 510 passes through border cells Hl and II which are not included in the list of border cells having probabilities that meet the threshold minimum probability value K. Thus, trajectory 510 would not be validated. Trajectory 512 passes through border cell L3 which is not included in the list of border cells having probabilities that meet the threshold minimum probability value K. Thus, trajectory 512 would not be validated.

[0052] If there is at least one of the identified trajectories that is validated (e.g. includes more than a threshold number of points on this identified trajectory closest to cells that are included in the list and/or the border cell of this identified trajectory is included in the list), then all of identified trajectories may be validated by the computing devices 110 In this regard, the computing devices 110 may need to only iterate through the identified trajectories until a validated trajectory is found. In some instances, individual trajectories which are not validated may be flagged as anomalies in order to allow further analysis of such trajectories and/or the trajectory generation software of computing devices 110 by human operators.

[0053] However, if none of the identified trajectories are validated (i.e. there are no identified trajectories with more than a threshold number of points closest to cells that are included in the list and/or the border cell of the identified trajectory is not included in the list), the identified trajectories may be not validated and/or flagged as an anomaly by the computing devices 110 In this circumstance, the identified trajectories may not be fully capturing what the road user will do in the future.

[0054] To address this circumstance, the computing devices 110 may generate a new predicted trajectory using the heat map in order to capture what the road user might be doing which could have been missed by the identified trajectories. As one approach, a trajectory may be fit to the cells by examining the border cells of the heat map and averaging the cell locations of the border cells having the highest probability. From this average cell location, and the location of the road user at the center of the grid and the road user’s current heading, a new trajectory may be determined. For instance, a new trajectory may be determined from the average cell location of the border cells, the location of the road user at the center of the grid, and the road user’s current heading. As an example, with this information, the computing devices 110 may compute the constant curvature to reach the average cell location of the border cells from the location of road user and the current heading. This constant curvature may be used to determine the new trajectory.

[0055] As another approach, the average of cell locations weighted by the probabilities of all of the cells of the heat map or grid may be taken. From this average cell location of all cells, the location of the road user at the center of the grid, and the road user’s current heading, a new trajectory may be determined. As an example, with this information, the computing devices 110 may compute a constant curvature to reach the average cell location of all cells from the location of road user and the current heading. This constant curvature may be used to determine the new trajectory.

[0056] FIGURE 9 provides an example of a new trajectory 910 generated based on the heat map 710 For instance, trajectory 910 may be a constant curvature trajectory determined as in either of the examples described above. In this example, rather than following“the rules of the road” and turning right into lanes 434 or 436 and traveling east-bound, the vehicle 480 is likely to make a left turn into lane 436 while traveling west-bound into oncoming traffic,.

[0057] The resulting new trajectory, and in some cases, the identified trajectories, may then be used to determine how to control the vehicle in the autonomous driving mode in order to avoid the object. For instance, the new trajectory and the identified trajectories may be used to generate physical constraints for the vehicle, or rather, locations and times which the vehicle should not pass through. In this regard, when planning a future path or trajectory for the vehicle, the computing devices 110 may attempt to avoid these physical constraints. Thus, even when a road user is behaving in a way that was not captured by the identified trajectories, this may still be captured by the constant curvature trajectory. FIGURE 10 is an example of a path 1010 that the computing devices 110 may have determined in order to move into lane 434. In doing so, this may allow the vehicle 100 to avoid a collision with or coming too close to vehicle 480 based on the constant curvature trajectory 910 as well as the identified trajectories 510, 512. Thus, the computing devices 110 may control the vehicle in the autonomous driving mode in order to follow this path as described above, and the computing devices 110 are able to avoid collisions or simply coming too close to the road user.

[0058] This verification of predicted trajectories may be performed for all road users or only for certain types of road users with or without certain characteristics. For instance, only predicted trajectories of other vehicles may be verified and/or vehicles that are moving at a certain predetermined speed. For example, it may be especially useful to verify trajectories of other vehicles that are moving at or below 10 miles per hour as these vehicles may tend to be more unpredictable, and in addition, the grid-based approach is especially useful for short term predictions. In other words, for faster moving road users such as vehicles on a highway, the grid-based approach is less useful as the vehicle can quickly go beyond a region of the heat map.

[0059] FIGURE 11 is a flow diagram 1100 that may be performed by one or more processors such as one or more processors 120 of computing devices 110 in order to control a vehicle in an autonomous driving mode. In this example, at block 1110, sensor data is received for an object. At block 1120, a plurality of predicted trajectories are received. Each predicted trajectory represents a plurality of possible future locations for the object. At block 1130, a grid including a plurality of cells is generated. Each cell of the plurality of cells represents a geographic area. At block 1140, probabilities that the object will enter the geographic area of each of the plurality of cells over a period of time into the future are predicted based on the sensor data in order to generate a heat map. At block 1150, one or more of the plurality of predicted trajectories are compared to the heat map. At block 1160, the vehicle is controlled in the autonomous driving mode based on the comparison. As noted above, unless otherwise stated, the features of the flow diagram and described herein may be performed in various orders. For instance, block 1130 may occur at the same time as or before block 1120.

[0060] The features described herein allow for the verification of predicted trajectories in real time. Because the grid-based approach has a very small time horizon, it is more likely to accurately predict the behavior of a road user for a very small period of time. In other words, the heat map can leverage more of the road user’s dynamics (e.g., curvature, velocity, acceleration, etc.) to achieve high accuracy. As such, it can be used to verify longer-term trajectory-based predictions. In addition, because the heat map covers all locations around a road user, the heat map may have the ability to capture and predict any motion by the road user, even those that were not modeled, not encountered or even illegal. At the same time, the identified trajectories may not cover all possible locations the road user may go to and therefore may not always be reliable. As such, the heat map can then be used to validate or check the identified trajectories and possibly complement them with an extra trajectory as described above.

[0061] Unless otherwise stated, the foregoing alternative examples are not mutually exclusive, but may be implemented in various combinations to achieve unique advantages. As these and other variations and combinations of the features discussed above can be utilized without departing from the subject matter defined by the claims, the foregoing description of the embodiments should be taken by way of illustration rather than by way of limitation of the subject matter defined by the claims. In addition, the provision of the examples described herein, as well as clauses phrased as "such as," "including" and the like, should not be interpreted as limiting the subject matter of the claims to the specific examples; rather, the examples are intended to illustrate only one of many possible embodiments. Further, the same reference numbers in different drawings can identify the same or similar elements.