Methods for reducing the computational cost of autonomous driving systems

End-to-end deep learning models with encoders and masks in autonomous driving systems compress and share data to reduce computational costs, improving efficiency and safety by focusing on relevant data features.

JP7804168B2Active Publication Date: 2026-01-22AUTOBRAINS TECH LTD
View PDF 9 Cites 0 Cited by

Patent Information

Application Number
JP2024098858
Authority / Receiving Office
JP · JP
Patent Type
Patents
Current Assignee / Owner
Priority Date
2023-08-17
Filing Date
2024-06-19
Publication Date
2026-01-22
Estimated Expiration
2044-06-19

AI Technical Summary

Technical Problem

Autonomous driving systems face high computational costs due to the large amount of data processed from various sensors, necessitating improved algorithms to reduce complexity while maintaining flexibility and safety.

Method used

Implementing end-to-end deep learning models with encoders that convert raw data into compressed latent representations, using masks to further reduce data complexity, and sharing compressed latent representations among models to optimize computational efficiency.

Benefits of technology

Reduces computational costs and improves efficiency by processing only relevant data features, enhancing the flexibility and safety of autonomous driving systems.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure 0007804168000001
    Figure 0007804168000001
  • Figure 0007804168000002
    Figure 0007804168000002
  • Figure 0007804168000003
    Figure 0007804168000003
Patent Text Reader

Abstract

To provide a method that can reduce calculation costs of an automatic operation system.SOLUTION: A method for reducing calculation costs of an automatic operation system includes: step (a) of acquiring data related to tasks for a vehicle operation; step (b) of training a deep learning model by using the acquired data, the deep learning model including an encoder and a policy head with respect to the tasks; step (c) of transferring the data acquired in step (a) to the encoder to generate a compressed latent representation of the relevant data and thereby reduce the complexity of the relevant data; and step (d) of determining a driving operation by allowing the policy head to use the compressed latent representation of the relevant data.SELECTED DRAWING: Figure 5
Need to check novelty before this filing date? Find Prior Art

Description

[Technical Field]

[0001] The present disclosure relates to the field of computer technology, and more particularly to methods and / or apparatus for reducing the computational costs of automated driving systems. [Background technology]

[0002] As computing and vehicle technologies advance, automation features have become more powerful and widely available, enabling vehicles to control a wider variety of environments. For example, for automobiles, the Society of Automotive Engineers (SAE) established a standard (J3016) that identifies six levels of driving automation, ranging from "no automation" to "fully automated." The SAE standard defines Level 0 as "no automation," in which a human driver performs all dynamic driving tasks full-time, even if augmented by warning or intervention systems. Level 1 is defined as "driver-assisted," in which the operator performs all remaining dynamic driving tasks by controlling steering or acceleration / deceleration (but not both) for at least some driving modes. Level 2 is defined as "partial automation," in which the operator performs all remaining dynamic driving tasks by controlling steering and acceleration / deceleration for at least some driving modes. Level 3 is defined as "conditional automation," in which the automated driving system performs all dynamic driving tasks for at least some driving modes, expecting the human driver to respond appropriately to intervention requests. Level 4 is defined as "high automation," in which the automated driving system performs all dynamic driving tasks only for specific conditions, even if the human driver does not respond appropriately to a request to intervene. Specific conditions for Level 4 may be, for example, specific types of roads (e.g., highways) and / or specific geographic areas (e.g., properly mapped, geographically isolated metropolitan areas). Finally, Level 5 is defined as "full automation," in which the vehicle can operate without operator input under all conditions.

[0003] A fundamental challenge of any autonomous-related technology involves gathering and describing information about the environment around a vehicle, as well as planning and executing commands to appropriately control the vehicle's movements to safely navigate within the current environment. Accordingly, ongoing efforts are underway to improve each of these aspects so that autonomous vehicles can operate reliably in increasingly complex environments and adapt to expected and unexpected interactions within the environment. For example, to operate safely, autonomous vehicles must consider objects such as vehicles, people, trees, animals, buildings, signs, poles, etc. when planning a path through the environment.

[0004] Autonomous driving systems must constantly monitor the surrounding environment, resulting in a large amount of information to be processed. Therefore, it is important to develop algorithms that reduce computational complexity while maintaining the flexibility and safety of autonomous driving operations. Summary of the Invention [Problem to be solved by the invention]

[0005] One objective of the present disclosure is to propose a method and / or apparatus for reducing the computational cost of an autonomous driving system. To this end, the present invention discloses various end-to-end deep learning models for an autonomous vehicle control system. The end-to-end deep learning models receive raw data from various sensors (e.g., cameras, LIDAR, etc.). The raw data can be collected directly from the sensors of the controlled vehicle. The raw data can be real-time recorded perception data (e.g., recorded driving) from any vehicle or real-time shared perception data by another vehicle. The end-to-end deep learning models generate driving control decisions as outputs. Furthermore, the deep learning model methods can use richer data that is acquired more rationally (e.g., less expensively) rather than manually annotated.

[0006] Specifically, an intermediate compressed or dimension-reduced latent representation of raw data can be provided for use / training an automated driving system to output driving control decisions when data is scarce, such as in reinforcement learning. Each embodiment discloses an encoder that converts raw data into a compressed latent representation. The compressed latent representation has a significantly reduced data volume compared to the raw data. This improves the computational efficiency of the automated driving system's end-to-end deep learning model in training and / or use modes. In one example, the encoder extracts useful features from the raw data for a specific driving task (e.g., lane centering, lane changing, traffic sign reading, etc.) and ignores the remaining data. In another example, the encoder's feature extraction can be completed by various machine vision recognition, curve fitting, pattern recognition, text recognition, etc.

[0007] In other embodiments, a mask can be used to further sparsify the compressed latent representation, further reducing the amount of data processed and improving computational efficiency.

[0008] In some embodiments, a method for reducing computational costs of an automated driving system is disclosed, including: (a) acquiring data related to a task for operating a vehicle; (b) training a deep learning model using the acquired data, the deep learning model including an encoder and a policy head for the task; (c) reducing the complexity of the data acquired in (a) by transferring the data to the encoder and generating a compressed latent representation of the data; and (d) determining a driving maneuver using the compressed latent representation of the data by the policy head.

[0009] In some embodiments, the acquired data includes recorded human driving data from the same vehicle or another vehicle. In some embodiments, the acquired data includes artificially augmented data. In some embodiments, the data is acquired using sensors on the same vehicle or another vehicle, the sensors including one or more of a laser radar sensor, a radar sensor, an infrared sensor, and / or an image sensor.

[0010] In some embodiments, step (c) further comprises applying a mask obtained by multiplying an element by the compressed latent representation to further reduce the complexity of the data obtained in step (a). In some embodiments, step (c) further comprises normalizing the value of the mask.

[0011] In some embodiments, the method further includes assessing discrimination between the driving maneuver determined by the policy head and a driving maneuver benchmark by applying a loss function.

[0012] In some embodiments, the method further includes configuring one or more duplicated elements of the compressed latent representation generated by a first encoder of a first deep learning model so that the compressed latent representation can be shared by a second encoder of a second deep learning model.

[0013] In some embodiments, another method for reducing computational costs of an automated driving system is disclosed, including: (a) acquiring data related to a task for operating a vehicle; (b) operating a deep learning model using the acquired data, the deep learning model including a policy head for the task; (c) acquiring a condensed latent representation of the data acquired in (a); and (d) using the condensed latent representation of the data to determine a driving maneuver by the policy head.

[0014] In some embodiments, another method for reducing computational costs of an automated driving system is disclosed, including: (a) acquiring data related to a task for a vehicle operation; (b) training a first deep learning model using the acquired data, the first deep learning model including a first encoder and a policy head; (c) identifying one or more overlapping elements between the data related to the task and a compressed latent representation related to another task, the compressed latent representation being generated by a second deep learning model having a second encoder, the compressed latent representation being configured to be shareable by the first encoder of the first deep learning model; and (d) determining a driving maneuver by the policy head using the compressed latent representation, the compressed latent representation being generated by the second deep learning model having a second encoder.

[0015] In some embodiments, the disclosed method can be operated by an apparatus for an automated driving system. The apparatus may include at least one processor and a memory storing instructions. When executed by the at least one processor, the instructions cause the at least one processor to perform operations of the disclosed method for reducing the computational cost of an automated driving system. For example, in some embodiments, the disclosed method can be programmed as computer-executable instructions stored on a non-transitory computer-readable medium. When loaded into a computer, the non-transitory computer-readable medium instructs the computer's processor to perform the disclosed method. The non-transitory computer-readable medium may include one or more of a hard disk, a CD-ROM, an optical storage device, a magnetic storage device, a read-only memory, a programmable read-only memory, an erasable programmable read-only memory, an EPROM, an electrically erasable programmable read-only memory, and a flash memory.

[0016] All combinations of the above concepts and additional concepts described in more detail herein are to be construed as part of this disclosure, e.g., all combinations of claimed subject matter appearing at the end of this disclosure are to be construed as part of the subject matter disclosed herein. [Brief explanation of the drawings]

[0017] To more clearly illustrate embodiments of the present disclosure and related technologies, the following figures are briefly introduced in the following embodiments. Obviously, these figures are only some embodiments of the present disclosure, and those skilled in the art can obtain other figures by referring to these figures without any creative effort. Arrows in the figures indicate relationships, and by these relationships, the component where the arrow starts can be used to train / apply the component to which the arrow points. These figures, combined with the following detailed description, can be used to more fully understand embodiments of the present disclosure. [Figure 1] FIG. 1 is a block diagram of an example implementation of a deep learning model when training or using, according to some embodiments of the present disclosure. [Figure 2] FIG. 10 is a block diagram of another example implementation of a deep learning model with a mask function when training or using the model according to some embodiments of the present disclosure. [Figure 3] FIG. 1 is a block diagram of an example implementation of training or use of multiple deep learning models with masking capabilities according to some embodiments of the present disclosure. [Figure 4] 1 is a table illustrating an example of identifying one or more overlapping elements associated with different tasks according to some embodiments of the present disclosure. [Figure 5] 1 is a flowchart illustrating an example of operations during training of an end-to-end deep learning model according to some embodiments of the present disclosure. [Figure 6] 1 is a flowchart illustrating an example of the operation of an end-to-end deep learning model in use according to some embodiments of the present disclosure. [Figure 7]1 is a flowchart illustrating an example of operations when multiple deep learning models train according to some embodiments of the present disclosure. [Figure 8] FIG. 1 illustrates an example of operating an automated driving system without using task functionality according to some embodiments of the present disclosure. [Figure 9] FIG. 1 illustrates an example of operating an automated driving system when using a mask function for lane centering / keeping tasks according to some embodiments of the present disclosure. [Figure 10] FIG. 1 illustrates an example of operating an automated driving system when using a mask function for a traffic sign reading task according to some embodiments of the present disclosure. [Figure 11] FIG. 1 illustrates an exemplary hardware and software environment for an autonomous vehicle according to some embodiments of the present disclosure. For simplicity and clarity of the drawings, components shown in the figures are not necessarily drawn to scale. For example, the size of some components may be larger than others for clarity. Also, where appropriate, additional graphical symbols may be repeated to indicate corresponding or similar components. DETAILED DESCRIPTION OF THE INVENTION

[0018] With reference to the drawings, the embodiments of the present disclosure are described in detail with respect to technical problems, structural characteristics, objectives to be achieved, and effects. Specifically, the terms in the embodiments of the present disclosure are used only to describe specific embodiments and do not limit the present disclosure. In the following detailed description, many specific details are set forth to fully understand the present invention. However, it should be understood that those skilled in the art can practice the present invention without these specific details. In other circumstances, to avoid confusion, known methods, processes, and components are not described in detail. The subject matter of the present invention is particularly pointed out and clearly protected in the final part of this specification. However, the organization, operation method, objectives, features, and advantages of the present invention can be best understood by reading the following detailed description in combination with the drawings. Because the illustrated embodiments of the present invention can be realized primarily using electronic components and circuits already known to those skilled in the art, more details than are deemed necessary to understand the basic concepts of the present invention and avoid confusing or distracting the teachings of the present invention will not be described. For example, the specification and / or drawings may involve a processor or processing circuit. The processor may also be a processing circuit. The processing circuitry may be implemented as a central processing unit (CPU) and / or one or more other integrated circuits, such as an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), a fully custom integrated circuit, or a combination of these integrated circuits.

[0019] The following specification and / or drawings may involve images. An image is an example of a media unit. Any reference to an image may apply to a media unit, where appropriate. A media unit may be an example of a sensing information unit (SIU). Any reference to a media unit may apply to any type of natural signal, such as, but not limited to, naturally generated signals, signals representing human activity, signals representing actions related to vehicular activity, geodetic signals, geophysical signals, text signals, digital signals, and time-series signals, where appropriate. Any reference to a media unit may apply to an SIU, where appropriate. An SIU may be of any type and may be sensed by any type of sensor, e.g., a vision camera. Acoustic sensors may sense infrared, radar imaging, ultrasonic, electro-optical, radiography, light detection and ranging (LIDAR), thermal sensors, passive sensors, active sensors, etc. Sensing may include generating samples (e.g., pixels, audio signals, etc.) representing the signal transmitted or otherwise arriving at the sensor. An SIU may include one or more images, one or more video clips, text information about one or more images, or text describing motion information, and the like.

[0020] Any combination of any modules or units listed in any of the accompanying drawings, any portion of the specification, and / or any claims may be provided. Any of the units and / or modules illustrated in this application may be implemented using hardware and / or code, commands, and / or instructions stored on a non-transitory computer-readable medium, and may be included within a vehicle, outside a vehicle, on a mobile device, on a server, etc. The vehicle may be any type of vehicle, such as a ground transportation vehicle, an air vehicle, or a water-based transportation tool. This vehicle may also be referred to as a private vehicle. It should be understood that automated driving includes at least partially automated (semi-automated) driving of a vehicle, including all L2 level types or higher as defined by the SAE standard.

[0021] Referring now to the drawings, where like numerals in the several figures represent like parts, FIGS. 1-3 are block diagrams illustrating different end-to-end deep learning models implementing a method for reducing the computational cost of a system, according to some embodiments of the present disclosure. The system may include, but is not limited to, autonomous driving. The model may comprise a computer system for training and / or operating one or more models, which may be artificial intelligence (AI) models, including, but not limited to, deep learning models, such as deep neural networks with one or more latent layers / representations. It should be understood that these and other arrangements described herein are merely exemplary. Other arrangements and elements (e.g., devices, interfaces, functions, sequences, and groupings of functions) may be used in addition to or in place of those shown. And, for clarity, some elements may be omitted entirely. Additionally, many elements described herein are functional entities that may be implemented as discrete or distributed components, or combined with other components, and in any suitable combination and location. The various functions performed by one or more entities described herein may be implemented by hardware, firmware, and / or software. For example, some functions may be performed by a processor executing commands stored in a memory. It should be understood that the deep learning models described below may be neural networks that include multiple layers, such as an input layer, a latent / hidden layer, and an output layer. Each neural network layer may include multiple nodes (or neurons), which are typically connected in series.

[0022] In some embodiments, FIG. 1 illustrates a block diagram of a deep learning model 100 including an encoder 104 and a policy head 108. Each of the encoder 104 and the policy head 108 may be a trainable AI model. In one embodiment, the deep learning model is determined by a task, such as lane centering, lane change, or traffic sign reading. The encoder 104 receives raw data 102. The encoder 104 extracts features from the raw data 102 and accordingly reduces the high-dimensional raw data to a low-dimensional latent vector as a compressed latent representation 106. In this manner, forming the compressed latent representation 106 can reduce the data content / complexity of the raw data 102. The compressed latent representation 106 of the raw data 102 helps learn data characteristics and simplify the data representation. The encoder 104 outputs the compressed latent representation 106 to the policy head 108. The policy head 108 receives the compressed latent representation 106 and, in response, outputs a driving maneuver decision 110. In different embodiments, the compressed latent representation 106 is obtained by discarding redundant or irrelevant data and / or by using different data representation and approximation techniques (i.e., transferring less data losslessly and transferring compact models rather than raw data). For example, in some embodiments, the compressed latent representation 106 can apply linear or nonlinear transformations to the raw data 102 and is used to generate the output driving maneuver decision 110.

[0023] In some embodiments, the raw data 102 is raw data from one or more sensors of the same vehicle or another vehicle. For example, the raw data 102 may be an image captured by a camera sensor, including red, green, and blue (RGB) values ​​of pixels. The raw data 102 may be raw SIUs, processed SIUs, text information, information derived from SIUs, etc. In different embodiments, loading the raw data 102 may originate from a local disk, from a remote storage location via an appropriate network location, etc. Obtaining the raw data 102 may include receiving the data, generating the data, participating in processing the data, processing only a portion of the data, and / or receiving only another portion of the data. Processing the data 102 may include at least one of detection, noise reduction, improving the signal-to-noise ratio, defining a bounding box, etc. The raw data 102 may be received from one or more sources, such as one or more sensors, one or more communication units, one or more memory units, one or more image processors, etc.

[0024] In some embodiments, the encoder 104 may be configured to map the raw data 102 to a compressed latent representation 106, which may be stored in a database of semantic relations. In some embodiments, the encoder 104 learns to reduce the dimensionality of the input data to encode latent representations of features, while the policy head 108 recreates the encoded latent representation as a reconstructed output, such as an output maneuver decision 110. For example, the encoder 104 may be configured to generate the compressed latent representation 106 of the raw data 102 using a one-dimensional vector representing one or more elements of the raw data 102. In one embodiment, the compressed latent representation may be represented as a vector V, where V = [E1, E2, E3, ... E N ]. E1 is element 1, E2 is element 2, E3 is element 3, E Nrefers to element N. For example, referring to Figure 4, each element may be a one-dimensional or multi-dimensional matrix. Each element may represent a potentially useful feature around the vehicle, such as lane markings, lane centerlines, nearby vehicles, traffic signs, tree outlines, etc.

[0025] The encoder 104 may be configured to encode meaningful information about various data attributes within the latent representation, and this meaningful information is then used to perform related tasks. In such an embodiment, the compressed latent representation 106 helps reduce the dimensionality of the input data and remove irrelevant information. Reducing the dimensionality of the input data thus reduces computational costs and helps avoid over-fitting.

[0026] In some embodiments, given the compressed latent representation 106, the policy head 108 may be configured to determine an action for the vehicle to follow from a set of predetermined tasks. The tasks determine the action the autonomous vehicle should take based on the compressed latent representation 106. Some examples of these tasks include lane keeping, overtaking, lane changing, intersection handling, and traffic light handling.

[0027] In some embodiments, the gradient of the loss function 112 may be configured to evaluate the discrimination between the driving maneuver decision 110 determined by the policy head 108 and the driving maneuver benchmark 114 to characterize the accuracy of the compressed latent representation 106. The loss function is a measure of how well a predictive model is able to predict an expected outcome. The parameters of the encoder 104 and / or the compressed latent representation 106 can be updated / adjusted based on the gradient of the loss function 112 to achieve an improved driving decision output. It should be understood that the loss function 112 may not be necessary if the model is used only for operation and not for training purposes. However, it is possible to operate and train the system simultaneously.

[0028] 2, deep learning model 200 may include a structure similar to deep learning model 100 and may further include a trainable mask 208 to further reduce the complexity of the input data and thereby reduce computational costs. Trainable mask 208 may be configured to generate a sparse latent representation 212 for policy head 214 based on compressed latent representation 206 to generate driving maneuver decision 216.

[0029] For example, in some embodiments, the trainable mask 208 is obtained by multiplying elements by the compressed latent representation 206 generated by the encoder 204 based on the set of raw data 202. In one embodiment, the trainable mask 208 may be a vector having elements that match the compressed latent representation 206. The trainable mask 208 may zero out or normalize less useful elements in the compressed latent representation 206 to further sparsify the data.

[0030] For example, in model 200 processing a lane change task, mask 208 may retain elements of compressed latent representation 206, namely, lane boundary lines [E1], lane centerlines [E2], other vehicles [E3], and traffic sign text [E4], but may zero out tree contours [E5] because model 200 determines that tree contours are less useful for the lane change task. Thus, in this example, if the compressed latent representation is vector V = [E1, E2, E3, E4, E5], then sparse latent representation 212 may be vector V = [E1, E2, E3, E4, E5]. sparse =[E1, E2, E3, E4, 0], where "0" represents the zero matrix.

[0031] In some embodiments, trainable mask 208 may be configured to determine output maneuver decision 216 by mapping from compressed latent representation 206 to generate sparse latent representation 212 received by policy head 214. For example, the mask values ​​of trainable mask 208 may be normalized between 0 and 1 (e.g., by transferring the trainable parameters to a sigmoidal function to promote data sparsity). In some embodiments, loss function 212 may be configured to compare the output of policy head 216 to driving maneuver benchmark 214. The mask values ​​may be added to loss function 212 in the form of an L1 regularization loss, which sets many of the mask values ​​of trainable mask 208 to zero by adding the absolute values ​​of the mask elements to better accommodate data sparsity used for sparse latent representation 212. It should be understood that loss function 212 may be applied to encoder 204 and / or mask 208 to improve system performance.

[0032] In some embodiments, the compressed latent representation may be configured to be shared among multiple end-to-end deep learning models. For example, as shown in FIG. 3, two deep learning models 300a and 330b are shown undergoing training. Deep learning model 300a includes an encoder 304a and a policy head 312a. In some embodiments, a trainable mask 308a is obtained by multiplying a factor from compressed latent representation 306a generated by encoder 304a based on a set of raw data 302a. In such embodiments, trainable mask 308a may be configured to map from compressed latent representation 306a to generate sparse latent representation 310a, which is received by policy head 312a and used to determine output maneuver decision 314a. In some embodiments, the gradient of the loss function 324a may be configured to evaluate the discrimination between the driving maneuver decisions 314a determined by the policy head 312a and the driving maneuver benchmark 326a to characterize the accuracy of the compressed latent representation 306a and / or the sparse latent representation 310a. The loss function 324a may be applied to the encoder 304a, the mask 308a, or the policy head 312a to improve system performance.

[0033] Deep learning model 300b includes the same structure as deep learning model 300a. In some embodiments, data sharing module 318 may be configured to identify one or more overlapping elements between the data and the sparse latent representations 310a, 310b of deep learning models 300a, 300b such that one or more sparse latent representations 310a, 310b are configured to be shareable by the encoders 304a, 304b of the two deep learning models. The shared latent representations further improve the computational efficiency of the autonomous driving system.

[0034] In one embodiment, deep learning model 300a is used for lane changing, and deep learning model 300b is used for lane centering. Data sharing module 308 can compare elements of sparse latent representations 310a and 310b. The sparse latent representation 310a for lane changing may include elements for lane lines, lane centerlines, other vehicles, and traffic sign text. The sparse latent representation 310b for lane centering may include elements for lane lines and lane centerlines. Data sharing module 318 determines overlapping elements of 310a and 310b, such as lane lines and lane centerlines. Data sharing module 318 then creates a shared latent representation 316 and sends it to encoders 304a, 304b, or any other encoders that may require such overlapping elements. Data sharing module 318 can also upload 322 or download 322 overlapping elements to / from network 320. One or more elements storing compressed latent representations on the network 320 contribute to further sharing between deep learning models at different times.

[0035] The sharing capability may be configured to optimize the trainable latent representation and mask function. To better illustrate the characteristics of the shareable compressed / sparse latent representation, FIG. 4 is a table showing an example of identifying one or more overlapping elements associated with different tasks (e.g., a lane-changing task (Task 1), a lane-centering task (Task 2), and a traffic sign reading task (Task 3)). As shown, both the lane-changing task and the lane-centering task require elements related to lane boundaries and lane centerlines to complete the task. Thus, in some embodiments, overlapping elements (e.g., lane boundaries and lane centerlines) of the sparse latent representation 310 may be shared from one deep learning module to another deep learning model 300 by the data sharing module 318.

[0036] In some embodiments, the data sharing module 318 provides a sparse latent representation 310 arranged for one task that can be directly applied to another task in the same or a different vehicle. This method of sharing overlapping elements further reduces computational costs, as systems receiving the shareable elements may not need to generate their own compressed or sparse latent representations. In some embodiments, element sharing can be performed over a network 320, including, but not limited to, Wi-Fi, DSRC connections, etc. Data sharing can also be extended beyond autonomous vehicles to autonomous robots, autonomous transport robots, or other systems capable of autonomous navigation via machine learning models.

[0037] In some embodiments, one or more networks 320 (e.g., a LAN, a WAN, a wireless network, and / or the Internet) may be provided to enable communication of information with other data sharing modules 318, computers, and / or electronic devices (e.g., including a central service, such as a cloud service, from which the data sharing module 318 receives sharable compressed / sparse latent representations, environmental data, and other data for its automated control). For example, in some embodiments, one or more predefined latent representations 316 are configured to be shared by the data sharing module 318 and the network 320. In such embodiments, the shared latent representations 316 configured by the local model may be uploaded 322 to the network 320 (e.g., a cloud system) and stored on the network 320 for use by other models remotely. The data sharing module 318 may then download 322 the shared latent representations 316 from the network 320 for local use. In different embodiments, the data sharing module 318 may be a tangible or intangible entity, such as an entity that is physically constructed, specifically configured (e.g., hardwired), or otherwise configured (e.g., programming) to operate in a specified manner or to operate or perform some or all of the operations described herein. Data sharing is used for one type of data or multiple types of data, one-time use, multiple use, and / or permanent use. Shared data may be collected and distributed in its original uploaded format or may be further processed before sharing. Shared data may be transmitted in real time or near real time.

[0038] Referring now to FIGS. 5-7, these figures illustrate three methods 500, 600, and 70 that can be used to reduce the computational costs associated with the above-described models. Note that the order of methods 500, 600, and 700 is illustrative and does not indicate the order of steps performed by methods 500, 600, and 700. As shown in FIG. 5, operation method 500 can begin in block 502 by acquiring data related to a task for vehicle operation (e.g., lane change, lane centering, traffic sign reading, etc.) and training a deep learning model using the acquired data in block 504. As described above, the deep learning model can include an encoder and a policy head for the task. Thereafter, in block 506, the data can be transferred to the encoder to generate a compressed latent representation of the data, thereby reducing the complexity of the data acquired in block 502. In block 510, the policy head determines a driving maneuver using the compressed latent representation of the data.

[0039] In some embodiments, the data acquired in block 502 may include recorded human driving data from the same vehicle or another vehicle and may be acquired from one or more sensors. For example, in some embodiments, the acquired data may be acquired from a storage device / memory containing recorded human driving data. In some embodiments, the recorded human driving data may be a vehicle data log of a completed driving session from a conventional vehicle, a driving simulation system, or an automated vehicle. For example, when an automated vehicle performs a driving session, the automated vehicle or an associated computing system may collect and store human driving data and / or vehicle data. After the session is completed, the recorded data log may be transmitted to a computing system, such as a cloud system, for training or use by the automated driving system, as described above.

[0040] In some embodiments, different types of sensors (e.g., laser radar sensors, radar sensors, infrared sensors, and / or image sensors) can be used to generate data capturing various aspects of the driving environment to collect and mark sufficient data to train a model that controls vehicle actions, as described above. However, not all data is equally useful or can be used to train a model. Some data may be noisy, incomplete, or unbalanced. To overcome these limitations, in some embodiments, the data used to train the model obtained in block 502 may be processed as artificially augmented data. Data augmentation techniques can improve the quality and diversity of the data by applying transformations such as cropping, flipping, rotating, scaling, adding noise, changing brightness, interpolating, creating 3D models of images, or blending. These techniques help the model learn more robust and generalizable features to improve its performance and accuracy. For example, some elements (e.g., animals, bad weather conditions, traffic signals, etc.) can be introduced into the input data to improve training results.

[0041] In some embodiments, to further reduce computational costs, the method of operation 500 may further include, at block 508, applying a mask obtained by multiplying elements of the compressed latent representation to further reduce the complexity of the data obtained at block 502. In some embodiments, the values ​​of the mask may be normalized as described above. In some other embodiments, the method of operation 500 may further include, at block 512, applying a loss function to evaluate the discrimination between the driving maneuver determined by the policy head and a driving maneuver benchmark to improve system performance.

[0042] In some embodiments, as shown in FIG. 6 , method 600 illustrates operations for applying the trained model. Method 600 can begin by acquiring data related to a task for vehicle operation (e.g., lane change, lane centering, traffic sign reading, etc.) in block 602 and training a deep learning model using the acquired data in block 604. The deep learning model may include a policy head for the task. Then, in block 606, a compressed latent representation is acquired for application. In one example, acquiring in 606 may involve extracting useful features from raw data using an encoder. In another example, acquiring in 606 may involve downloading the compressed latent representation from a network or any non-volatile electronic storage medium. Using the compressed latent representation, a driving maneuver can be determined by the policy head in block 610. Similar to operational method 500, operational method 600 includes block 608, which further reduces the complexity of the acquired data by applying a mask obtained by multiplying elements by the compressed latent representation, and block 612, which applies a loss function to evaluate the discrimination between the driving maneuver determined by the policy head and the driving maneuver benchmarks as described above in order to improve system performance.

[0043] In some embodiments, the compressed latent representation may be configured to be shareable among multiple deep learning models. For example, as shown in FIG. 7, method 700 of operation may include the same first two steps as method 500. At block 702, data related to a task for vehicle operation may be acquired, and at block 704, a first deep learning model may be trained using the acquired data with a first encoder and a policy head, the first deep learning model including the first encoder and the policy head. The operations may then continue at block 706 by identifying one or more overlapping elements between the task-related data and a compressed latent representation related to another task (as shown in FIGS. 3-4 ), and the compressed latent representation may be generated by a second deep learning model having a second encoder. Thus, in such embodiments, the compressed latent representation generated by the second deep learning model having a second encoder may be configured to be shareable by the first encoder of the first deep learning model. In block 708, the policy head determines the driving maneuver by using the compressed latent representation, where the compressed latent representation is generated by a second deep learning model having a second encoder, thereby reducing the computational cost of the first deep learning model.

[0044] Figures 8-10 are different diagrams of different examples of operating an autonomous driving system for different tasks. Figures 8-10 show examples of the raw data 102, 202, 302, compressed latent representations 106, 206, 306, and sparse latent representations 212, 310 of Figures 1-3, where applicable. Figures 8-10 show examples of the raw data, compressed latent representations, and masked data (i.e., sparse latent representations) of Figures 5-7, where applicable.

[0045] As shown in FIGS. 8-10 , input images 802, 902, and 1002 may be raw data from a camera sensor, and compressed latent representations 804, 904, and 1004 may be compact representations of the input images capturing useful features generated by encoders 104, 204, and 304. As shown here, the input images may be high-dimensional, and raw data (e.g., RGB images) for the surrounding environment of an autonomous vehicle typically are high-dimensional. The raw data images include not only images of the road but also images of the scene around the road (e.g., other vehicles, trees, traffic signs, and sky). In contrast, in some implementations, the compressed latent representations retain only a portion of the regions of interest, and color images are typically converted to black and white images. For example, as shown in FIG. 8 , a compressed latent representation 804 may be converted from an original color image 802 into a black / white line image 804 that contains only tree outlines 806, lane boundary lines 808, first lane centerlines 810 a, second lane centerlines 810 b, traffic sign outlines 812, traffic sign text 814, and other vehicles 816.

[0046] In some embodiments, gamma correction may be first performed on the input raw image 802 to improve image adaptability, and then image binarization may be performed to convert the image from color to black and white. In some embodiments, after image binarization, morphological operations may be used to repair cavities to smooth boundaries, and then a skeleton extraction algorithm may be used to extract lane centerlines (e.g., 810a, 810b). In some embodiments, local filtering may be performed by using Hough transform results to remove interference and obstructions. In different embodiments, the lane boundary lines 808 may be guardrails, interfaces between asphalt and grass, or other indicators of lane boundaries. Although shown here as single dashed / solid lines, the lane markings 808, 810a, and 810b may be solid lines or double lines (e.g., double solid lines, dashed solid lines), etc. The purpose of the image downgrading / downsampling operation is to reduce the size of the image used for the compressed latent representation to reduce computational costs. In such an embodiment, extracting a latent representation from an input image refers to a compact and low-dimensional representation of the acquired image that embodies the basic features and patterns contained within the image.

[0047] As shown in FIGS. 9-10 , in some embodiments, sparse latent representations 918 and 1018 may be sparse latent representations 212 and 310. Sparse latent representations 918 and 1018 can be further simplified from condensed latent representations 904 and 1004, respectively, to provide representations with fewer elements. These fewer elements are only the basic elements that maintain the policy head for determining driving maneuver decisions based on different tasks. The purpose of the masking operation is to selectively retain or discard some pixel values. For example, for the lane centering task shown in FIG. 9 , only elements related to lane conditions and other vehicles, such as lane boundary lines 908, first lane centerline 910a, second lane centerline 910b, and other moving vehicles 916, are left in sparse latent representation 918. From the compressed latent representation image 904, a sparse latent representation image 918 is generated to be used for better data sparsity, removing elements unnecessary for the lane centering task, such as tree contours 906, traffic sign contours 912, traffic sign text 914, and other irrelevant elements such as other vehicles 916. Similarly, for the task of traffic sign reading, compared to the compressed latent representation 1004 used for this particular task, the sparse latent representation 1018 only retains elements related to traffic signs, such as traffic sign contours 1012 and traffic sign text 1014.

[0048] In some embodiments, the functions / features described above may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored as one or more commands or codes on a non-transitory computer-readable or processor-readable storage medium. Blocks of methods or algorithms disclosed herein may be implemented in processor-executable software modules, which may reside on a non-transitory computer-readable or processor-readable storage medium. A non-transitory computer-readable or processor-readable storage medium may be any storage medium accessible by a computer or processor. By way of example and not limitation, such a non-transitory computer-readable or processor-readable storage medium may include RAM, ROM, EEPROM, flash memory, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage, or any other medium used to store desired program code in the form of commands or data structures and accessible by a computer. As used herein, disks and optical disks include compact disks (CDs), laser disks, optical disks, digital versatile disks (DVDs), floppy disks, and Blu-ray disks, where disks typically reproduce data magnetically while disks reproduce data optically with laser light. Combinations of the above are also included within the scope of non-transitory computer-readable media and processor-readable media. Furthermore, the operations of a method or algorithm may reside as one or any combination or set of code and / or commands in a non-transitory processor-readable storage medium and / or computer-readable storage medium, which may be incorporated into a computer program product.

[0049] FIG. 11 illustrates an exemplary hardware and software environment for an autonomous vehicle 1100 in which various techniques disclosed herein can be implemented. For example, the vehicle 1100 is shown traveling on a road 1101 and includes a powertrain 1102 including a prime mover 1106, which can be powered by an energy source 1104 and provide power to a drivetrain 1108, and a vehicle operation system 1110 including directional control 1112, powertrain control 1114, and brake control 1116. The vehicle 1100 can be implemented as any number of different types of vehicles, including vehicles capable of transporting people and / or cargo, traveling over land, over sea, in the air, underground, undersea, and / or in space. It should be understood that the components 1102-1116 described above can vary widely based on the type of vehicle in which they are used.

[0050] For simplicity, the examples described below focus on wheeled land vehicles such as cars, vans, trucks, buses, motorcycles, all-terrain vehicles (ATVs), etc. In such examples, the energy source 1104 may include, for example, a fuel system (e.g., providing gasoline, diesel, hydrogen, etc.), a battery system, solar panels, or other renewable energy, and / or a fuel cell system. The prime mover 1106 may include one or more motors and / or internal combustion engines, etc. The drivetrain 1108 may include wheels and / or tires, a driveline and / or any other mechanical driving components suitable for converting the power output of the prime mover 1106 into vehicle motion, as well as one or more brakes configured to controllably stop or slow the vehicle 1100, and direction or steering components suitable for controlling the trajectory of the vehicle 1100 (e.g., a rack and pinion steering linkage, which allows one or more wheels of the vehicle 1100 to pivot about a substantially vertical axis to change the angle of the wheel's plane of rotation relative to the vehicle's longitudinal axis). In some embodiments, a combination of power system and energy source may be used (e.g., in the case of an electric / gas hybrid vehicle), and in other embodiments, multiple motors (e.g., dedicated to a single wheel or axle) may be used as prime mover 1106. In the case of a hydrogen fuel cell embodiment, prime mover 1106 may include one or more motors, and energy source 1104 may include a fuel cell system powered by hydrogen fuel.

[0051] Directional control 1112 may include one or more actuators or sensors for controlling and receiving feedback from directional or steering components to enable vehicle 1100 to follow a desired trajectory. Powertrain control 1114 may be configured to control the speed and / or direction of vehicle 1100 by controlling the output of drivetrain 1102 (e.g., controlling the output power of prime mover 1106, controlling driveline gears in drivetrain 1108, etc.). Brake control 1116 may be configured to control one or more brakes, e.g., disc brakes or drum brakes coupled to the vehicle's wheels, to slow or stop vehicle 1100.

[0052] Other vehicle types (including, but not limited to, all-terrain or tracked vehicles and construction equipment) may use different power systems, drivetrains, energy sources, directional control, power system control, and brake control. Also, in some embodiments, some components may be combined; for example, vehicle directional control may be handled primarily by modifying the power output of one or more prime movers. Accordingly, the embodiments disclosed herein are not limited to the specific application of the techniques described herein in autonomous, wheeled, or land vehicles.

[0053] In the illustrated embodiment, full or semi-automated control of the vehicle 1100 is realized in a main vehicle control system 1118. This main vehicle control system 1118 may include one or more processors 1122 configured to execute program code commands 1126 stored in memory 1124, and one or more memories 1124. The processor 1122 may include, for example, graphic processing unit(s) (GPU(s)) and / or central processing unit(s) (CPU(s)). The processor 1122 may also include an application specific integrated circuit (ASIC), other chipset, logic circuit, and / or data processing device. The memory 1124 may be used, for example, to load and store data and / or commands for the control system 1118. The memory 1124 may include any combination of suitable volatile memory (e.g., read-only memory (ROM), dynamic random access memory (DRAM), random access memory (RAM), non-volatile memory (e.g., flash memory, memory card, storage media), and / or other storage devices. When an embodiment is implemented in software, the techniques described herein may be implemented with modules, processes, functions, entities, etc. that perform the functions described herein. Modules may be stored in memory and executed by a processor. Memory may be implemented within or external to the processor and may be communicatively coupled to the processor via various means known in the art.

[0054] The sensors 1130 may include various sensors suitable for collecting information from the vehicle's surrounding environment to control the operation of the vehicle 1100. For example, the sensors 1130 may include one or more detection and ranging sensors (e.g., a RADAR sensor 1134, a LIDAR sensor 1136, or both), a satellite navigation (SATNAV) sensor 1132, such as one compatible with any of various satellite navigation systems (e.g., Global Positioning System (GPS), Global Navigation Satellite System (GLONASS), BeiDou Navigation Satellite System (BDS), Galileo, a compass), etc. The radio detection and ranging (RADAR) 1134, the light detection and ranging (LIDAR) sensor 1136, and the digital camera 1138 (which may include various types of image capture devices capable of capturing still and / or video images) are used to sense stationary and moving objects within the vehicle's immediate area. The camera 1138 may be a monochrome camera or a stereo camera and may record still and / or video images. The satellite sensors 1132 are used to determine the vehicle's position on Earth using satellite signals. The sensors 1130 may optionally include an inertial measurement unit (IMU) 1140. The IMU 1140 may include multiple gyroscopes and accelerometers capable of detecting linear and rotational motion in three directions of the vehicle 1100. One or more other types of sensors (e.g., wheel rotation sensors / encoders 1142) are used to monitor the rotation of one or more wheels of the vehicle 1100.

[0055] In various embodiments, the removable hardware pod is transparent to the vehicle and can be attached to a variety of non-autonomous vehicles, including cars, buses, vans, trucks, mopeds, tractor-trailers, sport vehicles, etc. While autonomous vehicles typically include a complete sensor suite, in many embodiments the removable hardware pod may include a dedicated sensor suite. This dedicated sensor suite typically has fewer sensors than a fully autonomous vehicle sensor suite and may include an IMU, a 3D positioning sensor, one or more cameras, a LIDAR unit, etc. Additionally or alternatively, the hardware pod may collect data from the non-autonomous vehicle itself, such as by integrating with the vehicle's CAN bus to collect various vehicle data including vehicle speed data, braking data, steering control data, etc. In some embodiments, the removable hardware pod may include computing facilities that aggregate data collected by the removable pod sensor suite with vehicle data collected from the CAN bus and upload the collected data to a computing system for further processing (e.g., uploading the data to the cloud). In many embodiments, the computing equipment in the removable pod can apply a timestamp to each instance of the data before uploading the data for further processing. Additionally, or alternatively, one or more sensors in the removable hardware pod can apply a timestamp when the data is collected (e.g., a laser radar unit can provide its own timestamp). Similarly, the computing equipment in the autonomous vehicle can apply a timestamp to data collected by the autonomous vehicle's sensor suite and upload the time-stamped autonomous vehicle data to a computer system for additional processing.

[0056] The outputs of the sensors 1130 may be provided to a set of primary control subsystems 1120, including, for example, a positioning subsystem, a perception subsystem, a planning subsystem, and a control subsystem. The positioning subsystem is primarily responsible for accurately determining the position and orientation (sometimes referred to as “attitude” or “attitude estimation”) of the vehicle 1100 within its surrounding environment, typically within some reference frame. In some embodiments, the attitude is stored in memory 1124 as positioning data. In some embodiments, a surface model is generated from a high-resolution map and stored in memory 1124 as surface model data. In some embodiments, detection and ranging sensors store their sensor data in memory 1124 (e.g., radar data point clouds are stored as radar data). In some embodiments, calibration data is stored in memory 1124. The perception subsystem is primarily responsible for detecting, tracking, and / or identifying objects within the environment surrounding the vehicle 1100. According to some embodiments, machine learning models such as those described above are used to plan the vehicle's trajectory. The control subsystem 1120 is primarily responsible for generating appropriate control signals to control various controls within the vehicle control system 1118 to achieve the planned trajectory of the vehicle 1100. Similarly, machine learning models are used to generate one or more signals to control the autonomous vehicle 1100 to achieve the planned trajectory.

[0057] It should be understood that the collection of components for vehicle control system 1118 shown in FIG. 11 is merely an example. In some embodiments, individual sensors may be omitted. Additionally or alternatively, in some embodiments, multiple sensors of the same type shown in FIG. 11 are used for redundancy and / or coverage of different areas around the vehicle. Also, in addition to the types described above, there may be additional sensors of other types to provide actual sensor data related to the operation and environment of the wheeled land vehicle. Similarly, in other embodiments, different types of control subsystems and / or combinations of control subsystems may be used. Furthermore, while primary control subsystem 1120 is shown as separate from processor 1122 and memory 1124, it will be understood that in some embodiments, some or all of the functionality of primary control subsystem 1120 may be implemented using program code commands 1126 resident in one or more memories 1124 and executed by one or more processors 1122, and in some cases, primary control subsystem 1120 may be implemented using the same processor and / or memory. The subsystems may be implemented, at least in part, using various special purpose circuit logic, various processors, various field programmable gate arrays (FPGAs), various application specific integrated circuits (ASICs), various real time controllers, etc. As discussed above, multiple subsystems may utilize circuits, processors, sensors, and / or other components. Additionally, the various components within vehicle control system 1118 may be networked in various ways.

[0058] For example, vehicle 1100 may include one or more network interfaces, such as network interface 1154 adapted to communicate with one or more network interfaces 1150 (e.g., a LAN, a WAN, a wireless network, and / or the Internet, etc.), enabling communication of information with other vehicles, computers, and / or electronic devices, including a central service such as a cloud service, from which vehicle 1100 receives environmental and other data for automated control.

[0059] For additional storage, vehicle 1100 may also include one or more mass storage devices, such as a floppy disk or other removable disk drive, a hard disk drive, a direct access storage device (DASD), an optical drive (e.g., a CD drive, a DVD drive, etc.), a solid-state storage drive (SSD), network-attached storage, a storage area network, and / or a tape drive. Vehicle 1100 may also include a user interface 1152 to receive inputs from and generate outputs for a user or operator. This user interface 1152 may be, for example, one or more displays, a touchscreen, a voice and / or gesture interface, buttons and other tactile controls, etc. Alternatively, user input may be received from, for example, a remote operator, via another computer or electronic device, for example, via an application or web interface on a mobile device.

[0060] Disclosed herein are systems and methods for object detection and detection confidence. The disclosed methods may be suitable for autonomous driving, but may also be used in other applications, such as robotics, video analytics, weather forecasting, and medical imaging. This disclosure may describe an exemplary autonomous vehicle 1100. While this disclosure primarily provides examples using autonomous vehicles, other types of devices, such as robots, camera systems, weather forecasting devices, and medical imaging devices, may be used to implement the various methods described herein. These methods may also be used to control an autonomous vehicle or for other purposes, such as, but not limited to, video surveillance, video or image editing, video or image research or retrieval, object tracking, weather forecasting (e.g., using radar data), and / or medical imaging (e.g., using ultrasound or magnetic resonance imaging (MRI) data).

[0061] Those skilled in the art will understand that each of the units, algorithms, and steps described and disclosed in the embodiments of the present disclosure can be implemented using electronic hardware or a combination of computer software and electronic hardware. Whether a function is implemented in hardware or software depends on the application requirements and the design requirements of the technical solution. Those skilled in the art can implement functions for each specific application using different methods. Such implementations do not exceed the scope of the present disclosure. Those skilled in the art will understand that the operating processes of the above systems, devices, and units are basically the same, and therefore can refer to the operating processes of the systems, devices, and units in the above embodiments. For ease of explanation and simplicity, these operating processes will not be described in detail.

[0062] When embodied as a product for use and sale, software functional units may be stored in a computer-readable storage medium. Based on this understanding, the technical solutions proposed in the present disclosure may be substantially or partially implemented in the form of a software product. Alternatively, some technical solutions useful in the prior art may be realized in the form of a software product. The software product in a computer is stored in a storage medium containing a plurality of commands for a computing device, such as a personal computer, a server, or a network device, to execute all or part of the steps disclosed in the embodiments of the present disclosure. The storage medium may include a USB disk, a mobile hard disk, a ROM, a RAM, a floppy disk, or any other type of medium capable of storing program code. While the present disclosure has been described in connection with what is considered to be the most practical and preferred embodiment, it should be understood that the present disclosure is not limited to the disclosed embodiment and is intended to encompass various configurations made without departing from the broadest interpretation of the appended claims.

[0063] However, other modifications, variations, and substitutions are possible. Accordingly, the specification and figures are to be regarded as illustrative, not restrictive. In the claims, graphic symbols in parentheses are not to be construed as limiting the claims. The word "comprehensive" does not exclude the presence of other components or steps than those recited in a claim. Additionally, the terms "a" and "one" as used herein define one or more. Furthermore, the introductory phrases "at least one" and "one or more" used in a claim should not be construed as limiting another claim element introduced by the indefinite article "a" or "an" to an invention containing only one of the introduced claim element. This is true even if the same claim contains both the introductory phrase "one or more" or "at least one" and the indefinite article "a" or "one." This also applies to the use of definite articles. Unless otherwise stated, terms such as "first" and "second" are used to arbitrarily distinguish between elements described by these terms and are not meant to indicate a temporal or other priority of these elements. The fact that certain features are recited in different claims does not mean that a combination of these features cannot be used to advantage. While certain features of the invention have been illustrated and described herein, those skilled in the art will recognize many modifications, substitutions, changes, and equivalents. It is therefore to be understood that the appended claims cover all such modifications and variations that fall within the true spirit of the invention.

[0064] It should be understood that various features of the embodiments of the present disclosure, which are, for clarity, described in the context of individual embodiments, may also be provided in combination in a single embodiment. Conversely, various features of the embodiments of the present disclosure, which are, for brevity, described in the context of a single embodiment, may also be provided alone or in any suitable subcombination. Persons skilled in the art should understand that the embodiments of the present disclosure are not limited by what has been particularly shown and described above. Rather, the scope of the embodiments of the present disclosure is defined by the appended claims and their equivalents.

[0065] The foregoing description of the disclosed embodiments is provided to enable others to make or use the disclosed subject matter. Various modifications to these embodiments will be readily apparent, and the general principles defined herein may be applied to other embodiments without departing from the spirit or scope thereof. Therefore, the foregoing description is not intended to be limited to the embodiments set forth herein, but is to be accorded the widest scope consistent with the principles and novel features disclosed herein. Accordingly, the scope of the claims is not intended to be limited to the embodiments set forth herein, but is to be accorded the fullest scope consistent with the claim language, and references to elements in the singular do not mean "one and only one," unless expressly stated otherwise, but rather "one or more." Unless otherwise specified, the term "some" refers to one or more. All structural and functional equivalents (whether known or later known) of the elements of the various embodiments set forth in the foregoing description are expressly incorporated herein by reference and are intended to be encompassed by the claims. Moreover, the subject matter disclosed herein is not intended to be publicly adverted, regardless of whether such disclosure is expressly recited in the claims. Unless the element is expressly recited using the phrase "apparatus for," no claim element should be construed as an apparatus functional. It is understood that the specific order or hierarchy of blocks in the disclosed processes is an example of an exemplary method. Based on design preferences, it is understood that the specific order or hierarchy of blocks in the processes may be rearranged while remaining within the foregoing scope. The accompanying method claims present the elements of the individual blocks in a sample order and are not meant to be limited to the specific order or hierarchy presented.

[0066] The various examples shown and described are provided merely as examples to illustrate various features of the claims. However, features shown and described with respect to any given example are not necessarily limited to the associated example and may be used in conjunction with or in combination with other examples shown and described. Furthermore, the scope of the claims is not intended to be defined by any examples. The above method descriptions and process flow diagrams are provided only as illustrative examples and are not intended to require or imply that the blocks of the various examples must be performed in the order presented. As will be understood, the order of blocks in the above examples may be performed in any order. Terms such as "then," "then," and "next" are not intended to limit the order of the blocks; these terms are merely used to guide the reader through the method description. Furthermore, any reference to claim elements in the singular, for example, using the articles "a," "an," or "the," should not be construed as limiting the element to the singular. The various illustrative logic blocks, modules, circuits, and algorithm blocks described with respect to the examples disclosed herein may be implemented as electronic hardware, computer software, or a combination of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and blocks have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends on the particular application and design constraints imposed on the overall system. Those skilled in the art may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure. Hardware for implementing the various illustrative logic, logic blocks, modules, and circuits described in connection with the examples disclosed herein may be implemented or performed using a general-purpose processor, a DSP, an ASIC, an FPGA or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein.A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration. Alternatively, some blocks or methods may be performed by circuitry that is specific to a given function. [Example]

[0067] A method for reducing the computational cost of an autonomous driving system includes: a step (a) of acquiring data related to a task for vehicle operation; a step (b) of training a deep learning model using the acquired data, the deep learning model including an encoder and a policy head for the task; a step (c) of reducing the complexity of the data acquired in step (a) by transferring the data to the encoder and generating a compressed latent representation of the data; and a step (d) of the policy head determining a driving maneuver by using the compressed latent representation of the data. [Example]

[0068] According to the method described in Example 1, the acquired data includes recorded human driving data from the same vehicle or another vehicle. [Example]

[0069] According to the method described in Example 1 or 2, the acquired data includes artificially enhanced data. [Example]

[0070] According to the method of any one of Examples 1 to 3, the data is acquired using sensors on the same vehicle or another vehicle, and the sensors include one or more of a laser radar sensor, a radar sensor, an infrared sensor, and / or an image sensor. [Example]

[0071] The method according to any one of Examples 1 to 4, wherein step (c) further comprises applying a mask obtained by multiplying elements by the compressed latent representation to further reduce the complexity of the data obtained in step (a). [Example]

[0072] According to the method described in Example 5, the method further includes normalizing the mask values. [Example]

[0073] The method according to any one of Examples 1 to 6, further comprising: applying a loss function to evaluate the discrimination between the driving maneuver determined by the policy head and a driving maneuver benchmark. [Example]

[0074] The method according to any one of Examples 1 to 7 further includes configuring one or more duplicated elements of the compressed latent representation generated by the first encoder of the first deep learning model so that the compressed latent representation can be shared by a second encoder of a second deep learning model. [Example]

[0075] A method for reducing computational costs of an automated driving system includes the steps of: (a) acquiring data related to a task for vehicle operation; (b) operating a deep learning model using the acquired data, the deep learning model including a policy head for the task; (c) acquiring a compressed latent representation of the data acquired in step (a); and (d) determining a driving maneuver by the policy head using the compressed latent representation of the data. [Example]

[0076] According to the method of Example 9, the acquired data includes recorded human driving data from the same vehicle or another vehicle. [Example]

[0077] According to the method of Example 9 or 10, the acquired data includes artificially enhanced data. [Example]

[0078] According to the method of any one of Examples 9 to 11, the data is acquired using sensors on the same vehicle or another vehicle, and the sensors include one or more of a laser radar sensor, a radar sensor, an infrared sensor, and / or an image sensor. [Example]

[0079] Based on the method according to any one of Examples 9 to 12, step (c) further includes applying a mask obtained by multiplying elements by the compressed latent representation to further reduce the complexity of the data obtained in step (a). [Example]

[0080] The method according to Example 13 further includes normalizing the mask values. [Example]

[0081] The method according to any one of Examples 9 to 14, further comprising: applying a loss function to evaluate the discrimination between the driving maneuver determined by the policy head and a driving maneuver benchmark. [Example]

[0082] The method according to any one of Examples 9 to 15 further includes configuring one or more duplicated elements of the compressed latent representation generated by the first encoder of the first deep learning model so that the compressed latent representation can be shared by the second encoder of the second deep learning model. [Example]

[0083] A method for reducing computational costs of an automated driving system includes: (a) acquiring data related to a task for vehicle operation; (b) training a first deep learning model using the acquired data, the first deep learning model including a first encoder and a policy head; (c) identifying one or more overlapping elements between the data related to the task and a compressed latent representation related to another task, the compressed latent representation being generated by a second deep learning model having a second encoder, the compressed latent representation being configured to be shareable by the first encoder of the first deep learning model; and (d) determining a driving maneuver by the policy head using the compressed latent representation, the compressed latent representation being generated by the second deep learning model having a second encoder. [Example]

[0084] According to the method of Example 17, the acquired data includes recorded human driving data from the same vehicle or another vehicle. [Example]

[0085] According to the method of Example 17 or 18, the acquired data includes artificially enhanced data. [Example]

[0086] According to the method of any one of Examples 17 to 19, the data is acquired using sensors on the same vehicle or another vehicle, and the sensors include one or more of a laser radar sensor, a radar sensor, an infrared sensor, and / or an image sensor. [Example]

[0087] An apparatus for operating an automated driving system includes at least one processor and a memory storing instructions that, when executed by the at least one processor, cause the at least one processor to perform operations including the method of any one of Examples 1 to 20. [Example]

[0088] A non-transitory computer-readable storage medium having instructions stored thereon that, when executed by one or more processors, cause the one or more processors to perform a method for controlling an automated driving system and reducing computational costs associated therewith, including the method of any one of Examples 1 to 20.

Claims

1. 1. A method for reducing computational costs of an automated driving system, comprising: (a) acquiring data related to a task for operating a vehicle; (b) training a deep learning model using the acquired data, the deep learning model including an encoder and a policy head for the task; Step (c) reducing the complexity of the data obtained in step (a) by transferring the data to the encoder and generating a compressed latent representation of the data, the compressed latent representation being a low-dimensional latent vector representing a driving scene associated with the task; and (d) the policy head determining a driving maneuver by using the compressed latent representation of the data.

1. A method for reducing computational costs of an automated driving system, comprising:

2. The acquired data includes recorded human driving data from the same vehicle or another vehicle, or artificially augmented data; 2. The method of claim 1 .

3. the data is acquired using sensors on the same vehicle or another vehicle; the sensors include one or more laser radar sensors, radar sensors, infrared sensors, and / or image sensors; 2. The method of claim 1 .

4. The step (c) and further reducing the complexity of the data obtained in step (a) by applying a mask obtained by multiplying an element by the compressed latent representation.

2. The method of claim 1 .

5. Further, the operation of normalizing the mask values ​​includes:

5. The method of claim 4.

6. and applying a loss function to evaluate the discrimination between the driving maneuver determined by the policy head and a driving maneuver benchmark.

2. The method of claim 1 .

7. and configuring one or more duplicated elements of the compressed latent representation generated by a first encoder of a first deep learning model so that the compressed latent representation can be shared by a second encoder of a second deep learning model.

2. The method of claim 1 .

8. A non-transitory computer-readable storage medium having instructions stored thereon, comprising: A non-transitory computer-readable storage medium, the instructions of which, when executed by one or more processors, cause the one or more processors to perform the method of any one of claims 1 to 7.

9. 1. A method for reducing computational costs of an automated driving system, comprising: (a) acquiring data related to a task for operating a vehicle; (b) operating a deep learning model using the acquired data, the deep learning model including a policy head for the task; Step (c) obtaining a compressed latent representation of the data obtained in step (a), the compressed latent representation being a low-dimensional latent vector representing a driving scene associated with the task; and (d) the policy head determining a driving maneuver by using the compressed latent representation of the data.

1. A method for reducing computational costs of an automated driving system, comprising:

10. 1. A method for reducing computational costs of an automated driving system, comprising: (a) acquiring data related to a task for operating a vehicle; (b) training a first deep learning model using the acquired data, the first deep learning model including a first encoder and a policy head; (c) identifying one or more overlapping elements between the data related to the task and a compressed latent representation related to another task, the compressed latent representation being generated by a second deep learning model having a second encoder, the compressed latent representation being a low-dimensional latent vector representing a driving scene related to the task, the compressed latent representation configured to be shareable by the first encoder of the first deep learning model; and (d) the policy head determines a driving maneuver by using the compressed latent representation, the compressed latent representation being generated by the second deep learning model having a second encoder.

1. A method for reducing computational costs of an automated driving system, comprising:

Citation Information

Patent Citations

  • Pattern identification device, method and program

    JP2017215768A

  • Self-driving vehicle visual sensing method, self-driving vehicle visual sensing device, control instrument and computer readable storage medium

    JP2020042794A

  • System and method for identifying dangerous object using causal inference

    JP2021136020A

  • Data Pipelines and Deep Learning Systems for Autonomous Driving

    JP2021530023A

  • Connected camera system for vehicle

    JP2022119215A