METHOD, APPARATUS, AND COMPUTER PROGRAM PRODUCT FOR DIFFERENTIAL VARIABLE COUNT ENTITY OUTPUT HEAD FOR MAP GENERATION

A method, apparatus and computer program product are provided for learning to generate maps from raw geospatial observations from sensors traveling within an environment. Methods may include: receiving a plurality of sequences of geospatial observations from discrete trajectories; aligning and concatenating the trajectories to generate concatenated, aligned geospatial observations; performing attentional clustering on the concatenated, aligned geospatial observations to obtain a set of entities; processing the set of entities using one or more Set Transformers; generating a preliminary feature set of map object geometries; determining a number of output entities from each of the one or more output heads based on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories; and outputting a feature set, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
TECHNOLOGICAL FIELD

Example embodiments of the present invention relate generally to the automatic generation of maps, and more particularly, to a system for learning to generate maps from raw geospatial observations from sensors traveling within an environment using a neural network model having variable count entity output.

BACKGROUND

Road geometry modelling is very useful for high-definition (HD) map creation and terrain identification along with feature and obstacle detection in environments, each of which may facilitate autonomous vehicle navigation along a prescribed path. Traditional methods for 3D modelling of road geometry and object or feature detection are resource intensive, often requiring significant amounts of human measurement and calculation. Such methods are thus time consuming and costly. Exacerbating this issue is the fact that many modern-day applications (e.g., 3D mapping, terrain identification, or the like) require manual or semi-automated analysis of large amounts of data, and therefore are not practical without quicker or less costly techniques.

Some current methods rely upon feature detection from image data to perform road terrain detection or environment feature detection, but these methods have deficiencies. For instance, some systems designed for terrain and feature detection around a vehicle exist but may be unreliable. Further, the reliability of feature detection may not be known such that erroneous feature detection or lack of feature detection may adversely impact autonomous or semi-autonomous driving. Over-estimating the accuracy of feature detection may cause safety concerns as object locations may be improperly interpreted as accurate when they are actually inaccurate, while under-estimating accuracy may lead to inefficiencies through overly cautious behaviors. Further, map data reconstruction of an environment may be inaccurate if object identification does not properly establish the location of an object in three-dimensional space due to inaccuracy during the detection stage.

BRIEF SUMMARY

Accordingly, a method, apparatus, and computer program product are provided for automatic generation of maps, and more particularly, to a system for learning to generate maps from raw geospatial observations from sensors traveling within an environment using a neural network model having variable count entity output. In a first example embodiment, an apparatus is provided including at least one processor and at least one memory including computer program code, the at least one memory and the computer program code may be configured to, with the at least one processor, cause the apparatus to: receive a plurality of sequences of geospatial observations from discrete trajectories; align the trajectories to generate aligned geospatial observations; concatenate the aligned geospatial observations; perform attentional clustering on the concatenated, aligned geospatial observations to obtain a set of entities with feature dimensionality; process the set of entities with feature dimensionality using one or more Set Transformers; generate, from the one or more Set Transformers, a preliminary feature set of map object geometries; determine, from a count output head, a number of output entities from each of the one or more output heads based, at least in part, on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories; output a feature set from each output head from the preliminary feature set, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head; update a map geometry based on the feature set from each output head to form an updated map geometry; and provide for at least one of navigational assistance or at least semi-autonomous vehicle control based on the updated map geometry.

According to certain embodiments, each output head corresponds to an object type, where the feature set output from each output head includes a set of map object geometries of the object type. The feature set of some embodiments includes location information associated with a respective map object geometry. According to some embodiments, causing the apparatus to align the trajectories includes causing the apparatus to apply a geospatial offset for one or more of the trajectories. Causing the apparatus of some embodiments to align the trajectories includes causing the apparatus to apply a multi-head self-attentional layer with a distance kernel defined as Euclidean distance to the trajectories to generate offsets for the trajectories in order to align the trajectories. The map object geometries of an example embodiment include point objects and linear objects, where point objects include at least one of signs or poles, and linear objects include at least one of road markings or road boundaries.

According to some embodiments, the geospatial observations are used to facilitate autonomous vehicle control. Causing the apparatus of some embodiments to output a feature set from each output head, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head includes causing the apparatus to: perform a sort-analogous operation based on queries from an inducing vector, where each query attends to most similar entities in the preliminary feature set; and output the feature set from each output head based on an order from the queries from the inducing vector. Causing the apparatus of some embodiments to output a feature set from each output head, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head includes causing the apparatus to discard features in the feature set from each output head above the number of output entities for the respective output head.

Embodiments provided herein include a computer program product including at least one non-transitory computer-readable storage medium having computer-executable program code instructions stored therein, the computer-executable program code instructions including program code instructions to: receive a plurality of sequences of geospatial observations from discrete trajectories; align the trajectories to generate aligned geospatial observations; concatenate the aligned geospatial observations; perform attentional clustering on the concatenated, aligned geospatial observations to obtain a set of entities with feature dimensionality; process the set of entities with feature dimensionality using one or more Set Transformers; generate, from the one or more Set Transformers, a preliminary feature set of map object geometries; determine, from a count output head, a number of output entities from each of the one or more output heads based, at least in part, on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories; output a feature set from each output head from the preliminary feature set, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head; update a map geometry based on the feature set from each output head to form an updated map geometry; and provide for at least one of navigational assistance or at least semi-autonomous vehicle control based on the updated map geometry.

According to certain embodiments, each output head corresponds to an object type, where the feature set output from each output head includes a set of map object geometries of the object type. The feature set of some embodiments includes location information associated with a respective map object geometry. According to some embodiments, the program code instructions to align the trajectories include program code instructions to apply a geospatial offset for one or more of the trajectories. The program code instructions of some embodiments to align the trajectories include program code instructions to apply a multi-head self-attentional layer with a distance kernel defined as Euclidean distance to the trajectories to generate offsets for the trajectories in order to align the trajectories. The map object geometries of an example embodiment include point objects and linear objects, where point objects include at least one of signs or poles, and linear objects include at least one of road markings or road boundaries.

According to some embodiments, the geospatial observations are used to facilitate autonomous vehicle control. The program code instructions of some embodiments to output a feature set from each output head, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head include program code instructions to: perform a sort-analogous operation based on queries from an inducing vector, where each query attends to most similar entities in the preliminary feature set; and output the feature set from each output head based on an order from the queries from the inducing vector. The program code instructions of some embodiments to output a feature set from each output head, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head include program code instructions to discard features in the feature set from each output head above the number of output entities for the respective output head.

Embodiments provided herein include a method including: receiving a plurality of sequences of geospatial observations from discrete trajectories; aligning the trajectories to generate aligned geospatial observations; concatenating the aligned geospatial observations; performing attentional clustering on the concatenated, aligned geospatial observations to obtain a set of entities with feature dimensionality; processing the set of entities with feature dimensionality using one or more Set Transformers; generating, from the one or more Set Transformers, a preliminary feature set of map object geometries; determining, from a count output head, a number of output entities from each of the one or more output heads based, at least in part, on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories; outputting a feature set from each output head from the preliminary feature set, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head; updating a map geometry based on the feature set from each output head to form an updated map geometry; and providing for at least one of navigational assistance or at least semi-autonomous vehicle control based on the updated map geometry.

According to certain embodiments, each output head corresponds to an object type, where the feature set output from each output head includes a set of map object geometries of the object type. The feature set of some embodiments includes location information associated with a respective map object geometry. According to some embodiments, aligning the trajectories includes applying a geospatial offset for one or more of the trajectories. Aligning the trajectories includes, in some embodiments, applying a multi-head self-attentional layer with a distance kernel defined as Euclidean distance to the trajectories to generate offsets for the trajectories in order to align the trajectories. The map object geometries of an example embodiment include point objects and linear objects, where point objects include at least one of signs or poles, and linear objects include at least one of road markings or road boundaries.

According to some embodiments, the geospatial observations are used to facilitate autonomous vehicle control. Outputting a feature set from each output head, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head includes, in some embodiments: performing a sort-analogous operation based on queries from an inducing vector, where each query attends to most similar entities in the preliminary feature set; and outputting the feature set from each output head based on an order from the queries from the inducing vector. Outputting a feature set from each output head, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head includes, in some embodiments, discarding features in the feature set from each output head above the number of output entities for the respective output head.

Embodiments described herein include a computer program product having computer-executable program code portions stored therein, the computer-executable program code portions including program code instructions configured to perform any method disclosed herein.

Embodiments provided herein include an apparatus including: means for receiving a plurality of sequences of geospatial observations from discrete trajectories; means for aligning the trajectories to generate aligned geospatial observations; means for concatenating the aligned geospatial observations; performing attentional clustering on the concatenated, aligned geospatial observations to obtain a set of entities with feature dimensionality; means for processing the set of entities with feature dimensionality using one or more Set Transformers; means for generating, from the one or more Set Transformers, a preliminary feature set of map object geometries; means for determining, from a count output head, a number of output entities from each of the one or more output heads based, at least in part, on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories; means for outputting a feature set from each output head from the preliminary feature set, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head; means for updating a map geometry based on the feature set from each output head to form an updated map geometry; and means for providing for at least one of navigational assistance or at least semi-autonomous vehicle control based on the updated map geometry.

According to certain embodiments, each output head corresponds to an object type, where the feature set output from each output head includes a set of map object geometries of the object type. The feature set of some embodiments includes location information associated with a respective map object geometry. According to some embodiments, the means for aligning the trajectories includes means for applying a geospatial offset for one or more of the trajectories. The means for aligning the trajectories includes, in some embodiments, means for applying a multi-head self-attentional layer with a distance kernel defined as Euclidean distance to the trajectories to generate offsets for the trajectories in order to align the trajectories. The map object geometries of an example embodiment include point objects and linear objects, where point objects include at least one of signs or poles, and linear objects include at least one of road markings or road boundaries.

According to some embodiments, the geospatial observations are used to facilitate autonomous vehicle control. The means for outputting a feature set from each output head, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head includes, in some embodiments: means for performing a sort-analogous operation based on queries from an inducing vector, where each query attends to most similar entities in the preliminary feature set; and means for outputting the feature set from each output head based on an order from the queries from the inducing vector. The means for outputting a feature set from each output head, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head includes, in some embodiments, means for discarding features in the feature set from each output head above the number of output entities for the respective output head.

The above summary is provided merely for purposes of summarizing some example embodiments to provide a basic understanding of some aspects of the invention. Accordingly, it will be appreciated that the above-described embodiments are merely examples and should not be construed to narrow the scope or spirit of the invention in any way. It will be appreciated that the scope of the invention encompasses many potential embodiments in addition to those here summarized, some of which will be further described below.

BRIEF DESCRIPTION OF THE DRAWINGS

Having thus described certain example embodiments of the present invention in general terms, reference will hereinafter be made to the accompanying drawings which are not necessarily drawn to scale, and wherein:

FIG. 1 is a block diagram of an apparatus according to an example embodiment of the present disclosure;

FIG. 2 is a block diagram of a system for iteratively establishing the position of a detected object according to an example embodiment of the present disclosure;

FIG. 3 illustrates the use of aggregated drives in map creation, verification, and healing according to an example embodiment of the present disclosure;

FIG. 4 is a flowchart of the operations of a drive conflation network according to an example embodiment of the present disclosure;

FIG. 5 is a flowchart of input head drive alignment for a neural network with variable count output according to an example embodiment of the present disclosure;

FIG. 6 is a block diagram of a system for implementing the methods described herein for learning to generate maps from raw geospatial observations from sensors traveling within an environment according to an example embodiment of the present disclosure; and

FIG. 7 is a flowchart of operations for learning to generate maps from raw geospatial observations from sensors traveling within an environment according to an example embodiment of the present disclosure.

DETAILED DESCRIPTION

Some embodiments of the present invention will now be described more fully hereinafter with reference to the accompanying drawings, in which some, but not all, embodiments of the invention are shown. Indeed, various embodiments of the invention may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will satisfy applicable legal requirements. Like reference numerals refer to like elements throughout. As used herein, the terms “data,” “content,” “information,” and similar terms may be used interchangeably to refer to data capable of being transmitted, received and/or stored in accordance with embodiments of the present invention. Thus, use of any such terms should not be taken to limit the spirit and scope of embodiments of the present invention.

A method, apparatus and computer program product are provided in accordance with an example embodiment of the present invention for the automatic generation of maps, and more particularly, to a system for learning to generate maps from raw geospatial observations from sensors traveling within an environment using a neural network model having variable count entity output. Autonomous vehicles leverage sensor information relating to roads and objects and features proximate the roads to determine safe regions of a road to drive and to evaluate their surroundings as they traverse a road segment. Further, autonomous and semi-autonomous vehicles use high-definition map information to facilitate autonomous driving and to plan autonomous driving routes. These high-definition maps or HD maps are specifically designed and configured to facilitate autonomous and semi-autonomous vehicle control and may be able to replicate road segments virtually with the inclusion of accurately placed signs and other features or objects proximate a roadway. Example embodiments build these maps using a neural network model that allows differential variable count entity output based on attentional sorting and count estimation. This technique enables map creation and healing without a predefined count of objects identified in observations along road segments.

HD maps have a high precision at resolutions that may be down to several centimeters that identify objects proximate a road segment, such as features of a road segment including lane widths, lane markings, traffic direction, speed limits, lane restrictions, etc. Autonomous and semi-autonomous vehicles use these HD maps to facilitate the autonomous control features, such as traveling within a lane of a road segment at a prescribed speed limit. Autonomous vehicles may also be equipped with a plurality of sensors to facilitate autonomous vehicle control. Sensors may include image sensors/cameras, Light Distancing and Ranging (LiDAR), Global Navigation Satellite Systems (GNSS) such as Global Positioning Systems (GPS), Galileo etc., Inertial Measurement Units (IMUs), or the like which may measure the surroundings of a vehicle and communicate information regarding the surroundings to a vehicle control module to process and adapt vehicle control accordingly.

HD maps may be generated and updated based on sensor data from sensor-equipped vehicles traveling along road segments of a road network. These vehicles may have various degrees of autonomy and may be equipped with a variety of different levels of sensors. Sensors from fully autonomous vehicles, for example, may be used to update map data or generate new map data in a form of crowd-sourced data from vehicles traveling along road segments. Sensor data received can be aggregated with other sensor data relating to the data captured by sensors to establish the accuracy of sensor data and to confirm the position, size, shape, etc. of features and objects along the road segment.

Embodiments described herein may broadly relate to computer vision when there is a need to establish the position of objects and features within an environment. For example, objects and features along a road segment may be detected through processing of sensor data. As the sensor data may be generated from a vehicle traveling along the road segment, the sensor data may not include object information from a perspective other than from along the road segment. As such, the degree to which sensor data may be relied upon for accurate positioning estimation of the object within three-dimensional space may be limited due to parallax effects between the relative sensor positions. Embodiments described herein provide a method of learning to generate maps (including map features and objects) from raw geospatial observations across multiple passes or drives from one or more sensor-equipped vehicles.

When data is collected along a road segment representative of features, the data can include objects identified within the data from observations. Gathering data from multiple sources or multiple drives along the road segment yields a plurality of objects identified along the road segment, such as signs, lane lines, poles/posts, road segment boundaries, lane lines, etc. With a plurality of objects identified in the data from a plurality of different sources, individual objects may be present in multiple sets of data, such that a first number of objects identified in the data (e.g., ten road signs identified in data) may correlate to a second number of actual objects (e.g., two actual road signs along the road segment). Further, certain object types are present in some data sets, but not in others.

Deep neural networks generally require a fixed number of outputs, such as the aforementioned objects. However, when the number of outputs is not known or is variable, deep neural networks are not well-suited to generating the outputs. Embodiments described herein employ an attentional layer with queries from an inducing vector that performs a sort-analogous operation when each query attends to most similar entities in the input. The attentional outputs are in the same order as the inducing vector even if the input entities are unordered. This process can use a separate count output head that predicts the number of entities to produce, and only passes forward that number of entities attended counted from the beginning of the inducing vector. This process allows for variable count outputs that improves the accuracy of the model and reduces erroneous object identification and duplication.

FIG. 1 is a schematic diagram of an example apparatus configured for performing any of the operations described herein. Apparatus 20 is an example embodiment that may be embodied by or associated with any of a variety of computing devices that include or are otherwise associated with a device configured for providing advanced driver assistance features which may include a navigation system user interface. For example, the computing device may be an Advanced Driver Assistance System module (ADAS) which may at least partially control autonomous or semi-autonomous features of a vehicle. However, as embodiments described herein may optionally be used for map generation, map updating, and map accuracy confirmation, embodiments of the apparatus may be embodied or partially embodied as a mobile terminal, such as a personal digital assistant (PDA), mobile telephone, smart phone, personal navigation device, smart watch, tablet computer, camera or any combination of the aforementioned and other types of voice and text communications systems. In a preferred embodiment where some level of vehicle autonomy is involved, the apparatus 20 is embodied or partially embodied by an electronic control unit of a vehicle that supports safety-critical systems such as the powertrain (engine, transmission, electric drive motors, etc.), steering (e.g., steering assist or steer-by-wire), and braking (e.g., brake assist or brake-by-wire). Optionally, the computing device may be a fixed computing device, such as a built-in vehicular navigation device, assisted driving device, or the like.

Optionally, the apparatus may be embodied by or associated with a plurality of computing devices that are in communication with or otherwise networked with one another such that the various functions performed by the apparatus may be divided between the plurality of computing devices that operate in collaboration with one another.

The apparatus 20 may be equipped or associated, e.g., in communication, with any number of sensors 21, such as a global positioning system (GPS), accelerometer, an image sensor, LiDAR, radar, and/or gyroscope. Any of the sensors may be used to sense information regarding the movement, positioning, or orientation of the device for use in navigation assistance, as described herein according to example embodiments. In some example embodiments, such sensors may be implemented in a vehicle or other remote apparatus, and the information detected may be transmitted to the apparatus 20, such as by near field communication (NFC) including, but not limited to, Bluetooth™ communication, or the like.

The apparatus 20 may include, be associated with, or may otherwise be in communication with a communication interface 22, a processor 24, a memory device 26 and a user interface 28. In some embodiments, the processor (and/or co-processors or any other processing circuitry assisting or otherwise associated with the processor) may be in communication with the memory device via a bus for passing information among components of the apparatus. The memory device may be non-transitory and may include, for example, one or more volatile and/or non-volatile memories. In other words, for example, the memory device may be an electronic storage device (for example, a computer readable storage medium) comprising gates configured to store data (for example, bits) that may be retrievable by a machine (for example, a computing device like the processor). The memory device may be configured to store information, data, content, applications, instructions, or the like for enabling the apparatus to carry out various functions in accordance with an example embodiment of the present invention. For example, the memory device could be configured to buffer input data for processing by the processor. Additionally or alternatively, the memory device could be configured to store instructions for execution by the processor.

The processor 24 may be embodied in a number of different ways. For example, the processor may be embodied as one or more of various hardware processing means such as a coprocessor, a microprocessor, a controller, a digital signal processor (DSP), a processing element with or without an accompanying DSP, or various other processing circuitry including integrated circuits such as, for example, an ASIC (application specific integrated circuit), an FPGA (field programmable gate array), a microcontroller unit (MCU), a graphics processing unit (GPU) a hardware accelerator, a special-purpose computer chip, or the like. As such, in some embodiments, the processor may include one or more processing cores configured to perform independently. A multi-core processor may enable multiprocessing within a single physical package. Additionally or alternatively, the processor may include one or more processors configured in tandem via the bus to enable independent execution of instructions, pipelining and/or multithreading.

In an example embodiment, the processor 24 may be configured to execute instructions stored in the memory device 26 or otherwise accessible to the processor. Alternatively or additionally, the processor may be configured to execute hard coded functionality. As such, whether configured by hardware or software methods, or by a combination thereof, the processor may represent an entity (for example, physically embodied in circuitry) capable of performing operations according to an embodiment of the present invention while configured accordingly. Thus, for example, when the processor is embodied as an ASIC, FPGA, GPU or the like, the processor may be specifically configured hardware for conducting the operations described herein. Alternatively, as another example, when the processor is embodied as an executor of software instructions, the instructions may specifically configure the processor to perform the algorithms and/or operations described herein when the instructions are executed. However, in some cases, the processor may be a processor of a specific device (for example, the computing device) configured to employ an embodiment of the present invention by further configuration of the processor by instructions for performing the algorithms and/or operations described herein. The processor may include, among other things, a clock, an arithmetic logic unit (ALU) and logic gates configured to support operation of the processor.

The apparatus 20 of an example embodiment may also include or otherwise be in communication with a user interface 28. The user interface may include a touch screen display, a speaker, physical buttons, and/or other input/output mechanisms. In an example embodiment, the processor 24 may comprise user interface circuitry configured to control at least some functions of one or more input/output mechanisms. The processor and/or user interface circuitry comprising the processor may be configured to control one or more functions of one or more input/output mechanisms through computer program instructions (for example, software and/or firmware) stored on a memory accessible to the processor (for example, memory device 24, and/or the like).

The apparatus 20 of an example embodiment may also optionally include a communication interface 22 that may be any means such as a device or circuitry embodied in either hardware or a combination of hardware and software that is configured to receive and/or transmit data from/to other electronic devices in communication with the apparatus, such as by NFC, described above. Additionally or alternatively, the communication interface 22 may be configured to communicate over Global System for Mobile Communications (GSM), such as but not limited to Long Term Evolution (LTE). In this regard, the communication interface 22 may include, for example, an antenna (or multiple antennas) and supporting hardware and/or software for enabling communications with a wireless communication network. Additionally or alternatively, the communication interface 22 may include the circuitry for interacting with the antenna(s) to cause transmission of signals via the antenna(s) or to handle receipt of signals received via the antenna(s). In some environments, the communication interface 22 may alternatively or also support wired communication and/or may alternatively support vehicle to vehicle or vehicle to infrastructure wireless links.

The apparatus 20 may support a mapping or navigation application so as to present maps or otherwise provide navigation or driver assistance. For example, the apparatus 20 may provide for display of a map and/or instructions for following a route within a network of roads via user interface 28. In order to support a mapping application, the computing device may include or otherwise be in communication with a geographic database, such as may be stored in memory 26. For example, the geographic database includes node data records, road segment or link data records, point of interest (POI) data records, and other data records. More, fewer or different data records can be provided. In one embodiment, the other data records include cartographic data records, routing data, and maneuver data. One or more portions, components, areas, layers, features, text, and/or symbols of the POI or event data can be stored in, linked to, and/or associated with one or more of these data records. For example, one or more portions of the POI, event data, or recorded route information can be matched with respective map or geographic records via position or GPS data associations (such as using known or future map matching or geo-coding techniques), for example. Furthermore, other positioning technology may be used, such as electronic horizon sensors, radar, LiDAR, ultrasonic and/or infrared sensors.

In example embodiments, a navigation system user interface may be provided to provide driver assistance to a user traveling along a network of roadways. Optionally, embodiments described herein may provide assistance for autonomous or semi-autonomous vehicle control. Autonomous vehicle control may include driverless vehicle capability where all vehicle functions are provided by software and hardware to safely drive the vehicle along a path identified by the vehicle. Semi-autonomous vehicle control may be any level of driver assistance from adaptive cruise control, to lane-keep assist, or the like. Identifying objects along road segments or road links that a vehicle may traverse may provide information useful to navigation and autonomous or semi-autonomous vehicle control by establishing barriers defining roadway width, identifying roadway curvature, or any boundary related details of the road links that may be traversed by the vehicle.

Embodiments of the present disclosure can be employed to provide navigational assistance to a human driver and/or to an autonomous or semi-autonomous vehicle. Navigational assistance can include information that helps guide operation of a vehicle within the environment and/or along a specific route (e.g., route guidance). Navigational assistance can include road sign identification and communication to a vehicle operator. For example, navigational assistance can include the identification of a speed limit sign and the speed limit governing a road segment along which a vehicle is traveling. This speed limit can be conveyed to an operator of the vehicle and the operator can be advised of deviation (above or below) from the speed limit.

A map service provider database may be used to provide driver assistance via a navigation system and/or through an ADAS having autonomous or semi-autonomous vehicle control features. FIG. 2 illustrates a communication diagram of an example embodiment of a system for implementing example embodiments described herein. The illustrated embodiment of FIG. 2 includes a mobile device 104, which may be, for example, the apparatus 20 of FIG. 2, such as a mobile phone, an in-vehicle navigation system, an ADAS, or the like, and a map data service provider or cloud service 108. Each of the mobile device 104 and map data service provider 108 may be in communication with at least one of the other elements illustrated in FIG. 2 via a network 112, which may be any form of wireless or partially wireless network as will be described further below. Additional, different, or fewer components may be provided. For example, many mobile devices 104 may connect with the network 112. The map data service provider 108 may be cloud-based services and/or may operate via a hosting server that receives, processes, and provides data to other elements of the system.

The map data service provider may include a map database 110 that may include node data, road segment data or link data, point of interest (POI) data, traffic data or the like. The map database 110 may also include cartographic data, routing data, and/or maneuvering data. According to some example embodiments, the road segment data records may be links or segments representing roads, streets, or paths, as may be used in calculating a route or recorded route information for determination of one or more personalized routes. The node data may be end points corresponding to the respective links or segments of road segment data. The road link data and the node data may represent a road network, such as used by vehicles, cars, trucks, buses, motorcycles, and/or other entities. Optionally, the map database 110 may contain path segment and node data records or other data that may represent pedestrian paths or areas in addition to or instead of the vehicle road record data, for example. The road/link segments and nodes can be associated with attributes, such as geographic coordinates, street names, address ranges, speed limits, turn restrictions at intersections, and other navigation related attributes, as well as POIs, such as fueling stations, hotels, restaurants, museums, stadiums, offices, auto repair shops, buildings, stores, parks, etc. The map database 110 can include data about the POIs and their respective locations in the POI records. The map database 110 may include data about places, such as cities, towns, or other communities, and other geographic features such as bodies of water, mountain ranges, etc. Such place or feature data can be part of the POI data or can be associated with POIs or POI data records (such as a data point used for displaying or representing a position of a city). In addition, the map database 110 can include event data (e.g., traffic incidents, construction activities, scheduled events, unscheduled events, etc.) associated with the POI data records or other records of the map database 110.

The map database 110 may be maintained by a content provider e.g., the map data service provider and may be accessed, for example, by the content or service provider processing server 102. By way of example, the map data service provider can collect geographic data and dynamic data to generate and enhance the map database 110 and dynamic data such as traffic-related data contained therein. There can be different ways used by the map developer to collect data. These ways can include obtaining data from other sources, such as municipalities or respective geographic authorities, such as via global information system databases. In addition, the map developer can employ field personnel to travel by vehicle along roads throughout the geographic region to observe features and/or record information about them, for example. Also, remote sensing, such as aerial or satellite photography and/or LiDAR, can be used to generate map geometries directly or through machine learning as described herein. However, the most ubiquitous form of data that may be available is vehicle data provided by vehicles, such as mobile device 104, as they travel the roads throughout a region.

The map database 110 may be a master map database, such as an HD map database, stored in a format that facilitates updates, maintenance, and development. For example, the master map database or data in the master map database can be in an Oracle spatial format or other spatial format, such as for development or production purposes. The Oracle spatial format or development/production database can be compiled into a delivery format, such as a geographic data files (GDF) format. The data in the production and/or delivery formats can be compiled or further compiled to form geographic database products or databases, which can be used in end user navigation devices or systems.

For example, geographic data may be compiled (such as into a platform specification format (PSF) format) to organize and/or configure the data for performing navigation-related functions and/or services, such as route calculation, route guidance, map display, speed calculation, distance and travel time functions, and other functions, by a navigation device, such as by a vehicle represented by mobile device 104, for example. The navigation-related functions can correspond to vehicle navigation, pedestrian navigation, or other types of navigation. The compilation to produce the end user databases can be performed by a party or entity separate from the map developer. For example, a customer of the map developer, such as a navigation device developer or other end user device developer, can perform compilation on a received map database in a delivery format to produce one or more compiled navigation databases.

As mentioned above, the map data service provider 108 map database 110 may be a master geographic database, but in alternate or complementary embodiments, a client side map database may represent a compiled navigation database that may be used in or with end user devices (e.g., mobile device 104) to provide navigation and/or map-related functions. For example, the map database 110 may be used with the mobile device 104 to provide an end user with navigation features. In such a case, the map database 110 can be downloaded or stored on the end user device which can access the map database 110 through a wireless or wired connection, such as via a processing server 102 and/or the network 112, for example.

In one embodiment, as noted above, the end user device or mobile device 104 can be embodied by the apparatus 20 of FIG. 1 and can include an Advanced Driver Assistance System (ADAS) which may include an infotainment in-vehicle system or an in-vehicle navigation system, and/or devices such as a personal navigation device (PND), a portable navigation device, a cellular telephone, a smart phone, a personal digital assistant (PDA), a watch, a camera, a computer, and/or other device that can perform navigation-related functions, such as digital routing and map display. An end user can use the mobile device 104 for navigation and map functions such as guidance and map display, for example, and for determination of useful driver assistance information, according to some example embodiments.

The map database 110 of example embodiments may be generated from a plurality of different sources of data. For example, municipalities or transportation departments may provide map data relating to roadways, while geographic information survey systems may provide information regarding property and ownership of property within a geographic region. Further, data may be received identifying businesses at property locations and information related to the businesses such as hours of operation, services or products provided, contact information for the business, etc. Additional data may be stored in the map database such as traffic information, routing information, etc. This data may supplement the HD map data that provides an accurate depiction of a network of roads in the geographic region in a high level of detail including road geometries, features along the roads such as signs, etc. The data stored in the map database may be gathered from multiple different sources, and one source of data that may help keep the data in the map database fresh is map data provided by vehicles traveling along the road segments of the road network.

While municipalities and businesses may provide map data to a map database, this data may not be up-to-date, may be incomplete, or may be inaccurate. The ubiquity with which vehicles travel along road segments render those vehicles as opportunities to collect data related to the road segments provided the vehicles are equipped with some degree of sensor technology. A vehicle traveling along a road segment with only location sensing technology, such as a Global Navigation Satellite System like GPS, Galileo, etc., may provide data relating to the path of a road segment, while vehicles with more technologically advanced sensors may be able to provide additional information. Sensor data from image sensors or depth sensors such as LiDAR may provide details regarding the features of road segments including the position of signs along the road segment and the information contained on the signs. This data may be crowd sourced by map data service providers 108 to build more robust and reliable maps with a greater level of detail than previously available. Further, beyond building the maps in the map database 110, sensor data may be used to update map data or confirm existing map data to ensure the map database 110 is maintained and as up-to-date as possible. The accuracy and freshness of map data may be critical as vehicles become more advanced and autonomous control of vehicles becomes more ubiquitous as the map database 110 may provide information that facilitates control of a vehicle along a road segment.

Autonomous driving has become a focus of recent technology with recent advances in machine learning, computer vision, and computing power able to conduct real-time mapping and sensing of a vehicle's environment. Such an understanding of the environment enables autonomous driving in two distinct ways. Primarily, real-time sensing of the environment may provide information about potential obstacles, the behavior of others on the roadway, road information/warning signs, and areas that are navigable by the vehicle. An understanding of where other cars are and what they may do is critical for a vehicle (or apparatus 20) to safely plan a route. Further, vehicles must be able to avoid both static and dynamic obstacles, which may change presence and position in real-time. Autonomous vehicles must also have a semantic understanding of what areas are around them that are navigable and safe for driving. Maps, such as HD maps described above, of areas may exist with very high levels of granularity to help facilitate navigation for autonomous vehicles; however, exceptions will occur in which a vehicle may need to deviate from a roadway to avoid a collision or where a road's geometry or other map attributes (e.g., direction) have changed.

Another key to autonomous driving are vision techniques for localization with respect to a map of reference landmarks. This enables the understanding of a position and heading with respect to a roadway. On a coarse scale, navigation maps allow vehicles to know what roads to use to reach a particular destination. On a finer scale, maps allow vehicles to know what lanes to be in and when to make lane changes. This information is essential for planning an efficient and safe route as driving involves complex situations and maneuvers which need to be executed in a timely fashion, and often before they are visually obvious (e.g., a vehicle around a corner is stopped). Localization with respect to a map enables the incorporation of other real-time information into route planning. Such information can include traffic, areas with unsafe driving conditions (e.g., ice, weather, potholes, etc.) and temporary road changes, such as may be caused by construction.

Further, in order to implement full autonomy for a vehicle, the vehicle must be contextually aware in that the vehicle must be aware of the surroundings in terms of both dynamic conditions (e.g., weather, traffic, construction) and static conditions (e.g., road geometry, road signs, barriers, etc.). Embodiments described herein automatically generate and update maps and map features through a machine learning process that generates maps and map features from raw geospatial observations across multiple drives through an environment.

Automatic generation of maps is a difficult task typically solved through a sequential pipeline of discrete algorithmic steps, or in a very specific use case, for example, generating maps from overhead imagery such as satellite images. Automatically generating maps from observational geolocation is also difficult, where observational geolocation data is raw sensor data including observations of objects with one or more geo-positions and possibly other attributes such as category or size. Further complicating map generation from observational data is an unknown number and type of objects observed along a road segment. Having a system for this task that can ingest multiple kinds of input geolocation data feeds and produce maps with multiple kinds of geometrical abstractions which can be trained end-to-end simplifies deployment of such a system and enables optimization of its performance across a whole pipeline. Traditional systems divide a process into discrete, separately tuned steps. Embodiments described herein provide a mechanism by which high quality maps are produced automatically from raw geospatial observations.

Embodiments described herein include a feed-forward neural system built of components that can be in whole trained end-to-end. The system of example embodiments includes multiple input heads and multiple output heads, and information is exchanged between these in a shared “body” of the system. This system produces output in the form of features of a map that are accurately located within the mapped environment. Further, embodiments include a trainable model capable of outputting a variable number of output entities without using recurrence or suffering the drawbacks of recurrent models. Embodiments employ deep neural network models that output entity sets and the order of outputs is not implicitly guaranteed by the model architecture.

An initial neural operation is a learnable drive alignment that is an amortized, attentional clustering applied to the sensor data in a specific way. An input head that reads in sequences of geospatial observations from discrete drives is structured to be able to learn to align these drives before proceeding further in the computational graph. In a neural network, attention is a technique that approximates cognitive attention of a human. The technical effect focuses attention of the neural network on the most relevant part or parts of the input data, while minimizing the importance of the remaining input data. The input data to the neural network includes data from individual vehicles that have traveled along road segments in a network together with observations from sensor data from these drives. The neural network clustering aligns drives along road segments within a road network.

FIG. 3 illustrates the use of aggregated drives in map creation, verification, and healing. As shown, sensor data is obtained at 310 from discrete drives with object observations extracted from street level imagery aggregated on a drive level. Such data collection may be collected through a variety of sensor types, such as image sensors or cameras, LiDAR (Light Distancing and Ranging) sensors, sonic sensors, or the like. One example of a camera sensor is a Mobileye™ camera sensor that identifies objects in imagery and uses bounding boxes to identify objects and their relative position along the trajectory of a vehicle. The objects sensed and identified may include linear objects (e.g., barriers, drive paths, lane markings, road boundaries, etc.) and point objects (signs, poles, etc.). Point objects can be identified with a two-dimensional floating point vector of coordinates (e.g., x,y) that can represent distance, such as meters, displaced from a center of the sample or capture position. A linear object can be identified with coordinate pairs, such as (x1, y1, x2, y2).

Aggregation of the data is performed as shown at 320 including aligning drives and correcting translational error across drives. Conflation occurs at 330 where multiple observations are collected together and fused into a consensus observation, confabulating continuations and connections of linear features which are conflated with existing data. At 340, geometries analogous to specific object categories and attributes are mapped in an HD map. These can be compared against ground truth features 350 from the HD map for verification and healing.

According to an example embodiment of the present invention, an input head reads in observational data as tuples, such as in the form of a drive identifier (a unique number assigned to each drive), longitude, latitude, features, etc. As illustrated in FIG. 4, drives including object observations are conducted with sign objects identified in drives for signs 410 and pole objects identified in drives for poles 412. These objects are centered at 414 and used as input heads 416 for observational data. The drives for signs 410 and drives for poles 412 further define statistics for input entity and drive counts 420. The statistics for input entity and drive counts include summarizing vectors of how many drives there were, how many signs, how many poles, how many lane segments, etc. These objects identified can be divided by the number of drives to obtain an average number of objects of different categories observed on a per-drive basis.

Each drive can include a structured list of sets of object observations. A first set can include point objects (e.g., signs) observed on the drive, a second set can include line objects (e.g., road lines or barriers), etc. These observations from each drive are compiled into a list of drives or discrete trajectories for the input sample. Each drive featured in a particular geographic region of a point and radius includes observations in such a structure. Drives can be iterated over, features can be iterated over, and ultimately the observation items can be iterated over. Drives can be unordered, but features are ordered according to feature input type. Features such as point objects, line objects, etc. Observations from drives generally include latitude and longitude coordinates for point objects, and latitude, longitude tuples for linear features.

The input heads 416 provide the observational data for alignment and concatenation at 418 to obtain aligned observations 424 of the objects observed in the drives. The aligned observations 424 are provided to an attention layer 426. The attentional layer 426 with queries coming from an inducing vector performs a sort-analogous operation when each query attends to most similar entities in the input. The attentional outputs are in the same order as the inducing vector even if the input entities of the aligned observations are unordered. The attention layer performs attention pooling to the constant number of entities. The attentional outputs are provided to a Set Transformer and iterated attention is performed at 428. This weights the significance of the input data, and outputs a count projection of observed objects at 434, where a count projection of signs observed, and a count projection of poles observed are estimated.

Based on the statistics for input entity and drive counts at 420, object counts are established from the raw drive observation data and both the count projections of 434 and count projections from the raw data are provided for concatenation at 436. A new count projection is established at 438 where the number of signs observed along a particular road segment and a number of poles observed along a road segment are output from 440. The attentional layer outputs are processed through Set Transformers at 430 differentially weighting the significance of each part of the input data to produce observations 432 in the form of location “x” and “y” (e.g., latitude and longitude) and features of the observation. These observations are provided for additional entity reduction at 442 along with the count projections for the different object types (e.g., signs and poles) to identify the number of outputs from the machine learning model. The outputs are unknown initially such that the model does not produce a fixed number of outputs, but a number of outputs established from the count projections 434 and the statistics for input entity and drive counts at 420. Decentering of the observations occurs at 444 and the observational outputs are established at 446.

An example embodiment of the input heads 416 of the model of FIG. 4 is shown in FIG. 5, where different drives 510 provide one or more observations with at least the longitude, latitude, and features. These geolocations are aligned at 520 to correct for possible systematic translational error which includes a different geolocation offset for each drive in this input, but the same across all of the geolocations for a single drive. This may be implemented as a multi-head self-attentional layer with a distance kernel defined as a Euclidean distance. The Euclidean distance based self-attention across all drives is a modified self-attention layer. Modifications include that the attention weights are not computed with dot product, but are instead computed based on Euclidean distance between the queries and keys:

Match_value = 1. ( ε + i coordinates ( ( key i - query i ) * S ) 2 ) ( 1 )

Where “S” is a scaling factor (e.g., 100) to emphasize distances between the key and query vectors more strongly, and ε is any numerical small value (e.g., 1e−8). The scaling factor value depends on the practicalities of each use case such as the coordinate system and data noise. Embodiments described herein need only a single head for this amortized clustering analog task. The self-attention results are centered on the querying entities using a residual connection:


Attention_outputs=attended_values—input_values  (2)

In attention, each point in the input attends to all close by geolocation input tuples, minus itself. This attention produces a representation for displacement or offset, as it in principle defines a general learnable function which, for each point, can consider its neighborhood in the input data. This offset representation for each point is averaged for each unique drive identifier (drive id) in the input at 530, and this averaged displacement representation for each drive is added to all the observational geolocations for each drive at 540. Thus, this offset representation is able to learn to correct for translational offsets and find a consensus between drives using one kind of amortized, learnable clustering. Offsets are essentially a simple translation operation, such as a rigid transformation, affine transformation, or a more complex deformation. The offset is a vector addition to input coordinates with units in the input coordinate system. Embodiments can use Azimuthal Equidistant Projection, centered on a small sample area on the ground. This renders the input coordinates to be in approximate Euclidian distance (e.g., meters). Azimuthal Equidistant Projection is a projection which is parameterized by a point on the globe, and essentially flattens the globe around that point such that around that point is Euclidean and equidistant. The described system also works for latitude-longitude coordinates, where the distances would be in degrees, but to prevent distortions, embodiments can be centered to the sample area.

The translated, offset drives are concatenated together and the drive identifiers are dropped at 550 to be the aligned observations, such as those shown at 424 of FIG. 4. Subsequent layers will obtain drive-aligned observational geospatial representations which can combine with similar drive-aligned observational geolocations from other input heads and produce embeddings which are protected by separate output heads to different kinds of map representations for the generated map. A Set Transformer, such as Set Transformers 430 may be used to learn a function from these aligned drive representations including a set of multiple geospatial entities to different outputs which are again a set of geospatial entities. The Set Transformer is a powerful neural component that is able to learn very complex interactions between unordered sets of entities. FIG. 4 illustrates the Set Transformers 430 receiving the output of the input head drive alignment of FIG. 5, with the aligned observations 424 stemming from the translated drives that are concatenated together at 550 in FIG. 5.

Embodiments of the model described herein use a separate count output head that predicts the number of entities to produce as output, and then uses this value rounded to the nearest integer to only pass forward that number of entities attended counted from the beginning of the inducing vector. This process is akin to picking a specific inducing vector with the number of entities matching the entity count output head estimate, and using that inducing vector to retrieve exactly that number of entities from the model outputs. The model layers are differentiable and the inducing vector naturally learns a strategy to find the most critical model outputs to pick as the final output.

The model described herein has two output heads for each entity set output. One of these is the count output head which produces a prediction of how many entities should be outputted. The associated loss for this can be, for example, a mean square error or a Huber loss comparing the output to the ground truth number of entities. The other output head is the entity output, which has the model body outputs as inputs. These model body outputs are structured as a set of entities with some feature dimensionality. The number of body outputs is constant and corresponds roughly to the maximum number of entities the model is capable of outputting. The body outputs are attended by an attentional layer, where queries come from a learnable inducing vector. This outputs as many entities as there are queries in the inducing vector, and these outputted entities are nominally in the same order as the inducing vector queries are.

In the structure illustrated in FIG. 4, all of the model body output heads are Set Transformers, which take in sets of entity embeddings and produce their own map geometries from those. One output producing road markings, for example, reads in the representation of the observed reality of objects classified as road markings from previous layers, attends to entities it has learned to be relevant for road markings, and produces estimates for the road markings in the area. Map geometries generated by the Set Transformers include objects, with each Set Transformer generating a specific type of object. For example, embodiments may include Set Transformers for road markings (e.g., lane lines), road signs, road boundaries (e.g., curbs), light poles, and other object classifications relevant to travel along a road segment.

These induced model outputs are then clipped to only leave as many entities as the count output head value designates. These outputs are a set of entities of the same expected cardinality as the ground truth sample, such that it is possible to use either Chamfer distance or Hungarian distance to measure the distance to the ground truth set, and use this as a loss to minimize in training.

The output heads of an example embodiment employ Chamfer loss to produce geolocation abstractions which correspond to map elements. Since this loss is robust to cardinality mismatch, the outputs will be filtered to remove duplicate output elements that in reality depict only a single map element. It is desirable for the loss to be invariant to the cardinality of the entities, such that multiple model output points can represent a single target output point without a loss penalty. This is because in practical conflation cases, it is unknown how many output entities there are, though it is reasonable to assume that there is an upper limit of ground truth entities to predict of based on a predefined number of input points. The Chamfer loss function is well suited to embodiments described herein, and different regularization and auxiliary components can be added to the loss with the performances of different baselines compared with the unmodified Chamfer loss on a test set of data. The modified Chamfer distance formula employed herein is:

CD ( S 1 , S 2 ) = 1 "\[LeftBracketingBar]" S 1 "\[RightBracketingBar]" x S 1 min y S 2 x - y 2 2 + 1 "\[LeftBracketingBar]" S 2 "\[RightBracketingBar]" x S 2 min y S 1 x - y 2 2 ( 3 ) "\[LeftBracketingBar]" S 1 "\[RightBracketingBar]" > 0 , "\[LeftBracketingBar]" S 2 "\[RightBracketingBar]" > 0

Zero distance between points does not ensure that they correspond to the same object (e.g., the items may not be identical as in the identity of indiscernables) and the triangle inequality does not hold, such that the modified Chamfer distance formula above is a pre-metric. The modified Chamfer distance formula can be characterized as bi-directional mean squared Chamfer distance.

The Chamfer distance has two parts: the precision part and the recall part. Each item in the ground truth set of entities is matched to the closest entity (minimum distance) in the model output, and vice versa, summing the minimum squared differences each way and normalizing by the set sizes. The distance to any set to itself is zero. The modified Chamfer distance is insensitive to cardinalities of points in the data sets, such that several points in the model output can match to a single point in the ground truth. The computational complexity (O(n{circumflex over ( )}2)) is an improvement over the Hungarian loss function that uses one-to-one responsibility matching with a higher complexity (O(n{circumflex over ( )}3)).

The entity-wise distance inside the sums of the modified Chamfer distance formula above can be any distance function, such as Euclidean distance, L2 norm. This model can learn to produce accurate maps for examples of heterogeneous geospatial observations for regions of relatively large size. To scale up the process, the observations can be processed in a tile-by-tile manner to produce corresponding map elements similarly in tile-by-tile output. Map tiles may include sections of a mapped region that are divided into tiles, where the tiles can be of any size that is suitable for the desired use.

As described above, HD maps may be instrumental in facilitating autonomous vehicle control. Building the HD maps may rely on sensor data received from crowd sourced detectors including image sensors and depth detectors (e.g., LiDAR) from vehicles traveling along the network of roads that is mapped. The sensor data that is received is processed to identify objects and features in the sensor data to properly build and update the HD maps, and to facilitate autonomous control of the vehicle generating the sensed data. Embodiments described herein provide a method for learning to generate maps from raw geospatial observations from such crowd-sourced sensor data from vehicles traveling within an environment.

Autonomous vehicles or vehicles with some level of autonomous controls provide some degree of vehicle control that was previously performed by a person driving a vehicle. Removing some or all of the responsibilities of driving from a person and automating those responsibilities requires a high degree of confidence in performing those responsibilities in a manner at least as good as a human driver. For example, maintaining a vehicle's position within a lane by a human involves steering the vehicle between observed lane markings and determining a lane when lane markings are faint, absent, or not visible due to weather (e.g., heavy rain, snow, bright sunlight, etc.). A vehicle with autonomous capability to keep the vehicle within a lane as it travels along a road segment must also be able to identify the lane based on the lane markings or other features that are observable. As such, the autonomous vehicle must be equipped with sensors sufficient to observe road features, and a controller that is capable of processing the signals from the sensors observing the road features, interpret those signals, and provide vehicle control to maintain the lane position of the vehicle based on the sensor data.

Maintaining lane position is merely one illustrative example of a function of autonomous or semi-autonomous vehicles that demonstrates the sensor level and complexity of autonomous driving. However, autonomous vehicle capabilities, particularly in fully autonomous vehicles, must be capable of performing all driving functions. As such, the vehicles must be equipped with sensor packages that enable the functionality in a safe manner.

Beyond sensors on a vehicle, autonomous and semi-autonomous vehicles may use HD maps to help navigate and to control a vehicle along its path. These HD maps may provide road geometry, lane geometry, road segment restrictions (e.g., speed limits), lane restrictions (e.g., turn-only lanes), and any other information that may be related to the road segments of a road network. Further, HD maps may be dynamic and may receive updates periodically from map services providers which may be informed by vehicles traveling along the road segments with sensor packages able to identify and update the HD maps, in addition to mapping objects and road features that may not previously be known to the HD maps.

According to example embodiments described herein, the role of HD maps in facilitating autonomous or semi-autonomous vehicle control may include crowd-sourced building of the maps to identify and confirm features of the maps and their respective locations. In the context of map-making, the features from the environment may be detected by a vehicle traveling along a road segment and consolidated to form a representation of the actual real-world environment in the form of a map. Embodiments described herein include a method, apparatus, and computer program product to automatically generate maps including map geometries with objects defined therein that may be used as HD maps for autonomous vehicle control and for navigational assistance.

Vehicles traveling along a road segment may be equipped with sensors, such as sensors 21 of apparatus 20 of FIG. 1, where the sensors may include image sensors and distance sensors (e.g., LiDAR sensor or other three-dimensional sensor). These sensors may be used to detect features of an environment to facilitate autonomous and semi-autonomous driving. The sensors may be part of a detection module or perception module which may feature a plurality of sensors to obtain a full interpretation of the environment of the module and the vehicle associated therewith.

FIG. 6 illustrates an example embodiment of architecture specifically configured for implementing embodiments described herein. The illustrated embodiment of FIG. 6 may be vehicle-based, where sensor data is obtained from sensors of a vehicle traveling along a road segment. The location of the collected sensor data along the road segment may be determined through location determination using GPS or other positioning means and correlated to map data of map data service provider 108. As illustrated, the architecture includes a map data service provider 108 that provides map data (e.g., HD maps and policies associated with road links within the map) to the Advanced Driver Assistance System (ADAS) 205, which may be vehicle-based or server based depending upon the application. The map data service provider may be a cloud-based 210 service. The ADAS receives navigation information and vehicle position and may use that information to map-match 215 the position to a road link on a map of the mapped network of roads stored in the map cache 220. This link or segment, along with the direction of travel, may be used to establish which HD map policies are applicable to the vehicle associated with the ADAS, including sensor capability information, autonomous functionality information, etc. Accordingly, policies for the vehicle are established based on the current location and the environmental conditions (e.g., traffic, time of day, weather). The HD map policies associated with the road segment specific to the vehicle are provided to the vehicle control, such as via the CAN (computer area network) BUS (or Ethernet or Flexray) 240 to the electronic control unit (ECU) 245 of the vehicle to implement HD map policies, such as various forms of autonomous or assisted driving, or navigation assistance.

A vehicle traveling along a road segment may receive sensor data from a plurality of sensors used to capture data relating to the surrounding environment, such as the position of an object (e.g., a sign, pole, lane markings, road barriers, etc.) relative to a vehicle and the road segment. These geospatial observations may be generated along discrete trajectories that are aligned and used to definitively identify the geo-location of objects within a map database. The automatic building and updating of map geometries as described herein can produce accurate HD maps with great efficiency.

FIG. 7 illustrates a flowchart depicting a method according to an example embodiment of the present invention. It will be understood that each block of the flowcharts and combination of blocks in the flowcharts may be implemented by various means, such as hardware, firmware, processor, circuitry, and/or other communication devices associated with execution of software including one or more computer program instructions. For example, one or more of the procedures described above may be embodied by computer program instructions. In this regard, the computer program instructions which embody the procedures described above may be stored by a memory device 26 of an apparatus employing an embodiment of the present invention and executed by a processor 24 of the apparatus 20. As will be appreciated, any such computer program instructions may be loaded onto a computer or other programmable apparatus (for example, hardware) to produce a machine, such that the resulting computer or other programmable apparatus implements the functions specified in the flowchart blocks. These computer program instructions may also be stored in a computer-readable memory that may direct a computer or other programmable apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture the execution of which implements the function specified in the flowchart blocks. The computer program instructions may also be loaded onto a computer or other programmable apparatus to cause a series of operations to be performed on the computer or other programmable apparatus to produce a computer-implemented process such that the instructions which execute on the computer or other programmable apparatus provide operations for implementing the functions specified in the flowchart blocks.

Accordingly, blocks of the flowcharts support combinations of means for performing the specified functions and combinations of operations for performing the specified functions for performing the specified functions. It will also be understood that one or more blocks of the flowcharts, and combinations of blocks in the flowcharts, can be implemented by special purpose hardware-based computer systems which perform the specified functions, or combinations of special purpose hardware and computer instructions.

FIG. 7 is a flowchart of a method for learning to generate maps from raw geospatial observations from sensors traveling within an environment using a neural network model having variable count entity output. As shown, at 710 a plurality of sequences of geospatial observations from discrete trajectories are received. The trajectories are aligned at 720 to generate aligned geospatial observations. The aligned geospatial observations are concatenated at 730. The concatenated, aligned geospatial observations are processed at 740 using one or more Set Transformers. At 750, a preliminary feature set of map object geometries are generated from the one or more Set Transformers. A number of output entities are determined from each of one or more output heads are determined from a count output head based, at least in part, on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories at 760. A feature set is output at 770 from each output head from the preliminary feature set, the feature set including a number of map object geometries corresponding to a respective number of output entities for the respective output head. A map geometry is updated at 780 based on the feature set from each output head to form an updated map geometry. At least one of navigational assistance or at least semi-autonomous vehicle control is provided at 790 based on the updated map geometry. This may include, for example, autonomous vehicle control that operates using location information determined from the updated map geometry.

In an example embodiment, an apparatus for performing the method of FIG. 7 above may comprise a processor (e.g., the processor 24) configured to perform some or each of the operations (710-790) described above. The processor may, for example, be configured to perform the operations (710-790) by performing hardware implemented logical functions, executing stored instructions, or executing algorithms for performing each of the operations. Alternatively, the apparatus may comprise means for performing each of the operations described above. In this regard, according to an example embodiment, examples of means for performing operations 710-790 may comprise, for example, the processor 24 and/or a device or circuit for executing instructions or executing an algorithm for processing information as described above.

Many modifications and other embodiments of the inventions set forth herein will come to mind to one skilled in the art to which these inventions pertain having the benefit of the teachings presented in the foregoing descriptions and the associated drawings. Therefore, it is to be understood that the inventions are not to be limited to the specific embodiments disclosed and that modifications and other embodiments are intended to be included within the scope of the appended claims. Moreover, although the foregoing descriptions and the associated drawings describe example embodiments in the context of certain example combinations of elements and/or functions, it should be appreciated that different combinations of elements and/or functions may be provided by alternative embodiments without departing from the scope of the appended claims. In this regard, for example, different combinations of elements and/or functions than those explicitly described above are also contemplated as may be set forth in some of the appended claims. Although specific terms are employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation.

Claims

1. An apparatus comprising at least one processor and at least one non-transitory memory including computer program code instructions, the computer program code instructions configured to, when executed, cause the apparatus to at least:

receive a plurality of sequences of geospatial observations from discrete trajectories;
align the discrete trajectories to generate aligned geospatial observations;
concatenate the aligned geospatial observations;
perform attentional clustering on the concatenated, aligned geospatial observations to obtain a set of entities with feature dimensionality;
process the set of entities with feature dimensionality using one or more Set Transformers;
generate, from the one or more Set Transformers, a preliminary feature set of map object geometries;
determine, from a count output head, a number of output entities from each of one or more output heads based, at least in part, on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories;
output a feature set from each output head from the preliminary feature set, the feature set comprising a number of map object geometries corresponding to a respective number of output entities for the respective output head;
update a map geometry based on the feature set from each output head to form an updated map geometry; and
provide for at least one of navigational assistance or at least semi-autonomous vehicle control based on the updated map geometry.

2. The apparatus according to claim 1, wherein each output head corresponds to an object type, wherein the feature set output from each output head comprises a set of map object geometries of the object type.

3. The apparatus according to claim 1, wherein the feature set comprises location information associated with a respective map object geometry.

4. The apparatus of claim 1, wherein causing the apparatus to align the trajectories comprises causing the apparatus to apply a geospatial offset for one or more of the trajectories.

5. The apparatus of claim 1, wherein causing the apparatus to align the trajectories comprises causing the apparatus to apply a multi-head self-attentional layer with a distance kernel defined as a Euclidean distance to the trajectories to generate offsets for the trajectories in order to align the trajectories.

6. The apparatus of claim 1, wherein the map object geometries comprise point objects and linear objects, wherein point objects comprise at least one of signs or poles, and wherein linear objects comprise at least one of road markings or road boundaries.

7. The apparatus of claim 6, wherein the objects from the geospatial observations are used to facilitate autonomous vehicle control.

8. The apparatus of claim 1, wherein causing the apparatus to output the feature set from each output head, the feature set comprising the number of map object geometries corresponding to the respective number of output entities for the respective output head comprises causing the apparatus to:

perform a sort-analogous operation based on queries from an inducing vector, wherein each query attends to most similar entities in the preliminary feature set; and
output the feature set from each output head based on an order from the queries from the inducing vector.

9. The apparatus of claim 1, wherein causing the apparatus to output the feature set from each output head, the feature set comprising the number of map object geometries corresponding to the respective number of output entities for the respective output head comprises causing the apparatus to discard features in the feature set from each output head above the number of output entities for the respective output head.

10. A method comprising:

receiving a plurality of sequences of geospatial observations from discrete trajectories;
aligning the discrete trajectories to generate aligned geospatial observations;
concatenating the aligned geospatial observations;
performing attentional clustering on the concatenated, aligned geospatial observations to obtain a set of entities with feature dimensionality;
processing the set of entities with feature dimensionality using one or more Set Transformers;
generating, from the one or more Set Transformers, a preliminary feature set of map object geometries;
determining, from a count output head a number of output entities from each of one or more output heads based, at least in part, on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories;
outputting a feature set from each output head from the preliminary feature set, the feature set comprising a number of map object geometries corresponding to a respective number of output entities for the respective output head;
updating a map geometry based on the feature set from each output head to form an updated map geometry; and
providing for at least one of navigational assistance or at least semi-autonomous vehicle control based on the updated map geometry.

11. The method according to claim 10, wherein each output head corresponds to an object type, wherein the feature set output from each output head comprises a set of map object geometries of the object type.

12. The method according to claim 10, wherein the feature set comprises location information associated with a respective map object geometry.

13. The method of claim 10, wherein the aligning the trajectories comprises applying a geospatial offset for one or more of the trajectories.

14. The method of claim 10, wherein aligning the trajectories comprises applying a multi-head self-attentional layer with a distance kernel defined as a Euclidean distance to the trajectories to generate offsets for the trajectories in order to align the trajectories.

15. The method of claim 10, wherein the map object geometries comprise point objects and linear objects, wherein point objects comprise at least one of signs or poles, and wherein linear objects comprise at least one of road markings or road boundaries.

16. The method of claim 15, wherein the objects from the geospatial observations are used to facilitate autonomous vehicle control.

17. The method of claim 10, wherein outputting the feature set from each output head, the feature set comprising the number of map object geometries corresponding to the respective number of output entities for the respective output head comprises:

performing a sort-analogous operation based on queries from an inducing vector, wherein each query attends to most similar entities in the preliminary feature set; and
outputting the feature set from each output head based on an order from the queries from the inducing vector.

18. The method of claim 10, wherein outputting the feature set from each output head, the feature set comprising the number of map object geometries corresponding to the respective number of output entities for the respective output head comprise program code instructions to discard features in the feature set from each output head above the number of output entities for the respective output head.

19. A computer program product comprising at least one non-transitory computer-readable storage medium having computer-executable program code instructions stored therein, the computer-executable program code instructions comprising program code instructions to:

receive a plurality of sequences of geospatial observations from discrete trajectories;
align the discrete trajectories to generate aligned geospatial observations;
concatenate the aligned geospatial observations;
perform attentional clustering on the concatenated, aligned geospatial observations to obtain a set of entities with feature dimensionality;
process the set of entities with feature dimensionality using one or more Set Transformers;
generate, from the one or more Set Transformers, a preliminary feature set of map object geometries;
determine, from a count output head a number of output entities from each of one or more output heads based, at least in part, on statistics from the plurality of sequences of geospatial observations from the discrete trajectories and a count of the discrete trajectories;
output a feature set from each output head from the preliminary feature set, the feature set comprising a number of map object geometries corresponding to a respective number of output entities for the respective output head;
update a map geometry based on the feature set from each output head to form an updated map geometry; and
provide for at least one of navigational assistance or at least semi-autonomous vehicle control based on the updated map geometry.

20. The computer program product according to claim 19, wherein each output head corresponds to an object type, wherein the feature set output from each output head comprises a set of map object geometries of the object type.

Patent History
Publication number: 20230280178
Type: Application
Filed: Mar 1, 2022
Publication Date: Sep 7, 2023
Inventor: Tero Juhani KESKI-VALKAMA (Zurich)
Application Number: 17/652,950
Classifications
International Classification: G01C 21/00 (20060101); B60W 60/00 (20060101);