WO2024009499A1 - Vehicle-mounted task division system and vehicle-mounted task division method - Google Patents

Vehicle-mounted task division system and vehicle-mounted task division method Download PDF

Info

Publication number
WO2024009499A1
WO2024009499A1 PCT/JP2022/027107 JP2022027107W WO2024009499A1 WO 2024009499 A1 WO2024009499 A1 WO 2024009499A1 JP 2022027107 W JP2022027107 W JP 2022027107W WO 2024009499 A1 WO2024009499 A1 WO 2024009499A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
vehicle
important
tasks
unit
Prior art date
Application number
PCT/JP2022/027107
Other languages
French (fr)
Japanese (ja)
Inventor
宏樹 前濱
浩朗 伊藤
剛 山田
功治 前田
Original Assignee
日立Astemo株式会社
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 日立Astemo株式会社 filed Critical 日立Astemo株式会社
Priority to PCT/JP2022/027107 priority Critical patent/WO2024009499A1/en
Publication of WO2024009499A1 publication Critical patent/WO2024009499A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/18Error detection or correction of the data by redundancy in hardware using passive fault-masking of the redundant circuits
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]

Definitions

  • the present invention relates to an on-vehicle task division system and an on-vehicle task division method that divide tasks executed by an electronic control unit mounted on a vehicle.
  • Vehicles include electronic control devices that are connected to external recognition sensors and recognize vehicles and pedestrians, as well as electronic control devices that integrate recognition results obtained from multiple electronic control devices and perform calculations for autonomous driving and driving support.
  • Many electronic control devices are installed, such as a control device and an electronic control device that controls the engine and actuators.
  • functions have been consolidated into one electronic control device in order to reduce the number of electronic control devices installed.
  • an electronic control device having only one calculation component has a problem in that the calculation component becomes expensive in order to cope with the increasing processing load.
  • Functions are distributed and arranged using multiple electronic control devices. Examples of such conventional techniques include those described in Patent Document 1 and Patent Document 2, for example.
  • Patent Document 1 describes a core allocation device that allocates tasks to be executed by multiple types of cores included in a processor.
  • Patent Document 1 discloses a feature acquisition unit that obtains feature information indicating the characteristics of a task from design information that defines the task, and a feature acquisition unit that allocates tasks to cores based on the feature information and the configuration of the cores in the processor. A technique having an allocation unit is described.
  • Patent Document 2 describes a plurality of servers each having a database storing information of different contents necessary for executing a business process, and a business process that executes a business process by accessing each database held by the server.
  • a technique for maintaining and managing a database in a client-server system having a client and a server is described.
  • a database monitoring device that extracts the information necessary for continuous execution of business processing from among the information stored in the database held by each server, and creates a standalone degraded operation database on the business processing client based on the extracted information. have.
  • a technique is described in which, when a business processing client cannot access at least one server, the business processing client continues to execute business processing by switching the access destination to a stand-alone degraded operation database.
  • JP2021-039666A Japanese Patent Application Publication No. 2000-181770
  • Patent Document 1 does not take into account safety when any one of the plurality of calculation units fails.
  • Patent Document 2 discloses a database maintenance management system that generates a database for degenerate operation in order to continue processing even when at least one server goes down.
  • Patent Document 2 it is necessary to prepare a database for generating a database for degenerate operation on a separate server. Therefore, it is difficult to apply the technique described in Patent Document 2 to a vehicle-mounted electronic control device that has severe resource constraints.
  • An object of the present invention is to take the above-mentioned problems into consideration and to ensure that safety is not lost even if at least one computing unit fails or malfunctions when assigning multiple tasks to multiple computing units.
  • the purpose of the present invention is to provide an in-vehicle task division system that can divide tasks into multiple tasks.
  • an in-vehicle task division system includes a task information holding section that holds information on a plurality of tasks executed by a plurality of calculation sections provided in a vehicle, and a task information holding section
  • the present invention includes an important task extraction section that extracts important tasks from a plurality of tasks held in the section, and a task division section.
  • the task dividing unit checks whether there is another important task that has a mutually complementary relationship with the important task extracted by the important task extraction unit, and performs different operations on the important task and another important task that has a complementary relationship. Divide it so that it is calculated in parts.
  • the in-vehicle task division method includes the processes shown in (1) to (3) below.
  • (1) A process of acquiring information on multiple tasks executed by multiple calculation units provided in a vehicle.
  • (2) Processing of extracting important tasks from the acquired multiple tasks.
  • (3) Check whether there is another important task that has a complementary relationship with the extracted important task, and make sure that the important task and another important task that has a complementary relationship are calculated in different calculation units. The process of dividing.
  • FIG. 1 is a block diagram showing an in-vehicle task division system according to a first embodiment.
  • 7 is a flowchart showing task division processing in the in-vehicle task division system according to the first embodiment. It is a figure which shows the example of division of the recognition result integration processing task performed by an automatic driving system.
  • FIG. 2 is a diagram illustrating an example of dividing a recognition result integration processing task performed by the automatic driving system using the in-vehicle task dividing system according to the first embodiment.
  • 7 is a flowchart illustrating task division processing in the in-vehicle task division system according to the second embodiment.
  • FIG. 1 is a block diagram showing an in-vehicle task division system according to a first embodiment.
  • 7 is a flowchart showing task division processing in the in-vehicle task division system according to the first embodiment. It is a figure which shows the example of division of the recognition result integration processing task performed by an automatic driving system.
  • FIG. 2 is a diagram illustrating an
  • FIG. 7 is a diagram showing a flow of a specific example of importance extraction and task allocation using priorities in the in-vehicle task division system according to the second embodiment.
  • FIG. 7 is a block diagram showing an in-vehicle task division system and a vehicle system according to a third embodiment.
  • 12 is a flowchart showing task division processing in an in-vehicle task division system and a vehicle system according to a third embodiment.
  • FIG. 7 is a block diagram showing the flow of processing within a vehicle in an in-vehicle task division system and a vehicle system according to a third embodiment.
  • FIG. 7 is a block diagram showing an in-vehicle task division system according to a fourth embodiment.
  • FIG. 12 is a flowchart showing task division processing in the on-vehicle task division system according to the fourth embodiment.
  • FIG. 12 is a block diagram showing the flow of processing within a vehicle in an in-vehicle task division system and a vehicle system according to a fourth embodiment.
  • FIG. 7 is a block diagram showing an in-vehicle task division system according to a fifth embodiment.
  • 13 is a flowchart showing task division processing in the on-vehicle task division system according to the fifth embodiment.
  • FIG. 1 is a block diagram showing an in-vehicle task division system.
  • the in-vehicle task division system 100 includes a task division device 101 and a calculation unit assignment device 102. Furthermore, the in-vehicle task division system 100 is connected to an in-vehicle system (ECU) 103 mounted on the vehicle so as to be able to transmit information.
  • the vehicle system 103 includes a plurality of on-board calculation units (hereinafter simply referred to as calculation units) 121, 122, and 123.
  • the vehicle system 103 is provided with arithmetic units 121, 122, and 123, which are a plurality of in-vehicle electronic control devices (automatic driving electronic control devices), but the present invention is not limited to this.
  • the vehicle system 103 includes, for example, multiple electronic control units, multiple chips in one in-vehicle electronic control unit (e.g. System on a Chip, hereinafter referred to as SoC), or multiple CPU cores of a SoC in an in-vehicle electronic control unit. or an arithmetic unit such as an AI accelerator.
  • SoC System on a Chip
  • the task dividing device 101 includes a task information holding section 104, an important task extracting section 105, and a task dividing section 106.
  • the task information holding unit 104 stores all the task information and task attribute information that the plurality of calculation units 121, 122, and 123 of the vehicle system 103 are in charge of calculation.
  • task attribute information for example, if the task is related to automated driving, which phase of the task from external world recognition to vehicle control, and if it is a function of the vehicle's external world recognition, which phase is the task, such as forward recognition or backward recognition, etc. be.
  • the task information holding unit 104 outputs task information to the important task extraction unit 105.
  • the important task extraction unit 105 acquires a plurality of pieces of task information stored in the task information storage unit 104 and their attribute information. Then, the important task extraction unit 105 extracts important tasks that may cause a serious accident if they fail, from the plurality of task information and attribute information. Further, the important task extraction unit 105 outputs the extracted important task information to the task division unit 106.
  • the task division unit 106 checks whether there is another important task that is complementary to the important task extracted by the important task extraction unit 105. Then, the task division unit 106 assigns complementary relationship attribute information to the important task that is determined to have a complementary relationship with another important task (complementary important task). Here, the task division unit 106 assigns attribute information of a complementary relationship so that important tasks that complement each other can be assigned to different calculation units in the calculation unit allocation device 102, which will be described later.
  • the task dividing unit 106 divides an important task for which it is determined that there is no other important task in a complementary relationship (an important task without complementation) into two or more tasks that complement each other, and divides the important task into two or more tasks that complement each other. Assign attribute information.
  • An example of an important task without complementation is a task such as white line recognition in an automatic driving system. Then, the task dividing unit 106 divides the white line recognition task into right side white line recognition and left side white line recognition, if the automatic driving system can recognize the white line on either the right or left side of the vehicle and control the vehicle along the white line. do.
  • the calculation unit allocation device 102 refers to the complementary relationship attribute information assigned by the task division device 101 to the tasks to be handled by the calculation units 121, 122, and 123 in the vehicle system 103. Then, the calculation unit allocation device 102 allocates tasks so that tasks that are complementary to each other are not calculated by the same calculation units 121, 122, and 123. Then, the calculation unit allocation device 102 outputs the allocated task to the vehicle system 103.
  • FIG. 2 is a flowchart showing task division processing.
  • the in-vehicle task division system 100 acquires all tasks executed by the vehicle system 103 and stores them in the task information holding unit 104 (step S11). At this time, the task information holding unit 104 gives the task attribute information for extracting important tasks.
  • the process from external world recognition to vehicle control is divided into four phases: recognition, cognition (integration), judgment, and control, and the phase in which the task is included is given as task attribute information.
  • recognition cognition
  • judgment judgment
  • control the phase in which the task is included is given as task attribute information.
  • information on which direction the external world recognition sensor is used and information on what it is recognizing is added as attribute information.
  • information on which actuator, such as brake or suspension, is used is given as attribute information.
  • the task information holding unit 104 outputs the stored task information and attribute information to the important task extraction unit 105.
  • the important task extraction unit 105 extracts important tasks by referring to the attribute information of each task (step S12). For example, in an automated driving system, a serious accident can be avoided by recognizing an object that may cause a collision and stopping or avoiding it. In other words, it is necessary to decide which function to use and how to generate a trajectory based on the integration of recognition results from other sensors and past recognition results, as in the recognition phase, or on the integration results of recognition information, as in the judgment phase. Serious accidents can sometimes be avoided even without such calculations.
  • the important task extraction unit 105 performs pedestrian recognition using the front camera, white line recognition using the front camera, vehicle recognition using the front camera, pedestrian recognition using the front Radar, vehicle recognition using the front Radar, vehicle deceleration control, and vehicle recognition. Steering control is extracted as an important task.
  • the important task extraction unit 105 outputs the extracted important tasks to the task division unit 106.
  • the task dividing unit 106 refers to the attribute information of the extracted important tasks and determines whether there are any tasks that are complementary to each other (step S13). For example, tasks in which pedestrian recognition by a front camera and pedestrian recognition by front Radar, vehicle recognition by a front camera and vehicle recognition by front Radar, vehicle deceleration control and vehicle steering control are complementary to each other (important tasks with complementation). It is judged that.
  • step S13 if it is determined that there is a task with a complementary relationship (Yes determination in step S13), the task dividing unit 106 divides the important task with complementation into a task that has a complementary relationship with the important task with complementation.
  • Complementary relationship attribute information is given to both tasks (step S14). For example, information such as "vehicle recognition by the front camera is in a complementary relationship" is given to vehicle recognition by the front camera, and information that "vehicle recognition by the front camera is complementary" is given to vehicle recognition by the front Radar.
  • a task may be expressed using another expression such as an ID.
  • step S13 if it is determined that there is no task that has a complementary relationship (No determination in step S13), the task division unit 106 divides the non-complementary important task into multiple tasks that have a complementary relationship with each other. Divide (step S15). In the process of step S15, the task division unit 106 divides the non-complemented important task with a certain overlapping area so that it can be computed in a complementary manner by different computing units 121, 122, and 123, respectively.
  • step S16 the task dividing unit 106 determines whether all important tasks have complementary attribute information. In the process of step S16, if it is determined that all important tasks have it (Yes determination in step S16), the task division process ends.
  • the task dividing unit 106 determines whether all important tasks have undergone the determination in step S13 ( Step S17). If it is determined in the process of step S17 that there is an important task that has not been performed, the task dividing unit 106 returns to the process of step S13.
  • step S13 determines that the determination in step S13 has been performed for all important tasks (Yes determination in step S16)
  • the task dividing unit 106 assigns attribute information to the non-complement important task indicating that it cannot be divided (step S18). This completes the task division process.
  • the important tasks divided by the above-described processing are output to each of the calculation units 121, 122, and 123 of the vehicle system 103 by the calculation unit allocation device 102.
  • the task dividing unit 106 ensures that the important task extracted by the important task extraction unit 105 is always executed in parallel with another task that has a mutually complementary relationship. This makes it possible to perform a degenerate operation when an abnormality occurs in one calculation unit without adding a new calculation unit to the vehicle. For example, even if an abnormality occurs in one of the plurality of calculation units 121, 122, 123, the camera or Radar recognizes the vehicle ahead and the lane on the right or left side of the vehicle. As a result, degenerate operation that performs at least emergency braking or emergency steering to avoid a collision when there is a risk of collision becomes possible without adding a new on-vehicle electronic control device.
  • FIG. 3 is a diagram illustrating an example of division of recognition result integration processing tasks.
  • FIG. 4 is a diagram showing an example of dividing the recognition result integration processing task performed by the automatic driving system using the in-vehicle task division system of this example.
  • the vehicle M1 is equipped with a plurality of calculation units 121, 122, 123, and 124 in order to recognize objects in all directions of the vehicle M1. Then, if the important task can be processed in parallel by spatially dividing it, the task dividing unit 106 divides the important task into a plurality of tasks that have overlapping areas and are complementary to each other.
  • the first calculation unit 121 is in charge of the right front area F1
  • the second calculation unit 122 is in charge of the right rear area F2.
  • the third calculation unit 123 is in charge of the left front area F3
  • the fourth calculation unit 124 is in charge of the left rear area F4.
  • the task division unit 106 Divide so that the integrated processing for the front of the vehicle is always performed. That is, the task dividing unit 106 divides the area F10 and the integrated task so that the right front area F1 and the left front area F3 overlap in front of the vehicle.
  • the in-vehicle task division system 100 of this example divides important tasks that cannot be divided into a plurality of important tasks that have a mutually complementary relationship. Therefore, although the total computational load may increase, safety can be ensured with a smaller increase in computational load than adding completely redundant safety tasks.
  • FIG. 5 is a flowchart showing task division processing in the in-vehicle task division system.
  • FIG. 3 is a diagram illustrating a flow of a specific example of importance extraction and task allocation using priorities in the in-vehicle task division system.
  • the in-vehicle task division system 100 acquires all tasks to be executed by the vehicle system 103, and stores them in the task information holding unit 104 (step S31). At this time, the task information holding unit 104 gives the task attribute information for extracting important tasks.
  • the task information holding unit 104 sets the priority of important tasks by referring to the attribute information of each task (step S32). For example, a priority score is calculated for each category of task attribute information, and a weighted sum of the priority scores for each task is calculated. Or compare and prioritize important tasks.
  • tasks in the recognition phase and control phase are given a priority score of 3 points
  • tasks in the judgment phase are given 2 points as a priority score
  • tasks in the recognition phase are given 1 point as a priority score.
  • a process of assigning 3 points as a priority score to tasks related to the front of the vehicle and 1 point as a priority score to tasks related to other directions is performed based on the attribute information of the tasks.
  • the important task extraction unit 105 extracts important tasks from the task priorities (step S33). For example, the important task extraction unit 105 extracts tasks for which the weighted sum of the priority scores of each task is equal to or greater than a predetermined threshold as important tasks. Alternatively, the important task extraction unit 105 extracts tasks higher than a certain priority level as important tasks from the tasks arranged in priority order.
  • priority is scored, it is not limited to priority, and may be other indicators related to safety, such as the ease of occurrence of an abnormality, controllability in the event of an abnormality, or fatality of an accident in the event of an abnormality. They may also be combined.
  • the important task extraction unit 105 outputs the extracted important tasks to the task division unit 106.
  • the task dividing unit 106 then performs the processes from step S34 to step S39. Note that the processing from step S34 to step S39 is the same as the processing from step S13 to step S18 of the in-vehicle task division processing according to the first embodiment, so a description thereof will be omitted.
  • the task information holding unit 104 stores information on "recognition”, “recognition”, and “judgment” for each task.
  • the above rules ensure that even if the vehicle is in the worst condition, it can monitor what's ahead and use the emergency brake to stop or use emergency steering to avoid something.
  • the priorities are "front camera recognition” > “front Radar recognition” > “AEB (Automatic Emergency Braking)” > “AES (Automatic Emergency Steering)”...
  • the important task extraction unit 105 extracts priority tasks of priority 4 or lower (1st to 4th) as important tasks. Then, the task division unit 106 divides the extracted important tasks and assigns them to the calculation units 121, 122, and 123.
  • the calculation unit allocation device 102 allocates the important tasks alternately because important tasks with similar attributes have similar priority values. As a result, two task lists are created in which important tasks that complement each other to some extent are executed in parallel. Then, the calculation unit allocation device 102 refers to the attribute information and replaces important tasks as necessary. As a result, two task lists in which important tasks that complement each other are executed in parallel can be obtained.
  • FIG. 7 is a block diagram showing an in-vehicle task division system and a vehicle system according to the third embodiment
  • FIG. 8 is a flowchart showing task division processing in the in-vehicle task division system and vehicle system
  • FIG. 9 is a block diagram showing the flow of processing within the vehicle in the in-vehicle task division system and the vehicle system.
  • the in-vehicle task division system 400 includes a task division device 401 and a calculation unit assignment device 402.
  • the task division device 401 includes a driving situation storage section 404, a task information storage section 405, an important task extraction section 406, and a task division section 407.
  • the driving situation storage unit 404 stores information assuming the driving situation of the vehicle in a use case definition or a virtual simulation environment.
  • the driving environment includes, for example, road type information such as a general road, expressway, or parking lot, driving path structure information such as a straight road or intersection, weather information such as dense fog or rain, presence or absence of nearby vehicles, and road surface condition information such as puddles and unevenness.
  • the driving situation storage unit 404 is implemented in the in-vehicle task division system 400, but the present invention is not limited to this.
  • the driving situation storage unit 404 may be implemented in a device different from the in-vehicle task division system 400, and the in-vehicle task division system 400 may receive information on the driving situation from an external device.
  • the in-vehicle task division system 400 acquires all tasks to be executed by the vehicle system 403, and stores them in the task information holding unit 405 (step S41).
  • the use case and virtual simulation data in which the vehicle's driving situation is described are stored in the driving situation storage unit 404 (step S42).
  • the driving situation may be information about the driving environment of the vehicle, the traveling direction of the vehicle, or both.
  • the important task extraction unit 406 extracts important tasks by referring to the attribute information of each task and the driving situation information stored in the driving situation storage unit 404 (step S43). For example, when referring to the use case of overtaking a low-speed vehicle on a straight road on a highway, in addition to recognizing the vehicle in front, recognizing the vehicle in the overtaking lane (in the Japanese environment, the right rear) is also extracted as an important task. be done.
  • the task division unit 407 performs the processes from step S44 to step S49.
  • the processing from step S44 to step S49 is the same as the processing from step S13 to step S18 of the in-vehicle task division processing according to the first embodiment, so a description thereof will be omitted.
  • the calculation unit allocation device 402 refers to the attribute information of each task and the calculation processing capacity of the plurality of calculation units 121, 122, 123 of the vehicle system, and assigns each task A task list for allocating the information to the plurality of calculation units 121, 122, and 123 is created (step S50).
  • step S51 determines whether a task list has been created for all driving situations. In the process of step S51, if it is determined that there is a driving situation for which a task list has not been created (No determination in step S51), the in-vehicle task division system 400 returns to the process of step S43. Further, in the process of step S51, if it is determined that task lists have been created for all driving situations (Yes determination in step S51), the task division process ends.
  • the direction in which the vehicle is traveling affects the "direction" of the task.
  • the importance of tasks related to the front increases, and when the vehicle changes lanes to the right, the importance of tasks related to the right side increases.
  • the driving environment of the vehicle first of all, regarding the road type, since there are highways that do not require recognition, this will affect the "target" of the recognition task. For example, recognition of bicycles and crosswalks increases in importance on general roads, but decreases in importance on expressways.
  • the importance of recognizing lanes decreases, but the importance of recognizing pedestrians on the side or rear and recognition of parking frame lines decreases. increases.
  • road structures such as straight roads and intersections
  • the ⁇ direction'' of the task and the ⁇ type of actuator to be controlled'' have an impact. For example, at an intersection, the importance of recognizing left and right vehicles increases even if the vehicle is going straight.
  • Road surface condition information such as puddles and unevenness is affected by the task's ⁇ type of sensor used for recognition,'' ⁇ recognition target,'' and ⁇ type of actuator to be controlled.'' For example, puddles, snow accumulation, etc. change the reflectance of the road surface, which may impair the accuracy of some external world recognition sensors. Therefore, the importance of recognition tasks for sensors that are less affected by changes in reflectance increases. Furthermore, on a road surface where white lines cannot be recognized due to snow and it is necessary to recognize utility poles and road edges, the importance of the road edge recognition task increases and the importance of the white line recognition task decreases.
  • the importance of "braking judgment,” “emergency braking judgment,” “steering judgment,” and “emergency steering judgment” increases or decreases depending on the friction coefficient of the road surface.
  • the relationship between the driving situation and the importance of the task is one example, and relationships other than the relationship may be used. Further, the importance may be determined by using the priority order or priority score in the second embodiment described above, or by using an index related to safety.
  • the task of recognizing a vehicle in front is extracted as an important task, but the task may include the vehicle moving backward or making a large turn to the left or right. Therefore, while reversing or changing direction to the left or right, the rear vehicle recognition task and the left and right vehicle recognition task are more important than the front recognition task.
  • the vehicle traveling direction information it is possible to extract the front vehicle recognition task when the vehicle is moving forward, and the rear vehicle recognition task when the vehicle is reversing, as important tasks.
  • the important tasks to be extracted also change depending on the driving environment information. For example, on a highway, the task of recognizing a crosswalk is not an important task, but on a general road, recognizing a crosswalk is an important task.
  • the driving situation of the vehicle as described above, it is possible to prevent tasks that are important in that driving situation from being omitted from being extracted, and it is possible to prevent tasks that are not important in that situation from being extracted as important tasks.
  • FIG. 9 is a block diagram showing the flow of processing within the vehicle in the in-vehicle task division system and the vehicle system.
  • each calculation unit 121, 122, 123, . . . 12n is connected to a task list storage unit 36 created by the calculation unit allocation device 402.
  • each calculation unit 121, 1, 122, 123, . . . 12n is connected to an external world recognition sensor 90.
  • the driving situation recognition unit 31 recognizes the vehicle driving situation based on the information from the external world recognition sensor 90.
  • the driving situation recognition unit 31 outputs the recognized driving situation information to the task list calling unit 32.
  • the task list calling section 32 calls a predetermined task list from the task list storage section based on the driving situation information.
  • the called task list is input to the task execution unit 33.
  • the task execution unit 33 then executes the task based on the input task list.
  • FIG. 10 is a block diagram of the in-vehicle task division system according to the fourth embodiment
  • FIG. 11 is a flowchart showing task division processing in the in-vehicle task division system according to the fourth embodiment.
  • the in-vehicle task division system 500 includes a task division device 501 and a calculation unit assignment device 502.
  • the task dividing device 501 includes a driving situation determining section 504, a task information holding section 505, an important task extracting section 506, and a task dividing section 507.
  • the driving situation determination unit 504 is connected to an external world recognition sensor mounted on the vehicle. Then, the driving situation determining unit 504 calculates the driving situation from the vehicle positioning information, the recognition result of the external world recognition sensor, the map information, and the vehicle motion information such as the steering angle and the release of the accelerator.
  • the task division device 501 and the calculation unit allocation device 502 are provided in the first calculation unit 121 in the vehicle system 503. That is, in the fourth embodiment, the first calculation unit 121, as a manager, determines the driving situation, extracts important tasks, and assigns the tasks to itself (the first calculation unit 121) and other calculation units 122 and 123. Make assignments. However, there may be a plurality of managers, or they may be implemented in a different arithmetic unit from the arithmetic unit to which processing is assigned.
  • the in-vehicle task division system 500 acquires all tasks to be executed by the vehicle system 503, and stores them in the task information holding unit 505 (step S61).
  • the driving situation determining unit 504 calculates (recognizes) the driving situation from the recognition results of the vehicle's positioning sensor and external world recognition sensor, map information, and vehicle movement information such as steering angle and accelerator release (step S62).
  • the driving situation may be the driving environment of the vehicle, the traveling direction information of the vehicle, or both.
  • the important task extraction unit 506 extracts important tasks by referring to the attribute information of each task and the driving situation information determined by the driving situation determining unit 504 (step S63).
  • the task dividing unit 507 then performs the processes from step S64 to step S69. Note that the processing from step S64 to step S69 is the same as the processing from step S13 to step S18 of the in-vehicle task division processing according to the first embodiment, so a description thereof will be omitted.
  • the calculation unit allocation device 502 refers to the attribute information of each task and the calculation processing capacity of the plurality of calculation units 121, 122, 123 of the vehicle system, and assigns each task is assigned to the plurality of calculation units 121, 122, and 123 (step S70). This completes the task division process.
  • important tasks depending on the driving situation may be determined again within the vehicle system 503, or a predetermined task list may be output to the vehicle system 503.
  • FIG. 13 is a block diagram of an in-vehicle task division system according to the fifth embodiment
  • FIG. 14 is a flowchart showing task division processing in the in-vehicle task division system according to the fifth embodiment.
  • the in-vehicle task division system 800 includes a task division device 801 and a calculation unit assignment device 802.
  • the task division device 801 includes a task information holding section 804 , a task classification section 805 , and a task division section 807 .
  • the task classification unit 805 tags each task according to attribute information. For example, tags such as “recognition,” “recognition (integration),” “judgment,” and “control” are given to each task as an autonomous driving task. Additionally, tags such as recognition target “vehicle”, “white line”, “pedestrian”, etc. are added to the "recognition” task. Tasks with directionality are given tags such as “forward”, “right side”, “left side”, and "backward".
  • the task dividing unit 806 divides tasks that do not have a task attached to one tag into multiple tasks that complement each other. If the only task tagged with "recognition,” “white line,” and “front” is white line recognition using the front camera, multiple tasks that complement each other, such as right white line recognition using the front camera and left white line recognition using the front camera, can be created. To divide.
  • tagging and task division may be performed only on important tasks by extracting important tasks, or may be performed on all tasks. When important tasks are extracted, it is also possible to combine this with the embodiment described above.
  • group tasks for example, a group of tasks that recognize the white line ahead, a group of tasks that recognize the vehicle in front
  • tasks of the same group may be integrated into a single calculation unit. It may be divided so that it is not implemented.
  • the in-vehicle task division system 800 acquires all tasks executed by the vehicle system 803, and stores them in the task information holding unit 804 (step S81).
  • the task classification unit 805 assigns a tag to each task based on the attribute information of each task (step S82).
  • the task dividing unit 806 refers to the tags assigned in step S82 and determines whether there are tasks that are complementary to each other, that is, tasks with the same tag (step S83). Further, in the process of step S83, if it is determined that there is no task with a complementary relationship (No determination in step S83), the task division unit 806 divides the non-complementary important task into multiple tasks that have a complementary relationship with each other. Divide (step S84). Next, the task dividing unit 806 attaches a tag indicating that it cannot be divided to the non-complemented important task (step S85). Then, the process moves to step S86.
  • step S83 if it is determined that there are tasks that have a complementary relationship, that is, there are tasks that have the same tag (Yes determination of step S83), the task dividing unit 806 divides all tasks except for non-divisible tasks. It is determined whether a task with the same tag exists for (step S86).
  • step S86 if it is determined that there is a task for which the process of step S83 has not been performed (No determination in step S86), the task dividing unit 806 returns to the process of step S83. If it is determined that the process of step S83 has been performed for all tasks (Yes determination of step S86), the task division process ends.
  • the task list may be generated by predicting the driving situation using the in-vehicle task division system 500 according to the fourth embodiment described above, the destination and route information of the vehicle, and the map information. For example, if the route from the current location to the destination includes local roads and expressways, a task list for driving on general roads and a task list for driving on expressways are created and stored at the time of route search. Then, when the driving situation changes from an ordinary road to an expressway, the task list to be read may be changed from an ordinary road to an expressway. This eliminates the need to extract important tasks or divide tasks every time the driving situation changes, making it possible to reduce the computational load.
  • the important task extraction unit may extract important tasks using results learned from past driving data. For example, a database is prepared in advance that collects driving conditions during past traffic accidents. Then, it may be possible to analyze which functions in the database are essential to operate in order to avoid traffic accidents, and use this to extract important tasks in similar driving situations.
  • the driving situation is the traveling direction and driving environment, and is a combination of information such as road type and weather. Therefore, important tasks may be extracted in unknown driving situations by learning from important task extraction results in driving situations experienced in the past. This eliminates the need to assume all possible driving conditions during design, making it possible to reduce design and verification man-hours. Furthermore, it is possible to ensure safety even in unknown driving situations caused by changes in the times and environment.
  • each of the above-mentioned configurations, functions, processing units, processing means, etc. may be partially or entirely realized in hardware by designing, for example, an integrated circuit.
  • each of the above configurations, functions, etc. may be realized by software by a processor interpreting and executing a program for realizing each function.
  • Information such as programs, tables, files, etc. that implement each function can be stored in a memory, a recording device such as a hard disk, an SSD (Solid State Drive), or a recording medium such as an IC card, SD card, or DVD.
  • 31... Driving situation recognition unit 32... Task list calling unit, 33... Task execution unit, 36... Task list storage unit, 90... External world recognition sensor, 100, 400, 500, 800... In-vehicle task division system, 101, 401, 501, 801...Task division device, 102...Computation unit allocation device, 103...Vehicle system, 104...Task information holding unit, 105...Important task extraction unit, 106...Task division unit, 121, 122, 123...Computation unit (in-vehicle) arithmetic unit), 404...driving status storage unit, 504... driving status determining unit, 805... task classification unit

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Time Recorders, Dirve Recorders, Access Control (AREA)
  • Traffic Control Systems (AREA)

Abstract

This vehicle-mounted task division system comprises: a task information holding unit that holds information about a plurality of tasks to be executed by a plurality of computing units provided in a vehicle; an important task extracting unit that extracts an important task from the plurality of tasks held in the task information holding unit; and a task division unit. The task division unit confirms, with regard to the important task extracted by the important task extracting unit, whether there is another important task that has a complementary relationship with the important task, and divides the important task and the other important task having the complementary relationship so that the tasks are computed with different computing units.

Description

車載タスク分割システム及び車載タスク分割方法In-vehicle task division system and in-vehicle task division method
 本発明は、車両に搭載された電子制御装置で実行されるタスクを分割する車載タスク分割システム及び車載タスク分割方法に関する。 The present invention relates to an on-vehicle task division system and an on-vehicle task division method that divide tasks executed by an electronic control unit mounted on a vehicle.
 車両には、外界認識センサと接続され、車両や歩行者を認識する電子制御装置や、複数の電子制御装置で得られた認識結果を統合して自動運転や運転支援のための演算を行う電子制御装置、エンジンやアクチュエータの制御を行う電子制御装置等、多くの電子制御装置が搭載されている。また、近年では、搭載される電子制御装置の数を減らすため、一つの電子制御装置への機能の集約が行われている。しかしながら、一つの演算用部品しか持たない電子制御装置では、増大する処理負荷に対応するため、演算用部品が高価になる、という問題を有していた。 Vehicles include electronic control devices that are connected to external recognition sensors and recognize vehicles and pedestrians, as well as electronic control devices that integrate recognition results obtained from multiple electronic control devices and perform calculations for autonomous driving and driving support. Many electronic control devices are installed, such as a control device and an electronic control device that controls the engine and actuators. Furthermore, in recent years, functions have been consolidated into one electronic control device in order to reduce the number of electronic control devices installed. However, an electronic control device having only one calculation component has a problem in that the calculation component becomes expensive in order to cope with the increasing processing load.
 複数の電子制御装置を用いて、機能(タスク)を分散配置することが行われている。このような従来技術としては、例えば、特許文献1及び特許文献2に記載されているようなものがある。 Functions (tasks) are distributed and arranged using multiple electronic control devices. Examples of such conventional techniques include those described in Patent Document 1 and Patent Document 2, for example.
 特許文献1には、プロセッサが備える複数種別のコアに対して、当該コアに実行させるタスクを割り当てるコア割当装置が記載されている。そして、特許文献1には、タスクを定義する設計情報から、タスクの特徴を示す特徴情報を取得する特徴取得部と、特徴情報と、プロセッサにおけるコアの構成とに基づいて、タスクをコアに割り当てる割当部と、を有する技術が記載されている。 Patent Document 1 describes a core allocation device that allocates tasks to be executed by multiple types of cores included in a processor. Patent Document 1 discloses a feature acquisition unit that obtains feature information indicating the characteristics of a task from design information that defines the task, and a feature acquisition unit that allocates tasks to cores based on the feature information and the configuration of the cores in the processor. A technique having an allocation unit is described.
 また、特許文献2には、業務処理の実行に必要な異なる内容の情報を格納したデータベースをそれぞれ保有する複数のサーバと、サーバが保有する各データベースにアクセスすることによって業務処理を実行する業務処理用クライアントと、を有するクライアントサーバシステムにおけるデータベースの保守管理を行う技術が記載されている。また、各サーバが保有するデータベースに格納された情報のうち業務処理の継続実行に必要な情報を抽出し、抽出した情報に基づきスタンドアロン用縮退運転用データベースを業務処理用クライアントに生成するデータベース監視装置を有している。そして、業務処理用クライアントは、少なくとも1台のサーバにアクセスができないときには、スタンドアロン用縮退運転用データベースへアクセス先を切り替えることによって業務処理を継続して実行する技術が記載されている。 Furthermore, Patent Document 2 describes a plurality of servers each having a database storing information of different contents necessary for executing a business process, and a business process that executes a business process by accessing each database held by the server. A technique for maintaining and managing a database in a client-server system having a client and a server is described. In addition, a database monitoring device that extracts the information necessary for continuous execution of business processing from among the information stored in the database held by each server, and creates a standalone degraded operation database on the business processing client based on the extracted information. have. Furthermore, a technique is described in which, when a business processing client cannot access at least one server, the business processing client continues to execute business processing by switching the access destination to a stand-alone degraded operation database.
特開2021-039666号公報JP2021-039666A 特開2000-181770号公報Japanese Patent Application Publication No. 2000-181770
 しかしながら、特許文献1に記載された技術では、複数の演算部のうちいずれかの演算部が失陥した際の安全性については、考慮されていない。また、特許文献2には、少なくとも1台のサーバがダウンした際にも処理実行を継続させるため、縮退運転用のデータベースを生成するデータベース保守管理システムが開示されている。 However, the technology described in Patent Document 1 does not take into account safety when any one of the plurality of calculation units fails. Further, Patent Document 2 discloses a database maintenance management system that generates a database for degenerate operation in order to continue processing even when at least one server goes down.
 しかしながら、特許文献2に記載された技術では、縮退運転用のデータベースを生成するためのデータベースを、別のサーバに用意する必要がある。そのため、特許文献2記載の技術をリソースの制約が厳しい車載の電子制御装置へ適用することは、困難である。 However, in the technique described in Patent Document 2, it is necessary to prepare a database for generating a database for degenerate operation on a separate server. Therefore, it is difficult to apply the technique described in Patent Document 2 to a vehicle-mounted electronic control device that has severe resource constraints.
 本発明の目的は、上記の問題点を考慮し、複数のタスクを複数の演算部に割り当てる際に、少なくとも1つの演算部が失陥や異常を生じた場合においても安全性が失われないようにタスクを分割することができる車載タスク分割システムを提供することにある。 An object of the present invention is to take the above-mentioned problems into consideration and to ensure that safety is not lost even if at least one computing unit fails or malfunctions when assigning multiple tasks to multiple computing units. The purpose of the present invention is to provide an in-vehicle task division system that can divide tasks into multiple tasks.
 上記課題を解決し、本発明の目的を達成するため、車載タスク分割システムは、車両に設けた複数の演算部で実行される複数のタスクの情報を保持するタスク情報保持部と、タスク情報保持部に保持された複数のタスクから重要タスクを抽出する重要タスク抽出部と、タスク分割部と、を備えている。タスク分割部は、重要タスク抽出部が抽出した重要タスクに対して、互いに補完関係になっている別の重要タスクがあるか確認し、重要タスク及び補完関係にある別の重要タスクを互いに異なる演算部において演算されるように分割する。 In order to solve the above problems and achieve the purpose of the present invention, an in-vehicle task division system includes a task information holding section that holds information on a plurality of tasks executed by a plurality of calculation sections provided in a vehicle, and a task information holding section The present invention includes an important task extraction section that extracts important tasks from a plurality of tasks held in the section, and a task division section. The task dividing unit checks whether there is another important task that has a mutually complementary relationship with the important task extracted by the important task extraction unit, and performs different operations on the important task and another important task that has a complementary relationship. Divide it so that it is calculated in parts.
 また、車載タスク分割方法は、以下(1)から(3)に示す処理を含む。
(1)車両に設けた複数の演算部で実行される複数のタスクの情報を取得する処理。
(2)取得した複数のタスクから重要タスクを抽出する処理。
(3)抽出した重要タスクに対して、互いに補完関係になっている別の重要タスクがあるか確認し、重要タスク及び補完関係にある別の重要タスクを互いに異なる演算部において演算されるように分割する処理。
Furthermore, the in-vehicle task division method includes the processes shown in (1) to (3) below.
(1) A process of acquiring information on multiple tasks executed by multiple calculation units provided in a vehicle.
(2) Processing of extracting important tasks from the acquired multiple tasks.
(3) Check whether there is another important task that has a complementary relationship with the extracted important task, and make sure that the important task and another important task that has a complementary relationship are calculated in different calculation units. The process of dividing.
 上記構成の車載タスク分割システム及び車載タスク分割方法によれば、複数のタスクを複数の演算部に割り当てる際に、少なくとも1つの演算部が失陥や異常を生じた場合においても安全性が失われないようにタスクを分割することができる。 According to the in-vehicle task division system and the in-vehicle task division method configured as described above, when assigning multiple tasks to multiple computing units, safety is not lost even if at least one computing unit malfunctions or malfunctions. Tasks can be divided so that there are no problems.
第1の実施の形態例にかかる車載タスク分割システムを示すブロック図である。FIG. 1 is a block diagram showing an in-vehicle task division system according to a first embodiment. 第1の実施の形態例にかかる車載タスク分割システムにおけるタスク分割処理を示すフローチャートである。7 is a flowchart showing task division processing in the in-vehicle task division system according to the first embodiment. 自動運転システムが行う認識結果統合処理タスクの分割例を示す図である。It is a figure which shows the example of division of the recognition result integration processing task performed by an automatic driving system. 第1の実施の形態例にかかる車載タスク分割システムを用いて、自動運転システムが行う認識結果統合処理タスクの分割例を示す図である。FIG. 2 is a diagram illustrating an example of dividing a recognition result integration processing task performed by the automatic driving system using the in-vehicle task dividing system according to the first embodiment. 第2の実施の形態例にかかる車載タスク分割システムにおけるタスク分割処理を示すフローチャートである。7 is a flowchart illustrating task division processing in the in-vehicle task division system according to the second embodiment. 第2の実施の形態例にかかる車載タスク分割システムにおける優先順位を用いた重要度抽出およびタスク割り振りの具体例のフローを示す図である。FIG. 7 is a diagram showing a flow of a specific example of importance extraction and task allocation using priorities in the in-vehicle task division system according to the second embodiment. 第3の実施の形態例にかかる車載タスク分割システム及び車両システムを示すブロック図である。FIG. 7 is a block diagram showing an in-vehicle task division system and a vehicle system according to a third embodiment. 第3の実施の形態例にかかる車載タスク分割システム及び車両システムにおけるタスク分割処理を示すフローチャートである。12 is a flowchart showing task division processing in an in-vehicle task division system and a vehicle system according to a third embodiment. 第3の実施の形態例にかかる車載タスク分割システム及び車両システムにおける車両内の処理の流れを示すブロック図である。FIG. 7 is a block diagram showing the flow of processing within a vehicle in an in-vehicle task division system and a vehicle system according to a third embodiment. 第4の実施の形態例にかかる車載タスク分割システムを示すブロック図である。FIG. 7 is a block diagram showing an in-vehicle task division system according to a fourth embodiment. 第4の実施の形態例にかかる車載タスク分割システムにおけるタスク分割処理を示すフローチャートである。12 is a flowchart showing task division processing in the on-vehicle task division system according to the fourth embodiment. 第4の実施の形態例にかかる車載タスク分割システム及び車両システムにおける車両内の処理の流れを示すブロック図である。FIG. 12 is a block diagram showing the flow of processing within a vehicle in an in-vehicle task division system and a vehicle system according to a fourth embodiment. 第5の実施の形態例にかかる車載タスク分割システムを示すブロック図である。FIG. 7 is a block diagram showing an in-vehicle task division system according to a fifth embodiment. 第5の実施の形態例にかかる車載タスク分割システムにおけるタスク分割処理を示すフローチャートである。13 is a flowchart showing task division processing in the on-vehicle task division system according to the fifth embodiment.
 以下、車載タスク分割システム及び車載タスク分割方法の実施の形態例について、図1~図14を参照して説明する。なお、各図において共通の部材には、同一の符号を付している。 Hereinafter, embodiments of an in-vehicle task division system and an in-vehicle task division method will be described with reference to FIGS. 1 to 14. Note that common members in each figure are given the same reference numerals.
1.第1の実施の形態例
1-1.車載タスク分割システムの構成
 まず、第1の実施の形態例(以下、「本例」という。)にかかる車載タスク分割システムの構成について図1から図4を参照して説明する。
 図1は、車載タスク分割システムを示すブロック図である。
1. First embodiment example 1-1. Configuration of an on-vehicle task division system First, the configuration of an on-vehicle task division system according to a first embodiment (hereinafter referred to as "this example") will be described with reference to FIGS. 1 to 4.
FIG. 1 is a block diagram showing an in-vehicle task division system.
 図1に示すように、車載タスク分割システム100は、タスク分割装置101と、演算部割り当て装置102とを有している。また、車載タスク分割システム100は、車両に搭載された車両システム(ECU)103に対して情報を送信可能に接続されている。車両システム103は、複数の車載演算部(以下、単に演算部と称す)121、122、123を有している。 As shown in FIG. 1, the in-vehicle task division system 100 includes a task division device 101 and a calculation unit assignment device 102. Furthermore, the in-vehicle task division system 100 is connected to an in-vehicle system (ECU) 103 mounted on the vehicle so as to be able to transmit information. The vehicle system 103 includes a plurality of on-board calculation units (hereinafter simply referred to as calculation units) 121, 122, and 123.
 なお、本例では、車両システム103に複数の車載電子制御装置(自動運転電子制御装置)である演算部121、122、123を設けた例を説明したが、これに限定されるものではない。車両システム103としては、例えば、複数の電子制御装置、1つの車載電子制御装置内の複数のチップ(例:System on a Chip,以下SoC)、あるいは車載電子制御装置内のSocの複数のCPUコアやAIアクセラレータのような演算部のいずれであってもよい。 Note that in this example, an example has been described in which the vehicle system 103 is provided with arithmetic units 121, 122, and 123, which are a plurality of in-vehicle electronic control devices (automatic driving electronic control devices), but the present invention is not limited to this. The vehicle system 103 includes, for example, multiple electronic control units, multiple chips in one in-vehicle electronic control unit (e.g. System on a Chip, hereinafter referred to as SoC), or multiple CPU cores of a SoC in an in-vehicle electronic control unit. or an arithmetic unit such as an AI accelerator.
 また、タスク分割装置101は、タスク情報保持部104と、重要タスク抽出部105と、タスク分割部106とを有している。 Further, the task dividing device 101 includes a task information holding section 104, an important task extracting section 105, and a task dividing section 106.
 タスク情報保持部104は、車両システム103の複数の演算部121、122、123が演算を担当する全てのタスク情報及びタスクの属性情報を記憶している。タスクの属性情報としては、例えば、自動動運転に係るタスクであれば、外界認識から車両制御までのどのフェーズのタスク、車両の外界認識の機能であれば、前方の認識か後方の認識等である。タスク情報保持部104は、タスク情報を重要タスク抽出部105に出力する。 The task information holding unit 104 stores all the task information and task attribute information that the plurality of calculation units 121, 122, and 123 of the vehicle system 103 are in charge of calculation. As for task attribute information, for example, if the task is related to automated driving, which phase of the task from external world recognition to vehicle control, and if it is a function of the vehicle's external world recognition, which phase is the task, such as forward recognition or backward recognition, etc. be. The task information holding unit 104 outputs task information to the important task extraction unit 105.
 重要タスク抽出部105は、タスク情報保持部104に記憶されている複数のタスク情報と、その属性情報を取得する。そして、重要タスク抽出部105は、複数のタスク情報及び属性情報から失陥すると重大事故を引き起こす可能性のある重要タスクを抽出する。また、重要タスク抽出部105は、抽出した重要タスク情報をタスク分割部106に出力する。 The important task extraction unit 105 acquires a plurality of pieces of task information stored in the task information storage unit 104 and their attribute information. Then, the important task extraction unit 105 extracts important tasks that may cause a serious accident if they fail, from the plurality of task information and attribute information. Further, the important task extraction unit 105 outputs the extracted important task information to the task division unit 106.
 タスク分割部106は、重要タスク抽出部105で抽出した重要タスクに対して、互いに補完関係になっている別の重要タスクがあるか確認する。そして、タスク分割部106は、補完関係になっている別の重要タスクがあると判断した重要タスク(補完有り重要タスク)に対して、補完し合う重要タスクに補完関係の属性情報を付与する。ここで、タスク分割部106は、後述する演算部割り当て装置102において、補完し合う重要タスクを別々の演算部に割り当てることができるように補完関係の属性情報を付与する。 The task division unit 106 checks whether there is another important task that is complementary to the important task extracted by the important task extraction unit 105. Then, the task division unit 106 assigns complementary relationship attribute information to the important task that is determined to have a complementary relationship with another important task (complementary important task). Here, the task division unit 106 assigns attribute information of a complementary relationship so that important tasks that complement each other can be assigned to different calculation units in the calculation unit allocation device 102, which will be described later.
 また、タスク分割部106は、補完関係になっている別の重要タスクがないと判断した重要タスク(補完無し重要タスク)に対して、互い補完し合う2つ以上のタスクに分割し、補完関係の属性情報を付与する。補完無し重要タスクとしては、例えば自動運転システムにおける白線認識というタスク等が挙げられる。そして、タスク分割部106は、白線認識タスクを、自動運転システムが車両右側か左側のどちらかの白線が認識できれば白線に沿った車両制御ができるのであれば、右側白線認識と左側白線認識に分割する。 Further, the task dividing unit 106 divides an important task for which it is determined that there is no other important task in a complementary relationship (an important task without complementation) into two or more tasks that complement each other, and divides the important task into two or more tasks that complement each other. Assign attribute information. An example of an important task without complementation is a task such as white line recognition in an automatic driving system. Then, the task dividing unit 106 divides the white line recognition task into right side white line recognition and left side white line recognition, if the automatic driving system can recognize the white line on either the right or left side of the vehicle and control the vehicle along the white line. do.
 演算部割り当て装置102は、車両システム103内の演算部121、122、123が担当すべきタスクを、タスク分割装置101で付与した補完関係の属性情報を参照する。そして、演算部割り当て装置102は、互いに補完関係にあるタスクが同一の演算部121、122、123で演算されないように割り振る。そして、演算部割り当て装置102は、割り振ったタスクを車両システム103に出力する。 The calculation unit allocation device 102 refers to the complementary relationship attribute information assigned by the task division device 101 to the tasks to be handled by the calculation units 121, 122, and 123 in the vehicle system 103. Then, the calculation unit allocation device 102 allocates tasks so that tasks that are complementary to each other are not calculated by the same calculation units 121, 122, and 123. Then, the calculation unit allocation device 102 outputs the allocated task to the vehicle system 103.
1-2.タスク分割処理
 次に、上述した構成を有する車載タスク分割システム100におけるタスク分割処理について図2を参照して説明する。
 図2は、タスク分割処理を示すフローチャートである。
1-2. Task Division Processing Next, task division processing in the in-vehicle task division system 100 having the above-described configuration will be described with reference to FIG. 2.
FIG. 2 is a flowchart showing task division processing.
 図2に示すように、車載タスク分割システム100は、車両システム103で実行される全てのタスクを取得し、タスク情報保持部104に記憶する(ステップS11)。このとき、タスク情報保持部104は、タスクに重要タスクを抽出するための属性情報を付与する。 As shown in FIG. 2, the in-vehicle task division system 100 acquires all tasks executed by the vehicle system 103 and stores them in the task information holding unit 104 (step S11). At this time, the task information holding unit 104 gives the task attribute information for extracting important tasks.
 例えば、外界認識から車両制御までを認識、認知(統合)、判断、制御という4つのフェーズに分けて、タスクが含まれるフェーズをタスクの属性情報として付与する。また、外界認識センサを用いるタスクに対して、どの方向の外界認識センサを用いているかの情報や何を認識しているかの情報を属性情報として付与する。さらに、アクチュエータに関わるタスクに対して、ブレーキやサスペンション等どのアクチュエータを用いているかの情報を属性情報として付与する。 For example, the process from external world recognition to vehicle control is divided into four phases: recognition, cognition (integration), judgment, and control, and the phase in which the task is included is given as task attribute information. Further, for a task that uses an external world recognition sensor, information on which direction the external world recognition sensor is used and information on what it is recognizing is added as attribute information. Furthermore, for tasks related to actuators, information on which actuator, such as brake or suspension, is used is given as attribute information.
 次に、タスク情報保持部104は、記憶したタスク情報及び属性情報を重要タスク抽出部105に出力する。そして、重要タスク抽出部105は、各タスクの属性情報を参照して、重要タスクを抽出する(ステップS12)。ここで、例えば自動運転システムにおいて、衝突の恐れがある物を認識して、止まるあるいは避ければ重大事故を回避できる場合がある。言い換えると認知フェーズで行うような他のセンサからの認識結果や過去の認識結果との統合、あるいは判断フェーズで行うような認識情報の統合結果からどの機能を使うかの判断やどう軌道を生成するかの計算がなくても重大事故を回避できる場合がある。 Next, the task information holding unit 104 outputs the stored task information and attribute information to the important task extraction unit 105. Then, the important task extraction unit 105 extracts important tasks by referring to the attribute information of each task (step S12). For example, in an automated driving system, a serious accident can be avoided by recognizing an object that may cause a collision and stopping or avoiding it. In other words, it is necessary to decide which function to use and how to generate a trajectory based on the integration of recognition results from other sensors and past recognition results, as in the recognition phase, or on the integration results of recognition information, as in the judgment phase. Serious accidents can sometimes be avoided even without such calculations.
 そのため、認識フェーズおよび制御フェーズのタスクは、認知フェーズや判断フェーズよりも、重要タスクとして抽出される。また、同じ認識フェーズのタスクであっても、前方さえ認識できていれば前走車への追突や直線路における横断歩行者との接触は回避できる場合、前方のセンサを用いた認識機能は側方や後方のセンサを用いた認識よりも重要タスクとして抽出される。 Therefore, tasks in the recognition phase and control phase are extracted as more important tasks than in the recognition phase and judgment phase. In addition, even if the task is in the same recognition phase, if only the front can be recognized, it is possible to avoid a rear-end collision with the vehicle in front or contact with a pedestrian crossing the street on a straight road, then the recognition function using the front sensor is It is extracted as a more important task than recognition using front and rear sensors.
 このように、重要タスク抽出部105は、前方カメラによる歩行者認識、前方カメラによる白線認識、前方カメラによる車両認識、前方Radarによる歩行者認識、前方Radarによる車両認識、車両の減速制御、車両の操舵制御を重要タスクとして抽出とする。 In this way, the important task extraction unit 105 performs pedestrian recognition using the front camera, white line recognition using the front camera, vehicle recognition using the front camera, pedestrian recognition using the front Radar, vehicle recognition using the front Radar, vehicle deceleration control, and vehicle recognition. Steering control is extracted as an important task.
 次に、重要タスク抽出部105は、抽出した重要タスクをタスク分割部106に出力する。そして、タスク分割部106は、抽出した重要タスクに対して、属性情報を参照して互いに補完関係になるタスクが存在するか判定する(ステップS13)。例えば、前方カメラによる歩行者認識と前方Radarによる歩行者認識、前方カメラによる車両認識と前方Radarによる車両認識、車両の減速制御と車両の操舵制御が互いに補完関係となるタスク(補完有り重要タスク)と判断される。 Next, the important task extraction unit 105 outputs the extracted important tasks to the task division unit 106. Then, the task dividing unit 106 refers to the attribute information of the extracted important tasks and determines whether there are any tasks that are complementary to each other (step S13). For example, tasks in which pedestrian recognition by a front camera and pedestrian recognition by front Radar, vehicle recognition by a front camera and vehicle recognition by front Radar, vehicle deceleration control and vehicle steering control are complementary to each other (important tasks with complementation). It is judged that.
 ステップS13の処理において、補完関係があるタスクが存在すると判定された場合(ステップS13のYes判定)、タスク分割部106は、補完有り重要タスクに対して、その補完有り重要タスクと補完関係のあるタスクの双方に補完関係の属性情報を付与する(ステップS14)。例えば、前方カメラによる車両認識に「前方Radarによる車両認識と補完関係である」という情報を付与し、前方Radarによる車両認識に「前方カメラによる車両認識補完関係である」という情報を付与する。なお、ここではタスクをID等の別の表現で表現しても良い。 In the process of step S13, if it is determined that there is a task with a complementary relationship (Yes determination in step S13), the task dividing unit 106 divides the important task with complementation into a task that has a complementary relationship with the important task with complementation. Complementary relationship attribute information is given to both tasks (step S14). For example, information such as "vehicle recognition by the front camera is in a complementary relationship" is given to vehicle recognition by the front camera, and information that "vehicle recognition by the front camera is complementary" is given to vehicle recognition by the front Radar. Note that here, a task may be expressed using another expression such as an ID.
 また、ステップS13の処理において、補完関係があるタスクが存在しないと判定された場合(ステップS13のNo判定)、タスク分割部106は、補完無し重要タスクを、互いに補完関係となる複数のタスクに分割する(ステップS15)。ステップS15の処理において、タスク分割部106は、補完無し重要タスクをそれぞれ異なる演算部121、122、123で補完的に演算できるよう、一定の重複領域を持たせて分割する。 Further, in the process of step S13, if it is determined that there is no task that has a complementary relationship (No determination in step S13), the task division unit 106 divides the non-complementary important task into multiple tasks that have a complementary relationship with each other. Divide (step S15). In the process of step S15, the task division unit 106 divides the non-complemented important task with a certain overlapping area so that it can be computed in a complementary manner by different computing units 121, 122, and 123, respectively.
 次に、タスク分割部106は、全ての重要タスクが補完関係の属性情報を持つか否かを判断する(ステップS16)。ステップS16の処理において、全ての重要タスクが持つと判断した場合(ステップS16のYes判定)、タスク分割処理が終了する。 Next, the task dividing unit 106 determines whether all important tasks have complementary attribute information (step S16). In the process of step S16, if it is determined that all important tasks have it (Yes determination in step S16), the task division process ends.
 また、補完関係の属性情報を有していない重要タスクがあると判断した場合(ステップS16のNo判定)、タスク分割部106は、全ての重要タスクがステップS13の判定を実施済みか判断する(ステップS17)。ステップS17の処理でステップS13の判定が実施していない重要タスクが存在すると判断した場合、タスク分割部106は、ステップS13の処理に戻る。 Further, if it is determined that there is an important task that does not have complementary attribute information (No determination in step S16), the task dividing unit 106 determines whether all important tasks have undergone the determination in step S13 ( Step S17). If it is determined in the process of step S17 that there is an important task that has not been performed, the task dividing unit 106 returns to the process of step S13.
 また、全ての重要タスクに対してステップS13の判定を実施したと判断した場合(ステップS16のYes判定)、ステップS15の処理で複数のタスクに分割できない重要タスクが存在する。この場合、タスク分割部106は、補完無し重要タスクに対して分割できない旨の属性情報を付与する(ステップS18)。これにより、タスク分割処理が終了する。 Furthermore, if it is determined that the determination in step S13 has been performed for all important tasks (Yes determination in step S16), there are important tasks that cannot be divided into multiple tasks in the process of step S15. In this case, the task dividing unit 106 assigns attribute information to the non-complement important task indicating that it cannot be divided (step S18). This completes the task division process.
 上述した処理により分割された重要タスクは、演算部割り当て装置102により車両システム103の各演算部121、122、123に出力される。 The important tasks divided by the above-described processing are output to each of the calculation units 121, 122, and 123 of the vehicle system 103 by the calculation unit allocation device 102.
 このように、重要タスク抽出部105で抽出した重要タスクが、タスク分割部106によって常に互いに補完関係のある別タスクと同時並行で実行されることを保証される。これにより、新たに車両に演算部を追加することなく、一つの演算部に異常が生じた時に縮退動作を行うことを可能とする。例えば、複数の演算部121、122、123の一つに異常が生じても、カメラあるいはRadarにより、前方の車両の認識と、車両右側あるいは左側の車線の認識が行われる。その結果、衝突の危険がある際に少なくとも緊急制動あるいは緊急操舵による回避を行う縮退運転が、新たに車載電子制御装置を追加することなく可能となる。 In this way, the task dividing unit 106 ensures that the important task extracted by the important task extraction unit 105 is always executed in parallel with another task that has a mutually complementary relationship. This makes it possible to perform a degenerate operation when an abnormality occurs in one calculation unit without adding a new calculation unit to the vehicle. For example, even if an abnormality occurs in one of the plurality of calculation units 121, 122, 123, the camera or Radar recognizes the vehicle ahead and the lane on the right or left side of the vehicle. As a result, degenerate operation that performs at least emergency braking or emergency steering to avoid a collision when there is a risk of collision becomes possible without adding a new on-vehicle electronic control device.
1-3.認識結果統合処理タスクの分割例
 次に、自動運転システムが行う認識結果統合処理タスクの分割例を図3及び図4を参照して説明する。
 図3は、認識結果統合処理タスクの分割例を示す図である。図4は、本例の車載タスク分割システムを用いて、自動運転システムが行う認識結果統合処理タスクの分割した例を示す図である。
1-3. Example of division of recognition result integration processing task Next, an example of division of recognition result integration processing task performed by the automatic driving system will be described with reference to FIGS. 3 and 4.
FIG. 3 is a diagram illustrating an example of division of recognition result integration processing tasks. FIG. 4 is a diagram showing an example of dividing the recognition result integration processing task performed by the automatic driving system using the in-vehicle task division system of this example.
 図3に示すように、車両M1には、車両M1の全方位の物体を認識するために複数の演算部121、122、123、124が搭載されている。そして、タスク分割部106は、重要タスクが空間的に処理を分割して並列化できる場合、重複領域を持つ互いに補完関係にある複数のタスクに分割する。例えば、第1演算部121は、右前方の領域F1を担当し、第2演算部122は、右後方の領域F2を担当している。そして、第3演算部123は、左前方の領域F3を担当し、第4演算部124は、左後方の領域F4を担当している。 As shown in FIG. 3, the vehicle M1 is equipped with a plurality of calculation units 121, 122, 123, and 124 in order to recognize objects in all directions of the vehicle M1. Then, if the important task can be processed in parallel by spatially dividing it, the task dividing unit 106 divides the important task into a plurality of tasks that have overlapping areas and are complementary to each other. For example, the first calculation unit 121 is in charge of the right front area F1, and the second calculation unit 122 is in charge of the right rear area F2. The third calculation unit 123 is in charge of the left front area F3, and the fourth calculation unit 124 is in charge of the left rear area F4.
 このとき、図4に示すうように、タスク分割部106は、右前方領域F1を担当する第1演算部121あるいは左前方領域F3を担当する演算部123のどちらかが失陥しても、車両前方の統合処理が必ず行われるよう分割する。すなわち、タスク分割部106は、右前方領域F1と左前方領域F3が車両前方で重複するよう領域F10および統合タスクを分割する。 At this time, as shown in FIG. 4, even if either the first calculation unit 121 in charge of the right front area F1 or the calculation unit 123 in charge of the left front area F3 fails, the task division unit 106 Divide so that the integrated processing for the front of the vehicle is always performed. That is, the task dividing unit 106 divides the area F10 and the integrated task so that the right front area F1 and the left front area F3 overlap in front of the vehicle.
 なお、統合タスクに限らず、空間に関わるタスクであれば適用できる。例えば、外界情報を統合した後に、統合された車両周辺状況において危険性のある領域を抽出するタスクや、抽出した危険性のある領域を考慮して車両の軌道を複数本生成するタスクにも適用可能である。 Note that it is not limited to integration tasks, but can be applied to any task related to space. For example, it can be applied to the task of extracting dangerous areas from the integrated vehicle surroundings after integrating external world information, or the task of generating multiple vehicle trajectories taking into account the extracted dangerous areas. It is possible.
 このように、本例の車載タスク分割システム100では、互いに補完関係を持つ複数の重要タスクに分割できなかった重要タスクを分割している。そのため、演算負荷の総和は増加するかもしれないが、完全冗長な安全タスクを追加するよりは小さな演算負荷の増加で安全性の確保が可能になる。 In this way, the in-vehicle task division system 100 of this example divides important tasks that cannot be divided into a plurality of important tasks that have a mutually complementary relationship. Therefore, although the total computational load may increase, safety can be ensured with a smaller increase in computational load than adding completely redundant safety tasks.
2.第2の実施の形態例
 次に、図5及び図6を参照して第2の実施の形態例にかかるタスク分割システムについて説明する。
 図5は、車載タスク分割システムにおけるタスク分割処理を示すフローチャートである。車載タスク分割システムにおける優先順位を用いた重要度抽出およびタスク割り振りの具体例のフローを示す図である。
2. Second Embodiment Next, a task division system according to a second embodiment will be described with reference to FIGS. 5 and 6.
FIG. 5 is a flowchart showing task division processing in the in-vehicle task division system. FIG. 3 is a diagram illustrating a flow of a specific example of importance extraction and task allocation using priorities in the in-vehicle task division system.
 図5に示すように、車載タスク分割システム100は、車両システム103で実行される全てのタスクを取得し、タスク情報保持部104に記憶する(ステップS31)。このとき、タスク情報保持部104は、タスクに重要タスクを抽出するための属性情報を付与する。 As shown in FIG. 5, the in-vehicle task division system 100 acquires all tasks to be executed by the vehicle system 103, and stores them in the task information holding unit 104 (step S31). At this time, the task information holding unit 104 gives the task attribute information for extracting important tasks.
 また、タスク情報保持部104は、各タスクの属性情報を参照して、重要タスクの優先度を設定する(ステップS32)。例えば、タスクの属性情報のカテゴリごとに優先度スコアを計算し、各タスクにおける優先度スコアの重み付け和を計算する。あるいは重要タスク間で比較して優先順位付けを行う。 Furthermore, the task information holding unit 104 sets the priority of important tasks by referring to the attribute information of each task (step S32). For example, a priority score is calculated for each category of task attribute information, and a weighted sum of the priority scores for each task is calculated. Or compare and prioritize important tasks.
 例えば、自動運転に関わるタスクとして認識フェーズおよび制御フェーズのタスクに優先度スコアとして3点、判断フェーズのタスクに優先度スコアとして2点、認知フェーズのタスクに優先度スコアとして1点付与する。また、車両前方に関わるタスクに優先度スコアとして3点、それ以外の方向に関わるタスクに優先度スコアとして1点付与するといった処理をタスクの属性情報に基づいて行う。 For example, as tasks related to automatic driving, tasks in the recognition phase and control phase are given a priority score of 3 points, tasks in the judgment phase are given 2 points as a priority score, and tasks in the recognition phase are given 1 point as a priority score. Further, a process of assigning 3 points as a priority score to tasks related to the front of the vehicle and 1 point as a priority score to tasks related to other directions is performed based on the attribute information of the tasks.
 そして、重要タスク抽出部105は、タスクの優先度から重要タスクを抽出する(ステップS33)。例えば、重要タスク抽出部105は、各タスクの優先度スコアの重み付け和があらかじめ定めた閾値以上のタスクを重要タスクとして抽出する。あるいは、重要タスク抽出部105は、優先順位順に並んだタスクから、一定の優先順位より上位のタスクを重要タスクとして抽出する。 Then, the important task extraction unit 105 extracts important tasks from the task priorities (step S33). For example, the important task extraction unit 105 extracts tasks for which the weighted sum of the priority scores of each task is equal to or greater than a predetermined threshold as important tasks. Alternatively, the important task extraction unit 105 extracts tasks higher than a certain priority level as important tasks from the tasks arranged in priority order.
 なお、優先度をスコア化しているが、優先度に限らず、例えば異常の生じやすさや異常時の制御性、異常時の事故の致命度といった別の安全性に関わる指標であってもよく、またそれらを組み合わせても良い。 Although priority is scored, it is not limited to priority, and may be other indicators related to safety, such as the ease of occurrence of an abnormality, controllability in the event of an abnormality, or fatality of an accident in the event of an abnormality. They may also be combined.
 次に、重要タスク抽出部105は、抽出した重要タスクをタスク分割部106に出力する。そして、タスク分割部106は、ステップS34からステップS39の処理を行う。なお、ステップS34からステップS39の処理は、第1の実施の形態例にかかる車載タスク分割処理のステップS13からステップS18の処理と同様であるため、その説明は省略する。 Next, the important task extraction unit 105 outputs the extracted important tasks to the task division unit 106. The task dividing unit 106 then performs the processes from step S34 to step S39. Note that the processing from step S34 to step S39 is the same as the processing from step S13 to step S18 of the in-vehicle task division processing according to the first embodiment, so a description thereof will be omitted.
 優先順位の設定及び重要度抽出およびタスクの割り振りの具体例について図6を参照して説明する。図6に示す例では、自動運転機能として認識、認知、判断フェーズの機能を複数演算器へ割り当てるものとする。 A specific example of priority setting, importance extraction, and task allocation will be described with reference to FIG. 6. In the example shown in FIG. 6, functions of recognition, recognition, and judgment phases are assigned to a plurality of computing units as automatic driving functions.
 図6に示すように、タスク情報保持部104には、タスクごとに、「認識」、「認知」、「判断」の情報が記憶されている。そして、タスクの優先度の大きさに関して、「認識」>「判断」>「認知」、「カメラによる認識」>「Radarによる認識」、「緊急性の高い判断(アプリ)」>「緊急性の低い判断(アプリ)」、「ブレーキに関わる判断」>「ステアリングに関わる判断」、「前方」>「右前方」>「左前方」>「右側方」>「左側方」>「右後方」>「左後方」>「後方」というルールが設けられる。 As shown in FIG. 6, the task information holding unit 104 stores information on "recognition", "recognition", and "judgment" for each task. Regarding the priority level of the task, "recognition" > "judgment" > "recognition", "recognition by camera" > "recognition by Radar", "highly urgent judgment (app)" > "highly urgent" "Low judgment (app)", "Braking-related judgment" > "Steering-related judgment", "Front" > "Right front" > "Left front" > "Right side" > "Left side" > "Right rear" > A rule such as "left rear" > "rear" is established.
 上述したルールは、車両が最悪な状態であったとしても前方を監視して何かがあった際に緊急ブレーキで止まるか、緊急ステアリングで回避することを保証させている。 The above rules ensure that even if the vehicle is in the worst condition, it can monitor what's ahead and use the emergency brake to stop or use emergency steering to avoid something.
 上述したルールに応じて優先順位を付けた場合、優先順位は「前方カメラ認識」>「前方Radar認識」>「AEB(Automatic Emergency Braking)」>「AES(Automatic Emergency Steering)」…となる。 When priorities are assigned according to the above-mentioned rules, the priorities are "front camera recognition" > "front Radar recognition" > "AEB (Automatic Emergency Braking)" > "AES (Automatic Emergency Steering)"...
 このとき、重要タスク抽出部105は、優先順位4以下(1位~4位)を重要タスクと抽出する。そして、タスク分割部106は、抽出した重要タスクに対してタスク分割やタスクの演算部121、122、123への割り当てを行う。 At this time, the important task extraction unit 105 extracts priority tasks of priority 4 or lower (1st to 4th) as important tasks. Then, the task division unit 106 divides the extracted important tasks and assigns them to the calculation units 121, 122, and 123.
 演算部割り当て装置102は、演算部の割り当てに関して、例えば2つの演算部に重要タスクを割り振る場合、類似した属性の重要タスクが優先順位で近い値になるため、互い違いに重要タスクを割り振る。これにより、ある程度お互いが補完し合う重要タスクが並列実行される2つのタスクリストが作成される。そして、演算部割り当て装置102は、属性情報を参照して必要に応じて重要タスクを入れ替える。これにより、お互いが補完し合う重要タスクが並列実行される2つのタスクリストが得ることができる。 With regard to allocation of calculation units, for example, when allocating important tasks to two calculation units, the calculation unit allocation device 102 allocates the important tasks alternately because important tasks with similar attributes have similar priority values. As a result, two task lists are created in which important tasks that complement each other to some extent are executed in parallel. Then, the calculation unit allocation device 102 refers to the attribute information and replaces important tasks as necessary. As a result, two task lists in which important tasks that complement each other are executed in parallel can be obtained.
 このように、第2の実施の形態例にかかる車載タスク分割システムによれば、重要タスク抽出部に優先度や優先順位あるいは別の安全性に関わる指標を用いることで、失陥してはいけないタスクの基準が明確化される。その結果、より確実な安全性の確保と無駄のないタスク分割が可能になる。 As described above, according to the in-vehicle task division system according to the second embodiment, by using the priority level, priorities, or another safety-related index in the important task extraction section, failures cannot be prevented. Task standards are clarified. As a result, more reliable security can be ensured and tasks can be divided efficiently.
3.第3の実施の形態例
 次に、図7から図9を参照して、第3の実施の形態例にかかる車載タスク分割システム及び車両システムについて説明する。
 図7は、第3の実施の形態例にかかる車載タスク分割システム及び車両システムを示すブロック図、図8は、車載タスク分割システム及び車両システムにおけるタスク分割処理を示すフローチャートである。図9は、車載タスク分割システム及び車両システムにおける車両内の処理の流れを示すブロック図である。
3. Third Embodiment Next, an in-vehicle task division system and a vehicle system according to a third embodiment will be described with reference to FIGS. 7 to 9.
FIG. 7 is a block diagram showing an in-vehicle task division system and a vehicle system according to the third embodiment, and FIG. 8 is a flowchart showing task division processing in the in-vehicle task division system and vehicle system. FIG. 9 is a block diagram showing the flow of processing within the vehicle in the in-vehicle task division system and the vehicle system.
 図7に示すように、車載タスク分割システム400は、タスク分割装置401と、演算部割り当て装置402とを有している。タスク分割装置401は、走行状況保存部404と、タスク情報保持部405と、重要タスク抽出部406と、タスク分割部407とを有している。 As shown in FIG. 7, the in-vehicle task division system 400 includes a task division device 401 and a calculation unit assignment device 402. The task division device 401 includes a driving situation storage section 404, a task information storage section 405, an important task extraction section 406, and a task division section 407.
 走行状況保存部404には、ユースケース定義あるいは仮想シミュレーション環境において、車両の走行状況を想定した情報が記憶される。走行環境は例えば一般道路や高速道路あるいは駐車場といった道路種別情報、直進路や交差点といった走行路構造情報、濃霧や雨天といった天候情報、周辺車両の有無、水溜まりや凹凸といった路面状況情報等を指す。 The driving situation storage unit 404 stores information assuming the driving situation of the vehicle in a use case definition or a virtual simulation environment. The driving environment includes, for example, road type information such as a general road, expressway, or parking lot, driving path structure information such as a straight road or intersection, weather information such as dense fog or rain, presence or absence of nearby vehicles, and road surface condition information such as puddles and unevenness.
 この実施の形態例では、走行状況保存部404を車載タスク分割システム400に実装した例を説明したが、これに限定されるものではない。例えば、走行状況保存部404を車載タスク分割システム400とは別の機器に実装され、車載タスク分割システム400が走行状況の情報を外部の機器から受け取る形態であっても良い。 In this embodiment, an example has been described in which the driving situation storage unit 404 is implemented in the in-vehicle task division system 400, but the present invention is not limited to this. For example, the driving situation storage unit 404 may be implemented in a device different from the in-vehicle task division system 400, and the in-vehicle task division system 400 may receive information on the driving situation from an external device.
 次に、図8を参照して、タスク分割処理について説明する。
 図8に示すように、車載タスク分割システム400は、車両システム403で実行される全てのタスクを取得し、タスク情報保持部405に記憶する(ステップS41)。次に、走行状況保存部404に、車両の走行状況が記述されているユースケースや仮想シミュレーションデータを記憶する(ステップS42)。ここで走行状況とは、車両の走行環境や車両の進行方向情報であってもよく、あるいはその両方でもいい。
Next, task division processing will be described with reference to FIG. 8.
As shown in FIG. 8, the in-vehicle task division system 400 acquires all tasks to be executed by the vehicle system 403, and stores them in the task information holding unit 405 (step S41). Next, the use case and virtual simulation data in which the vehicle's driving situation is described are stored in the driving situation storage unit 404 (step S42). Here, the driving situation may be information about the driving environment of the vehicle, the traveling direction of the vehicle, or both.
 次に、重要タスク抽出部406は、各タスクの属性情報と、走行状況保存部404に保存した走行状況情報を参照して、重要タスクを抽出する(ステップS43)。例えば、高速道路の直線路において低速車両を追い越すというユースケースを参照した場合、前方の車両の認識の他に追い越し車線上 (日本環境下として右後方とする)の車両の認識も重要タスクとして抽出される。 Next, the important task extraction unit 406 extracts important tasks by referring to the attribute information of each task and the driving situation information stored in the driving situation storage unit 404 (step S43). For example, when referring to the use case of overtaking a low-speed vehicle on a straight road on a highway, in addition to recognizing the vehicle in front, recognizing the vehicle in the overtaking lane (in the Japanese environment, the right rear) is also extracted as an important task. be done.
 次に、タスク分割部407は、ステップS44からステップS49の処理を行う。なお、ステップS44からステップS49の処理は、第1の実施の形態例にかかる車載タスク分割処理のステップS13からステップS18の処理と同様であるため、その説明は省略する。 Next, the task division unit 407 performs the processes from step S44 to step S49. Note that the processing from step S44 to step S49 is the same as the processing from step S13 to step S18 of the in-vehicle task division processing according to the first embodiment, so a description thereof will be omitted.
 ステップS47の処理又はステップS49の処理が終了すると、演算部割り当て装置402は、各タスクの属性情報と、車両システムの複数の演算部121、122、123の演算処理能力を参照して、各タスクを複数の演算部121、122、123に割り当てるタスクリストを作成する(ステップS50)。 When the process of step S47 or the process of step S49 is completed, the calculation unit allocation device 402 refers to the attribute information of each task and the calculation processing capacity of the plurality of calculation units 121, 122, 123 of the vehicle system, and assigns each task A task list for allocating the information to the plurality of calculation units 121, 122, and 123 is created (step S50).
 次に、演算部割り当て装置402は、全ての走行状況に対してタスクリストを作成したか判断する(ステップS51)。ステップS51の処理において、タスクリストを作成していない走行状況があると判断した場合(ステップS51のNo判定)、車載タスク分割システム400は、ステップS43の処理に戻る。また、ステップS51の処理において、全ての走行状況に対してタスクリストを作成したと判断した場合(ステップS51のYes判定)、タスク分割処理が終了する。 Next, the calculation unit allocation device 402 determines whether a task list has been created for all driving situations (step S51). In the process of step S51, if it is determined that there is a driving situation for which a task list has not been created (No determination in step S51), the in-vehicle task division system 400 returns to the process of step S43. Further, in the process of step S51, if it is determined that task lists have been created for all driving situations (Yes determination in step S51), the task division process ends.
 走行状況とタスクの属性の関係のより具体的な例として、車両の進行方向はタスクの「方向性」に影響する。車両が前進して入れば前方に関わるタスクの重要度が増加し、車両が右側へ車線変更を行う際は右側方に関わるタスクの重要度が増加する。また、車両の走行環境として、まず道路種別に関しては、高速道路では認識不要なものがあることから認識タスクの「対象」に影響する。例えば自転車や横断歩道の認識は一般道路においては重要度が増加するが、高速道路では重要度は減少する。 As a more specific example of the relationship between the driving situation and task attributes, the direction in which the vehicle is traveling affects the "direction" of the task. When the vehicle moves forward, the importance of tasks related to the front increases, and when the vehicle changes lanes to the right, the importance of tasks related to the right side increases. In addition, regarding the driving environment of the vehicle, first of all, regarding the road type, since there are highways that do not require recognition, this will affect the "target" of the recognition task. For example, recognition of bicycles and crosswalks increases in importance on general roads, but decreases in importance on expressways.
 さらに、駐車場においては、車線の認識の重要度(あるいは第2の実施の形態例にかかる優先度)は低下するが、側方や後方の歩行者の認識や駐車枠線の認識の重要度が増加する。次に直進路や交差点といった道路構造に関しては、タスクの「方向性」や「制御するアクチュエータの種類」が影響する。例えば交差点においては直進であっても左右の車両の認識の重要度が増加する。 Furthermore, in a parking lot, the importance of recognizing lanes (or the priority according to the second embodiment) decreases, but the importance of recognizing pedestrians on the side or rear and recognition of parking frame lines decreases. increases. Next, regarding road structures such as straight roads and intersections, the ``direction'' of the task and the ``type of actuator to be controlled'' have an impact. For example, at an intersection, the importance of recognizing left and right vehicles increases even if the vehicle is going straight.
また、左右に回避できない状況(狭い直進路や1車線の道路等)ではステアリング回避よりもブレーキ停止のタスクの重要度が増加する。濃霧や雨天といった天候情報に関しては、タスクの「認識で用いるセンサ種類」や「制御するアクチュエータの種類」が影響する。 In addition, in situations where it is not possible to avoid left or right (such as narrow straight roads or single-lane roads), the task of braking to a stop becomes more important than steering avoidance. Weather information such as dense fog or rainy weather is affected by the task's ``type of sensor used for recognition'' and ``type of actuator to be controlled.''
 自動運転で用いられる外界認識センサは、雨や雪の影響を受けやすいセンサと比較的受けにくいセンサが存在する。そのため、雨天時は雨の影響を受けにくいセンサを用いた認識タスクの重要度が増加する。また、強風で煽られている状況においてステアリングによる車両の左右への移動制御は、無風時に比べて重要度が増加する。 There are two types of external world recognition sensors used in autonomous driving: those that are easily affected by rain and snow, and those that are relatively less affected. Therefore, during rainy weather, the importance of recognition tasks using sensors that are less affected by rain increases. Furthermore, in a situation where the vehicle is being blown by strong winds, controlling the left and right movement of the vehicle using the steering wheel becomes more important than when there is no wind.
 水溜まりや凹凸といった路面状況情報はタスクの「認識で用いるセンサ種類」や「認識対象」、「制御するアクチュエータの種類」が影響する。例えば、水溜まりや積雪等は路面の反射率を変化させるため、一部の外界認識センサの精度を損なう可能性がある。そのため、反射率の変化による影響が少ないセンサの認識タスクの重要度が増加する。また、積雪で白線が認識できず、電柱や路端を認識する必要がある路面では、路端の認識タスクの重要度が増加し、白線の認識タスクの重要度は減少する。 Road surface condition information such as puddles and unevenness is affected by the task's ``type of sensor used for recognition,'' ``recognition target,'' and ``type of actuator to be controlled.'' For example, puddles, snow accumulation, etc. change the reflectance of the road surface, which may impair the accuracy of some external world recognition sensors. Therefore, the importance of recognition tasks for sensors that are less affected by changes in reflectance increases. Furthermore, on a road surface where white lines cannot be recognized due to snow and it is necessary to recognize utility poles and road edges, the importance of the road edge recognition task increases and the importance of the white line recognition task decreases.
 さらに、スリップによる事故を回避するためにも路面の摩擦係数の変化に応じてブレーキによる停止とステリングによる回避および緊急操作か否かを適切に選択する必要がある。そのため、路面の摩擦係数に応じて「制動判断」、「緊急制動判断」、「操舵判断」、「緊急操舵判断」の重要度が増加あるいは減少する。走行状況とタスクの重要度の関係は一例であり、関係性以外の関係性を用いても良い。また、重要度は、上述した第2の実施の形態例における優先順位や優先度スコアを用いても良いし、安全性に関わる指標を用いても良い。 Furthermore, in order to avoid accidents due to slipping, it is necessary to appropriately select whether to use the brakes to stop, steer to avoid, or perform emergency operations depending on changes in the friction coefficient of the road surface. Therefore, the importance of "braking judgment," "emergency braking judgment," "steering judgment," and "emergency steering judgment" increases or decreases depending on the friction coefficient of the road surface. The relationship between the driving situation and the importance of the task is one example, and relationships other than the relationship may be used. Further, the importance may be determined by using the priority order or priority score in the second embodiment described above, or by using an index related to safety.
 走行状況に応じて重要タスクを抽出することで、より安全かつ無駄のないタスク分割が可能である。例えば、第1の実施の形態例では前方の車両認識タスクを重要タスクと抽出していたが、車両には後退したり、左右へ大きく曲がったりする。そのため、後退中や左右への方向転換中は前方の認識タスクよりも、後方の車両認識タスクや左右の車両認識タスクが重要となる。そして、車両の進行方向情報を用いることで、前進中は前方の車両認識タスクを、後退中は後方の車両認識タスクを重要タスクとして抽出することが可能となる。 By extracting important tasks according to driving conditions, it is possible to divide tasks more safely and efficiently. For example, in the first embodiment, the task of recognizing a vehicle in front is extracted as an important task, but the task may include the vehicle moving backward or making a large turn to the left or right. Therefore, while reversing or changing direction to the left or right, the rear vehicle recognition task and the left and right vehicle recognition task are more important than the front recognition task. By using the vehicle traveling direction information, it is possible to extract the front vehicle recognition task when the vehicle is moving forward, and the rear vehicle recognition task when the vehicle is reversing, as important tasks.
 また、走行環境情報によっても、抽出すべき重要タスクは変化する。例えば高速道路であれば横断歩道の認識タスクは重要タスクとならないが、一般道路であれば横断歩道の認識は重要タスクとなる。以上のように車両の走行状況を用いることで、その走行状況において重要となるタスクの抽出漏れを防ぎ、その状況において重要ではないタスクを重要タスクとして抽出することを防ぐことが可能となる。 The important tasks to be extracted also change depending on the driving environment information. For example, on a highway, the task of recognizing a crosswalk is not an important task, but on a general road, recognizing a crosswalk is an important task. By using the driving situation of the vehicle as described above, it is possible to prevent tasks that are important in that driving situation from being omitted from being extracted, and it is possible to prevent tasks that are not important in that situation from being extracted as important tasks.
 図9は、車載タスク分割システム及び車両システムにおける車両内の処理の流れを示すブロック図である。
 図9に示すように、各演算部121、122、123、・・・12nは、それぞれ走行状況認識部31と、タスクリスト呼び出し部32と、タスク実行部33とを有している。また、各演算部121、122、123、・・・12nは、演算部割り当て装置402によって作成されたタスクリスト保存部36に接続されている。さらに、各演算部121、1、122、123、・・・12nは、外界認識センサ90に接続されている。
FIG. 9 is a block diagram showing the flow of processing within the vehicle in the in-vehicle task division system and the vehicle system.
As shown in FIG. 9, each of the calculation units 121, 122, 123, . Further, each calculation unit 121, 122, 123, . . . 12n is connected to a task list storage unit 36 created by the calculation unit allocation device 402. Furthermore, each calculation unit 121, 1, 122, 123, . . . 12n is connected to an external world recognition sensor 90.
 そして、走行状況認識部31は、外界認識センサ90からの情報に基づいて、車両走行状況を認識する。走行状況認識部31は、認識した走行状況情報をタスクリスト呼び出し部32に出力する。そして、タスクリスト呼び出し部32は、走行状況情報に基づいて、タスクリスト保存部から所定のタスクリストを呼び出す。呼び出されたタスクリストは、タスク実行部33に入力される。そして、タスク実行部33は、入力されたタスクリストに基づいてタスクを実行する。 Then, the driving situation recognition unit 31 recognizes the vehicle driving situation based on the information from the external world recognition sensor 90. The driving situation recognition unit 31 outputs the recognized driving situation information to the task list calling unit 32. Then, the task list calling section 32 calls a predetermined task list from the task list storage section based on the driving situation information. The called task list is input to the task execution unit 33. The task execution unit 33 then executes the task based on the input task list.
4.第4の実施の形態例
 次に、図10から図12を参照して、第4の実施の形態例にかかる車載タスク分割システム及び車両システムについて説明する。
 図10は、4の実施の形態例にかかる車載タスク分割システムをブロック図、図11は、第4の実施の形態例にかかる車載タスク分割システムにおけるタスク分割処理を示すフローチャートである。
4. Fourth Embodiment Next, an on-vehicle task division system and a vehicle system according to a fourth embodiment will be described with reference to FIGS. 10 to 12.
FIG. 10 is a block diagram of the in-vehicle task division system according to the fourth embodiment, and FIG. 11 is a flowchart showing task division processing in the in-vehicle task division system according to the fourth embodiment.
 図10に示すように、車載タスク分割システム500は、タスク分割装置501と、演算部割り当て装置502とを有している。タスク分割装置501は、走行状況判断部504と、タスク情報保持部505と、重要タスク抽出部506と、タスク分割部507とを有している。 As shown in FIG. 10, the in-vehicle task division system 500 includes a task division device 501 and a calculation unit assignment device 502. The task dividing device 501 includes a driving situation determining section 504, a task information holding section 505, an important task extracting section 506, and a task dividing section 507.
 走行状況判断部504は、車両に搭載された外界認識センサに接続されている。そして、走行状況判断部504は、走行状況を、車両の測位情報や外界認識センサの認識結果、地図情報および舵角やアクセル解除等の車両運動情報から算出する。 The driving situation determination unit 504 is connected to an external world recognition sensor mounted on the vehicle. Then, the driving situation determining unit 504 calculates the driving situation from the vehicle positioning information, the recognition result of the external world recognition sensor, the map information, and the vehicle motion information such as the steering angle and the release of the accelerator.
 また、図12に示すうように、タスク分割装置501と、演算部割り当て装置502は、車両システム503における第1演算部121に設けられている。すなわち、第4の実施の形態例では、第1演算部121がマネージャーとして、走行状況を求め、重要タスクを抽出し、自身(第1演算部121)及び他の演算部122、123へのタスクの割り当てを行う。しかしながら、マネージャーは、複数あってもいいし、処理が割り振られる演算部とは別の演算部に実装されていても良い。 Further, as shown in FIG. 12, the task division device 501 and the calculation unit allocation device 502 are provided in the first calculation unit 121 in the vehicle system 503. That is, in the fourth embodiment, the first calculation unit 121, as a manager, determines the driving situation, extracts important tasks, and assigns the tasks to itself (the first calculation unit 121) and other calculation units 122 and 123. Make assignments. However, there may be a plurality of managers, or they may be implemented in a different arithmetic unit from the arithmetic unit to which processing is assigned.
 次に、図11を参照して、タスク分割処理について説明する。
 図11に示すように、車載タスク分割システム500は、車両システム503で実行される全てのタスクを取得し、タスク情報保持部505に記憶する(ステップS61)。次に、走行状況判断部504が、車両の測位センサや外界認識センサの認識結果、地図情報および舵角やアクセル解除等の車両運動情報から走行状況を算出(認識)する(ステップS62)。ここで、走行状況とは、車両の走行環境であってもいいし、車両の進行方向情報であってもいいし、あるいはその両方でもいい。
Next, task division processing will be described with reference to FIG. 11.
As shown in FIG. 11, the in-vehicle task division system 500 acquires all tasks to be executed by the vehicle system 503, and stores them in the task information holding unit 505 (step S61). Next, the driving situation determining unit 504 calculates (recognizes) the driving situation from the recognition results of the vehicle's positioning sensor and external world recognition sensor, map information, and vehicle movement information such as steering angle and accelerator release (step S62). Here, the driving situation may be the driving environment of the vehicle, the traveling direction information of the vehicle, or both.
 次に、重要タスク抽出部506は、各タスクの属性情報と、走行状況判断部504が求めた走行状況情報を参照して、重要タスクを抽出する(ステップS63)。そして、タスク分割部507は、ステップS64からステップS69の処理を行う。なお、ステップS64からステップS69の処理は、第1の実施の形態例にかかる車載タスク分割処理のステップS13からステップS18の処理と同様であるため、その説明は省略する。 Next, the important task extraction unit 506 extracts important tasks by referring to the attribute information of each task and the driving situation information determined by the driving situation determining unit 504 (step S63). The task dividing unit 507 then performs the processes from step S64 to step S69. Note that the processing from step S64 to step S69 is the same as the processing from step S13 to step S18 of the in-vehicle task division processing according to the first embodiment, so a description thereof will be omitted.
 ステップS67の処理又はステップS69の処理が終了すると、演算部割り当て装置502は、各タスクの属性情報と、車両システムの複数の演算部121、122、123の演算処理能力を参照して、各タスクを複数の演算部121、122、123に割り当てる(ステップS70)。これにより、タスク分割処理が終了する。 When the process of step S67 or the process of step S69 is completed, the calculation unit allocation device 502 refers to the attribute information of each task and the calculation processing capacity of the plurality of calculation units 121, 122, 123 of the vehicle system, and assigns each task is assigned to the plurality of calculation units 121, 122, and 123 (step S70). This completes the task division process.
 上述したタスク分割処理は、走行状況による重要タスクを車両システム503内で再度決定してもよく、予め決定したタスクリストを車両システム503に出力してもよい。 In the task division process described above, important tasks depending on the driving situation may be determined again within the vehicle system 503, or a predetermined task list may be output to the vehicle system 503.
5.第5の実施の形態例
 次に、図13から図14を参照して、第5の実施の形態例にかかる車載タスク分割システム及び車両システムについて説明する。
 図13は、第5の実施の形態例にかかる車載タスク分割システムをブロック図、図14は、第5の実施の形態例にかかる車載タスク分割システムにおけるタスク分割処理を示すフローチャートである。
5. Fifth Embodiment Next, an in-vehicle task division system and a vehicle system according to a fifth embodiment will be described with reference to FIGS. 13 and 14.
FIG. 13 is a block diagram of an in-vehicle task division system according to the fifth embodiment, and FIG. 14 is a flowchart showing task division processing in the in-vehicle task division system according to the fifth embodiment.
 図13に示すように、車載タスク分割システム800は、タスク分割装置801と、演算部割り当て装置802とを有している。タスク分割装置801は、タスク情報保持部804と、タスク分類部805と、タスク分割部807とを有している。 As shown in FIG. 13, the in-vehicle task division system 800 includes a task division device 801 and a calculation unit assignment device 802. The task division device 801 includes a task information holding section 804 , a task classification section 805 , and a task division section 807 .
 タスク分類部805は、各タスクに属性情報に応じたタグ付けを行う。例えば自動運転タスクとして、各タスクに“認識”、“認知(統合)”、“判断”、“制御”のタグを付与する。また“認識”のタスクに対して認識対象“車両”“白線”“歩行者”等のタグを付与する。そして方向性のあるタスクには“前方”、“右側方”、“左側方”、“後方”のタグを付与する。 The task classification unit 805 tags each task according to attribute information. For example, tags such as "recognition," "recognition (integration)," "judgment," and "control" are given to each task as an autonomous driving task. Additionally, tags such as recognition target "vehicle", "white line", "pedestrian", etc. are added to the "recognition" task. Tasks with directionality are given tags such as "forward", "right side", "left side", and "backward".
 タスク分割部806は、一タグの付いたタスクがないタスクを互いに補完し合う複数タスクに分割する。仮に“認識”“白線”“前方”のタグが付いたタスクが前方カメラによる白線認識のみであった場合に、前方カメラによる右側白線認識と前方カメラによる左側白線認識といった互いに補完し合う複数タスクに分割する。 The task dividing unit 806 divides tasks that do not have a task attached to one tag into multiple tasks that complement each other. If the only task tagged with "recognition," "white line," and "front" is white line recognition using the front camera, multiple tasks that complement each other, such as right white line recognition using the front camera and left white line recognition using the front camera, can be created. To divide.
 なお、タグの付与とタスクの分割は、重要タスクを抽出して重要タスクのみに実施しても良いし、全てのタスクに実施しても良い。重要タスクを抽出した場合は上述した実施の形態例と組み合わせることも可能である。また、タグの付与という形態で記載したが、タスクをグループ化(例えば前方白線を認識するタスクのグループ、前方の車両を認識するタスクのグループ)し、同じグループのタスクが単一の演算部に実装されないように分割しても良い。 Note that tagging and task division may be performed only on important tasks by extracting important tasks, or may be performed on all tasks. When important tasks are extracted, it is also possible to combine this with the embodiment described above. In addition, although it was described in the form of adding tags, it is also possible to group tasks (for example, a group of tasks that recognize the white line ahead, a group of tasks that recognize the vehicle in front), and tasks of the same group to be integrated into a single calculation unit. It may be divided so that it is not implemented.
 次に、図14を参照して、タスク分割処理について説明する。
 図14に示すように、車載タスク分割システム800は、車両システム803で実行される全てのタスクを取得し、タスク情報保持部804に記憶する(ステップS81)。次に、タスク分類部805は、各タスクの属性情報に基づいて、各タスクにタグを付与する(ステップS82)。
Next, task division processing will be described with reference to FIG. 14.
As shown in FIG. 14, the in-vehicle task division system 800 acquires all tasks executed by the vehicle system 803, and stores them in the task information holding unit 804 (step S81). Next, the task classification unit 805 assigns a tag to each task based on the attribute information of each task (step S82).
 次に、タスク分割部806は、ステップS82の処理で付与されたタグを参照し、互いに補完関係になるタスク、すなわち同一タグのタスクが存在するか判定する(ステップS83)。また、ステップS83の処理において、補完関係があるタスクが存在しないと判定された場合(ステップS83のNo判定)、タスク分割部806は、補完無し重要タスクを、互いに補完関係となる複数のタスクに分割する(ステップS84)。次に、タスク分割部806は、補完無し重要タスクに対して分割できない旨のタグを付与する(ステップS85)。そして、ステップS86の処理に移行する。 Next, the task dividing unit 806 refers to the tags assigned in step S82 and determines whether there are tasks that are complementary to each other, that is, tasks with the same tag (step S83). Further, in the process of step S83, if it is determined that there is no task with a complementary relationship (No determination in step S83), the task division unit 806 divides the non-complementary important task into multiple tasks that have a complementary relationship with each other. Divide (step S84). Next, the task dividing unit 806 attaches a tag indicating that it cannot be divided to the non-complemented important task (step S85). Then, the process moves to step S86.
 また、ステップS83の処理において、補完関係があるタスクがある、すなわち同一タグのタスクがあると判定された場合(ステップS83のYes判定)、タスク分割部806は、分割不可タスクを除く全てのタスクに対して同一タグのタスクが存在するか否かを判断する(ステップS86)。 Further, in the process of step S83, if it is determined that there are tasks that have a complementary relationship, that is, there are tasks that have the same tag (Yes determination of step S83), the task dividing unit 806 divides all tasks except for non-divisible tasks. It is determined whether a task with the same tag exists for (step S86).
 ステップS86の処理において、ステップS83の処理を実施していないタスクがあると判断した場合(ステップS86のNo判定)、タスク分割部806は、ステップS83の処理に戻る。そして、全てのタスクに対してステップS83の処理を実施したと判断した場合(ステップS86のYes判定)、タスク分割処理が終了する。 In the process of step S86, if it is determined that there is a task for which the process of step S83 has not been performed (No determination in step S86), the task dividing unit 806 returns to the process of step S83. If it is determined that the process of step S83 has been performed for all tasks (Yes determination of step S86), the task division process ends.
 なお、上述しかつ図面に示した実施の形態に限定されるものではなく、請求の範囲に記載した発明の要旨を逸脱しない範囲内で種々の変形実施が可能である。 Note that the present invention is not limited to the embodiments described above and shown in the drawings, and various modifications can be made without departing from the gist of the invention as set forth in the claims.
 例えば、上述した第4の実施の形態例にかかる車載タスク分割システム500、車両の目的地や経路情報および地図情報を用いて、走行状況を予測してタスクリストを生成してもよい。例えば、現在地から目的地へ向かう経路上に一般道路と高速道路が含まれる場合、一般道路を走行する用のタスクリストと高速道路を走行する用のタスクリストを経路探索時に作成および記憶する。そして、走行状況が一般道路から高速道路へと変化した際に、読み込むタスクリストを一般道路走行用から高速道路走行用へ変更しても良い。これにより、走行状況が変化する度に重要タスクの抽出やタスク分割を行う必要がなくなり、演算負荷を下げることが可能となる。 For example, the task list may be generated by predicting the driving situation using the in-vehicle task division system 500 according to the fourth embodiment described above, the destination and route information of the vehicle, and the map information. For example, if the route from the current location to the destination includes local roads and expressways, a task list for driving on general roads and a task list for driving on expressways are created and stored at the time of route search. Then, when the driving situation changes from an ordinary road to an expressway, the task list to be read may be changed from an ordinary road to an expressway. This eliminates the need to extract important tasks or divide tasks every time the driving situation changes, making it possible to reduce the computational load.
 また、全ての実施の形態例において、重要タスク抽出部は、過去の走行データから学習した結果を用いて重要タスクを抽出しても良い。例えば、過去の交通事故時の走行状況を収集したデータベースを事前に用意する。そして、データベース内の交通事故を避けるにはどの機能の動作が必須であるかを分析し、類似走行状況における重要タスクの抽出に用いても良い。 Additionally, in all embodiments, the important task extraction unit may extract important tasks using results learned from past driving data. For example, a database is prepared in advance that collects driving conditions during past traffic accidents. Then, it may be possible to analyze which functions in the database are essential to operate in order to avoid traffic accidents, and use this to extract important tasks in similar driving situations.
 また、走行状況については、は第4の実施の形態例で示したように、進行方向や走行環境であり、道路種別や天候などの情報の組み合わせである。そのため、過去に経験した走行状況における重要タスク抽出結果から学習して、未知の走行状況における重要タスク抽出を行ってもよい。これにより、設計時にありとあらゆる走行状況を想定する必要がなくなり、設計工数や検証工数を削減することが可能となる。さらに、時代や環境の変化により生じた未知の走行状況においても安全性を確保することが可能となる。 Furthermore, as shown in the fourth embodiment, the driving situation is the traveling direction and driving environment, and is a combination of information such as road type and weather. Therefore, important tasks may be extracted in unknown driving situations by learning from important task extraction results in driving situations experienced in the past. This eliminates the need to assume all possible driving conditions during design, making it possible to reduce design and verification man-hours. Furthermore, it is possible to ensure safety even in unknown driving situations caused by changes in the times and environment.
 また、ある実施例の構成の一部を他の実施例の構成に置き換えることが可能であり、また、ある実施例の構成に他の実施例の構成を加えることも可能である。また、各実施例の構成の一部について、他の構成の追加・削除・置換をすることが可能である。また、上記の各構成、機能、処理部、処理手段等は、それらの一部又は全部を、例えば集積回路で設計する等によりハードウェアで実現してもよい。また、上記の各構成、機能等は、プロセッサがそれぞれの機能を実現するプログラムを解釈し、実行することによりソフトウェアで実現してもよい。各機能を実現するプログラム、テーブル、ファイル等の情報は、メモリや、ハードディスク、SSD(Solid State Drive)等の記録装置、または、ICカード、SDカード、DVD等の記録媒体に置くことができる。 Furthermore, it is possible to replace a part of the configuration of one embodiment with the configuration of another embodiment, and it is also possible to add the configuration of another embodiment to the configuration of one embodiment. Further, it is possible to add, delete, or replace a part of the configuration of each embodiment with other configurations. Further, each of the above-mentioned configurations, functions, processing units, processing means, etc. may be partially or entirely realized in hardware by designing, for example, an integrated circuit. Furthermore, each of the above configurations, functions, etc. may be realized by software by a processor interpreting and executing a program for realizing each function. Information such as programs, tables, files, etc. that implement each function can be stored in a memory, a recording device such as a hard disk, an SSD (Solid State Drive), or a recording medium such as an IC card, SD card, or DVD.
  31…走行状況認識部、 32…タスクリスト呼び出し部、 33…タスク実行部、 36…タスクリスト保存部、 90…外界認識センサ、 100、400、500、800…車載タスク分割システム、 101、401、501、801…タスク分割装置、 102…演算部割り当て装置、 103…車両システム、 104…タスク情報保持部、 105…重要タスク抽出部、 106…タスク分割部、 121、122、123…演算部(車載演算部)、 404…走行状況保存部、 504…走行状況判断部、 805…タスク分類部 31... Driving situation recognition unit, 32... Task list calling unit, 33... Task execution unit, 36... Task list storage unit, 90... External world recognition sensor, 100, 400, 500, 800... In-vehicle task division system, 101, 401, 501, 801...Task division device, 102...Computation unit allocation device, 103...Vehicle system, 104...Task information holding unit, 105...Important task extraction unit, 106...Task division unit, 121, 122, 123...Computation unit (in-vehicle) arithmetic unit), 404...driving status storage unit, 504... driving status determining unit, 805... task classification unit

Claims (10)

  1.  車両に設けた複数の演算部で実行される複数のタスクの情報を保持するタスク情報保持部と、
     前記タスク情報保持部に保持された複数の前記タスクから重要タスクを抽出する重要タスク抽出部と、
     前記重要タスク抽出部が抽出した前記重要タスクに対して、互いに補完関係になっている別の重要タスクがあるか確認し、前記重要タスク及び補完関係にある別の重要タスクを互いに異なる演算部において演算されるように分割するタスク分割部と、
     を備えた車載タスク分割システム。
    a task information holding unit that holds information on a plurality of tasks executed by a plurality of calculation units provided in the vehicle;
    an important task extraction unit that extracts important tasks from the plurality of tasks held in the task information storage unit;
    It is checked whether there is another important task that has a complementary relationship with the important task extracted by the important task extraction unit, and the important task and another important task that has a complementary relationship are processed in different calculation units. a task dividing unit that divides the task so as to be calculated;
    An in-vehicle task division system with
  2.  前記タスク分割部は、前記重要タスクに対して、互いに補完関係になっている別の重要タスクがないと判断した場合、前記重要タスクをそれぞれ異なる演算部で演算できるように分割する
     請求項1に記載の車載タスク分割システム。
    According to claim 1, when the task dividing unit determines that there is no other important task that is complementary to the important task, the task dividing unit divides the important task so that each important task can be calculated by a different calculation unit. In-vehicle task division system described.
  3.  前記タスク分割部は、補完無しと判断された前記重要タスクをそれぞれ異なる演算部1で補完的に演算できるよう、一定の重複領域を持たせて分割する
     請求項2に記載の車載タスク分割システム。
    The in-vehicle task division system according to claim 2, wherein the task division section divides the important tasks determined to be non-complementary so that a certain overlapping area is provided so that each of the important tasks can be computed in a complementary manner by different computing sections 1.
  4.  前記車両の走行状況を判断する走行状況判断部を有し、
     前記重要タスク抽出部は、前記走行状況に基づいて、前記重要タスクを抽出する
     請求項1に記載の車載タスク分割システム。
    comprising a driving situation determination unit that determines the driving situation of the vehicle;
    The in-vehicle task division system according to claim 1, wherein the important task extraction unit extracts the important task based on the driving situation.
  5.  前記車両の走行状況が予め保存された走行状況保存部を有し、
     前記重要タスク抽出部は、前記走行状況に基づいて、前記重要タスクを抽出する
     請求項1に記載の車載タスク分割システム。
    comprising a driving situation storage section in which the driving situation of the vehicle is stored in advance;
    The in-vehicle task division system according to claim 1, wherein the important task extraction unit extracts the important task based on the driving situation.
  6.  前記タスク情報保持部は、複数の前記タスクに対して優先度を設定し、
     前記重要タスク抽出部は、前記優先度に基づいて、前記重要タスクを抽出する
     請求項1に記載の車載タスク分割システム。
    The task information holding unit sets priorities for the plurality of tasks,
    The in-vehicle task division system according to claim 1, wherein the important task extraction unit extracts the important tasks based on the priority.
  7.  前記優先度は、外界情報の認識、認識の統合結果に基づく判断、認識結果を統合する認知の順で設定される
     請求項6に記載の車載タスク分割システム。
    The in-vehicle task division system according to claim 6, wherein the priority is set in the order of recognition of external world information, judgment based on the integrated result of recognition, and recognition that integrates the recognition results.
  8.  前記タスク分割部が分割した前記重要タスクを複数の前記演算部に割り当てる演算部割り当て装置を備えた
     請求項1に記載の車載タスク分割システム。
    The in-vehicle task division system according to claim 1, further comprising a calculation unit allocation device that allocates the important task divided by the task division unit to a plurality of calculation units.
  9.  前記車両の複数の前記演算部のいずれか一つの演算部に搭載される
     請求項1に記載の車載タスク分割システム。
    The in-vehicle task division system according to claim 1, wherein the in-vehicle task division system is installed in any one of the plurality of arithmetic units of the vehicle.
  10.  車両に設けた複数の演算部で実行される複数のタスクの情報を取得する処理と、
     取得した複数の前記タスクから重要タスクを抽出する処理と、
     抽出した前記重要タスクに対して、互いに補完関係になっている別の重要タスクがあるか確認し、前記重要タスク及び補完関係にある別の重要タスクを互いに異なる演算部において演算されるように分割する処理と、
     を含む車載タスク分割方法。
    A process of acquiring information on a plurality of tasks executed by a plurality of calculation units provided in the vehicle;
    a process of extracting important tasks from the plurality of acquired tasks;
    Confirm whether there is another important task that has a complementary relationship with the extracted important task, and divide the important task and another important task that has a complementary relationship so that they are calculated in different calculation units. processing and
    In-vehicle task division method including.
PCT/JP2022/027107 2022-07-08 2022-07-08 Vehicle-mounted task division system and vehicle-mounted task division method WO2024009499A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/027107 WO2024009499A1 (en) 2022-07-08 2022-07-08 Vehicle-mounted task division system and vehicle-mounted task division method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/027107 WO2024009499A1 (en) 2022-07-08 2022-07-08 Vehicle-mounted task division system and vehicle-mounted task division method

Publications (1)

Publication Number Publication Date
WO2024009499A1 true WO2024009499A1 (en) 2024-01-11

Family

ID=89453205

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/027107 WO2024009499A1 (en) 2022-07-08 2022-07-08 Vehicle-mounted task division system and vehicle-mounted task division method

Country Status (1)

Country Link
WO (1) WO2024009499A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07121490A (en) * 1993-08-31 1995-05-12 Toshiba Corp Multiple processing system and program execution control method
JP2004295738A (en) * 2003-03-28 2004-10-21 Nec Corp Fault-tolerant computer system, program parallelly executing method and program
JP2019133291A (en) * 2018-01-30 2019-08-08 富士通株式会社 Information processing apparatus, information processing system and control program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07121490A (en) * 1993-08-31 1995-05-12 Toshiba Corp Multiple processing system and program execution control method
JP2004295738A (en) * 2003-03-28 2004-10-21 Nec Corp Fault-tolerant computer system, program parallelly executing method and program
JP2019133291A (en) * 2018-01-30 2019-08-08 富士通株式会社 Information processing apparatus, information processing system and control program

Similar Documents

Publication Publication Date Title
US9805598B2 (en) Management of mobile objects
US11256260B2 (en) Generating trajectories for autonomous vehicles
US9646493B2 (en) Management of moving objects
JP6801116B2 (en) Travel control device, vehicle and travel control method
US20230286519A1 (en) Endogenic protection method for function security and network security of sensing and decision-making module of intelligent connected vehicle
US11932244B2 (en) Apparatus and method for controlling autonomous driving of vehicle
US11693405B2 (en) Systems for implementing fallback behaviors for autonomous vehicles
CN111971724B (en) Action selection device, computer-readable storage medium, and action selection method
CN113924241B (en) Tracking vanishing object for autonomous vehicle
US20220327935A1 (en) Systems and methods for cooperatively managing mixed traffic at an intersection
CN114852079A (en) Behavior decision information generation method and device, electronic equipment and storage medium
JP2023065279A (en) Encoding of yielding scenario for autonomous system
JP2017001596A (en) Stop position setting device and method
CN114964286A (en) Trajectory planning information generation method and device, electronic equipment and storage medium
CN111788619B (en) In-vehicle device, information processing method, and computer-readable recording medium
WO2024009499A1 (en) Vehicle-mounted task division system and vehicle-mounted task division method
WO2023145491A1 (en) Driving system evaluation method and storage medium
WO2020202818A1 (en) Vehicle control device, vehicle control method, and program
WO2023145490A1 (en) Method for designing driving system and driving system
WO2023132092A1 (en) Vehicle control system
US20230194704A1 (en) Anomaly prioritization using dual-mode adaptive radar
US20230192092A1 (en) Interaction Auto-Labeling Using Spatial Overlap of Track Footprints For Mining Interactions
US20230204738A1 (en) Emulation of a lidar sensor using historical data collected by a lidar having different intrinsic attributes
WO2023188449A1 (en) Information processing device
WO2024150476A1 (en) Verification device and verification method

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: 22950293

Country of ref document: EP

Kind code of ref document: A1