The present disclosure relates generally to autonomous vehicles. More particularly, the present disclosure relates to implementing systems and methods for estimating cuboids from LiDAR, map and image data.
Modern day vehicles have at least one on-board computer and have internet/satellite connectivity. The software running on these on-board computers monitor and/or control operations of the vehicles. The vehicle also comprises LiDAR detectors for detecting objects in proximity thereto. The LiDAR detectors generate LiDAR datasets that measure the distance from the vehicle to an object at a plurality of different times. These distance measurements can be used for tracking movements of the object, making predictions as to the objects trajectory, and planning paths of travel for the vehicle based on the predicted objects trajectory.
The present disclosure concerns implementing systems and methods for operating an autonomous vehicle. The methods comprise: obtaining, by a computing device, a LiDAR dataset; plotting, by a computing device, the LiDAR dataset on a 3D graph to define a 3D point cloud; using, by a computing device, the LiDAR dataset and contents of a vector map to define a cuboid on the 3D graph that encompasses points of the 3D point cloud that are associated with an object in proximity to the vehicle, where the vector map comprises lane information; and using the cuboid to facilitate driving-related operations of the autonomous vehicle.
In some scenarios, the cuboid is defined on the 3D graph by inferring a heading distribution Ppt(θ) for the object from the 3D point cloud. The heading distribution Ppt(θ) is defined by mathematical equation Ppt(θ)=1/η*exp(−C(θ)), where exp( ) is the exponential function, η is a normalization constant, and C(θ) is a cost function. The cost function C(θ) is defined by mathematical equation
where B(θ) is a minimal bounding box, Area(B(θ)) is an area of the minimal bounding box, θ is a heading direction or yaw in a frame, UnmatchedArea(θ) is an area of the minimal bounding box that does not have any LiDAR points, and d(θ) is a distance between an edge of a bounding box at a current elevation to a most outer edge.
In those or other scenarios, the cuboid is defined on the 3D graph by determining a heading distribution Pm(θ) from the vector map. The heading distribution Pm(θ) is defined by mathematical equation Pm(θ)=maxi(θ: αi, σi2), where N( ) is a normal distribution, αi are the lane directions, and σi2 are the corresponding variances which are configurable.
The cuboid is defined on the 3D graph by further performing filter operations to obtain a posterior distribution of a heading using the heading distributions Ppt(θ) and/or Pm(θ). The filter operations may comprise Bayes filter operations. A peak heading is selected from the posterior distribution of the heading. In some scenarios, the posterior distribution has more than one peak heading. When this occurs, a peak heading can be selected from a plurality of peak headings contained in the posterior distribution that is aligned with a visual heading of the object. The cuboid is defined on the 3D graph by further fitting a bounding box to the 3D point cloud that is orientated to the peak heading.
In those or other scenarios, the cuboid is defined on the 3D graph by further: determining whether the peak heading and a velocity of the object are within ninety degrees of each other; and flipping the peak heading by one hundred eighty degrees when a determination is made that the peak heading and velocity are within ninety degrees of each other.
The present solution will be described with reference to the following drawing figures, in which like numerals represent like items throughout the figures.
As used in this document, the singular forms “a,” “an,” and “the” include plural references unless the context clearly dictates otherwise. Unless defined otherwise, all technical and scientific terms used herein have the same meanings as commonly understood by one of ordinary skill in the art. As used in this document, the term “comprising” means “including, but not limited to.” Definitions for additional terms that are relevant to this document are included at the end of this Detailed Description.
An “electronic device” or a “computing device” refers to a device that includes a processor and memory. Each device may have its own processor and/or memory, or the processor and/or memory may be shared with other devices as in a virtual machine or container arrangement. The memory will contain or receive programming instructions that, when executed by the processor, cause the electronic device to perform one or more operations according to the programming instructions.
The terms “memory,” “memory device,” “data store,” “data storage facility” and the like each refer to a non-transitory device on which computer-readable data, programming instructions or both are stored. Except where specifically stated otherwise, the terms “memory,” “memory device,” “data store,” “data storage facility” and the like are intended to include single device embodiments, embodiments in which multiple memory devices together or collectively store a set of data or instructions, as well as individual sectors within such devices.
The terms “processor” and “processing device” refer to a hardware component of an electronic device that is configured to execute programming instructions. Except where specifically stated otherwise, the singular term “processor” or “processing device” is intended to include both single-processing device embodiments and embodiments in which multiple processing devices together or collectively perform a process.
The term “vehicle” refers to any moving form of conveyance that is capable of carrying either one or more human occupants and/or cargo and is powered by any form of energy. The term “vehicle” includes, but is not limited to, cars, trucks, vans, trains, autonomous vehicles, aircraft, aerial drones and the like. An “autonomous vehicle” is a vehicle having a processor, programming instructions and drivetrain components that are controllable by the processor without requiring a human operator. An autonomous vehicle may be fully autonomous in that it does not require a human operator for most or all driving conditions and functions, or it may be semi-autonomous in that a human operator may be required in certain conditions or for certain operations, or that a human operator may override the vehicle's autonomous system and may take control of the vehicle.
In this document, when terms such as “first” and “second” are used to modify a noun, such use is simply intended to distinguish one item from another, and is not intended to require a sequential order unless specifically stated. In addition, terms of relative position such as “vertical” and “horizontal”, or “front” and “rear”, when used, are intended to be relative to each other and need not be absolute, and only refer to one possible position of the device associated with those terms depending on the device's orientation.
Real-time prediction of actions by drivers of other vehicles and pedestrians is a challenge for on-road semi-autonomous or autonomous vehicle applications. Such real-time prediction is particularly challenging when the drivers and/or pedestrians break traffic rules. Systematically assuming the worst case action from the drivers and/or pedestrians will paralyze the self-driving vehicle, but erroneously optimistic predictions can result in unsafe autonomous vehicle behavior.
This document describes methods and systems that are directed to addressing the problems described above and/or other issues. Accordingly, the present solution concerns systems and methods for controlling vehicles using a cuboid based algorithm. A cuboid for a moving object (e.g., a vehicle) is a 3D oriented bounding box that represents (i) a heading of the object, and (ii) a full extent of the object. Point clouds sampled by a LiDAR sensor of an Autonomous Vehicle (“AV”) only sample part of the object's surface due to self and inter object occlusion or limited Field of View (“FOV”). The problem is how to build a cuboid from the incomplete LiDAR data samples. Besides the LiDAR point samples for the object, vector map(s) and/or heading detections from images are available which provide additional information for cuboid estimation.
Existing approaches can be divided into two categories: a probabilistic estimation category; and a machine learning category. The existing approaches in the probabilistic estimation category usually make some assumptions that do not hold true in some AV applications. Many of the machine learning approaches do not produce tight cuboids. In addition, machine learning approaches suffer from the typical issues with insufficient or unbalanced training data.
The present solution addresses the issues of the existing approaches. The present solution falls into the probabilistic estimation category. The present solution generally involves: estimating a heading distribution by fusing data from LiDAR data, a vector map and a visual heading; and constructing a cuboid along the heading with a highest likelihood. It may be difficult to distinguish a front of an object (e.g., a vehicle) from a back of the object by simply analyzing LiDAR data since the front and back of the object may have inherent similarities (even in dense point cloud scenarios). Thus, the LiDAR data may not provide sufficient information for making a heading estimation for the object. However, the lane directions available in the vector map provide a strong indication of a heading for a well-behaved object. Thus, the lane information contained in a vector map is used as a prior for a heading estimation. The heading estimation can be obtained from the vector map even when a few point samples are available.
The present solution constructs a cuboid of a typical object size even when a partial sample of the object is observed. The cuboid fits tightly around the LiDAR points associated with the object when a full sample of the object is observed. In either case, the edges of the cuboid match part of the convex hulls of the sample points. This makes sense because the LiDAR points are sample from the surface of the object.
The present solution uses histogram filtering, a non-parametric inference approach, which makes the present solution highly adaptable and extensible. As discussed below, the present solution begins with a basic frame work implementing a cost function that roughly matches what is to be achieved. More components are added to the cost function to account for different features presented in the point clouds that are useful in determining a heading estimation. These component may be added to the cost function without any change to the framework. This allows one to fine-tune or experiment with different cost functions.
Notably, the present solution is being described herein in the context of an autonomous vehicle. The present solution is not limited to autonomous vehicle applications. The present solution can be used in other applications such as robotic application, radar system application, metric applications, and/or system performance applications
Illustrative Systems
Referring now to
AV 1021 is generally configured to detect objects in proximity thereto. The objects can include, but are not limited to, a vehicle 1022, cyclist (not shown) (such as a rider of a bicycle, electric scooter, motorcycle, or the like) and/or a pedestrian (not shown). When such a detection is made, AV 1021 performs operations to: generate one or more possible object trajectories for the detected object; analyze the generated possible object trajectory(ies) to determine a trajectory for the AV 1021; and cause the AV 1021 to follow the trajectory.
Such object detections are facilitated using LiDAR datasets generated by an onboard LiDAR detector. The LiDAR detector generally measures the distance to an object 1022 by illuminating the object 1022 with light 104 (e.g., a laser light) and measuring the reflected light 106 with an onboard sensor. The LiDAR detector generates a LiDAR dataset at a plurality of times t, t+1, t+2, . . . , t+n. The LiDAR datasets are processed by an onboard computing device of the AV 1021 and/or by a remote computing device 110 to obtain one or more predicted trajectories for the object given the LiDAR datasets. In this regard, the LiDAR datasets may be communicated from the AV 1021 to the remote computing device 110 over a network 108 (e.g., the Internet) via wired and/or wireless connections. The LiDAR datasets may also be stored in a memory of the AV 1021, which may be manually removed from the AV 1021 and connected to the remote computing device 110. The LiDAR datasets may additionally be stored in a remote datastore 112 (e.g., a database). The one or more predicted trajectories for the object are then used to generate a trajectory for the AV 1021.
Referring now to
As shown in
Operational parameter sensors that are common to both types of vehicles include, for example: a position sensor 236 such as an accelerometer, gyroscope and/or inertial measurement unit; a speed sensor 238; and an odometer sensor 240. The vehicle also may have a clock 242 that the system uses to determine vehicle time during operation. The clock 242 may be encoded into the vehicle on-board computing device, it may be a separate device, or multiple clocks may be available.
The vehicle also will include various sensors that operate to gather information about the environment in which the vehicle is traveling. These sensors may include, for example: a location sensor 260 (e.g., a Global Positioning System (“GPS”) device); object detection sensors such as one or more cameras 262; a LiDAR sensor system 264; and/or a radar and/or a sonar system 266. The sensors also may include environmental sensors 268 such as a precipitation sensor and/or ambient temperature sensor. The object detection sensors may enable the vehicle to detect objects that are within a given distance range of the vehicle 200 in any direction, while the environmental sensors collect data about environmental conditions within the vehicle's area of travel.
During operations, information is communicated from the sensors to an on-board computing device 220. The on-board computing device 220 analyzes the data captured by the sensors and optionally controls operations of the vehicle based on results of the analysis. For example, the on-board computing device 220 may control: braking via a brake controller 232; direction via a steering controller 224; speed and acceleration via a throttle controller 226 (in a gas-powered vehicle) or a motor speed controller 228 (such as a current level controller in an electric vehicle); a differential gear controller 230 (in vehicles with transmissions); and/or other controllers.
Geographic location information may be communicated from the location sensor 260 to the on-board computing device 220, which may then access a map of the environment that corresponds to the location information to determine known fixed features of the environment such as streets, buildings, stop signs and/or stop/go signals. Captured images from the cameras 262 and/or object detection information captured from sensors such as LiDAR 264 is communicated from those sensors to the on-board computing device 220. The object detection information and/or captured images are processed by the on-board computing device 220 to detect objects in proximity to the vehicle 200. Any known or to be known technique for making an object detection based on sensor data and/or captured images can be used in the embodiments disclosed in this document.
When the on-board computing device 220 detects a moving object, the on-board computing device 220 will generate one or more possible object trajectories for the detected object, and use the possible object trajectories to determine a vehicle trajectory for the AV. The on-board computing device 220 then performs operations to cause the AV to follow the defined vehicle trajectory. For example, the on-board computing device 220 uses the object trajectory information to decide what space has been occupied by the object, and then generates a vehicle trajectory in which the AV is not planned to travel to that space.
Referring now to
As shown in
Inside the rotating shell or stationary dome is a light emitter system 304 that is configured and positioned to generate and emit pulses of light through the aperture 312 or through the transparent dome of the housing 306 via one or more laser emitter chips or other light emitting devices. The emitter system 304 may include any number of individual emitters (e.g., 8 emitters, 64 emitters, or 128 emitters). The emitters may emit light of substantially the same intensity or of varying intensities. The individual beams emitted by the light emitter system 304 will have a well-defined state of polarization that is not the same across the entire array. As an example, some beams may have vertical polarization and other beams may have horizontal polarization. The LiDAR system will also include a light detector 308 containing a photodetector or array of photodetectors positioned and configured to receive light reflected back into the system. The emitter system 304 and light detector 308 would rotate with the rotating shell, or they would rotate inside the stationary dome of the housing 306. One or more optical element structures 310 may be positioned in front of the light emitting unit 304 and/or the light detector 308 to serve as one or more lenses or wave plates that focus and direct light that is passed through the optical element structure 310.
One or more optical element structures 310 may be positioned in front of a mirror 312 to focus and direct light that is passed through the optical element structure 310. As shown below, the system includes an optical element structure 310 positioned in front of the mirror 312 and connected to the rotating elements of the system so that the optical element structure 310 rotates with the mirror 312. Alternatively or in addition, the optical element structure 310 may include multiple such structures (for example lenses and/or wave plates). Optionally, multiple optical element structures 310 may be arranged in an array on or integral with the shell portion of the housing 306.
Optionally, each optical element structure 310 may include a beam splitter that separates light that the system receives from light that the system generates. The beam splitter may include, for example, a quarter-wave or half-wave wave plate to perform the separation and ensure that received light is directed to the receiver unit rather than to the emitter system (which could occur without such a wave plate as the emitted light and received light should exhibit the same or similar polarizations).
The LiDAR system will include a power unit 318 to power the light emitting unit 304, a motor 316, and electronic components. The LiDAR system will also include an analyzer 314 with elements such as a processor 322 and non-transitory computer-readable memory 320 containing programming instructions that are configured to enable the system to receive data collected by the light detector unit, analyze it to measure characteristics of the light received, and generate information that a connected system can use to make decisions about operating in an environment from which the data was collected. Optionally, the analyzer 314 may be integral with the LiDAR system 300 as shown, or some or all of it may be external to the LiDAR system and communicatively connected to the LiDAR system via a wired or wireless communication network or link.
Referring now to
Computing device 400 may include more or less components than those shown in
Some or all components of the computing device 400 can be implemented as hardware, software and/or a combination of hardware and software. The hardware includes, but is not limited to, one or more electronic circuits. The electronic circuits can include, but are not limited to, passive components (e.g., resistors and capacitors) and/or active components (e.g., amplifiers and/or microprocessors). The passive and/or active components can be adapted to, arranged to and/or programmed to perform one or more of the methodologies, procedures, or functions described herein.
As shown in
At least some of the hardware entities 414 perform actions involving access to and use of memory 412, which can be a Random Access Memory (“RAM”), a disk drive, flash memory, a Compact Disc Read Only Memory (“CD-ROM”) and/or another hardware device that is capable of storing instructions and data. Hardware entities 414 can include a disk drive unit 416 comprising a computer-readable storage medium 418 on which is stored one or more sets of instructions 420 (e.g., software code) configured to implement one or more of the methodologies, procedures, or functions described herein. The instructions 420 can also reside, completely or at least partially, within the memory 412 and/or within the CPU 406 during execution thereof by the computing device 400. The memory 412 and the CPU 406 also can constitute machine-readable media. The term “machine-readable media”, as used here, refers to a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions 420. The term “machine-readable media”, as used here, also refers to any medium that is capable of storing, encoding or carrying a set of instructions 420 for execution by the computing device 400 and that cause the computing device 400 to perform any one or more of the methodologies of the present disclosure.
Referring now to
In block 502, a location of the AV (e.g., AV 1021 of
In block 504, an object (e.g., vehicle 1022 of
Additionally, a predicted trajectory is determined in block 504 for the object. The object's trajectory is predicted in block 504 based on the object's class, a cuboid geometry and/or contents of a map 518 (e.g., sidewalk locations, lane locations, lane directions of travel, driving rules, etc.). The manner in which the cuboid geometry is determined will become evident as the discussion progresses. At this time it should be noted that the cuboid geometry is determined using the LiDAR dataset and the map 518. Techniques for predicting object trajectories based on cuboid geometries are well known in the art. Any known or to be known technique for predicting object trajectories based on cuboid geometries can be used herein without limitation. For example, one technique involves predicting that the object is moving on a linear path in the same direction as the heading direction of the cuboid. The predicted object trajectories can include, but are not limited to, the following trajectories:
Information 520 specifying the object's predicted trajectory and the cuboid geometry is provided to block 506. In some scenarios, a classification of the object is also passed to block 506. In block 506, a vehicle trajectory is generated using the information from blocks 502 and 504. Techniques for determining a vehicle trajectory using a cuboid are well known in the art. Any known or to be known technique for determining a vehicle trajectory using a cuboid can be used herein without limitation. For example, in some scenarios, such a technique involves determining a trajectory for the AV that would pass the object when the object is in front of the AV, the cuboid has a heading direction that is aligned with the direction in which the AV is moving, and the cuboid has a length that is greater than a threshold value. The present solution is not limited to the particulars of this scenario. The vehicle trajectory 520 can be determined based on the location information from block 502, the object detection information from block 504, and/or map information 514 (which is pre-stored in a data store of the vehicle). The vehicle trajectory 520 may represent a smooth path that does not have abrupt changes that would otherwise provide passenger discomfort. For example, the vehicle trajectory is defined by a path of travel along a given lane of a road in which the object is not predicted travel within a given amount of time. The vehicle trajectory 520 is then provided to block 508.
In block 508, a steering angle and velocity command is generated based on the vehicle trajectory 520. The steering angle and velocity command is provided to block 510 for vehicle dynamics control, i.e., the steering angle and velocity command causes the AV to follow the vehicle trajectory 508.
Illustrative Methods
Referring now to
At the computing device(s), the LiDAR dataset is plotted on a 3D graph as shown by 608. The 3D graph has an x-axis, a y-axis and a z-axis. An illustration of a LiDAR dataset 702 plotted on a graph 700 is provided in
The image and/or 3D graph are used in 610 to detect an object that is located in proximity to the AV. A cuboid is defined in 612 on the 3D graph. The cuboid is a 3D oriented bounded box that represents (i) a heading of the object (e.g., object 1022 of
Next in 614-616, the cuboid is used to facilitate driving-related operations of the AV (e.g., object tracking, object trajectory prediction, and/or AV trajectory determination). More specifically in 614, the cuboid's geometry is used to predict a trajectory for the object. Techniques for predicting object trajectories based on cuboid geometries are well known in the art. Any known or to be known technique for predicting object trajectories based on cuboid geometries can be used herein without limitation. For example, one technique involves predicting that the object is moving on a linear path in the same direction as the heading direction of the cuboid. The present solution is not limited to the particulars of this example.
In 616, a trajectory for the AV is generated using the cuboid's geometry and the predicted object's trajectory. Techniques for determining a vehicle trajectory using a cuboid are well known in the art. Any known or to be known technique for determining a vehicle trajectory using a cuboid can be used herein without limitation. For example, in some scenarios, such a technique involves determining a trajectory for the AV that would pass the object when the object is in front of the AV, the cuboid has a heading direction that is aligned with the direction in which the AV is moving, and the cuboid has a length that is greater than a threshold value. The present solution is not limited to the particulars of this example. The AV is then caused to follow the trajectory, as shown by 618. In effect, the cuboid can also be said to facilitate the control of autonomous driving operations of the AV. Subsequently, 620 is performed where method 600 ends or other operations are performed.
Referring now to
An important step in defining the cuboid is to estimate its heading, i.e., the yaw of the object (e.g., vehicle 1022 of
The cuboid heading is estimated using histogram filtering. Histogram filtering is used here because the heading estimate is a multimodal distribution. For example, as shown in
As shown in
When fitting a bounding box, the system only uses LiDAR points on convex hulls that are observable from the AV (e.g., vehicle 1021 of
C(θ)=Area(B(θ)) (1)
Ppt(θ)=1/η*exp(−C(θ)) (2)
where exp( ) is the exponential function and η is a normalization constant. Because of the symmetry of the minimal bounding boxes, the heading distribution looks like that shown in
For the minimal bounding boxes, those that touch most of the LiDAR points match the actual vehicle shape better. To achieve this, an additional cost is added based on how well the bounding boxes touch the LiDAR points of the 3D point cloud. First, the system calculates the portion of each visible edge (e.g., edges 1010, 1012, 1016, 1018 of
C(θ)=Area(B(θ))+UnmatchedArea(θ) (3)
where UnmatchedArea(θ) is the area of the bounding box that does not have any LiDAR points that touch the visible edge of the bounding box.
If the system uses the minimal bounding box fitted to all the LiDAR points, then the system effectively only uses the most outer LiDAR points. To leverage interior points, an observation is made that LiDAR points at different elevations exhibit the same pattern. A bounding box is fit at each elevation, and then the costs are added together as shown by the following mathematical equation (4).
This way the heading distribution is made to have more weight on the region of yaw where the bounding boxes at different elevations match the LiDAR points better.
The sizes of the bounding boxes at each elevation are different. Their edges typically align differently along the z-direction (vertically) because of the shape of the vehicle, but the other set of edges do not. This is illustrated in
Note that the distance d(θ) depends on θ, but is calculated in an orthogonal direction. Alternatively, the system can calculate the distance d(θ) along the same direction as the heading, but deduct the distance d(θ) from the cost. In this case, the cost function may be negative. The heading distribution Ppt(θ) may then be computed in accordance with the above-provided mathematical equation (2) using the cost function C(θ) defined by mathematical equation (5).
Referring again to
The heading distribution introduced from the lane direction is modeled as a Gaussian distribution. Each such Gaussian distribution has a weight which is proportional to the overlap area of the vehicle with the lane geometry. When updating the posterior, the maximum probability among all Gaussian distributions is used to define the heading distribution as shown by the following mathematical equation (6).
pm(θ)=maxi(N(θ: αi, σi2) (6)
where N( ) is a normal distribution, αi are the lane directions, and σi2 are the corresponding variances which are configurable. An illustrative heading distribution based on lane directions is shown in
Notably, some parking lanes in the vector map may not provide a direction. There are two kinds of such parking lanes as shown in
Referring again to
where z represents a new measurement and x represents a state to be estimated. In the present case, p(x) is a heading distribution based on the vector map Pm, and p(z/x) is the heading distribution based on the point cloud Ppt. The discretization version of the basic Bayes filter is as follows. Notably, a resolution of one degree is used here. Different resolutions can be used depending on how accurate the result is to be.
Notably, the implementation can exploit the symmetry and thus avoid repeated computation.
When a vehicle is relatively close to the AV and is not occluded (thus a relatively complete view of the vehicle is captured), a greater weight is given to the heading distribution that was determined based on the 3D point cloud as compared to the weight given to the heading distribution that was determined based the vector map. This is because what really determines the heading is the object's geometry which is represented by the 3D point cloud. A scale factor sf(d, npt) is introduced that depends on the distance d of the vehicle to the AV and the number of points npt in the surface model. The scale factor sf(d, npt) is smaller when the object is relatively far away from the AV with fewer LiDAR points in the 3D point cloud. The sf(d, npt) controls the variance of the Gaussian distribution of the lane direction: when sf(d, npt) is small, the variance is small and thus the Gaussian distribution is narrow while when sf(d, npt) is large, the Gaussian distribution is flat and thus more weight is given to the distribution based on point cloud. Accordingly, the discretization version of the basic Bayes filter is modified as follows.
Referring again to
If a visual heading is available and the posterior distribution has two peak headings that are opposite each other [814: YES], then method 800 continues with 816 where a heading is selected from the posterior distributions that aligns with the visual heading. Thereafter, method 800 continues to 818, which will be described below.
In contrast, if the visual heading is not available [814: NO], then method 800 continues with 816 which involves determining whether a reliable velocity of the object is available. The velocity direction provides a strong indication where the heading should point. If a reliable velocity of the object is available [816: YES], then the system tests whether the heading and velocity are within ninety degrees of each other. If they are, then the heading is flipped one hundred eighty degrees in 818. If a reliable velocity of the object is not available [816: NO], then the heading is not corrected with the velocity direction.
Next in 820, a cuboid is defined on the 3D graph by fitting a bounding box oriented in the heading direction. Since the point cloud measurement usually only captures a portion of an object, the bounding box is not tightly fit to the point cloud. In this regard, a default size for the bounding box is used that represents the possible minimal size of a vehicle. If the minimal bounding box is smaller than the default size, the bounding box size is enlarged based on where the bounding box is relative to the AV (as shown in
Notably, method 800 was discussed herein in relation to how to estimate a cuboid based on a single measurement. The present solution is not limited in this regard. It is straightforward to integrate the present solution to a recursive filtering framework.
Another illustrative method 1900 for defining a cuboid (e.g., cuboid 704 of
As shown in
In 1912, filter operations are performed to obtain a posterior distribution of the heading using the heading distributions Ppt(θ), Pm(θ) and Pvh(θ). The filter operations can include applying a Bayes filter or histogram filter to obtain the posterior distribution of heading. An illustrative discretization version of the basic Bayes filter is as follows. Notably, a resolution of one degree is used here. Different resolutions can be used depending on how accurate the result is to be.
Notably, the implementation can exploit the symmetry and thus avoid repeated computation.
When a object is relatively close to the AV and is not occluded (thus a relatively complete view of the vehicle is captured), a greater weight is given to the heading distribution that was determined based on the 3D point cloud as compared to the weight given to the heading distribution that was determined based the vector map. This is because what really determines the heading is the object's geometry which is represented by the 3D point cloud. A scale factor sf(d, npt) is introduced that depends on the distance d of the vehicle to the AV and the number of points npt in the surface model. The scale factor sf(d, npt) is smaller when the object is relatively far away from the AV with fewer LiDAR points in the 3D point cloud. The sf(d, npt) controls the variance of the Gaussian distribution of the lane direction: when sf(d, npt) is small, the variance is small and thus the Gaussian distribution is narrow while when sf(d, npt) is large, the Gaussian distribution is flat. Accordingly, the discretization version of the basic Bayes filter is modified as follows.
Referring again to
Next in 1918, a cuboid is defined on the 3D graph by fitting a bounding box oriented in the heading direction. Subsequently, 1920 is performed where method 1900 ends or other operations are performed.
Although the present solution has been illustrated and described with respect to one or more implementations, equivalent alterations and modifications will occur to others skilled in the art upon the reading and understanding of this specification and the annexed drawings. In addition, while a particular feature of the present solution may have been disclosed with respect to only one of several implementations, such feature may be combined with one or more other features of the other implementations as may be desired and advantageous for any given or particular application. Thus, the breadth and scope of the present solution should not be limited by any of the above described embodiments. Rather, the scope of the present solution should be defined in accordance with the following claims and their equivalents.
Number | Name | Date | Kind |
---|---|---|---|
20100086923 | Donner et al. | Apr 2010 | A1 |
20190147245 | Qi | May 2019 | A1 |
20190180467 | Li et al. | Jun 2019 | A1 |
20190317519 | Chen | Oct 2019 | A1 |
20190355171 | Ashley | Nov 2019 | A1 |
20200005485 | Xu | Jan 2020 | A1 |
20200117947 | Mei et al. | Apr 2020 | A1 |
20200133280 | Seccamonte et al. | Apr 2020 | A1 |
20200218913 | Unnikrishnan et al. | Jul 2020 | A1 |
20210150228 | Goforth et al. | May 2021 | A1 |
Number | Date | Country |
---|---|---|
110826499 | Feb 2020 | CN |
2338029 | Jun 2011 | EP |
2328029 | May 2012 | EP |
2537681 | Oct 2016 | GB |
Entry |
---|
Sun, Y. et al., 3-D data processing to extract vehicle trajectories from roadside LiDAR data. Transportaiton research record. Dec. 2018, 2672, 45:14-22. |
Yao, W. “Extraction and velocity estimation of vehicles in urban areas from airborne laserscanning data.” PhD diss., Technische University Munchen, Nov. 29, 2010. |
Li, L. et al. “Advanced 3D motion prediction for video-based dynamic point cloud compression ” IEEE Transactions on Image Processing 29, Aug. 8, 2019. |
Daraei, M. H. et al. “Velocity and shape from tightly-coupled LiDAR and camera.” In 2017 IEEE Intelligent Vehicles Symposium (IV), pp. 60-67. IEEE, Jun. 11, 2017. |
International Search Report and Written Opinion issued in PCT/US2021/027384 dated Jun. 29, 2021. |
He, H. et al., “A Rapid Grid Search Method for Solving Dynamic Programming Problems in Economics”, Front. Econ. China 2013, 8(2): 260-271. |
Number | Date | Country | |
---|---|---|---|
20210403023 A1 | Dec 2021 | US |