WO2023087626A1 - Trajectory prediction method, trajectory prediction apparatus, and storage medium - Google Patents

Trajectory prediction method, trajectory prediction apparatus, and storage medium Download PDF

Info

Publication number
WO2023087626A1
WO2023087626A1 PCT/CN2022/090552 CN2022090552W WO2023087626A1 WO 2023087626 A1 WO2023087626 A1 WO 2023087626A1 CN 2022090552 W CN2022090552 W CN 2022090552W WO 2023087626 A1 WO2023087626 A1 WO 2023087626A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
distance
nodes
map image
trajectory
Prior art date
Application number
PCT/CN2022/090552
Other languages
French (fr)
Chinese (zh)
Inventor
段志祥
杨奎元
Original Assignee
北京小米移动软件有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京小米移动软件有限公司 filed Critical 北京小米移动软件有限公司
Publication of WO2023087626A1 publication Critical patent/WO2023087626A1/en

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60WCONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
    • B60W60/00Drive control systems specially adapted for autonomous road vehicles
    • B60W60/001Planning or execution of driving tasks
    • B60W60/0027Planning or execution of driving tasks using trajectory prediction for other traffic participants

Definitions

  • the present disclosure relates to the technical field of intelligent driving, and in particular to a trajectory prediction method, a trajectory prediction device and a storage medium.
  • forecasting is made in the dynamically changing traffic environment, the driving route of the physical object is planned, and the driving of the physical object is guided.
  • the movement trajectory of the current object will be affected by the behavior of other entity objects in the traffic scene. Therefore, in the process of guiding the driving behavior of the entity object, it is necessary to predict the driving trajectory of the surrounding entities, as the basis for the driving guidance of the current object, and reasonably avoid obstacles for the driving of the current object.
  • the present disclosure provides a trajectory prediction method, a trajectory prediction device and a storage medium.
  • a trajectory prediction method includes: acquiring a map image, the map image includes a lane centerline, and the lane centerline has several nodes arranged at equal intervals , each node has a distance feature, and the distance features of the node are fused with the distance features of other lane centerline nodes with different distances from the node; based on the position of the vehicle in the map image, determine the The lane centerline node with the closest position is used as the target node; the distance feature of the target node is vector-merged with the historical track feature of the vehicle to obtain a trajectory prediction vector; based on the trajectory prediction vector, it is predicted that the vehicle is at driving track in the above map image.
  • the distance feature of each node is determined in the following manner: the first node is determined on the map image; based on the position of the first node, an area map image is determined, and the area map image includes The first node, and a plurality of second nodes having different distances from the first node; based on the distances between the plurality of second nodes and the first node, extracting the plurality of second nodes distance features of two nodes, and combine the distance features of the plurality of second nodes to obtain the distance features of the first node.
  • the distance features of the plurality of second nodes are extracted, and the distance features of the plurality of second nodes are performed Merge to obtain the distance feature of the first node, including: dividing the plurality of second nodes into multiple categories according to the distance from the first node, wherein the second nodes in the same category The same as the distance between the first nodes; respectively extracting the distance features of the second nodes of the same category in the multiple categories, and splicing the extracted distance features of different categories to obtain the distance features of the first node distance feature.
  • determining an area map image based on the position of the first node includes: centering on the first node, determining an area map image with a preset range, within the preset range at least including a second node directly adjacent to the first node, and a second node indirectly adjacent to the first node.
  • extracting the distance features of the plurality of second nodes includes: extracting the distance features of the plurality of second nodes based on a deep learning model of point cloud data.
  • the characteristics of the historical trajectory of the vehicle are determined in the following manner: acquiring the historical trajectory of the vehicle; extracting the characteristics of the historical trajectory based on a long-short-term memory regression neural network to obtain the characteristics of the historical trajectory of the vehicle.
  • the trajectory prediction device includes: an acquisition unit, configured to acquire a map image, the map image includes a lane centerline, and the lane centerline has an equal interval Several nodes are set, each node has a distance feature, and the distance feature of the node is fused with the distance features of other lane centerline nodes having different distances from the node; the determination unit is used for position in the image, determine the lane centerline node closest to the vehicle position as the target node, and combine the distance feature of the target node with the historical trajectory feature of the vehicle to obtain a trajectory prediction vector; prediction unit , for predicting the driving trajectory of the vehicle in the map image based on the trajectory prediction vector.
  • the distance feature of each node is determined in the following manner: the first node is determined on the map image; based on the position of the first node, an area map image is determined, and the area map image includes The first node, and a plurality of second nodes having different distances from the first node; based on the distances between the plurality of second nodes and the first node, extracting the plurality of second nodes distance features of two nodes, and combine the distance features of the plurality of second nodes to obtain the distance features of the first node.
  • the determining unit extracts the distance features of the plurality of second nodes based on the distance between the plurality of second nodes and the first node in the following manner, and the plurality of Merge the distance features of the second node to obtain the distance feature of the first node: divide the plurality of second nodes into multiple categories according to the distance from the first node, wherein the same category The distance between the second node and the first node is the same; the distance features of the second nodes of the same category in the multiple categories are respectively extracted, and after the extracted distance features of different categories are spliced, the obtained Describe the distance feature of the first node.
  • the determination unit determines an area map image based on the position of the first node in the following manner: with the first node as the center, an area map image with a preset range is determined, and in the preset It is assumed that the range includes at least a second node directly adjacent to the first node, and a second node indirectly adjacent to the first node.
  • the determining unit extracts the distance features of the plurality of second nodes in the following manner: extracts the distance features of the plurality of second nodes based on a deep learning model of point cloud data.
  • the characteristics of the historical trajectory of the vehicle are determined in the following manner: acquiring the historical trajectory of the vehicle; extracting the characteristics of the historical trajectory based on a long-short-term memory regression neural network to obtain the characteristics of the historical trajectory of the vehicle.
  • a trajectory prediction device including: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to: execute the trajectory described in any one of the foregoing method of prediction.
  • a non-transitory computer-readable storage medium When the instructions in the storage medium are executed by the processor of the mobile terminal, the mobile terminal can execute the trajectory described in any one of the foregoing method of prediction.
  • a computer program including computer readable code, which, when the computer readable code is run on a computing processing device, causes the computing processing device to execute the implementation of the first aspect of the present disclosure.
  • Fig. 1 is a flow chart showing a trajectory prediction method according to an exemplary embodiment of the present disclosure.
  • Fig. 2 is a schematic diagram of lane centerlines and nodes in a map image according to an exemplary embodiment of the present disclosure.
  • Fig. 3 is a flowchart showing a method for determining a distance feature of a node according to an exemplary embodiment of the present disclosure.
  • Fig. 4 shows a method of extracting distance features of multiple second nodes based on the distance between multiple second nodes and the first node according to an exemplary embodiment of the present disclosure, and combining the distance features of multiple second nodes Merging is performed to obtain the flow chart of the distance feature method of the first node.
  • Fig. 5 is a schematic diagram illustrating determining a distance feature of a first node according to an exemplary embodiment of the present disclosure.
  • Fig. 6 is a flow chart showing a method for determining a distance feature of a node according to an exemplary embodiment of the present disclosure.
  • Fig. 7 is a flow chart showing a method for determining historical trajectory characteristics of a vehicle according to an exemplary embodiment of the present disclosure.
  • Fig. 8 is a block diagram of a trajectory prediction device according to an exemplary embodiment of the present disclosure.
  • Fig. 9 is a block diagram showing a device for trajectory prediction according to an exemplary embodiment of the present disclosure.
  • the driving strategy planning of the autonomous vehicle is closely related to the driving of surrounding vehicles. Behavior is closely related.
  • planning a driving strategy predict the behavioral intentions of moving objects in the surrounding range for a period of time in the future, and convert the predicted results into trajectories of time and space dimensions.
  • the predicted trajectories of moving objects such as obstacle vehicles, pedestrians, and non-motorized vehicles are used as input to enable self-driving vehicles to make reasonable driving decisions and plan reasonable and safe vehicle movement behaviors. For example, if it is predicted that other vehicles will merge into the lane where the current vehicle is located, deceleration needs to be considered in advance. The higher the accuracy of the prediction, the more accurate the decision-making, and the higher the reliability of unmanned driving.
  • Motion prediction combines the attribute information of moving objects, historical running track information and high-precision map information to give the prediction of the moving behavior of moving objects in the future. Rendering the map into an overhead view image will lose the topological structure of the map, and cannot reflect the difference between the opposite lane and the lane where the vehicle is located, which will affect the accuracy of trajectory prediction.
  • the present disclosure provides a trajectory prediction method, which can preserve the topological structure of the lane lines in the map image where the vehicle is located, thereby improving the accuracy of trajectory prediction.
  • Fig. 1 is a flow chart showing a trajectory prediction method according to an exemplary embodiment of the present disclosure. As shown in Fig. 1 , the trajectory prediction method includes the following steps.
  • step S101 a map image is obtained, the map image includes the centerline of the lane, and there are several nodes arranged at equal intervals on the centerline of the lane, each node has a distance feature, and the distance feature of the node is fused with nodes having different distances from the node Distance features for other lane centerline nodes.
  • step S102 based on the position of the vehicle in the map image, the centerline node of the lane closest to the position of the vehicle is determined as the target node.
  • step S103 the distance feature of the target node and the historical track feature of the vehicle are vector-merged to obtain a track prediction vector.
  • step S104 based on the trajectory prediction vector, the trajectory of the vehicle in the map image is predicted.
  • a map image including the location of the vehicle is acquired, and the map image may be rendered to a map to obtain a top view picture of the map.
  • Fig. 2 is a schematic diagram of lane centerlines and nodes in a map image according to an exemplary embodiment of the present disclosure.
  • the map image includes multiple lanes.
  • the lane has a lane centerline, and several nodes are arranged at preset intervals on the lane centerline, and the distances between adjacent nodes are equal.
  • any node as the current node there are other lane centerline nodes different from the current node around the current node, there can be multiple other lane centerline nodes, and the distance between other lane centerline nodes and the current node can be different , the distance features of other lane centerline nodes with different distances are fused as the distance feature of the current node.
  • the trajectory prediction vector of the vehicle can be input through a multilayer perceptron (MLP) neural network, etc., and the position where the vehicle may appear and the probability of appearing at the position can be output, so as to realize the prediction of the vehicle on the map.
  • MLP multilayer perceptron
  • the target node where the vehicle is located is determined in the map image, and the distance feature of the target node is determined.
  • the distance feature is fused with the features of other nodes with different distances from the node, and the distance feature is combined with the historical track of the vehicle to obtain
  • the trajectory prediction vector can predict the vehicle trajectory, which can preserve the topology of the lane lines in the map image and improve the accuracy of trajectory prediction.
  • Fig. 3 is a flowchart showing a method for determining a distance characteristic of a node according to an exemplary embodiment of the present disclosure. As shown in Fig. 3 , the method for determining a distance characteristic of a node includes the following steps.
  • step S201 a first node is determined on a map image.
  • step S202 an area map image is determined based on the position of the first node, and the area map image includes the first node and a plurality of second nodes having different distances from the first node.
  • step S203 based on the distance between the multiple second nodes and the first node, extract the distance features of the multiple second nodes, and combine the distance features of the multiple second nodes to obtain the distance features of the first node .
  • the acquired map image when predicting the driving trajectory of the vehicle, includes the centerline of the lane, and there are several nodes arranged at equal intervals on the centerline of the lane, and the distance features of the nodes are fused with the Distance features for other lane centerline nodes at different distances.
  • the distance feature of each node in the map image it is necessary to select a certain area, and determine the node distance feature in the area map image corresponding to the area range.
  • the area map image includes a first node and a plurality of second nodes with different distances from the first node.
  • the first node can be understood as the current node, that is, the position of the current vehicle, relative to the current vehicle, there are other surrounding vehicles, and the trajectories of other surrounding vehicles are predicted to predict the current vehicle's trajectories. Carry out reasonable guidance planning for driving.
  • FIG. 2 shows the current node, that is, the first node, the first node included in the elliptical area, and the second node directly adjacent to the first node, that is, the second node included in the elliptical area and
  • the first node has a distance of 1. Outside the ellipse area, the second node indirectly adjacent to the first node with a distance of 2, the second node indirectly adjacent to the first node with a distance of 3, etc. are sequentially shown.
  • the distance features of the second nodes are extracted, and the distance features of multiple second nodes are combined to obtain the distance features of the first node, so that the first The distance feature of the node is fused with the distance feature of the second node having a different distance from the first node.
  • the first node determines the area map image, extract the distance features of multiple second nodes included in the area map image, and combine the distance features of the multiple second nodes , get the distance feature of the first node, preserve the topological structure of the lane line, and provide guarantee for vehicle trajectory prediction.
  • Fig. 4 shows a method of extracting distance features of multiple second nodes based on the distance between multiple second nodes and the first node according to an exemplary embodiment of the present disclosure, and combining the distance features of multiple second nodes Merging is performed to obtain the flow chart of the distance feature method of the first node, as shown in FIG. 4 , the method includes the following steps.
  • step S301 a plurality of second nodes are divided into a plurality of categories according to the distance between them and the first node, wherein the distance between the second nodes and the first nodes in the same category is the same.
  • step S302 the distance features of the second nodes of the same category among the multiple categories are respectively extracted, and the extracted distance features of different categories are concatenated to obtain the distance features of the first node.
  • the distance feature of each node in the map image when determining the distance feature of each node in the map image, determine in the map image an area map image including a first node and a plurality of second nodes with different distances from the first node , to determine the distance features of each node in the region map image.
  • a plurality of second nodes around the first node are divided into a plurality of categories according to distances from the first node, and second nodes with the same distance from the first node are divided into the same category.
  • the distance feature is extracted, and the extracted distance features of different categories are stitched together to obtain the distance feature of the first node. Understandably, the distance feature of the first node obtained by splicing is fused with the The distance feature of the adjacent second node.
  • Fig. 5 is a schematic diagram of determining the distance feature of the first node according to an exemplary embodiment of the present disclosure.
  • Fig. 2 shows the first node included in the area map image and the relationship with the first node
  • the distance between the second node directly adjacent to the first node and the first node is 1.
  • a second node indirectly adjacent to the first node at a distance of 2 a second node indirectly adjacent to the first node at a distance of 3, and so on.
  • they are classified into different categories according to their distances from the first node.
  • Figure 5 shows that the second node is divided into three categories, that is, the second node with a distance of 1 from the first node, the second node with a distance of 2 from the first node, and a distance from the first node of 3 for the second node.
  • Extract the distance feature of the second node of each of the three categories that is, extract the distance feature of the second node whose distance from the first node is 1, and the distance feature of the second node whose distance from the first node is 2 , and the distance feature of the second node whose distance from the first node is 3, after splicing the extracted distance features of different categories, the distance feature of the first node is obtained.
  • the distance feature of the second node of each category may be represented by a vector, and the distance features of different categories are concatenated, that is, the vectors corresponding to the distance features of different categories are merged.
  • the first node is determined in the map image, and the area map image is determined, the distance features of multiple second nodes included in the area map image are extracted, and the distance features of the multiple second nodes are combined, The distance feature of the first node is obtained, and the topological structure of the lane line is preserved, which provides guarantee for vehicle trajectory prediction.
  • Fig. 6 is a flowchart showing a method for determining a distance characteristic of a node according to an exemplary embodiment of the present disclosure. As shown in Fig. 6 , the method for determining a distance characteristic of a node includes the following steps.
  • step S401 a first node is determined on a map image.
  • step S402 with the first node as the center, determine an area map image with a preset range, including at least a second node directly adjacent to the first node and a second node indirectly adjacent to the first node within the preset range second node.
  • step S403 based on the distances between the multiple second nodes and the first node, the distance features of multiple second nodes are extracted, and the distance features of multiple second nodes are combined to obtain the distance features of the first node .
  • the area map image may be an image corresponding to an area centered on the first node and having a preset range, the first node is included in the preset range, and multiple nodes with different distances from the first node a second node.
  • the adjacency relationship between the second node and the first node may be direct adjacency or indirect adjacency.
  • the preset range may be a regular graph or an irregular graph composed of the first node as the center and the preset distance as the side length.
  • an area map image including a first node and a plurality of second nodes having different distances from the first node is determined in the map image, so that the determined area map image The distance feature of each node in .
  • the area map image is determined in the map image, and in the area map image, based on the distance between multiple second nodes and the first node, the distance features of the second nodes are extracted and combined to obtain the first node
  • the distance feature can improve the calculation speed and improve the calculation efficiency.
  • multiple second nodes with different distances around the first node based on the distance between the multiple second nodes and the first node, extract the distance features of the multiple second nodes, and combine the multiple The distance features of the second node are combined to obtain the distance features of the first node.
  • Extracting the distance feature of the second node may be performed using a deep learning model (PointNet) of point cloud data.
  • Point cloud data is a collection of unordered data points. A certain number of point clouds with spatial relationships in a specific space constitute an object. Based on PointNet, the overall characteristics of point cloud data can be extracted to provide guarantee for vehicle trajectory prediction.
  • Fig. 7 is a flow chart showing a method for determining historical trajectory characteristics of a vehicle according to an exemplary embodiment of the present disclosure. As shown in Fig. 7 , the method for determining historical trajectory characteristics of a vehicle includes the following steps.
  • step S501 the historical trajectory of the vehicle is obtained.
  • step S502 the features of the historical trajectory are extracted based on the long-short-term memory regression neural network, and the historical trajectory features of the vehicle are obtained.
  • the lane centerline node closest to the vehicle position is determined as the target node, and the distance feature at the target node is vector-merged with the historical track feature of the vehicle to obtain the track
  • the prediction vector is used as the basis for predicting the driving trajectory of the vehicle.
  • the driving trajectory of the vehicle in the map image is predicted.
  • Obtaining the historical trajectory of the vehicle can be described by the moving trajectory formed by the center of the vehicle, and the characteristics of the historical trajectory of the vehicle are extracted based on the long short-term memory regression neural network (Long Short-Term Memory, LSTM).
  • the LSTM neural network is a variant based on the Recurrent Neural Network (RNN), which can realize the transmission of information from the previous moment to the next moment, and effectively solve the problems of gradient disappearance and gradient explosion in the training process.
  • RNN Recurrent Neural Network
  • the target node where the vehicle is located is determined in the map image, and the distance feature of the target node is determined.
  • the distance feature is fused with the features of other nodes with different distances from the node, and the distance feature is combined with the historical track of the vehicle to obtain
  • the trajectory prediction vector can predict the vehicle trajectory, which can preserve the topology of the lane lines in the map image and improve the accuracy of trajectory prediction.
  • an embodiment of the present disclosure also provides a trajectory prediction device.
  • Fig. 8 is a block diagram of a trajectory prediction device according to an exemplary embodiment of the present disclosure.
  • the trajectory prediction device 100 includes: an acquisition unit 101 , a determination unit 102 and a prediction unit 103 .
  • the acquisition unit 101 is used to acquire a map image.
  • the map image includes a lane centerline, and there are several nodes arranged at equal intervals on the lane centerline. Each node has a distance feature, and the distance feature of the node is fused with a node having a different distance from the node. The distance features of other lane centerline nodes.
  • the determining unit 102 is configured to determine, based on the position of the vehicle in the map image, the centerline node of the lane closest to the vehicle position as the target node, and vector-merge the distance feature of the target node with the historical track feature of the vehicle to obtain track prediction vector.
  • the predicting unit 103 is configured to predict the driving trajectory of the vehicle in the map image based on the trajectory prediction vector.
  • the distance feature of each node is determined in the following manner: determine the first node on the map image; determine the area map image based on the position of the first node, the area map image includes the first node, and A plurality of second nodes with different distances between the first nodes; based on the distance between the plurality of second nodes and the first node, the distance features of the plurality of second nodes are extracted, and the distance features of the plurality of second nodes are extracted Merge to obtain the distance feature of the first node.
  • the determination unit 102 extracts the distance features of multiple second nodes based on the distance between the multiple second nodes and the first node in the following manner, and combines the distance features of the multiple second nodes, Obtaining the distance feature of the first node: dividing a plurality of second nodes into multiple categories according to the distance between them and the first node, wherein the distance between the second node and the first node in the same category is the same; The distance features of the second nodes of the same category in the multiple categories are respectively extracted, and the extracted distance features of different categories are spliced to obtain the distance features of the first node.
  • the determining unit 102 determines an area map image based on the position of the first node in the following manner: centering on the first node, determine an area map image with a preset range, including at least the first node within the preset range A second node directly adjacent to a node, and a second node indirectly adjacent to the first node.
  • the determining unit 102 extracts distance features of multiple second nodes in the following manner: extracts distance features of multiple second nodes based on a deep learning model of point cloud data.
  • the characteristics of the historical trajectory of the vehicle are determined in the following manner: the historical trajectory of the vehicle is obtained; the characteristics of the historical trajectory are extracted based on the long-short-term memory regression neural network to obtain the characteristics of the historical trajectory of the vehicle.
  • the apparatus provided by the embodiments of the present disclosure includes corresponding hardware structures and/or software modules for performing various functions.
  • the embodiments of the present disclosure can be implemented in the form of hardware or a combination of hardware and computer software. Whether a certain function is executed by hardware or computer software drives hardware depends on the specific application and design constraints of the technical solution. Those skilled in the art may use different methods to implement the described functions for each specific application, but such implementation should not be regarded as exceeding the scope of the technical solutions of the embodiments of the present disclosure.
  • Fig. 9 is a block diagram showing a device for trajectory prediction according to an exemplary embodiment of the present disclosure.
  • the apparatus 200 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, a fitness device, a personal digital assistant, and the like.
  • the device 200 may include one or more of the following components: a processing component 202, a memory 204, a power component 206, a multimedia component 208, an audio component 210, an input/output (I/O) interface 212, a sensor component 214, and communication component 216 .
  • the processing component 202 generally controls the overall operations of the device 200, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
  • the processing component 202 may include one or more processors 220 to execute instructions to complete all or part of the steps of the above method.
  • processing component 202 may include one or more modules that facilitate interaction between processing component 202 and other components.
  • processing component 202 may include a multimedia module to facilitate interaction between multimedia component 208 and processing component 202 .
  • the memory 204 is configured to store various types of data to support operations at the device 200 . Examples of such data include instructions for any application or method operating on device 200, contact data, phonebook data, messages, pictures, videos, etc.
  • the memory 204 can be implemented by any type of volatile or non-volatile storage device or their combination, such as static random access memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable Programmable Read Only Memory (EPROM), Programmable Read Only Memory (PROM), Read Only Memory (ROM), Magnetic Memory, Flash Memory, Magnetic or Optical Disk.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read-only memory
  • EPROM erasable Programmable Read Only Memory
  • PROM Programmable Read Only Memory
  • ROM Read Only Memory
  • Magnetic Memory Flash Memory
  • Magnetic or Optical Disk Magnetic Disk
  • the power component 206 provides power to various components of the device 200 .
  • Power components 206 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for device 200 .
  • the multimedia component 208 includes a screen that provides an output interface between the device 200 and the user.
  • the screen may include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive input signals from a user.
  • the touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensor may not only sense a boundary of a touch or swipe action, but also detect duration and pressure associated with the touch or swipe action.
  • the multimedia component 208 includes a front camera and/or a rear camera. When the device 200 is in an operation mode, such as a shooting mode or a video mode, the front camera and/or the rear camera can receive external multimedia data. Each front camera and rear camera can be a fixed optical lens system or have focal length and optical zoom capability.
  • the audio component 210 is configured to output and/or input audio signals.
  • the audio component 210 includes a microphone (MIC), which is configured to receive external audio signals when the device 200 is in operation modes, such as call mode, recording mode and voice recognition mode. Received audio signals may be further stored in memory 204 or sent via communication component 216 .
  • the audio component 210 also includes a speaker for outputting audio signals.
  • the I/O interface 212 provides an interface between the processing component 202 and a peripheral interface module, which may be a keyboard, a click wheel, a button, and the like. These buttons may include, but are not limited to: a home button, volume buttons, start button, and lock button.
  • Sensor assembly 214 includes one or more sensors for providing various aspects of status assessment for device 200 .
  • the sensor component 214 can detect the open/closed state of the device 200, the relative positioning of components, such as the display and keypad of the device 200, and the sensor component 214 can also detect a change in the position of the device 200 or a component of the device 200 , the presence or absence of user contact with the device 200 , the device 200 orientation or acceleration/deceleration and the temperature change of the device 200 .
  • the sensor assembly 214 may include a proximity sensor configured to detect the presence of nearby objects in the absence of any physical contact.
  • Sensor assembly 214 may also include an optical sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
  • the sensor component 214 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor or a temperature sensor.
  • the communication component 216 is configured to facilitate wired or wireless communication between the apparatus 200 and other devices.
  • the device 200 can access wireless networks based on communication standards, such as WiFi, 2G or 3G, or a combination thereof.
  • the communication component 216 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel.
  • the communication component 216 also includes a near field communication (NFC) module to facilitate short-range communication.
  • NFC near field communication
  • the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, Infrared Data Association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology and other technologies.
  • RFID Radio Frequency Identification
  • IrDA Infrared Data Association
  • UWB Ultra Wideband
  • Bluetooth Bluetooth
  • apparatus 200 may be programmed by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor or other electronic component implementation for performing the methods described above.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGA field programmable A gate array
  • controller microcontroller, microprocessor or other electronic component implementation for performing the methods described above.
  • non-transitory computer-readable storage medium including instructions, such as the memory 204 including instructions, which can be executed by the processor 220 of the device 200 to implement the above method.
  • the non-transitory computer readable storage medium may be ROM, random access memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, and the like.
  • the present disclosure also proposes a computer program, including computer readable codes, which, when the computer readable codes are run on a computing processing device, cause the computing processing device to execute the aforementioned trajectory prediction method.
  • first, second, etc. are used to describe various information, but the information should not be limited to these terms. These terms are only used to distinguish information of the same type from one another, and do not imply a specific order or degree of importance. In fact, expressions such as “first” and “second” can be used interchangeably.
  • first information may also be called second information, and similarly, second information may also be called first information.
  • connection includes a direct connection without other components between the two, and also includes an indirect connection between the two with other elements.

Landscapes

  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Human Computer Interaction (AREA)
  • Transportation (AREA)
  • Mechanical Engineering (AREA)
  • Traffic Control Systems (AREA)

Abstract

A trajectory prediction method and apparatus, and a storage medium. The trajectory prediction method comprises: obtaining a map image, the map image comprising a lane center line, the lane center line having several nodes arranged at equal intervals, each node having a distance feature, and the distance feature of the node being fused with distance features of other lane center line nodes that have different distances from the node (S101); on the basis of the position of a vehicle in the map image, determining a lane center line node closest to the position of the vehicle as a target node (S102); performing vector merging on a distance feature of the target node and a historical trajectory feature of the vehicle to obtain a trajectory prediction vector (S103); and predicting a driving trajectory of the vehicle in the map image on the basis of the trajectory prediction vector (S104). According to the trajectory prediction method, the distance feature and a historical trajectory of the vehicle are merged to obtain the trajectory prediction vector, so as to predict the driving trajectory of the vehicle on the basis of the trajectory prediction vector, such that the topological structure of a lane line in the map image can be reserved, and the accuracy of trajectory prediction is improved.

Description

轨迹预测方法、轨迹预测装置及存储介质Trajectory prediction method, trajectory prediction device and storage medium
相关申请的交叉引用Cross References to Related Applications
本公开要求在2021年11月19日提交中国专利局、申请号为202111401099.2、名称为“轨迹预测方法、轨迹预测装置及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本公开中。This disclosure claims the priority of a Chinese patent application with application number 202111401099.2 and titled "Track Prediction Method, Trajectory Prediction Device, and Storage Medium" filed with the China Patent Office on November 19, 2021, the entire contents of which are incorporated herein by reference. In public.
技术领域technical field
本公开涉及智能驾驶技术领域,尤其涉及轨迹预测方法、轨迹预测装置及存储介质。The present disclosure relates to the technical field of intelligent driving, and in particular to a trajectory prediction method, a trajectory prediction device and a storage medium.
背景技术Background technique
在机器人导航、自动驾驶等领域中,在动态变化的交通环境中进行预测,规划实体对象的行驶路线,对实体对象的行驶进行引导。In the fields of robot navigation, automatic driving, etc., forecasting is made in the dynamically changing traffic environment, the driving route of the physical object is planned, and the driving of the physical object is guided.
当前对象的移动轨迹会受到交通场景下其他实体对象行为的影响。故,在对实体对象的驾驶行为进行引导的过程中,需要对周围实体的行驶轨迹进行预测,作为对于当前对象行驶指引的基础,对当前对象的行驶进行合理避障。The movement trajectory of the current object will be affected by the behavior of other entity objects in the traffic scene. Therefore, in the process of guiding the driving behavior of the entity object, it is necessary to predict the driving trajectory of the surrounding entities, as the basis for the driving guidance of the current object, and reasonably avoid obstacles for the driving of the current object.
发明内容Contents of the invention
为克服相关技术中存在的问题,本公开提供轨迹预测方法、轨迹预测装置及存储介质。In order to overcome the problems existing in the related technologies, the present disclosure provides a trajectory prediction method, a trajectory prediction device and a storage medium.
根据本公开实施例的第一方面,提供一种轨迹预测方法,轨迹预测方法包括:获取地图图像,所述地图图像中包括车道中心线,所述车道中心线上具有等间距设置的若干个节点,每一节点具有距离特征,所述节点的距离特征中融合有与所述节点具有不同距离的其他车道中心线节点的距离特征;基于车辆在所述地图图像中的位置,确定与所述车辆位置最近的车道中心线节点,作为目标节点;将所述目标节点的距离特征与所述车辆的历史轨迹特征进行向量合并,得到轨迹预测向量;基于所述轨迹预测向量,预测所述车辆在所述地图图像中的行驶轨迹。According to the first aspect of an embodiment of the present disclosure, a trajectory prediction method is provided, the trajectory prediction method includes: acquiring a map image, the map image includes a lane centerline, and the lane centerline has several nodes arranged at equal intervals , each node has a distance feature, and the distance features of the node are fused with the distance features of other lane centerline nodes with different distances from the node; based on the position of the vehicle in the map image, determine the The lane centerline node with the closest position is used as the target node; the distance feature of the target node is vector-merged with the historical track feature of the vehicle to obtain a trajectory prediction vector; based on the trajectory prediction vector, it is predicted that the vehicle is at driving track in the above map image.
在一些实施例中,每一节点的距离特征,采用如下方式确定:在所述地图图像上确定第一节点;基于所述第一节点的位置,确定区域地图图像,所述区域地图图像中包括所述第一节点,以及与所述第一节点之间具有不同距离的多个第二节点;基于所述多个 第二节点与所述第一节点之间的距离,提取所述多个第二节点的距离特征,并将所述多个第二节点的距离特征进行合并,得到所述第一节点的距离特征。In some embodiments, the distance feature of each node is determined in the following manner: the first node is determined on the map image; based on the position of the first node, an area map image is determined, and the area map image includes The first node, and a plurality of second nodes having different distances from the first node; based on the distances between the plurality of second nodes and the first node, extracting the plurality of second nodes distance features of two nodes, and combine the distance features of the plurality of second nodes to obtain the distance features of the first node.
在一些实施例中,基于所述多个第二节点与所述第一节点之间的距离,提取所述多个第二节点的距离特征,并将所述多个第二节点的距离特征进行合并,得到所述第一节点的距离特征,包括:将所述多个第二节点,按照与所述第一节点之间的距离,划分为多个类别,其中,同一类别中的第二节点与所述第一节点之间的距离相同;分别提取所述多个类别中同一类别的第二节点的距离特征,并将提取到的不同类别的距离特征拼接后,得到所述第一节点的距离特征。In some embodiments, based on the distance between the plurality of second nodes and the first node, the distance features of the plurality of second nodes are extracted, and the distance features of the plurality of second nodes are performed Merge to obtain the distance feature of the first node, including: dividing the plurality of second nodes into multiple categories according to the distance from the first node, wherein the second nodes in the same category The same as the distance between the first nodes; respectively extracting the distance features of the second nodes of the same category in the multiple categories, and splicing the extracted distance features of different categories to obtain the distance features of the first node distance feature.
在一些实施例中,基于所述第一节点的位置,确定区域地图图像,包括:以所述第一节点为中心,确定具有预设范围的区域地图图像,在所述预设范围内至少包括与所述第一节点直接相邻的第二节点,以及与所述第一节点间接相邻的第二节点。In some embodiments, determining an area map image based on the position of the first node includes: centering on the first node, determining an area map image with a preset range, within the preset range at least including a second node directly adjacent to the first node, and a second node indirectly adjacent to the first node.
在一些实施例中,提取所述多个第二节点的距离特征,包括:基于点云数据的深度学习模型提取所述多个第二节点的距离特征。In some embodiments, extracting the distance features of the plurality of second nodes includes: extracting the distance features of the plurality of second nodes based on a deep learning model of point cloud data.
在一些实施例中,所述车辆的历史轨迹特征采用如下方式确定:获取所述车辆的历史轨迹;基于长短时记忆回归神经网络提取所述历史轨迹的特征,得到所述车辆的历史轨迹特征。In some embodiments, the characteristics of the historical trajectory of the vehicle are determined in the following manner: acquiring the historical trajectory of the vehicle; extracting the characteristics of the historical trajectory based on a long-short-term memory regression neural network to obtain the characteristics of the historical trajectory of the vehicle.
根据本公开实施例的第二方面,提供一种轨迹预测装置,轨迹预测装置包括:获取单元,用于获取地图图像,所述地图图像中包括车道中心线,所述车道中心线上具有等间距设置的若干个节点,每一节点具有距离特征,所述节点的距离特征中融合有与所述节点具有不同距离的其他车道中心线节点的距离特征;确定单元,用于基于车辆在所述地图图像中的位置,确定与所述车辆位置最近的车道中心线节点,作为目标节点,并将所述目标节点的距离特征与所述车辆的历史轨迹特征进行向量合并,得到轨迹预测向量;预测单元,用于基于所述轨迹预测向量,预测所述车辆在所述地图图像中的行驶轨迹。According to the second aspect of the embodiments of the present disclosure, there is provided a trajectory prediction device. The trajectory prediction device includes: an acquisition unit, configured to acquire a map image, the map image includes a lane centerline, and the lane centerline has an equal interval Several nodes are set, each node has a distance feature, and the distance feature of the node is fused with the distance features of other lane centerline nodes having different distances from the node; the determination unit is used for position in the image, determine the lane centerline node closest to the vehicle position as the target node, and combine the distance feature of the target node with the historical trajectory feature of the vehicle to obtain a trajectory prediction vector; prediction unit , for predicting the driving trajectory of the vehicle in the map image based on the trajectory prediction vector.
在一些实施例中,每一节点的距离特征,采用如下方式确定:在所述地图图像上确定第一节点;基于所述第一节点的位置,确定区域地图图像,所述区域地图图像中包括所述第一节点,以及与所述第一节点之间具有不同距离的多个第二节点;基于所述多个第二节点与所述第一节点之间的距离,提取所述多个第二节点的距离特征,并将所述多个第二节点的距离特征进行合并,得到所述第一节点的距离特征。In some embodiments, the distance feature of each node is determined in the following manner: the first node is determined on the map image; based on the position of the first node, an area map image is determined, and the area map image includes The first node, and a plurality of second nodes having different distances from the first node; based on the distances between the plurality of second nodes and the first node, extracting the plurality of second nodes distance features of two nodes, and combine the distance features of the plurality of second nodes to obtain the distance features of the first node.
在一些实施例中,所述确定单元采用如下方式基于所述多个第二节点与所述第一节 点之间的距离,提取所述多个第二节点的距离特征,并将所述多个第二节点的距离特征进行合并,得到所述第一节点的距离特征:将所述多个第二节点,按照与所述第一节点之间的距离,划分为多个类别,其中,同一类别中的第二节点与所述第一节点之间的距离相同;分别提取所述多个类别中同一类别的第二节点的距离特征,并将提取到的不同类别的距离特征拼接后,得到所述第一节点的距离特征。In some embodiments, the determining unit extracts the distance features of the plurality of second nodes based on the distance between the plurality of second nodes and the first node in the following manner, and the plurality of Merge the distance features of the second node to obtain the distance feature of the first node: divide the plurality of second nodes into multiple categories according to the distance from the first node, wherein the same category The distance between the second node and the first node is the same; the distance features of the second nodes of the same category in the multiple categories are respectively extracted, and after the extracted distance features of different categories are spliced, the obtained Describe the distance feature of the first node.
在一些实施例中,所述确定单元采用如下方式基于所述第一节点的位置,确定区域地图图像:以所述第一节点为中心,确定具有预设范围的区域地图图像,在所述预设范围内至少包括与所述第一节点直接相邻的第二节点,以及与所述第一节点间接相邻的第二节点。In some embodiments, the determination unit determines an area map image based on the position of the first node in the following manner: with the first node as the center, an area map image with a preset range is determined, and in the preset It is assumed that the range includes at least a second node directly adjacent to the first node, and a second node indirectly adjacent to the first node.
在一些实施例中,所述确定单元采用如下方式提取所述多个第二节点的距离特征:基于点云数据的深度学习模型提取所述多个第二节点的距离特征。In some embodiments, the determining unit extracts the distance features of the plurality of second nodes in the following manner: extracts the distance features of the plurality of second nodes based on a deep learning model of point cloud data.
在一些实施例中,所述车辆的历史轨迹特征采用如下方式确定:获取所述车辆的历史轨迹;基于长短时记忆回归神经网络提取所述历史轨迹的特征,得到所述车辆的历史轨迹特征。In some embodiments, the characteristics of the historical trajectory of the vehicle are determined in the following manner: acquiring the historical trajectory of the vehicle; extracting the characteristics of the historical trajectory based on a long-short-term memory regression neural network to obtain the characteristics of the historical trajectory of the vehicle.
根据本公开实施例的第三方面,提供一种轨迹预测装置,包括:处理器;用于存储处理器可执行指令的存储器;其中,处理器被配置为:执行前述任意一项所述的轨迹预测方法。According to a third aspect of an embodiment of the present disclosure, there is provided a trajectory prediction device, including: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to: execute the trajectory described in any one of the foregoing method of prediction.
根据本公开实施例的第四方面,提供一种非临时性计算机可读存储介质,当存储介质中的指令由移动终端的处理器执行时,使得移动终端能够执行前述任意一项所述的轨迹预测方法。According to the fourth aspect of the embodiments of the present disclosure, there is provided a non-transitory computer-readable storage medium. When the instructions in the storage medium are executed by the processor of the mobile terminal, the mobile terminal can execute the trajectory described in any one of the foregoing method of prediction.
根据本公开实施例的第五方面,提供一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算处理设备上运行时,导致所述计算处理设备执行本公开第一方面实施例所提出的轨迹预测方法。According to a fifth aspect of the embodiments of the present disclosure, there is provided a computer program, including computer readable code, which, when the computer readable code is run on a computing processing device, causes the computing processing device to execute the implementation of the first aspect of the present disclosure. Example of the proposed trajectory prediction method.
本公开附加的方面和优点将在下面的描述中部分给出,部分将从下面的描述中变得明显,或通过本公开的实践了解到。Additional aspects and advantages of the disclosure will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the disclosure.
附图说明Description of drawings
此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本公开的实施例,并与说明书一起用于解释本公开的原理。The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description serve to explain the principles of the disclosure.
图1是根据本公开一示例性实施例示出的一种轨迹预测方法的流程图。Fig. 1 is a flow chart showing a trajectory prediction method according to an exemplary embodiment of the present disclosure.
图2是根据本公开一示例性实施例示出的一种地图图像中车道中心线以及节点示意图。Fig. 2 is a schematic diagram of lane centerlines and nodes in a map image according to an exemplary embodiment of the present disclosure.
图3是根据本公开一示例性实施例示出的一种确定节点的距离特征方法的流程图。Fig. 3 is a flowchart showing a method for determining a distance feature of a node according to an exemplary embodiment of the present disclosure.
图4是根据本公开一示例性实施例示出的一种基于多个第二节点与第一节点之间的距离,提取多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征方法的流程图。Fig. 4 shows a method of extracting distance features of multiple second nodes based on the distance between multiple second nodes and the first node according to an exemplary embodiment of the present disclosure, and combining the distance features of multiple second nodes Merging is performed to obtain the flow chart of the distance feature method of the first node.
图5是根据本公开一示例性实施例示出的确定第一节点的距离特征示意图。Fig. 5 is a schematic diagram illustrating determining a distance feature of a first node according to an exemplary embodiment of the present disclosure.
图6是根据本公开一示例性实施例示出的一种确定节点的距离特征方法的流程图。Fig. 6 is a flow chart showing a method for determining a distance feature of a node according to an exemplary embodiment of the present disclosure.
图7是根据本公开一示例性实施例示出的一种确定车辆的历史轨迹特征方法的流程图。Fig. 7 is a flow chart showing a method for determining historical trajectory characteristics of a vehicle according to an exemplary embodiment of the present disclosure.
图8是根据本公开一示例性实施例示出的一种轨迹预测装置框图。Fig. 8 is a block diagram of a trajectory prediction device according to an exemplary embodiment of the present disclosure.
图9是根据本公开一示例性实施例示出的一种用于轨迹预测的装置的框图。Fig. 9 is a block diagram showing a device for trajectory prediction according to an exemplary embodiment of the present disclosure.
具体实施方式Detailed ways
这里将详细地对示例性实施例进行说明,其示例表示在附图中。下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本公开相一致的所有实施方式。相反,它们仅是与如所附权利要求书中所详述的、本公开的一些方面相一致的装置和方法的例子。Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numerals in different drawings refer to the same or similar elements unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatuses and methods consistent with aspects of the present disclosure as recited in the appended claims.
自动驾驶领域中,需要进行自体以及周边运动物体的运动预测,由于在实际道路行驶中,自动驾驶汽车不可避免地会与其他交通参与者进行交互,自动驾驶车辆的行车策略规划与周围车辆的驾驶行为有着密切的关系。在进行行车策略规划时,对周边范围内运动物体进行未来一段时间内行为意图的预测,并将预测的结果转化为时间维度和空间维度的轨迹。以障碍车、行人、非机动车等运动物体的预测轨迹作为输入,以使自动驾驶车辆做出合理的驾驶决策,规划合理、安全的车辆运动行为。例如,预测到其它车辆要并入到当前车所在的行车车道,就需要提前考虑减速,预测的准确性越高,决策就越准确,无人驾驶的可靠性也就越高。In the field of autonomous driving, it is necessary to predict the motion of the self and surrounding moving objects. Since the autonomous vehicle will inevitably interact with other traffic participants during actual road driving, the driving strategy planning of the autonomous vehicle is closely related to the driving of surrounding vehicles. Behavior is closely related. When planning a driving strategy, predict the behavioral intentions of moving objects in the surrounding range for a period of time in the future, and convert the predicted results into trajectories of time and space dimensions. The predicted trajectories of moving objects such as obstacle vehicles, pedestrians, and non-motorized vehicles are used as input to enable self-driving vehicles to make reasonable driving decisions and plan reasonable and safe vehicle movement behaviors. For example, if it is predicted that other vehicles will merge into the lane where the current vehicle is located, deceleration needs to be considered in advance. The higher the accuracy of the prediction, the more accurate the decision-making, and the higher the reliability of unmanned driving.
运动预测结合运动物体的属性信息、历史运行轨迹信息以及高精地图信息,给出运动物体在未来一段时间内的运动行为的预测。将地图渲染成俯视图图片,会丢失地图的拓扑结构,无法体现对向车道和车辆所在车道的区别,影响轨迹预测的准确性。Motion prediction combines the attribute information of moving objects, historical running track information and high-precision map information to give the prediction of the moving behavior of moving objects in the future. Rendering the map into an overhead view image will lose the topological structure of the map, and cannot reflect the difference between the opposite lane and the lane where the vehicle is located, which will affect the accuracy of trajectory prediction.
由此,本公开提供一种轨迹预测方法,能够保留车辆所在地图图像中车道线的拓扑结构,从而提高轨迹预测的准确性。Therefore, the present disclosure provides a trajectory prediction method, which can preserve the topological structure of the lane lines in the map image where the vehicle is located, thereby improving the accuracy of trajectory prediction.
图1是根据本公开一示例性实施例示出的一种轨迹预测方法的流程图,如图1所示,轨迹预测方法包括以下步骤。Fig. 1 is a flow chart showing a trajectory prediction method according to an exemplary embodiment of the present disclosure. As shown in Fig. 1 , the trajectory prediction method includes the following steps.
在步骤S101中,获取地图图像,地图图像中包括车道中心线,车道中心线上具有等间距设置的若干个节点,每一节点具有距离特征,节点的距离特征中融合有与节点具有不同距离的其他车道中心线节点的距离特征。In step S101, a map image is obtained, the map image includes the centerline of the lane, and there are several nodes arranged at equal intervals on the centerline of the lane, each node has a distance feature, and the distance feature of the node is fused with nodes having different distances from the node Distance features for other lane centerline nodes.
在步骤S102中,基于车辆在地图图像中的位置,确定与车辆位置最近的车道中心线节点,作为目标节点。In step S102, based on the position of the vehicle in the map image, the centerline node of the lane closest to the position of the vehicle is determined as the target node.
在步骤S103中,将目标节点的距离特征与车辆的历史轨迹特征进行向量合并,得到轨迹预测向量。In step S103, the distance feature of the target node and the historical track feature of the vehicle are vector-merged to obtain a track prediction vector.
在步骤S104中,基于轨迹预测向量,预测车辆在地图图像中的行驶轨迹。In step S104, based on the trajectory prediction vector, the trajectory of the vehicle in the map image is predicted.
在本公开实施例中,在对车辆进行行驶轨迹预测时,获取包括车辆所在位置的地图图像,地图图像可以是对地图进行渲染,得到地图俯视图图片。In the embodiment of the present disclosure, when predicting the driving trajectory of the vehicle, a map image including the location of the vehicle is acquired, and the map image may be rendered to a map to obtain a top view picture of the map.
图2是根据本公开一示例性实施例示出的一种地图图像中车道中心线以及节点示意图,如图2所示,地图图像中包括多个车道,以车辆所在位置为准,多个车道中可以包括与行驶方向一致的车道以及对向车道。车道具有车道中心线,车道中心线上以预设间距设置有若干个节点,相邻的节点之间的距离相等。以任一节点作为当前节点为例,当前节点周边具有不同于当前节点的其他车道中心线节点,其他车道中心线节点可以是多个,其他车道中心线节点与当前节点之间的距离可以是不同,将不同距离的其他车道中心线节点的距离特征融合,作为当前节点的距离特征。Fig. 2 is a schematic diagram of lane centerlines and nodes in a map image according to an exemplary embodiment of the present disclosure. As shown in Fig. 2 , the map image includes multiple lanes. Can include lanes aligned with the direction of travel as well as opposite lanes. The lane has a lane centerline, and several nodes are arranged at preset intervals on the lane centerline, and the distances between adjacent nodes are equal. Taking any node as the current node as an example, there are other lane centerline nodes different from the current node around the current node, there can be multiple other lane centerline nodes, and the distance between other lane centerline nodes and the current node can be different , the distance features of other lane centerline nodes with different distances are fused as the distance feature of the current node.
基于车辆在地图图像中的位置,确定与车辆位置最近的车道中心线节点,作为目标节点,将目标节点处的距离特征与车辆的历史轨迹特征进行向量合并,得到轨迹预测向量,作为对车辆进行行驶轨迹预测的依据。Based on the position of the vehicle in the map image, determine the lane centerline node closest to the vehicle position as the target node, and combine the distance features at the target node with the historical trajectory features of the vehicle to obtain the trajectory prediction vector, which is used as the target node. basis for trajectory prediction.
在本公开实施例中,可以通过多层感知器(Multilayer Perceptron,MLP)神经网络等,输入车辆的轨迹预测向量,输出车辆可能出现的位置以及出现在该位置的概率,从而实现预测车辆在地图图像中的行驶轨迹。In the embodiment of the present disclosure, the trajectory prediction vector of the vehicle can be input through a multilayer perceptron (MLP) neural network, etc., and the position where the vehicle may appear and the probability of appearing at the position can be output, so as to realize the prediction of the vehicle on the map. The driving trajectory in the image.
根据本公开实施例,在地图图像中确定车辆所在位置的目标节点,并确定目标节点的距离特征,距离特征融合有与节点具有不同距离的其他节点的特征,将距离特征与车 辆历史轨迹合并得到的轨迹预测向量,预测车辆行驶轨迹,能够保留地图图像中车道线的拓扑结构,提高轨迹预测的准确性。According to the embodiment of the present disclosure, the target node where the vehicle is located is determined in the map image, and the distance feature of the target node is determined. The distance feature is fused with the features of other nodes with different distances from the node, and the distance feature is combined with the historical track of the vehicle to obtain The trajectory prediction vector can predict the vehicle trajectory, which can preserve the topology of the lane lines in the map image and improve the accuracy of trajectory prediction.
图3是根据本公开一示例性实施例示出的一种确定节点的距离特征方法的流程图,如图3所示,确定节点的距离特征方法包括以下步骤。Fig. 3 is a flowchart showing a method for determining a distance characteristic of a node according to an exemplary embodiment of the present disclosure. As shown in Fig. 3 , the method for determining a distance characteristic of a node includes the following steps.
在步骤S201中,在地图图像上确定第一节点。In step S201, a first node is determined on a map image.
在步骤S202中,基于第一节点的位置,确定区域地图图像,区域地图图像中包括第一节点,以及与第一节点之间具有不同距离的多个第二节点。In step S202, an area map image is determined based on the position of the first node, and the area map image includes the first node and a plurality of second nodes having different distances from the first node.
在步骤S203中,基于多个第二节点与第一节点之间的距离,提取多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征。In step S203, based on the distance between the multiple second nodes and the first node, extract the distance features of the multiple second nodes, and combine the distance features of the multiple second nodes to obtain the distance features of the first node .
在本公开实施例中,在对车辆进行行驶轨迹预测时,获取的地图图像中包括有车道中心线,车道中心线上具有等间距设置的若干个节点,节点的距离特征中融合有与节点具有不同距离的其他车道中心线节点的距离特征。在地图图像中确定每一节点的距离特征时,需要选定一定的区域,在区域范围对应的区域地图图像中确定其中的节点距离特征。区域地图图像中包括第一节点,以及与第一节点之间具有不同距离的多个第二节点。In the embodiment of the present disclosure, when predicting the driving trajectory of the vehicle, the acquired map image includes the centerline of the lane, and there are several nodes arranged at equal intervals on the centerline of the lane, and the distance features of the nodes are fused with the Distance features for other lane centerline nodes at different distances. When determining the distance feature of each node in the map image, it is necessary to select a certain area, and determine the node distance feature in the area map image corresponding to the area range. The area map image includes a first node and a plurality of second nodes with different distances from the first node.
可以理解地,在本公开实施例中,第一节点可以理解为当前节点,即当前车所在的位置,相对当前车具有周围其它车辆,对于周围其它车辆的行驶轨迹进行预测,以对当前车的行驶进行合理的指引规划。It can be understood that in the embodiment of the present disclosure, the first node can be understood as the current node, that is, the position of the current vehicle, relative to the current vehicle, there are other surrounding vehicles, and the trajectories of other surrounding vehicles are predicted to predict the current vehicle's trajectories. Carry out reasonable guidance planning for driving.
仍参照图2,图2中示出了当前节点,即第一节点,椭圆区域中包括第一节点,以及与第一节点直接相邻的第二节点,即椭圆区域中包括的第二节点与第一节点的距离为1。在椭圆区域以外,依次示出了与第一节点间接相邻、距离为2的第二节点,以及与第一节点间接相邻、距离为3的第二节点等。对于多个第二节点,基于其与第一节点之间的距离,提取第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征,使得第一节点具有的距离特征中融合有与第一节点具有不同距离的第二节点的距离特征。Still referring to FIG. 2, FIG. 2 shows the current node, that is, the first node, the first node included in the elliptical area, and the second node directly adjacent to the first node, that is, the second node included in the elliptical area and The first node has a distance of 1. Outside the ellipse area, the second node indirectly adjacent to the first node with a distance of 2, the second node indirectly adjacent to the first node with a distance of 3, etc. are sequentially shown. For multiple second nodes, based on the distance between them and the first node, the distance features of the second nodes are extracted, and the distance features of multiple second nodes are combined to obtain the distance features of the first node, so that the first The distance feature of the node is fused with the distance feature of the second node having a different distance from the first node.
根据本公开实施例,在地图图像中,确定第一节点,并确定区域地图图像,提取区域地图图像中包括的多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征,保留车道线的拓扑结构,为车辆行驶轨迹预测提供保证。According to an embodiment of the present disclosure, in the map image, determine the first node, determine the area map image, extract the distance features of multiple second nodes included in the area map image, and combine the distance features of the multiple second nodes , get the distance feature of the first node, preserve the topological structure of the lane line, and provide guarantee for vehicle trajectory prediction.
图4是根据本公开一示例性实施例示出的一种基于多个第二节点与第一节点之间的距离,提取多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第 一节点的距离特征方法的流程图,如图4所示,该方法包括以下步骤。Fig. 4 shows a method of extracting distance features of multiple second nodes based on the distance between multiple second nodes and the first node according to an exemplary embodiment of the present disclosure, and combining the distance features of multiple second nodes Merging is performed to obtain the flow chart of the distance feature method of the first node, as shown in FIG. 4 , the method includes the following steps.
在步骤S301中,将多个第二节点,按照与第一节点之间的距离,划分为多个类别,其中,同一类别中的第二节点与第一节点之间的距离相同。In step S301, a plurality of second nodes are divided into a plurality of categories according to the distance between them and the first node, wherein the distance between the second nodes and the first nodes in the same category is the same.
在步骤S302中,分别提取多个类别中同一类别的第二节点的距离特征,并将提取到的不同类别的距离特征拼接后,得到第一节点的距离特征。In step S302, the distance features of the second nodes of the same category among the multiple categories are respectively extracted, and the extracted distance features of different categories are concatenated to obtain the distance features of the first node.
在本公开实施例中,在地图图像中确定每一节点的距离特征时,在地图图像中确定包括第一节点,以及与第一节点之间具有不同距离的多个第二节点的区域地图图像,以确定的区域地图图像中每一节点的距离特征。In an embodiment of the present disclosure, when determining the distance feature of each node in the map image, determine in the map image an area map image including a first node and a plurality of second nodes with different distances from the first node , to determine the distance features of each node in the region map image.
将第一节点周边的多个第二节点,按照与第一节点之间的距离,划分为多个类别,将与第一节点之间的距离相同的第二节点划分为同一类别。对于同一类别的第二节点进行距离特征提取,并将提取到的不同类别的距离特征拼进行拼接,得到第一节点的距离特征,可以理解地,拼接得到的第一节点的距离特征融合有与其相邻的第二节点的距离特征。A plurality of second nodes around the first node are divided into a plurality of categories according to distances from the first node, and second nodes with the same distance from the first node are divided into the same category. For the second node of the same category, the distance feature is extracted, and the extracted distance features of different categories are stitched together to obtain the distance feature of the first node. Understandably, the distance feature of the first node obtained by splicing is fused with the The distance feature of the adjacent second node.
图5是根据本公开一示例性实施例示出的确定第一节点的距离特征示意图,参照图2,以及图5,图2中示出了区域地图图像中包括的第一节点以及与第一节点直接相邻的第二节点,与第一节点直接相邻的第二节点与第一节点的距离为1。与第一节点间接相邻、距离为2的第二节点,以及与第一节点间接相邻、距离为3的第二节点等。对于多个第二节点,按照其与第一节点之间的距离不同,划分为不同类别。Fig. 5 is a schematic diagram of determining the distance feature of the first node according to an exemplary embodiment of the present disclosure. Referring to Fig. 2 and Fig. 5, Fig. 2 shows the first node included in the area map image and the relationship with the first node The distance between the second node directly adjacent to the first node and the first node is 1. A second node indirectly adjacent to the first node at a distance of 2, a second node indirectly adjacent to the first node at a distance of 3, and so on. For multiple second nodes, they are classified into different categories according to their distances from the first node.
图5中示出了第二节点被划分为三个类别,即与第一节点的距离为1的第二节点、与第一节点的距离为2的第二节点以及与第一节点的距离为3的第二节点。分别提取三个类别中每个类别的第二节点的距离特征,即提取与第一节点的距离为1的第二节点的距离特征、与第一节点的距离为2的第二节点的距离特征,以及与第一节点的距离为3的第二节点的距离特征,将提取到的不同类别的距离特征拼接后,得到第一节点的距离特征。可以理解地,每个类别的第二节点的距离特征可以是以向量表示,将不同类别的距离特征拼接,即将不同类别的距离特征对应的向量进行合并。Figure 5 shows that the second node is divided into three categories, that is, the second node with a distance of 1 from the first node, the second node with a distance of 2 from the first node, and a distance from the first node of 3 for the second node. Extract the distance feature of the second node of each of the three categories, that is, extract the distance feature of the second node whose distance from the first node is 1, and the distance feature of the second node whose distance from the first node is 2 , and the distance feature of the second node whose distance from the first node is 3, after splicing the extracted distance features of different categories, the distance feature of the first node is obtained. It can be understood that the distance feature of the second node of each category may be represented by a vector, and the distance features of different categories are concatenated, that is, the vectors corresponding to the distance features of different categories are merged.
根据本公开实施例,在地图图像中确定第一节点,并确定区域地图图像,提取区域地图图像中包括的多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征,保留车道线的拓扑结构,为车辆行驶轨迹预测提供保证。According to an embodiment of the present disclosure, the first node is determined in the map image, and the area map image is determined, the distance features of multiple second nodes included in the area map image are extracted, and the distance features of the multiple second nodes are combined, The distance feature of the first node is obtained, and the topological structure of the lane line is preserved, which provides guarantee for vehicle trajectory prediction.
图6是根据本公开一示例性实施例示出的一种确定节点的距离特征方法的流程图, 如图6所示,确定节点的距离特征方法包括以下步骤。Fig. 6 is a flowchart showing a method for determining a distance characteristic of a node according to an exemplary embodiment of the present disclosure. As shown in Fig. 6 , the method for determining a distance characteristic of a node includes the following steps.
在步骤S401中,在地图图像上确定第一节点。In step S401, a first node is determined on a map image.
在步骤S402中,以第一节点为中心,确定具有预设范围的区域地图图像,在预设范围内至少包括与第一节点直接相邻的第二节点,以及与第一节点间接相邻的第二节点。In step S402, with the first node as the center, determine an area map image with a preset range, including at least a second node directly adjacent to the first node and a second node indirectly adjacent to the first node within the preset range second node.
在步骤S403中,基于多个第二节点与第一节点之间的距离,提取多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征。In step S403, based on the distances between the multiple second nodes and the first node, the distance features of multiple second nodes are extracted, and the distance features of multiple second nodes are combined to obtain the distance features of the first node .
在本公开实施例中,区域地图图像可以是以第一节点为中心,具有预设范围的区域对应的图像,预设范围内包括第一节点,以及与第一节点之间具有不同距离的多个第二节点。第二节点与第一节点之间的相邻关系可以是直接相邻,也可以是间接相邻。预设范围可以是以第一节点为中心,以预设距离为边长组成的规则图形或者不规则图形。在地图图像中确定每一节点的距离特征时,在地图图像中确定包括第一节点,以及与第一节点之间具有不同距离的多个第二节点的区域地图图像,以确定的区域地图图像中每一节点的距离特征。In the embodiment of the present disclosure, the area map image may be an image corresponding to an area centered on the first node and having a preset range, the first node is included in the preset range, and multiple nodes with different distances from the first node a second node. The adjacency relationship between the second node and the first node may be direct adjacency or indirect adjacency. The preset range may be a regular graph or an irregular graph composed of the first node as the center and the preset distance as the side length. When the distance feature of each node is determined in the map image, an area map image including a first node and a plurality of second nodes having different distances from the first node is determined in the map image, so that the determined area map image The distance feature of each node in .
根据本公开实施例,在地图图像中确定区域地图图像,在区域地图图像中,基于多个第二节点与第一节点之间的距离,提取第二节点的距离特征,进行合并得到第一节点的距离特征,能够提高计算速度,提高计算效率。According to an embodiment of the present disclosure, the area map image is determined in the map image, and in the area map image, based on the distance between multiple second nodes and the first node, the distance features of the second nodes are extracted and combined to obtain the first node The distance feature can improve the calculation speed and improve the calculation efficiency.
在本公开实施例中,第一节点周围具有不同距离的多个第二节点,基于多个第二节点与第一节点之间的距离,提取多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征。提取第二节点的距离特征,可以是利用点云数据的深度学习模型(PointNet)进行提取。点云数据为无序的数据点构成的集合,特定空间内一定数量的、具有空间关系的点云构成物体,基于PointNet能够提取点云数据的整体特征,为车辆行驶轨迹预测提供保证。In the embodiment of the present disclosure, multiple second nodes with different distances around the first node, based on the distance between the multiple second nodes and the first node, extract the distance features of the multiple second nodes, and combine the multiple The distance features of the second node are combined to obtain the distance features of the first node. Extracting the distance feature of the second node may be performed using a deep learning model (PointNet) of point cloud data. Point cloud data is a collection of unordered data points. A certain number of point clouds with spatial relationships in a specific space constitute an object. Based on PointNet, the overall characteristics of point cloud data can be extracted to provide guarantee for vehicle trajectory prediction.
图7是根据本公开一示例性实施例示出的一种确定车辆的历史轨迹特征方法的流程图,如图7所示,确定车辆的历史轨迹特征方法包括以下步骤。Fig. 7 is a flow chart showing a method for determining historical trajectory characteristics of a vehicle according to an exemplary embodiment of the present disclosure. As shown in Fig. 7 , the method for determining historical trajectory characteristics of a vehicle includes the following steps.
在步骤S501中,获取车辆的历史轨迹。In step S501, the historical trajectory of the vehicle is obtained.
在步骤S502中,基于长短时记忆回归神经网络提取历史轨迹的特征,得到车辆的历史轨迹特征。In step S502, the features of the historical trajectory are extracted based on the long-short-term memory regression neural network, and the historical trajectory features of the vehicle are obtained.
在本公开实施例中,基于车辆在地图图像中的位置,确定与车辆位置最近的车道中心线节点,作为目标节点,将目标节点处的距离特征与车辆的历史轨迹特征进行向量合 并,得到轨迹预测向量,作为对车辆进行行驶轨迹预测的依据,基于轨迹预测向量,预测车辆在地图图像中的行驶轨迹。获取车辆的历史轨迹,可以是以车辆的中心所在位置的形成的移动轨迹进行描述,基于长短时记忆回归神经网络(Long Short-Term Memory,LSTM)提取车辆历史轨迹的特征。LSTM神经网络是基于循环神经网络(Recurrent Neural Network,RNN)的一种变体,能实现上一时刻信息传递到下一时刻,同时有效解决训练过程中出现的梯度消失和梯度爆炸问题。In the embodiment of the present disclosure, based on the position of the vehicle in the map image, the lane centerline node closest to the vehicle position is determined as the target node, and the distance feature at the target node is vector-merged with the historical track feature of the vehicle to obtain the track The prediction vector is used as the basis for predicting the driving trajectory of the vehicle. Based on the trajectory prediction vector, the driving trajectory of the vehicle in the map image is predicted. Obtaining the historical trajectory of the vehicle can be described by the moving trajectory formed by the center of the vehicle, and the characteristics of the historical trajectory of the vehicle are extracted based on the long short-term memory regression neural network (Long Short-Term Memory, LSTM). The LSTM neural network is a variant based on the Recurrent Neural Network (RNN), which can realize the transmission of information from the previous moment to the next moment, and effectively solve the problems of gradient disappearance and gradient explosion in the training process.
根据本公开实施例,在地图图像中确定车辆所在位置的目标节点,并确定目标节点的距离特征,距离特征融合有与节点具有不同距离的其他节点的特征,将距离特征与车辆历史轨迹合并得到的轨迹预测向量,预测车辆行驶轨迹,能够保留地图图像中车道线的拓扑结构,提高轨迹预测的准确性。According to the embodiment of the present disclosure, the target node where the vehicle is located is determined in the map image, and the distance feature of the target node is determined. The distance feature is fused with the features of other nodes with different distances from the node, and the distance feature is combined with the historical track of the vehicle to obtain The trajectory prediction vector can predict the vehicle trajectory, which can preserve the topology of the lane lines in the map image and improve the accuracy of trajectory prediction.
基于相同的构思,本公开实施例还提供一种轨迹预测装置。Based on the same idea, an embodiment of the present disclosure also provides a trajectory prediction device.
图8是根据本公开一示例性实施例示出的一种轨迹预测装置框图。参照图8,轨迹预测装置100包括:获取单元101、确定单元102和预测单元103。Fig. 8 is a block diagram of a trajectory prediction device according to an exemplary embodiment of the present disclosure. Referring to FIG. 8 , the trajectory prediction device 100 includes: an acquisition unit 101 , a determination unit 102 and a prediction unit 103 .
获取单元101,用于获取地图图像,地图图像中包括车道中心线,车道中心线上具有等间距设置的若干个节点,每一节点具有距离特征,节点的距离特征中融合有与节点具有不同距离的其他车道中心线节点的距离特征。The acquisition unit 101 is used to acquire a map image. The map image includes a lane centerline, and there are several nodes arranged at equal intervals on the lane centerline. Each node has a distance feature, and the distance feature of the node is fused with a node having a different distance from the node. The distance features of other lane centerline nodes.
确定单元102,用于基于车辆在地图图像中的位置,确定与车辆位置最近的车道中心线节点,作为目标节点,并将目标节点的距离特征与车辆的历史轨迹特征进行向量合并,得到轨迹预测向量。The determining unit 102 is configured to determine, based on the position of the vehicle in the map image, the centerline node of the lane closest to the vehicle position as the target node, and vector-merge the distance feature of the target node with the historical track feature of the vehicle to obtain track prediction vector.
预测单元103,用于基于轨迹预测向量,预测车辆在地图图像中的行驶轨迹。The predicting unit 103 is configured to predict the driving trajectory of the vehicle in the map image based on the trajectory prediction vector.
在一些实施例中,每一节点的距离特征,采用如下方式确定:在地图图像上确定第一节点;基于第一节点的位置,确定区域地图图像,区域地图图像中包括第一节点,以及与第一节点之间具有不同距离的多个第二节点;基于多个第二节点与第一节点之间的距离,提取多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征。In some embodiments, the distance feature of each node is determined in the following manner: determine the first node on the map image; determine the area map image based on the position of the first node, the area map image includes the first node, and A plurality of second nodes with different distances between the first nodes; based on the distance between the plurality of second nodes and the first node, the distance features of the plurality of second nodes are extracted, and the distance features of the plurality of second nodes are extracted Merge to obtain the distance feature of the first node.
在一些实施例中,确定单元102采用如下方式基于多个第二节点与第一节点之间的距离,提取多个第二节点的距离特征,并将多个第二节点的距离特征进行合并,得到第一节点的距离特征:将多个第二节点,按照与第一节点之间的距离,划分为多个类别,其中,同一类别中的第二节点与第一节点之间的距离相同;分别提取多个类别中同一类 别的第二节点的距离特征,并将提取到的不同类别的距离特征拼接后,得到第一节点的距离特征。In some embodiments, the determination unit 102 extracts the distance features of multiple second nodes based on the distance between the multiple second nodes and the first node in the following manner, and combines the distance features of the multiple second nodes, Obtaining the distance feature of the first node: dividing a plurality of second nodes into multiple categories according to the distance between them and the first node, wherein the distance between the second node and the first node in the same category is the same; The distance features of the second nodes of the same category in the multiple categories are respectively extracted, and the extracted distance features of different categories are spliced to obtain the distance features of the first node.
在一些实施例中,确定单元102采用如下方式基于第一节点的位置,确定区域地图图像:以第一节点为中心,确定具有预设范围的区域地图图像,在预设范围内至少包括与第一节点直接相邻的第二节点,以及与第一节点间接相邻的第二节点。In some embodiments, the determining unit 102 determines an area map image based on the position of the first node in the following manner: centering on the first node, determine an area map image with a preset range, including at least the first node within the preset range A second node directly adjacent to a node, and a second node indirectly adjacent to the first node.
在一些实施例中,确定单元102采用如下方式提取多个第二节点的距离特征:基于点云数据的深度学习模型提取多个第二节点的距离特征。In some embodiments, the determining unit 102 extracts distance features of multiple second nodes in the following manner: extracts distance features of multiple second nodes based on a deep learning model of point cloud data.
在一些实施例中,车辆的历史轨迹特征采用如下方式确定:获取车辆的历史轨迹;基于长短时记忆回归神经网络提取历史轨迹的特征,得到车辆的历史轨迹特征。In some embodiments, the characteristics of the historical trajectory of the vehicle are determined in the following manner: the historical trajectory of the vehicle is obtained; the characteristics of the historical trajectory are extracted based on the long-short-term memory regression neural network to obtain the characteristics of the historical trajectory of the vehicle.
可以理解的是,本公开实施例提供的装置为了实现上述功能,其包含了执行各个功能相应的硬件结构和/或软件模块。结合本公开实施例中所公开的各示例的单元及算法步骤,本公开实施例能够以硬件或硬件和计算机软件的结合形式来实现。某个功能究竟以硬件还是计算机软件驱动硬件的方式来执行,取决于技术方案的特定应用和设计约束条件。本领域技术人员可以对每个特定的应用来使用不同的方法来实现所描述的功能,但是这种实现不应认为超出本公开实施例的技术方案的范围。It can be understood that, in order to realize the above-mentioned functions, the apparatus provided by the embodiments of the present disclosure includes corresponding hardware structures and/or software modules for performing various functions. Combining the units and algorithm steps of each example disclosed in the embodiments of the present disclosure, the embodiments of the present disclosure can be implemented in the form of hardware or a combination of hardware and computer software. Whether a certain function is executed by hardware or computer software drives hardware depends on the specific application and design constraints of the technical solution. Those skilled in the art may use different methods to implement the described functions for each specific application, but such implementation should not be regarded as exceeding the scope of the technical solutions of the embodiments of the present disclosure.
关于上述实施例中的装置,其中各个模块执行操作的具体方式已经在有关该方法的实施例中进行了详细描述,此处将不做详细阐述说明。Regarding the apparatus in the foregoing embodiments, the specific manner in which each module executes operations has been described in detail in the embodiments related to the method, and will not be described in detail here.
图9是根据本公开一示例性实施例示出的一种用于轨迹预测的装置的框图。例如,装置200可以是移动电话,计算机,数字广播终端,消息收发设备,游戏控制台,平板设备,医疗设备,健身设备,个人数字助理等。Fig. 9 is a block diagram showing a device for trajectory prediction according to an exemplary embodiment of the present disclosure. For example, the apparatus 200 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, a fitness device, a personal digital assistant, and the like.
参照图9,装置200可以包括以下一个或多个组件:处理组件202,存储器204,电力组件206,多媒体组件208,音频组件210,输入/输出(I/O)的接口212,传感器组件214,以及通信组件216。Referring to FIG. 9, the device 200 may include one or more of the following components: a processing component 202, a memory 204, a power component 206, a multimedia component 208, an audio component 210, an input/output (I/O) interface 212, a sensor component 214, and communication component 216 .
处理组件202通常控制装置200的整体操作,诸如与显示,电话呼叫,数据通信,相机操作和记录操作相关联的操作。处理组件202可以包括一个或多个处理器220来执行指令,以完成上述的方法的全部或部分步骤。此外,处理组件202可以包括一个或多个模块,便于处理组件202和其他组件之间的交互。例如,处理组件202可以包括多媒体模块,以方便多媒体组件208和处理组件202之间的交互。The processing component 202 generally controls the overall operations of the device 200, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 202 may include one or more processors 220 to execute instructions to complete all or part of the steps of the above method. Additionally, processing component 202 may include one or more modules that facilitate interaction between processing component 202 and other components. For example, processing component 202 may include a multimedia module to facilitate interaction between multimedia component 208 and processing component 202 .
存储器204被配置为存储各种类型的数据以支持在装置200的操作。这些数据的示 例包括用于在装置200上操作的任何应用程序或方法的指令,联系人数据,电话簿数据,消息,图片,视频等。存储器204可以由任何类型的易失性或非易失性存储设备或者它们的组合实现,如静态随机存取存储器(SRAM),电可擦除可编程只读存储器(EEPROM),可擦除可编程只读存储器(EPROM),可编程只读存储器(PROM),只读存储器(ROM),磁存储器,快闪存储器,磁盘或光盘。The memory 204 is configured to store various types of data to support operations at the device 200 . Examples of such data include instructions for any application or method operating on device 200, contact data, phonebook data, messages, pictures, videos, etc. The memory 204 can be implemented by any type of volatile or non-volatile storage device or their combination, such as static random access memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable Programmable Read Only Memory (EPROM), Programmable Read Only Memory (PROM), Read Only Memory (ROM), Magnetic Memory, Flash Memory, Magnetic or Optical Disk.
电力组件206为装置200的各种组件提供电力。电力组件206可以包括电源管理系统,一个或多个电源,及其他与为装置200生成、管理和分配电力相关联的组件。The power component 206 provides power to various components of the device 200 . Power components 206 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for device 200 .
多媒体组件208包括在所述装置200和用户之间的提供一个输出接口的屏幕。在一些实施例中,屏幕可以包括液晶显示器(LCD)和触摸面板(TP)。如果屏幕包括触摸面板,屏幕可以被实现为触摸屏,以接收来自用户的输入信号。触摸面板包括一个或多个触摸传感器以感测触摸、滑动和触摸面板上的手势。所述触摸传感器可以不仅感测触摸或滑动动作的边界,而且还检测与所述触摸或滑动操作相关的持续时间和压力。在一些实施例中,多媒体组件208包括一个前置摄像头和/或后置摄像头。当装置200处于操作模式,如拍摄模式或视频模式时,前置摄像头和/或后置摄像头可以接收外部的多媒体数据。每个前置摄像头和后置摄像头可以是一个固定的光学透镜系统或具有焦距和光学变焦能力。The multimedia component 208 includes a screen that provides an output interface between the device 200 and the user. In some embodiments, the screen may include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive input signals from a user. The touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensor may not only sense a boundary of a touch or swipe action, but also detect duration and pressure associated with the touch or swipe action. In some embodiments, the multimedia component 208 includes a front camera and/or a rear camera. When the device 200 is in an operation mode, such as a shooting mode or a video mode, the front camera and/or the rear camera can receive external multimedia data. Each front camera and rear camera can be a fixed optical lens system or have focal length and optical zoom capability.
音频组件210被配置为输出和/或输入音频信号。例如,音频组件210包括一个麦克风(MIC),当装置200处于操作模式,如呼叫模式、记录模式和语音识别模式时,麦克风被配置为接收外部音频信号。所接收的音频信号可以被进一步存储在存储器204或经由通信组件216发送。在一些实施例中,音频组件210还包括一个扬声器,用于输出音频信号。The audio component 210 is configured to output and/or input audio signals. For example, the audio component 210 includes a microphone (MIC), which is configured to receive external audio signals when the device 200 is in operation modes, such as call mode, recording mode and voice recognition mode. Received audio signals may be further stored in memory 204 or sent via communication component 216 . In some embodiments, the audio component 210 also includes a speaker for outputting audio signals.
I/O接口212为处理组件202和外围接口模块之间提供接口,上述外围接口模块可以是键盘,点击轮,按钮等。这些按钮可包括但不限于:主页按钮、音量按钮、启动按钮和锁定按钮。The I/O interface 212 provides an interface between the processing component 202 and a peripheral interface module, which may be a keyboard, a click wheel, a button, and the like. These buttons may include, but are not limited to: a home button, volume buttons, start button, and lock button.
传感器组件214包括一个或多个传感器,用于为装置200提供各个方面的状态评估。例如,传感器组件214可以检测到装置200的打开/关闭状态,组件的相对定位,例如所述组件为装置200的显示器和小键盘,传感器组件214还可以检测装置200或装置200一个组件的位置改变,用户与装置200接触的存在或不存在,装置200方位或加速/减速和装置200的温度变化。传感器组件214可以包括接近传感器,被配置用来在没有任何 的物理接触时检测附近物体的存在。传感器组件214还可以包括光传感器,如CMOS或CCD图像传感器,用于在成像应用中使用。在一些实施例中,该传感器组件214还可以包括加速度传感器,陀螺仪传感器,磁传感器,压力传感器或温度传感器。 Sensor assembly 214 includes one or more sensors for providing various aspects of status assessment for device 200 . For example, the sensor component 214 can detect the open/closed state of the device 200, the relative positioning of components, such as the display and keypad of the device 200, and the sensor component 214 can also detect a change in the position of the device 200 or a component of the device 200 , the presence or absence of user contact with the device 200 , the device 200 orientation or acceleration/deceleration and the temperature change of the device 200 . The sensor assembly 214 may include a proximity sensor configured to detect the presence of nearby objects in the absence of any physical contact. Sensor assembly 214 may also include an optical sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor component 214 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor or a temperature sensor.
通信组件216被配置为便于装置200和其他设备之间有线或无线方式的通信。装置200可以接入基于通信标准的无线网络,如WiFi,2G或3G,或它们的组合。在一个示例性实施例中,通信组件216经由广播信道接收来自外部广播管理系统的广播信号或广播相关信息。在一个示例性实施例中,所述通信组件216还包括近场通信(NFC)模块,以促进短程通信。例如,在NFC模块可基于射频识别(RFID)技术,红外数据协会(IrDA)技术,超宽带(UWB)技术,蓝牙(BT)技术和其他技术来实现。The communication component 216 is configured to facilitate wired or wireless communication between the apparatus 200 and other devices. The device 200 can access wireless networks based on communication standards, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 216 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 216 also includes a near field communication (NFC) module to facilitate short-range communication. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, Infrared Data Association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology and other technologies.
在示例性实施例中,装置200可以被一个或多个应用专用集成电路(ASIC)、数字信号处理器(DSP)、数字信号处理设备(DSPD)、可编程逻辑器件(PLD)、现场可编程门阵列(FPGA)、控制器、微控制器、微处理器或其他电子元件实现,用于执行上述方法。In an exemplary embodiment, apparatus 200 may be programmed by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor or other electronic component implementation for performing the methods described above.
在示例性实施例中,还提供了一种包括指令的非临时性计算机可读存储介质,例如包括指令的存储器204,上述指令可由装置200的处理器220执行以完成上述方法。例如,所述非临时性计算机可读存储介质可以是ROM、随机存取存储器(RAM)、CD-ROM、磁带、软盘和光数据存储设备等。In an exemplary embodiment, there is also provided a non-transitory computer-readable storage medium including instructions, such as the memory 204 including instructions, which can be executed by the processor 220 of the device 200 to implement the above method. For example, the non-transitory computer readable storage medium may be ROM, random access memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, and the like.
为了实现上述实施例,本公开还提出了一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算处理设备上运行时,导致所述计算处理设备执行前述的轨迹预测方法。In order to realize the above-mentioned embodiments, the present disclosure also proposes a computer program, including computer readable codes, which, when the computer readable codes are run on a computing processing device, cause the computing processing device to execute the aforementioned trajectory prediction method.
可以理解的是,本公开中“多个”是指两个或两个以上,其它量词与之类似。“和/或”,描述关联对象的关联关系,表示可以存在三种关系,例如,A和/或B,可以表示:单独存在A,同时存在A和B,单独存在B这三种情况。字符“/”一般表示前后关联对象是一种“或”的关系。单数形式的“一种”、“所述”和“该”也旨在包括多数形式,除非上下文清楚地表示其他含义。It can be understood that "plurality" in the present disclosure refers to two or more, and other quantifiers are similar. "And/or" describes the association relationship of associated objects, indicating that there may be three types of relationships, for example, A and/or B may indicate: A exists alone, A and B exist simultaneously, and B exists independently. The character "/" generally indicates that the contextual objects are an "or" relationship. The singular forms "a", "said" and "the" are also intended to include the plural unless the context clearly dictates otherwise.
进一步可以理解的是,术语“第一”、“第二”等用于描述各种信息,但这些信息不应限于这些术语。这些术语仅用来将同一类型的信息彼此区分开,并不表示特定的顺序或者重要程度。实际上,“第一”、“第二”等表述完全可以互换使用。例如,在不脱离本公开范围的情况下,第一信息也可以被称为第二信息,类似地,第二信息也可以 被称为第一信息。It can be further understood that the terms "first", "second", etc. are used to describe various information, but the information should not be limited to these terms. These terms are only used to distinguish information of the same type from one another, and do not imply a specific order or degree of importance. In fact, expressions such as "first" and "second" can be used interchangeably. For example, without departing from the scope of the present disclosure, first information may also be called second information, and similarly, second information may also be called first information.
进一步可以理解的是,除非有特殊说明,“连接”包括两者之间不存在其他构件的直接连接,也包括两者之间存在其他元件的间接连接。It can be further understood that, unless otherwise specified, "connection" includes a direct connection without other components between the two, and also includes an indirect connection between the two with other elements.
进一步可以理解的是,本公开实施例中尽管在附图中以特定的顺序描述操作,但是不应将其理解为要求按照所示的特定顺序或是串行顺序来执行这些操作,或是要求执行全部所示的操作以得到期望的结果。在特定环境中,多任务和并行处理可能是有利的。It can be further understood that although operations are described in a specific order in the drawings in the embodiments of the present disclosure, it should not be understood as requiring that these operations be performed in the specific order shown or in a serial order, or that Do all of the operations shown to get the desired result. In certain circumstances, multitasking and parallel processing may be advantageous.
本领域技术人员在考虑说明书及实践这里公开的公开后,将容易想到本公开的其它实施方案。本申请旨在涵盖本公开的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本公开的一般性原理并包括本公开未公开的本技术领域中的公知常识或惯用技术手段。说明书和实施例仅被视为示例性的,本公开的真正范围和精神由下面的权利范围指出。Other embodiments of the disclosure will be readily apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any modification, use or adaptation of the present disclosure, and these modifications, uses or adaptations follow the general principles of the present disclosure and include common knowledge or conventional technical means in the technical field not disclosed in the present disclosure . The specification and examples are to be considered as illustrative only, with the true scope and spirit of the disclosure indicated by the following claims.
应当理解的是,本公开并不局限于上面已经描述并在附图中示出的精确结构,并且可以在不脱离其范围进行各种修改和改变。本公开的范围仅由所附的权利范围来限制。It should be understood that the present disclosure is not limited to the precise constructions which have been described above and shown in the drawings, and various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the scope of the appended claims.

Claims (15)

  1. 一种轨迹预测方法,其特征在于,所述方法包括:A trajectory prediction method, characterized in that the method comprises:
    获取地图图像,所述地图图像中包括车道中心线,所述车道中心线上具有等间距设置的若干个节点,每一节点具有距离特征,所述节点的距离特征中融合有与所述节点具有不同距离的其他车道中心线节点的距离特征;Obtain a map image, the map image includes a lane centerline, the lane centerline has several nodes arranged at equal intervals, each node has a distance feature, and the distance feature of the node is fused with the distance feature of the node Distance features of other lane centerline nodes at different distances;
    基于车辆在所述地图图像中的位置,确定与所述车辆位置最近的车道中心线节点,作为目标节点;Based on the position of the vehicle in the map image, determine the lane centerline node closest to the vehicle position as the target node;
    将所述目标节点的距离特征与所述车辆的历史轨迹特征进行向量合并,得到轨迹预测向量;Carrying out vector merging of the distance feature of the target node and the historical track feature of the vehicle to obtain a track prediction vector;
    基于所述轨迹预测向量,预测所述车辆在所述地图图像中的行驶轨迹。Based on the trajectory prediction vector, a trajectory of the vehicle in the map image is predicted.
  2. 根据权利要求1所述的轨迹预测方法,其特征在于,每一节点的距离特征,采用如下方式确定:The trajectory prediction method according to claim 1, wherein the distance feature of each node is determined in the following manner:
    在所述地图图像上确定第一节点;determining a first node on said map image;
    基于所述第一节点的位置,确定区域地图图像,所述区域地图图像中包括所述第一节点,以及与所述第一节点之间具有不同距离的多个第二节点;determining an area map image based on the position of the first node, the area map image including the first node and a plurality of second nodes having different distances from the first node;
    基于所述多个第二节点与所述第一节点之间的距离,提取所述多个第二节点的距离特征,并将所述多个第二节点的距离特征进行合并,得到所述第一节点的距离特征。Based on the distance between the plurality of second nodes and the first node, extracting distance features of the plurality of second nodes, and merging the distance features of the plurality of second nodes to obtain the first node A node distance feature.
  3. 根据权利要求2所述的轨迹预测方法,其特征在于,基于所述多个第二节点与所述第一节点之间的距离,提取所述多个第二节点的距离特征,并将所述多个第二节点的距离特征进行合并,得到所述第一节点的距离特征,包括:The trajectory prediction method according to claim 2, wherein, based on the distance between the plurality of second nodes and the first node, the distance features of the plurality of second nodes are extracted, and the The distance features of multiple second nodes are merged to obtain the distance features of the first node, including:
    将所述多个第二节点,按照与所述第一节点之间的距离,划分为多个类别,其中,同一类别中的第二节点与所述第一节点之间的距离相同;Dividing the plurality of second nodes into a plurality of categories according to the distance between them and the first node, wherein the distance between the second nodes in the same category and the first node is the same;
    分别提取所述多个类别中同一类别的第二节点的距离特征,并将提取到的不同类别的距离特征拼接后,得到所述第一节点的距离特征。The distance features of the second nodes of the same category among the plurality of categories are respectively extracted, and the extracted distance features of different categories are spliced to obtain the distance features of the first node.
  4. 根据权利要求2或3中任一项所述的轨迹预测方法,其特征在于,基于所述第一节点的位置,确定区域地图图像,包括:The trajectory prediction method according to any one of claims 2 or 3, wherein, based on the position of the first node, determining an area map image includes:
    以所述第一节点为中心,确定具有预设范围的区域地图图像,在所述预设范围内至少包括与所述第一节点直接相邻的第二节点,以及与所述第一节点间接相邻的第二节点。Centering on the first node, determine an area map image with a preset range, including at least a second node directly adjacent to the first node, and a second node indirectly connected to the first node within the preset range adjacent second node.
  5. 根据权利要求4所述的轨迹预测方法,其特征在于,提取所述多个第二节点的距 离特征,包括:trajectory prediction method according to claim 4, is characterized in that, extracting the distance feature of described multiple second nodes comprises:
    基于点云数据的深度学习模型提取所述多个第二节点的距离特征。The distance features of the plurality of second nodes are extracted based on a deep learning model of point cloud data.
  6. 根据权利要求4所述的轨迹预测方法,其特征在于,所述车辆的历史轨迹特征采用如下方式确定:The trajectory prediction method according to claim 4, wherein the historical trajectory characteristics of the vehicle are determined in the following manner:
    获取所述车辆的历史轨迹;Obtain the historical trajectory of the vehicle;
    基于长短时记忆回归神经网络提取所述历史轨迹的特征,得到所述车辆的历史轨迹特征。The characteristics of the historical trajectory are extracted based on a long-short-term memory regression neural network to obtain the characteristics of the historical trajectory of the vehicle.
  7. 一种轨迹预测装置,其特征在于,所述装置包括:A trajectory prediction device, characterized in that the device comprises:
    获取单元,用于获取地图图像,所述地图图像中包括车道中心线,所述车道中心线上具有等间距设置的若干个节点,每一节点具有距离特征,所述节点的距离特征中融合有与所述节点具有不同距离的其他车道中心线节点的距离特征;The acquisition unit is used to acquire a map image, the map image includes a lane centerline, and the lane centerline has several nodes arranged at equal intervals, each node has a distance feature, and the distance features of the nodes are fused with distance characteristics of other lane centerline nodes having different distances from said node;
    确定单元,用于基于车辆在所述地图图像中的位置,确定与所述车辆位置最近的车道中心线节点,作为目标节点,并将所述目标节点的距离特征与所述车辆的历史轨迹特征进行向量合并,得到轨迹预测向量;A determination unit, configured to determine, based on the position of the vehicle in the map image, a lane centerline node closest to the position of the vehicle as a target node, and combine the distance feature of the target node with the historical track feature of the vehicle Perform vector merging to obtain trajectory prediction vectors;
    预测单元,用于基于所述轨迹预测向量,预测所述车辆在所述地图图像中的行驶轨迹。A predicting unit, configured to predict the driving trajectory of the vehicle in the map image based on the trajectory prediction vector.
  8. 根据权利要求7所述的轨迹预测装置,其特征在于,每一节点的距离特征,采用如下方式确定:The trajectory prediction device according to claim 7, wherein the distance feature of each node is determined in the following manner:
    在所述地图图像上确定第一节点;determining a first node on said map image;
    基于所述第一节点的位置,确定区域地图图像,所述区域地图图像中包括所述第一节点,以及与所述第一节点之间具有不同距离的多个第二节点;determining an area map image based on the position of the first node, the area map image including the first node and a plurality of second nodes having different distances from the first node;
    基于所述多个第二节点与所述第一节点之间的距离,提取所述多个第二节点的距离特征,并将所述多个第二节点的距离特征进行合并,得到所述第一节点的距离特征。Based on the distance between the plurality of second nodes and the first node, extracting distance features of the plurality of second nodes, and merging the distance features of the plurality of second nodes to obtain the first node A node distance feature.
  9. 根据权利要求8所述的轨迹预测装置,其特征在于,所述确定单元采用如下方式基于所述多个第二节点与所述第一节点之间的距离,提取所述多个第二节点的距离特征,并将所述多个第二节点的距离特征进行合并,得到所述第一节点的距离特征:The trajectory prediction device according to claim 8, wherein the determination unit extracts the distances of the plurality of second nodes based on the distance between the plurality of second nodes and the first node in the following manner: distance feature, and merge the distance features of the plurality of second nodes to obtain the distance feature of the first node:
    将所述多个第二节点,按照与所述第一节点之间的距离,划分为多个类别,其中,同一类别中的第二节点与所述第一节点之间的距离相同;Dividing the plurality of second nodes into a plurality of categories according to the distance between them and the first node, wherein the distance between the second nodes in the same category and the first node is the same;
    分别提取所述多个类别中同一类别的第二节点的距离特征,并将提取到的不同类别 的距离特征拼接后,得到所述第一节点的距离特征。Extract the distance features of the second nodes of the same category in the plurality of categories respectively, and after splicing the extracted distance features of different categories, obtain the distance features of the first node.
  10. 根据权利要求8或9中任一项所述的轨迹预测装置,其特征在于,所述确定单元采用如下方式基于所述第一节点的位置,确定区域地图图像:The trajectory prediction device according to any one of claims 8 or 9, wherein the determining unit determines an area map image based on the position of the first node in the following manner:
    以所述第一节点为中心,确定具有预设范围的区域地图图像,在所述预设范围内至少包括与所述第一节点直接相邻的第二节点,以及与所述第一节点间接相邻的第二节点。Centering on the first node, determine an area map image with a preset range, including at least a second node directly adjacent to the first node, and a second node indirectly connected to the first node within the preset range adjacent second node.
  11. 根据权利要求10所述的轨迹预测装置,其特征在于,所述确定单元采用如下方式提取所述多个第二节点的距离特征:The trajectory prediction device according to claim 10, wherein the determining unit extracts the distance features of the plurality of second nodes in the following manner:
    基于点云数据的深度学习模型提取所述多个第二节点的距离特征。The distance features of the plurality of second nodes are extracted based on a deep learning model of point cloud data.
  12. 根据权利要求10所述的轨迹预测装置,其特征在于,所述车辆的历史轨迹特征采用如下方式确定:The trajectory prediction device according to claim 10, wherein the historical trajectory characteristics of the vehicle are determined in the following manner:
    获取所述车辆的历史轨迹;Obtain the historical trajectory of the vehicle;
    基于长短时记忆回归神经网络提取所述历史轨迹的特征,得到所述车辆的历史轨迹特征。The characteristics of the historical trajectory are extracted based on a long-short-term memory regression neural network to obtain the characteristics of the historical trajectory of the vehicle.
  13. 一种轨迹预测装置,其特征在于,包括:A trajectory prediction device, characterized in that it comprises:
    处理器;processor;
    用于存储处理器可执行指令的存储器;memory for storing processor-executable instructions;
    其中,所述处理器被配置为:执行权利要求1至6中任意一项所述的轨迹预测方法。Wherein, the processor is configured to: execute the trajectory prediction method according to any one of claims 1-6.
  14. 一种存储介质,其特征在于,所述存储介质中存储有指令,当所述存储介质中的指令由终端的处理器执行时,使得终端能够执行权利要求1至6中任意一项所述的轨迹预测方法。A storage medium, characterized in that instructions are stored in the storage medium, and when the instructions in the storage medium are executed by the processor of the terminal, the terminal can execute the method described in any one of claims 1 to 6. Trajectory prediction method.
  15. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算处理设备上运行时,导致所述计算处理设备执行根据权利要求1-5中任一项所述的电池包加热的控制方法。A computer program, comprising computer readable code, which, when the computer readable code is run on a computing processing device, causes the computing processing device to perform the method of heating the battery pack according to any one of claims 1-5 Control Method.
PCT/CN2022/090552 2021-11-19 2022-04-29 Trajectory prediction method, trajectory prediction apparatus, and storage medium WO2023087626A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111401099.2 2021-11-19
CN202111401099.2A CN114537432A (en) 2021-11-19 2021-11-19 Trajectory prediction method, trajectory prediction device, and storage medium

Publications (1)

Publication Number Publication Date
WO2023087626A1 true WO2023087626A1 (en) 2023-05-25

Family

ID=81668746

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/090552 WO2023087626A1 (en) 2021-11-19 2022-04-29 Trajectory prediction method, trajectory prediction apparatus, and storage medium

Country Status (2)

Country Link
CN (1) CN114537432A (en)
WO (1) WO2023087626A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016017914A (en) * 2014-07-10 2016-02-01 日産自動車株式会社 Travel support device and travel support method
US20190171206A1 (en) * 2017-12-05 2019-06-06 Waymo Llc Real-time lane change selection for autonomous vehicles
JP2019167039A (en) * 2018-03-26 2019-10-03 株式会社デンソー Vehicle control device
CN110530393A (en) * 2019-10-08 2019-12-03 北京邮电大学 Lane grade paths planning method, device, electronic equipment and readable storage medium storing program for executing
US20200189592A1 (en) * 2018-12-18 2020-06-18 Hyundai Motor Company Autonomous vehicle and vehicle running control method using the same
CN112212874A (en) * 2020-11-09 2021-01-12 福建牧月科技有限公司 Vehicle track prediction method and device, electronic equipment and computer readable medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016017914A (en) * 2014-07-10 2016-02-01 日産自動車株式会社 Travel support device and travel support method
US20190171206A1 (en) * 2017-12-05 2019-06-06 Waymo Llc Real-time lane change selection for autonomous vehicles
JP2019167039A (en) * 2018-03-26 2019-10-03 株式会社デンソー Vehicle control device
US20200189592A1 (en) * 2018-12-18 2020-06-18 Hyundai Motor Company Autonomous vehicle and vehicle running control method using the same
CN110530393A (en) * 2019-10-08 2019-12-03 北京邮电大学 Lane grade paths planning method, device, electronic equipment and readable storage medium storing program for executing
CN112212874A (en) * 2020-11-09 2021-01-12 福建牧月科技有限公司 Vehicle track prediction method and device, electronic equipment and computer readable medium

Also Published As

Publication number Publication date
CN114537432A (en) 2022-05-27

Similar Documents

Publication Publication Date Title
US11468581B2 (en) Distance measurement method, intelligent control method, electronic device, and storage medium
CN109829433B (en) Face image recognition method and device, electronic equipment and storage medium
RU2663937C2 (en) Method and device for flight management, as well as the electronic device
JP2022524262A (en) Target object detection method, target object detection device, electronic device, storage medium and computer program
US20230057965A1 (en) Robot and control method therefor
WO2022021872A1 (en) Target detection method and apparatus, electronic device, and storage medium
WO2019006770A1 (en) Method and device for charging unmanned aerial vehicle
CN113442950B (en) Automatic driving control method, device and equipment based on multiple vehicles
CN107305573A (en) A kind of navigation control method, device and electronic equipment
CN105448085B (en) Go across the road reminding method, device and terminal device
CN116187438A (en) Method and device for determining agent exploration strategy, agent and storage medium
CN112947490A (en) Path smoothing method, device, equipment, storage medium and product
US11181381B2 (en) Portable pedestrian navigation system
WO2023087626A1 (en) Trajectory prediction method, trajectory prediction apparatus, and storage medium
CN112711719A (en) Interest point searching method and device and readable storage medium
CN110837258A (en) Automatic driving control method, device, system, electronic device and storage medium
CN111832338A (en) Object detection method and device, electronic equipment and storage medium
CN111785044B (en) Traffic light control method and device
CN114550115A (en) Target tracking method, device, terminal and storage medium
CN114840761A (en) Push model training method, device, equipment, storage medium and program product
CN116834767A (en) Motion trail generation method, device, equipment and storage medium
CN112857381A (en) Path recommendation method and device and readable medium
CN111951142A (en) Device returning method, device and storage medium
CN114834463B (en) Vehicle control method, device, storage medium, electronic device, chip and vehicle
CN114780870B (en) Order quantity prediction method, system, device, server, terminal and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22894171

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE