WO2022215233A1 - Automatic sequence generation device, automatic sequence generation method, and program - Google Patents

Automatic sequence generation device, automatic sequence generation method, and program Download PDF

Info

Publication number
WO2022215233A1
WO2022215233A1 PCT/JP2021/014929 JP2021014929W WO2022215233A1 WO 2022215233 A1 WO2022215233 A1 WO 2022215233A1 JP 2021014929 W JP2021014929 W JP 2021014929W WO 2022215233 A1 WO2022215233 A1 WO 2022215233A1
Authority
WO
WIPO (PCT)
Prior art keywords
evaluation
sequence
hmi
data
unit
Prior art date
Application number
PCT/JP2021/014929
Other languages
French (fr)
Japanese (ja)
Inventor
克希 小林
宏治 田中
淳平 羽藤
Original Assignee
三菱電機株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to JP2023512610A priority Critical patent/JP7387061B2/en
Priority to PCT/JP2021/014929 priority patent/WO2022215233A1/en
Publication of WO2022215233A1 publication Critical patent/WO2022215233A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models

Definitions

  • the present disclosure relates to an automatic sequence generation device, an automatic sequence generation method, and a program for HMI (Human Machine Interface) of equipment.
  • HMI Human Machine Interface
  • a device In order for a device to automatically execute a series of actions, it needs information that defines the control structure of the action, that is, the sequence. To describe the sequence of device operations, the operation content, operating conditions, control method, etc. are combined, and the behavior tree expressed in a tree structure (Behavior Tree), the processing state of the device (for example, waiting for input, searching, etc.) State transition diagrams (state charts) expressed by the transitions of are widely used.
  • Behavior Tree the processing state of the device
  • the sequence of the HMI determines the usability of the device. . Therefore, it is important to consider usability when designing HMI sequences.
  • the conventional automatic sequence generation device described above does not evaluate the processing order of the device, which is the structure information of the sequence, in evaluating the sequence that is the individual of evolutionary computation. Therefore, when a conventional sequence automatic generation device is applied to HMI sequence generation for a device, there is a problem that a sequence may be generated that performs an operation that is not comfortable to use, although the target operation can be performed. .
  • the present disclosure has been made to solve the above-mentioned problems, and when automatically generating a sequence, the sequence is evaluated using the processing order of the device, which is the structural information of the sequence, and the human sensitivity index. By doing so, the object is to automatically generate an HMI sequence that performs operations that are comfortable to use.
  • the sequence automatic generation device is a sequence generator that generates a plurality of HMI sequences using specification information about the functions of a device to be controlled and environment information about the situation in which the device is used; HMI evaluation criteria data having one or more evaluation criteria defined by using structural information indicating the sequence processing order of the equipment and human sensitivity indices, and using the evaluation criteria to generate the plurality of HMIs.
  • an evaluation unit that evaluates the sequence of and assigns an evaluation value; an optimization unit that selects an HMI sequence using the evaluation value from the plurality of HMI sequences to which the evaluation value is assigned.
  • the sequence automatic generation method includes: a sequence generation step of generating a sequence of a plurality of HMIs using specification information about functions of a device to be controlled and environment information about the situation in which the device is used; HMI evaluation criteria data having one or more evaluation criteria defined by using structural information indicating the sequence processing order of the equipment and human sensitivity indices, and using the evaluation criteria to generate the plurality of HMIs. an evaluation step for evaluating the sequence of and assigning an evaluation value; and an optimization step of selecting an HMI sequence using the evaluation value from the plurality of HMI sequences to which the evaluation value is assigned.
  • FIG. 1 is a block configuration diagram of an automatic sequence generation device according to Embodiment 1;
  • FIG. 2 is a hardware configuration diagram of an automatic sequence generation device according to Embodiment 1.
  • FIG. 4 is a flow chart showing the operation of the sequence automatic generation device according to Embodiment 1.
  • FIG. 4 is an example of a behavior tree, which is an example of a sequence description format according to Embodiment 1.
  • FIG. It is an example of specification information and environment information in Embodiment 1.
  • FIG. 4 is an example of HMI evaluation criteria data in Embodiment 1.
  • FIG. 4 is a flow chart of a sequence evaluation procedure in Embodiment 1.
  • FIG. It is an example of evaluation based on the manipulated variable of the sequence in Embodiment 1.
  • FIG. 10 is a block configuration diagram of an automatic sequence generation device according to Embodiment 2; 10 is a flow chart showing the operation of the automatic sequence generation device according to Embodiment 2.
  • FIG. 11 is a block configuration diagram of an automatic sequence generation device according to Embodiment 3;
  • FIG. 1 is a block configuration diagram of an automatic sequence generation device showing the first embodiment.
  • the sequence automatic generation device 100 is composed of an input unit 1, a sequence generation unit 2, an HMI evaluation criterion 3, an evaluation unit 4, an optimization unit 5, and an output unit 6.
  • the input unit 1 receives specification information and environment information input from the outside of the automatic sequence generation device 100 .
  • the specification information is, for example, specification information relating to the HMI of the device, such as functions possessed by the device to be controlled and possible parameters.
  • Environmental information is, for example, the situation in which the equipment is used.
  • the sequence generation unit 2 generates a plurality of HMI sequences based on the specification information and environment information received from the input unit 1.
  • HMI evaluation criteria 3 stores a plurality of HMI evaluation criteria data defined using sequence structure information and human sensitivity indices.
  • the structural information of the sequence is information defined by, for example, the processing order of devices, the flow of processing, the sequence of operations, and the like.
  • the human sensitivity index is an index that expresses the subjective and intuitive reaction of human senses, such as the degree of feeling natural (or unnatural) to the person, the degree of comfort (or discomfort) to the person, etc. .
  • the evaluation criteria in the HMI evaluation criteria data are used to evaluate the multiple HMI sequences generated by the sequence generator 2 .
  • This evaluation criterion is defined using a human sensibility index, and is set, for example, to conditions that make the HMI comfortable to use (feeling natural to people, easy to use, and comfortable).
  • the evaluation unit 4 receives the sequences generated by the sequence generation unit 2, evaluates each sequence while referring to the HMI evaluation criteria data output by the HMI evaluation criteria 3, and assigns an evaluation value to each sequence.
  • the evaluation value is, for example, a positive value normalized to 1.0 or less. In other words, it is an uncomfortable HMI sequence.
  • the evaluation value does not have to be normalized as long as sequence evaluation is possible.
  • the evaluation value is not limited to a numerical value as long as it has a format that allows sequence evaluation.
  • the rating values may be ranked alphabetically (eg, "A" being the highest rating, "Z" being the lowest rating, etc.).
  • the optimization unit 5 receives a plurality of HMI sequences to which evaluation values are assigned from the evaluation unit 4, and performs processing for selecting sequences with high evaluation values.
  • the optimization unit 5 changes the internal state of the sequence (eg, parameter conditions related to each of the device specification information, the environment information, and the device structural information, etc.) using, for example, evolutionary calculation.
  • the evaluation value of the entire sequence is increased by repeating the process of correcting, passing the sequence after the internal state change to the evaluation unit 4 again, and performing the evaluation again a certain number of times or until a predetermined convergence condition is reached. Also process.
  • the output unit 6 selects a sequence finally obtained as a result of the alternation of generations from among a plurality of sequences with increased evaluation values in the optimization unit 5, and outputs the selected sequence to the outside.
  • Each configuration of the sequence automatic generation device 100 shown in FIG. 1 can be realized by a computer, which is an information processing device with a built-in CPU (Central Processing Unit).
  • a computer with a built-in CPU is, for example, a stationary computer such as a personal computer or a server computer, a portable computer such as a smartphone or a tablet computer, or an embedded vehicle system such as an autonomous vehicle driving system or a car navigation system. and SoC (System on Chip).
  • SoC System on Chip
  • each configuration of the sequence automatic generation device 100 shown in FIG. 1 is an LSI (Large scale integrated circuit). Further, each configuration of the sequence automatic generation device 100 shown in FIG. 1 may be a combination of a computer and an LSI.
  • FIG. 2 is a block diagram showing an example of the hardware configuration of the sequence automatic generation device 100 configured using an information processing device such as a computer.
  • the sequence automatic generation device 100 includes a memory 11, a processor 12 containing a CPU (not shown), a recording medium 13, an input device 14, an output device 15, and a signal path 16 such as a bus.
  • the memory 11 serves as a program memory for storing various programs, a work memory used when the processor 12 performs data processing, a memory for developing signal data, and the like, for realizing the sequence automatic generation processing of the first embodiment.
  • Storage means such as ROM (Read Only Memory) and RAM (Random Access Memory) to be used.
  • the memory 11 can store programs and data for the sequence generation unit 2, HMI evaluation criteria 3, evaluation unit 4, and optimization unit 5. In addition, the memory 11 can store intermediate data generated by the processing of each unit.
  • the processor 12 uses the CPU and the RAM in the memory 11 as working memory, and operates according to a computer program (that is, an automatic sequence generation program) read from the ROM in the memory 11 via the signal path 16. do.
  • a computer program that is, an automatic sequence generation program
  • the processor 12 reads programs and data corresponding to each process of the sequence generation unit 2, HMI evaluation criteria 3, evaluation unit 4, and optimization unit 5 from the memory 11, and processes them by the CPU.
  • the program for automatic sequence generation processing shown in the first embodiment can be executed.
  • the recording medium 13 is used to store various data such as various setting data and signal data for the processor 12 .
  • the recording medium 13 for example, it is possible to use a volatile memory such as a RAM, or a non-volatile memory such as a removable HDD (Hard Disk Drive) or SSD (Solid State Drive).
  • the recording medium 13 contains, for example, a boot program including an OS (Operating System), a program for automatic sequence generation processing, initial state and various setting data, constant data for control, a database for HMI evaluation criteria 3, and equipment specification information.
  • OS Operating System
  • various data such as environment information and error information logs can be accumulated.
  • Various data in the memory 11 can also be stored in the recording medium 13 .
  • the input device 14 corresponds to the input unit 1 and is input means for inputting specification information and environment information, which are external data, into the sequence generation device 100 .
  • the input device 14 is composed of a communication interface for wired or wireless communication.
  • the input device 14 is composed of an input interface such as a keyboard, touch panel, or mouse. It should be noted that the input device 14 can be omitted when the external data is input using the recording medium 13 described above.
  • the output device 15 corresponds to the output unit 6 and is output means for presenting the obtained sequence, which is the result of the processing of the sequence automatic generation device 100 .
  • the output device 15 is configured with a communication interface for wired or wireless communication, but this communication interface can also be shared with the input device 14 .
  • the output device 15 is configured with a display interface such as a display. It should be noted that the output device 15 can be omitted when the sequence obtained by using the recording medium 13 described above is output.
  • the output device 15 sequentially receives sequences in the middle of optimization in the optimization unit 5 and displays them on the display interface. By displaying the sequence in the middle of optimization, it is possible to visualize whether the optimization process is progressing correctly (that is, whether it has converged), which has the effect of improving the efficiency of automatic sequence generation.
  • the program for executing the automatic sequence generation device 100 may be stored in a storage means inside the computer that executes the software program, or may be stored in a computer-readable external storage medium such as a disk medium or a flash memory. It may be held in a form distributed by the computer, and may be read and operated when the computer is started. It is also possible to acquire programs from other computers through a wired or wireless network such as a LAN (Local Aera Network).
  • LAN Local Aera Network
  • the program that executes the sequence automatic generation device 100 can be combined on software with a program that is executed externally, for example, a program that controls mobile equipment (for example, an autonomous operation control program), and run on the same computer. is also possible. Alternatively, distributed processing on multiple computers is also possible.
  • a mobile device such as a vehicle will be described as an example of a device to be controlled.
  • the vehicle or the like is, for example, a vehicle such as an automobile, an electric wheelchair, a PMV (Personal Mobility Vehicle), or a two-wheeled vehicle.
  • FIG. 3 is a flow chart showing the operation of the first embodiment. It should be noted that "unit” in each step below may be read as “step”, “processing”, or "process”.
  • Non-Patent Document 1 can be used as the format of the sequence of operations of the device or system.
  • BT is a format that expresses sequence structural information in a tree structure that combines various nodes representing operation details, operating conditions, and control methods. Run with
  • FIG. 4 An example of BT notation is shown in FIG.
  • four types of nodes are connected in a tree structure: an Action node representing operation details, a Condition node representing operation conditions, a Selector (or Fallback) node representing control methods, and a Sequence node. Any node returns two types of success or failure to the parent node. It is also possible to define Running in an asynchronous system.
  • the Action node represents the execution of the device or system action itself, such as displaying on the screen, sending out a guidance sound, or tilting the traveling direction of the vehicle body to the right. Basically, after execution, it returns Success to the parent node.
  • the Condition node returns success to the parent node if the predetermined conditions are met, and failure if not.
  • the predetermined condition for example, the time is before 12:00, the number of passengers is 1, and the like.
  • the Selector node and Sequence node define the control method.
  • the Selector node evaluates the child nodes in order from the left, and if there is even one successful child node, returns success to the parent node and terminates the process. If all child nodes fail, return failure to the parent node.
  • the Sequence node evaluates the child nodes in order from the left, and if there is even one failed child node, returns failure to the parent node and terminates the process. If all child nodes succeed, return success to the parent node.
  • BT in FIG. 4 The operation of BT in FIG. 4 will be specifically described.
  • processing is started from a Selector node (ND1), which is the root, and a Sequence node (ND2), which is a left child node, is visited.
  • the Sequence node (ND2) evaluates the Condition node (ND3), which is the left child node. If the Condition node (ND3) satisfies Condition 1, it returns success to its parent node, the Sequence node (ND2).
  • the Sequence node (ND2) returns success to the parent node, the Selector node (ND1), because all child nodes are successful. Since the Sequence node (ND1) succeeds in one child node, the subsequent processing is not performed and the processing of one sequence ends.
  • Condition node (ND3) does not satisfy Condition 1
  • failure is returned to the Sequence node (ND2).
  • the Sequence node (ND2) returns failure to the Selector node (ND1) because one child node fails.
  • the Selector node (ND1) visits the right child node, the Sequence node (ND5).
  • GE Grammatical Evolution
  • Non-Patent Document 2 is one of the evolutionary calculation methods described in Non-Patent Document 2
  • the evolutionary computation method is not limited to GE, and a known evolutionary computation method such as genetic programming may be used.
  • BNF Backus-Naur Form
  • step ST1 the input unit 1 acquires HMI specification information and environmental information of the device to be controlled.
  • FIG. 5A shows an example of specification information
  • FIG. 5B shows an example of environment information.
  • the specification information indicates, for example, functions possessed by the device, parameters that the functions can take, and the like.
  • these are mainly the information that is the base of the Action node.
  • the functions include control of the main body of the mobile device such as acceleration, deceleration, right and left turns of the vehicle body, and transmission of information to passengers such as telop display and guidance sound transmission.
  • the parameter is a value that each function can take, such as acceleration, deceleration speed, and angle to be changed when turning right or left.
  • the ON/OFF of the function itself such as the display/non-display of a telop or the presence/absence of transmission of a guidance sound, can also be used as a parameter.
  • environment information refers to the surrounding environment in which the mobile device is used, information about the user operating the mobile device, parameters that these information can take, and the like.
  • environmental information includes observation data such as weather, time, and temperature, peripheral sensing data such as target positions and distances to obstacles, and user sensing data such as anxiety levels.
  • the parameter is a discrete value such as time (for example, morning/noon/evening/night in the table), it can be a continuous physical quantity such as temperature (for example, -10°C to 40°C in the table). or sensing data such as coordinates or distance.
  • the specification information and the environment information are not limited to the above. Data that can be obtained using the user as an information source may be included. Also, the specification information may be changed in chronological order or according to environmental information. That is, the available functions or possible parameter values may change from moment to moment, or may change according to the environment such as a busy place, a place with few people, a wide road, a narrow road, and the like.
  • step ST2 the sequence generator 2 automatically generates a plurality of sequences using the input specification information and environment information (step ST2). This corresponds to the initial population generation process in evolutionary computation.
  • the specification information and environment information acquired in step ST1 in BNF by embedding the specification information and environment information acquired in step ST1 in BNF, the specification information and environment information can be reflected in the generated BT.
  • An example of BNF is shown in Formula (1).
  • the ⁇ action> tag is converted to an Action node, and the ⁇ condition> tag is converted to a Condition node.
  • the specific contents of each node are the ⁇ act_contents> tag and the ⁇ cond_contents> tag, respectively.
  • a known test case enumeration method such as an orthogonal table can be used.
  • parameters that are continuous values can be discretized, quantized, or abstracted.
  • equivalence partitioning or predefined threshold processing can be used.
  • FIG. 6 shows an example of HMI evaluation criteria data.
  • the evaluation criterion data shown in FIG. 6 includes an ID representing a sequence pattern number, a sequence pattern for obtaining a partial sequence to which the criterion is applied from the sequence to be evaluated, and a partial sequence that feels natural to humans ( and an evaluation criterion for determining whether the conditions for an HMI that is easy to use, pleasant to use, and comfortable are satisfied.
  • the HMI evaluation criteria data only needs to include a sequence pattern and evaluation criteria for determining whether the conditions for HMI that feels natural to humans are satisfied. You may
  • FIG. 7 shows a flow chart of the sequence evaluation, which is the internal processing of step ST3.
  • step ST11 it is determined whether or not there is an unreferenced HMI evaluation criterion (step ST11). If unreferenced HMI evaluation criteria data exists (Yes in step ST11), the sequence pattern of the unreferenced evaluation criteria is compared with the sequence to be evaluated (step ST12). If there is no unreferenced HMI evaluation criteria data (No in step ST11), the process ends.
  • step ST13 After the matching process in step ST12, it is determined in step ST13 whether or not the sequence to be evaluated includes a partial sequence that matches the sequence pattern (step ST13). If the sequence to be evaluated includes a partial sequence, it is acquired (Yes in step ST13). If the partial sequence is not included, the process returns to step ST11 (No in step ST13).
  • the sequence pattern of ID1 in the HMI evaluation criteria data shown in FIG. 6 is a child node of the Sequence node (acquired as a wildcard "*"), and the child node acquires an Action related to mobile device control.
  • the definition of the actual sequence pattern and the acquisition of the partial sequence may use pattern matching of the graph or search for the same type of partial graph, in addition to the regular expression of the ID1 sequence pattern.
  • step ST14 it is determined whether or not the partial sequence obtained in the process of step ST13 satisfies the evaluation criteria (step ST14). If the evaluation criteria are satisfied (Yes in step ST14), a high evaluation value (for example, 0.8) is set for the sequence (step ST15). If the evaluation criteria are not satisfied (No in step ST14), a low evaluation value (for example, 0.2) is set for the sequence (step ST16). After the processing of steps ST15 and ST16, the process returns to step ST11.
  • a high evaluation value for example, 0.8
  • step ST16 a low evaluation value
  • step ST14 When applied to evolutionary calculation, the process of step ST14 gives a high fitness to a sequence that satisfies the evaluation criteria, and a low fitness to a sequence that does not satisfy the evaluation criteria. Equivalent to feedback.
  • the actual evaluation criteria may be defined based on universal human characteristics such as design principles, known knowledge such as universal design, or indices of comfort and discomfort.
  • FIG. 8 is an example of evaluation based on the operation amount of the mobile device when moving to the left front target according to the evaluation criterion ID1.
  • the evaluation criterion ID1 is defined based on the property that a person "feels naturally or comfortably" that a mobile device (vehicle in which he or she rides) moves smoothly. In other words, it is defined based on the property that a person "feels uncomfortable or uneasy about using" a mobile device that operates suddenly.
  • BT shown in FIG. 8(a) is a sequence of decelerating at 10 km/h after a 90-degree left turn. When this is illustrated, the mobile device operates as shown in FIG. 8(b).
  • BT shown in FIG. 8(c) is a sequence in which the vehicle first turns left at 45 degrees, then decelerates at 5 km/h, then turns left at 45 degrees, and decelerates at 5 km/h. When this is illustrated, the mobile device operates as shown in FIG. 8(d).
  • the mobile equipment decelerates to the same speed while moving to the target.
  • BT in FIG. 8(a) has a large amount of change in traveling direction and speed by one action, while BT in FIG. 8(c) changes step by step. That is, the BT in FIG. 8(a) controls the mobile device with a sharp motion, and the BT in FIG. 8(c) controls it with a smooth motion.
  • a low evaluation value for example, 0.2
  • 0.8 is set for the BT of FIG.
  • FIG. 9 is an example of evaluation based on HMI timing using evaluation criteria ID2.
  • the evaluation criterion ID2 is defined based on the timing of presentation of information notifying that the mobile device (vehicle in which the user rides) moves. Specifically, it is defined based on the property that, unless information is presented before the vehicle in which the person has boarded starts to move, the effect of information presentation is low and the person feels unnatural.
  • BT in FIG. 9(a) sends a guidance sound after turning left.
  • the mobile device operates as shown in FIG. 9(b).
  • the BT in FIG. 9(c) makes a left turn after sending out the guidance sound.
  • the mobile device operates as shown in FIG. 9(d).
  • Both BTs perform two operations, turning left and transmitting guidance sound, but since the BT in FIG. , 0.2) are set.
  • BT in FIG. 9(c) is set to a high evaluation value (for example, 0.8) because it starts to operate after transmitting the guidance sound.
  • FIG. 10 is an example of evaluation based on the order in which modal information is presented, using evaluation criteria ID3.
  • the evaluation criterion ID3 is defined based on the human cognitive load when information is presented using a plurality of modals, such as visual information and auditory information. Specifically, it was defined based on the property that the way of presentation that goes back and forth between modals has a high cognitive load and makes people uncomfortable to use.
  • BT in FIG. 10(a) actions related to visual modal and auditory modal appear alternately, so a low evaluation value (eg, 0.2) is set according to evaluation criterion ID3.
  • BT in FIG. 10(b) performs an action related to the visual modal after the action related to the auditory modal.
  • the actions themselves are the same as those in FIG. 10A, but a high evaluation value (for example, 0.8) is set because the modals are in a unified processing order.
  • step ST4 the optimization unit 5 performs an optimization process of selecting (searching for) a sequence with a high evaluation value using each sequence assigned an evaluation value in step ST3.
  • This corresponds to the processing of performing various operations such as selection, crossover, and mutation in evolutionary computation.
  • the object of operation ie, an individual
  • BT a sequence
  • various calculations are performed using the genetic information of the individual used to generate the BT in step ST2 described above.
  • the selection algorithm is such that, for example, the BT of an individual with a high evaluation value is likely to be selected, while the BT of an individual with a low evaluation value is less likely to be selected.
  • any known algorithm in evolutionary calculation such as replacement method may be used.
  • the BNF of step ST2 described above is used, but the BNF may be modified to generate BTs with properties different from those of the initial population. If the above optimization processing is applied to the process of evolutionary calculation, some excellent BTs with high evaluation values are left in the current generation, and the information of these excellent BTs is used to create next-generation BTs. On the other hand, by eliminating (selecting) BTs with low evaluation values in that generation, BTs are brought closer to ideal BTs each time the generation is updated. This corresponds to processing for increasing the evaluation value of the entire sequence.
  • step ST5 it is determined whether or not the optimization process in step ST4 has converged, that is, whether or not the convergence condition is satisfied (step ST5). If the convergence condition is satisfied (Yes in step ST5), the process proceeds to step ST6. If the convergence condition is not satisfied (No in step ST5), each sequence obtained by the optimization process is transferred again to the evaluation unit 4, and the process of step ST3 is repeated.
  • the convergence condition in step ST5 can be, for example, the case where the average of fitness (that is, evaluation value) of all individuals exceeds a predetermined threshold.
  • a method generally used in evolutionary computation such as that the maximum fitness among all individuals does not change for a certain period of time, or that the process is simply repeated a certain number of times, can be applied.
  • step ST6 the output unit 6 acquires one sequence that is the optimum individual (that is, the sequence finally obtained as a result of generational change) and outputs it to the outside or presents it to a person.
  • the sequence automatic generation device when a sequence is automatically generated, based on the sequence structure information, such as the processing order of the device, the flow of processing, the arrangement of actions, etc., the human sensitivity index , is configured to use HMI evaluation criteria data defined by whether it is natural and comfortable for humans. Therefore, the sequence automatic generation device according to the first embodiment can automatically generate an HMI sequence that performs actions that are natural and comfortable for humans.
  • FIG. 11 is a block configuration diagram of an automatic sequence generation device showing the second embodiment.
  • FIG. 11 a configuration different from that in FIG.
  • the same reference numerals as in FIG. 1 denote the same or corresponding parts.
  • the evaluation criterion selection unit 7 instructs the evaluation unit 4 to select which evaluation criterion from among the HMI evaluation criterion data. to apply or select.
  • FIG. 12 is a flowchart representing the operation of the second embodiment. Except that the process of step ST7 is added to the flowchart of the first embodiment shown in FIG. 4, the process is the same as that of the first embodiment, so the explanation of the operation unrelated to step ST7 will be omitted.
  • the evaluation criterion selection unit 7 selects HMI evaluation criterion data to be used for evaluation of the target HMI based on the input information received from the input unit 1 (for example, peripheral information that is a type of environmental information). do.
  • FIG. 13 is an example of HMI evaluation criteria data according to the second embodiment. In FIG. 13, a peripheral information column is added as compared with the HMI evaluation criteria data shown in FIG. 6, and the right evaluation criteria are selected according to the peripheral information.
  • the peripheral information shown in FIG. 13 is the presence or absence of obstacles around the environment in which the mobile device is operating. If there are no obstacles around the mobile device, a sequence in which the device moves smoothly to the target in terms of speed and direction will have a high evaluation value. On the other hand, when there is an obstacle around the mobile device, the closer the mobile device in which the person rides (that is, the vehicle) is to the obstacle, the more the person feels uneasy. At this time, priority should be given to the evaluation of the sequence whether or not the mobile device moves to avoid obstacles.
  • the HMI evaluation criteria data is selected or changed according to the operation criteria (for example, obstacle avoidance behavior) based on the peripheral information. In this way, by switching the sequence evaluation method according to the peripheral information, it is possible to perform an evaluation that is more suitable for the actual environment.
  • peripheral information is given as an example of the situation in which the device operates, and presence or absence of obstacles around the environment in which the mobile device operates is given as an example of the peripheral information.
  • the peripheral information may include road surface conditions in the traveling direction of the mobile device (eg, unevenness of the road surface, paved road surface, frozen road surface, inclination angle of the road surface, etc.).
  • the operating conditions of the device can be appropriately set according to the specification information and environmental information of the mobile device.
  • the evaluation criterion selection unit is configured to switch the evaluation criterion of the sequence according to the peripheral information. Therefore, the sequence automatic generation apparatus according to the second embodiment can perform evaluation more suitable for the actual environment, and can automatically generate an HMI sequence that performs operations that are natural and comfortable for humans. It becomes possible.
  • the evaluation criterion selection unit 7 may learn or sequentially update the HMI evaluation criterion data corresponding to the peripheral information based on the sequence evaluation result in the evaluation unit 4 .
  • FIG. 14 is a block configuration diagram of an automatic sequence generation device showing the third embodiment.
  • the configuration different from that in FIG. 11 is that the evaluation unit 4 passes output information to the evaluation criteria selection unit 7, and the evaluation criteria selection unit 7 can access the HMI evaluation criteria 3.
  • the same reference numerals as in FIG. 11 denote the same or corresponding parts.
  • the evaluation unit 4 After calculating the evaluation value of the sequence, the evaluation unit 4 outputs the evaluation value of each sequence to the evaluation criterion selection unit 7 .
  • the evaluation criterion selection unit 7 refers to the evaluation values of each sequence, and, for example, if the variance of the evaluation values according to a certain evaluation criterion is smaller than a predetermined threshold value, it determines that individual differences have not been sufficiently evaluated,
  • the HMI evaluation criteria data in the HMI evaluation criteria 3 is learned (eg, switching to another evaluation criteria, modifying the evaluation criteria, etc.).
  • the sequence evaluation results are used to learn (update) the peripheral information and the corresponding HMI evaluation criteria data. Therefore, the automatic sequence generation device according to the third embodiment can improve the accuracy of automatic generation of HMI sequences that perform actions that are natural and comfortable for humans.
  • BT is used as an example of a sequence format
  • evolutionary computation especially GE
  • GE is used as an example of a framework for automatic sequence generation
  • the present invention is not limited to these. That is, as long as the same functions and effects can be obtained, it may be used as a form using it, or another known format such as a state chart, or a known framework such as a genetic algorithm may be used.
  • mobile equipment has been described as an example of equipment to be controlled, but for example, home appliances (televisions, air conditioners, etc.), transportation equipment (elevators, etc.), manufacturing equipment (industrial robots, factory production equipment), etc., HMI It can also be applied to other devices with
  • any component of the embodiment can be modified, or any component of the embodiment can be omitted.

Abstract

The purpose of the present invention is to automatically generate an HMI sequence that carries out an operation having good usability by, when automatically generating the sequence, evaluating the sequence using an order of processing of a machine, which is structure information of the sequence, and a sensitivity indicator of a person. The present invention comprises: a sequence generation unit (2) that generates a plurality of HMI sequences using specification information relating to a function possessed by a machine that is a control target and environment information relating to the conditions in which the machine is used; an evaluation unit (4) that references HMI evaluation criteria data (3) having one or more evaluation criteria defined using structure information representing an order of processing of the sequence of the machine and a sensitivity indicator of a person, and that evaluates and gives evaluation values to the plurality of HMI sequences using the one or more evaluation criteria; and an optimization unit (5) that uses the evaluation values to select an HMI sequence from among the plurality of HMI sequences that have been given evaluation values.

Description

シーケンス自動生成装置、シーケンス自動生成方法およびプログラムAUTOMATIC SEQUENCE GENERATOR, AUTOMATIC SEQUENCE GENERATION METHOD AND PROGRAM
 本開示は、機器のHMI(Human Machine Interface)のシーケンス自動生成装置、シーケンス自動生成方法およびプログラムに関する。 The present disclosure relates to an automatic sequence generation device, an automatic sequence generation method, and a program for HMI (Human Machine Interface) of equipment.
 機器が一連の動作を自動的に実行するには、動作の制御構造を定義する情報、即ちシーケンスが必要である。機器の動作のシーケンスを記述するには、動作内容と動作条件、制御方式等を組み合わせ、木構造で表現するビヘイビアツリー(Behavior Tree)、機器の処理状態(例えば、入力待ち、検索中、など)の遷移で表現する状態遷移図(ステートチャート(State Chart))等が広く活用されている。 In order for a device to automatically execute a series of actions, it needs information that defines the control structure of the action, that is, the sequence. To describe the sequence of device operations, the operation content, operating conditions, control method, etc. are combined, and the behavior tree expressed in a tree structure (Behavior Tree), the processing state of the device (for example, waiting for input, searching, etc.) State transition diagrams (state charts) expressed by the transitions of are widely used.
 従来、このようなシーケンスは設計者が人手で記述し、プログラミングにより作成していた。一方、AI(Artificial Intelligence)技術、IoT(Internet of Things)技術の普及により、様々な情報を統合した複雑な制御設計が求められており、シーケンスを人手で書き下すコストが増大している。このため、シーケンスの自動生成技術の必要性が高まっている。 Conventionally, such sequences were manually written by designers and created by programming. On the other hand, with the spread of AI (Artificial Intelligence) technology and IoT (Internet of Things) technology, complex control design that integrates various information is required, and the cost of manually writing down sequences is increasing. Therefore, there is an increasing need for an automatic sequence generation technique.
 これらの課題に対して、従来のシーケンス自動生成装置では、大規模かつ複雑な、あるいは処理内容の記述が困難な問題であっても、進化計算に基づいて自動的にシーケンスを生成する技術を開示している(例えば、特許文献1参照)。
To address these issues, we have disclosed a technology that automatically generates sequences based on evolutionary computation, even for problems that are large and complex, or for which it is difficult to describe the processing details of conventional automatic sequence generators. (See, for example, Patent Document 1).
特許第6663873号公報Japanese Patent No. 6663873
 家電機器、車載機器、移動機器など、ユーザが直接操作したり機器の動作が直接ユーザへフィードバックしたりする、即ちHMIを有する機器においては、HMIのシーケンスが機器のユーザビリティ(使い心地)を決定付ける。このため、HMIのシーケンスの設計に際しては、ユーザビリティの観点も考慮することが重要である。 In devices such as home appliances, in-vehicle devices, mobile devices, etc., which are operated directly by the user and whose operation is directly fed back to the user, that is, in devices having an HMI, the sequence of the HMI determines the usability of the device. . Therefore, it is important to consider usability when designing HMI sequences.
 しかしながら、上記した従来のシーケンス自動生成装置では、進化計算の個体となるシーケンスの評価において、シーケンスの構造情報である、機器の処理順序に関する評価は行っていない。このため、従来のシーケンス自動生成装置を機器のHMIのシーケンス生成に適用すると、目標の動作は行うことはできるが、使い心地の悪い動作を行うシーケンスが生成される可能性が生じる問題があった。 However, the conventional automatic sequence generation device described above does not evaluate the processing order of the device, which is the structure information of the sequence, in evaluating the sequence that is the individual of evolutionary computation. Therefore, when a conventional sequence automatic generation device is applied to HMI sequence generation for a device, there is a problem that a sequence may be generated that performs an operation that is not comfortable to use, although the target operation can be performed. .
 本開示は、上述の課題を解決するためになされたものであり、シーケンスを自動生成する際、シーケンスの構造情報である機器の処理順序と、人の感性指標とを用いてシーケンスの評価を行うことで、使い心地の良い動作を行うHMIのシーケンスを自動生成することを目的とする。 The present disclosure has been made to solve the above-mentioned problems, and when automatically generating a sequence, the sequence is evaluated using the processing order of the device, which is the structural information of the sequence, and the human sensitivity index. By doing so, the object is to automatically generate an HMI sequence that performs operations that are comfortable to use.
 本開示に係るシーケンス自動生成装置は、
制御対象となる機器が有する機能に関する仕様情報と、当該機器が使用される状況に関する環境情報とを用いて、複数のHMIのシーケンスを生成するシーケンス生成部と、
前記機器のシーケンスの処理順序を示す構造情報と、人の感性指標とを用いて定義された1つ以上の評価基準を有するHMI評価基準データを参照し、当該評価基準を用いて前記複数のHMIのシーケンスの評価を行い、評価値を付与する評価部と、
前記評価値を付与された前記複数のHMIのシーケンスから、前記評価値を用いてHMIのシーケンスを選択する最適化部、を備えるものである。
The sequence automatic generation device according to the present disclosure is
a sequence generator that generates a plurality of HMI sequences using specification information about the functions of a device to be controlled and environment information about the situation in which the device is used;
HMI evaluation criteria data having one or more evaluation criteria defined by using structural information indicating the sequence processing order of the equipment and human sensitivity indices, and using the evaluation criteria to generate the plurality of HMIs. an evaluation unit that evaluates the sequence of and assigns an evaluation value;
an optimization unit that selects an HMI sequence using the evaluation value from the plurality of HMI sequences to which the evaluation value is assigned.
 また、本開示に係るシーケンス自動生成方法は、
制御対象となる機器が有する機能に関する仕様情報と、当該機器が使用される状況に関する環境情報とを用いて、複数のHMIのシーケンスを生成するシーケンス生成ステップと、
前記機器のシーケンスの処理順序を示す構造情報と、人の感性指標とを用いて定義された1つ以上の評価基準を有するHMI評価基準データを参照し、当該評価基準を用いて前記複数のHMIのシーケンスの評価を行い、評価値を付与する評価ステップと、
前記評価値を付与された前記複数のHMIのシーケンスから、前記評価値を用いてHMIのシーケンスを選択する最適化ステップ、を備えるものである。
Further, the sequence automatic generation method according to the present disclosure includes:
a sequence generation step of generating a sequence of a plurality of HMIs using specification information about functions of a device to be controlled and environment information about the situation in which the device is used;
HMI evaluation criteria data having one or more evaluation criteria defined by using structural information indicating the sequence processing order of the equipment and human sensitivity indices, and using the evaluation criteria to generate the plurality of HMIs. an evaluation step for evaluating the sequence of and assigning an evaluation value;
and an optimization step of selecting an HMI sequence using the evaluation value from the plurality of HMI sequences to which the evaluation value is assigned.
 本開示によれば、使い心地の良い動作を行うHMIのシーケンスを自動生成できる効果を有する。
According to the present disclosure, there is an effect that it is possible to automatically generate an HMI sequence that performs operations that are comfortable to use.
実施の形態1におけるシーケンス自動生成装置のブロック構成図である。1 is a block configuration diagram of an automatic sequence generation device according to Embodiment 1; FIG. 実施の形態1におけるシーケンス自動生成装置のハードウェア構成図である。2 is a hardware configuration diagram of an automatic sequence generation device according to Embodiment 1. FIG. 実施の形態1におけるシーケンス自動生成装置の動作を表すフローチャートである。4 is a flow chart showing the operation of the sequence automatic generation device according to Embodiment 1. FIG. 実施の形態1におけるシーケンスの記述形式の一例であるビヘイビアツリーの例である。4 is an example of a behavior tree, which is an example of a sequence description format according to Embodiment 1. FIG. 実施の形態1における仕様情報、環境情報の一例である。It is an example of specification information and environment information in Embodiment 1. FIG. 実施の形態1におけるHMI評価基準データの一例である。4 is an example of HMI evaluation criteria data in Embodiment 1. FIG. 実施の形態1におけるシーケンス評価手順のフローチャートである。4 is a flow chart of a sequence evaluation procedure in Embodiment 1. FIG. 実施の形態1におけるシーケンスの操作量に基づく評価の一例である。It is an example of evaluation based on the manipulated variable of the sequence in Embodiment 1. FIG. 実施の形態1におけるシーケンスの動作タイミングに基づく評価の一例である。It is an example of evaluation based on the operation timing of the sequence in Embodiment 1. FIG. 実施の形態1におけるシーケンスのモーダル情報の順列に基づく評価の一例である。It is an example of evaluation based on the permutation of the modal information of the sequence in Embodiment 1. FIG. 実施の形態2におけるシーケンス自動生成装置のブロック構成図である。FIG. 10 is a block configuration diagram of an automatic sequence generation device according to Embodiment 2; 実施の形態2におけるシーケンス自動生成装置の動作を表すフローチャートである。10 is a flow chart showing the operation of the automatic sequence generation device according to Embodiment 2. FIG. 実施の形態2におけるHMI評価基準データの一例である。It is an example of HMI evaluation criteria data in Embodiment 2. FIG. 実施の形態3におけるシーケンス自動生成装置のブロック構成図である。FIG. 11 is a block configuration diagram of an automatic sequence generation device according to Embodiment 3;
実施の形態1.
《1-1》構成
 実施の形態1におけるシーケンス自動生成装置について図1~図10を用いて説明する。図1は、本実施の形態1を示すシーケンス自動生成装置のブロック構成図である。
Embodiment 1.
<<1-1>> Configuration The automatic sequence generation device according to the first embodiment will be described with reference to FIGS. 1 to 10. FIG. FIG. 1 is a block configuration diagram of an automatic sequence generation device showing the first embodiment.
 図1において、シーケンス自動生成装置100は、入力部1と、シーケンス生成部2と、HMI評価基準3と、評価部4と、最適化部5と、出力部6とで構成される。 In FIG. 1, the sequence automatic generation device 100 is composed of an input unit 1, a sequence generation unit 2, an HMI evaluation criterion 3, an evaluation unit 4, an optimization unit 5, and an output unit 6.
 入力部1は、シーケンス自動生成装置100の外部より入力される仕様情報および環境情報を受け取る。ここで仕様情報は、例えば、制御対象となる機器が有する機能、取りうるパラメータ等の機器のHMIに関する仕様情報である。環境情報は、例えば、機器を使用する状況である。 The input unit 1 receives specification information and environment information input from the outside of the automatic sequence generation device 100 . Here, the specification information is, for example, specification information relating to the HMI of the device, such as functions possessed by the device to be controlled and possible parameters. Environmental information is, for example, the situation in which the equipment is used.
 シーケンス生成部2は、入力部1から受け取った仕様情報および環境情報に基づいて、HMIのシーケンスを複数生成する。 The sequence generation unit 2 generates a plurality of HMI sequences based on the specification information and environment information received from the input unit 1.
 HMI評価基準3は、シーケンスの構造情報と、人の感性指標とを用いて定義された、複数のHMI評価基準データを格納する。ここで、シーケンスの構造情報は、例えば、機器の処理順序、処理の流れ、動作の並び、などで定義された情報である。また、人の感性指標は、例えば、人にとって自然(あるいは不自然)と感じる度合い、人にとって快適(あるいは不快)と感じる度合いなど、人の感覚の主観的、直感的な反応を表す指標である。HMI評価基準データにおける評価基準は、シーケンス生成部2で生成された複数のHMIのシーケンスを評価するために用いられる。この評価基準は、人の感性指標を用いて定義され、例えば、使い心地の良い(人にとって自然と感じる、使い勝手の良い、快適な)HMIとなる条件に設定される。 HMI evaluation criteria 3 stores a plurality of HMI evaluation criteria data defined using sequence structure information and human sensitivity indices. Here, the structural information of the sequence is information defined by, for example, the processing order of devices, the flow of processing, the sequence of operations, and the like. In addition, the human sensitivity index is an index that expresses the subjective and intuitive reaction of human senses, such as the degree of feeling natural (or unnatural) to the person, the degree of comfort (or discomfort) to the person, etc. . The evaluation criteria in the HMI evaluation criteria data are used to evaluate the multiple HMI sequences generated by the sequence generator 2 . This evaluation criterion is defined using a human sensibility index, and is set, for example, to conditions that make the HMI comfortable to use (feeling natural to people, easy to use, and comfortable).
 評価部4は、シーケンス生成部2から生成されたシーケンスを受け取り、HMI評価基準3が出力するHMI評価基準データを参照しながら各シーケンスの評価を行い、各シーケンスに評価値を付与する。ここで、評価値は、例えば、1.0以下に正規化された正数値とし、1.0に近い程高い評価、すなわち、使い心地が良いHMIのシーケンスであり、0に近い程低い評価、すなわち、使い心地が悪いHMIのシーケンスである。なお、評価値は、シーケンス評価が可能であれば数値は正規化されていなくてもよい。また、評価値は、シーケンス評価が可能な形式であれば数値に限らない。例えば、評価値は、アルファベット列でランキング(例えば、”A”が最も高い評価、”Z”が最も低い評価、など)付けしてもよい。 The evaluation unit 4 receives the sequences generated by the sequence generation unit 2, evaluates each sequence while referring to the HMI evaluation criteria data output by the HMI evaluation criteria 3, and assigns an evaluation value to each sequence. Here, the evaluation value is, for example, a positive value normalized to 1.0 or less. In other words, it is an uncomfortable HMI sequence. Note that the evaluation value does not have to be normalized as long as sequence evaluation is possible. Also, the evaluation value is not limited to a numerical value as long as it has a format that allows sequence evaluation. For example, the rating values may be ranked alphabetically (eg, "A" being the highest rating, "Z" being the lowest rating, etc.).
 最適化部5は、評価部4から評価値を付与した複数のHMIのシーケンスを受け取り、評価値が高いシーケンスを選択する処理を行う。また、最適化部5は、シーケンスの選択処理後、例えば、進化計算を用いてシーケンスの内部状態(例えば、機器の仕様情報、環境情報、機器の構造情報のそれぞれに関するパラメータ条件、など)を変更または修正し、再び評価部4へ内部状態変更後のシーケンスを渡し、再度評価を行うという処理を一定の回数、あるいは所定の収束条件に至るまで繰り返すことで、シーケンス全体の評価値を高めていく処理も行う。 The optimization unit 5 receives a plurality of HMI sequences to which evaluation values are assigned from the evaluation unit 4, and performs processing for selecting sequences with high evaluation values. In addition, after the sequence selection process, the optimization unit 5 changes the internal state of the sequence (eg, parameter conditions related to each of the device specification information, the environment information, and the device structural information, etc.) using, for example, evolutionary calculation. Alternatively, the evaluation value of the entire sequence is increased by repeating the process of correcting, passing the sequence after the internal state change to the evaluation unit 4 again, and performing the evaluation again a certain number of times or until a predetermined convergence condition is reached. Also process.
 出力部6は、最適化部5において、評価値が高められた複数のシーケンスの中から、世代交代の結果、最終的に得られたシーケンスを選択し、外部に出力する。
The output unit 6 selects a sequence finally obtained as a result of the alternation of generations from among a plurality of sequences with increased evaluation values in the optimization unit 5, and outputs the selected sequence to the outside.
《1-2》ハードウェア構成
 図1に示されるシーケンス自動生成装置100の各構成は、CPU(Central Processing Unit)内蔵の情報処理装置であるコンピュータで実現可能である。CPU内蔵のコンピュータは、例えば、パーソナルコンピュータ、サーバ型コンピュータなどの据え置き型コンピュータ、スマートフォン、タブレット型コンピュータなどの可搬型コンピュータ、あるいは、自律車両運転システム、カーナビゲーションシステムなどの車両搭載システムの機器組み込み用途のマイクロコンピュータ、及びSoC(System on Chip)などである。
<<1-2>> Hardware Configuration Each configuration of the sequence automatic generation device 100 shown in FIG. 1 can be realized by a computer, which is an information processing device with a built-in CPU (Central Processing Unit). A computer with a built-in CPU is, for example, a stationary computer such as a personal computer or a server computer, a portable computer such as a smartphone or a tablet computer, or an embedded vehicle system such as an autonomous vehicle driving system or a car navigation system. and SoC (System on Chip).
 また、図1に示されるシーケンス自動生成装置100の各構成は、DSP(Digital Signal Processor)、ASIC(Application Specific Integrated Circuit)、又はFPGA(Field-Programmable Gate Array)などの電気回路であるLSI(Large Scale Integrated circuit)により実現されてもよい。また、図1に示されるシーケンス自動生成装置100の各構成は、コンピュータとLSIの組み合わせであってもよい。 Further, each configuration of the sequence automatic generation device 100 shown in FIG. 1 is an LSI (Large scale integrated circuit). Further, each configuration of the sequence automatic generation device 100 shown in FIG. 1 may be a combination of a computer and an LSI.
 図2は、コンピュータ等の情報処理装置を用いて構成される、シーケンス自動生成装置100のハードウェア構成の例を示すブロック図である。 FIG. 2 is a block diagram showing an example of the hardware configuration of the sequence automatic generation device 100 configured using an information processing device such as a computer.
 図2の例では、シーケンス自動生成装置100は、メモリ11、CPU(図示せず)を内蔵するプロセッサ12、記録媒体13、入力装置14、出力装置15、及びバスなどの信号路16を備えている。 In the example of FIG. 2, the sequence automatic generation device 100 includes a memory 11, a processor 12 containing a CPU (not shown), a recording medium 13, an input device 14, an output device 15, and a signal path 16 such as a bus. there is
 メモリ11は、実施の形態1のシーケンス自動生成処理を実現するための、各種プログラムを記憶するプログラムメモリ、プロセッサ12がデータ処理を行う際に使用するワークメモリ、及び信号データを展開するメモリ等として使用するROM(Read Only Memory)及びRAM(Random Access Memory)等の記憶手段である。 The memory 11 serves as a program memory for storing various programs, a work memory used when the processor 12 performs data processing, a memory for developing signal data, and the like, for realizing the sequence automatic generation processing of the first embodiment. Storage means such as ROM (Read Only Memory) and RAM (Random Access Memory) to be used.
 メモリ11には、より具体的に言えば、シーケンス生成部2、HMI評価基準3、評価部4、最適化部5の各プログラムならびにデータを記憶することができる。また、メモリ11には、各部の処理によって生じた中間データを記憶することができる。 More specifically, the memory 11 can store programs and data for the sequence generation unit 2, HMI evaluation criteria 3, evaluation unit 4, and optimization unit 5. In addition, the memory 11 can store intermediate data generated by the processing of each unit.
 プロセッサ12は、CPUと、作業用メモリとしてメモリ11中のRAMとを使用し、メモリ11中のROMから信号路16を介して読み出されたコンピュータ・プログラム(すなわち、シーケンス自動生成プログラム)に従って動作する。 The processor 12 uses the CPU and the RAM in the memory 11 as working memory, and operates according to a computer program (that is, an automatic sequence generation program) read from the ROM in the memory 11 via the signal path 16. do.
 プロセッサ12は、より具体的に言えば、シーケンス生成部2、HMI評価基準3、評価部4、最適化部5の各処理に対応するプログラム、ならびにデータをメモリ11から読み出し、CPUで処理を行うことで、本実施の形態1に示すシーケンス自動生成処理のプログラムを実行することができる。 More specifically, the processor 12 reads programs and data corresponding to each process of the sequence generation unit 2, HMI evaluation criteria 3, evaluation unit 4, and optimization unit 5 from the memory 11, and processes them by the CPU. Thus, the program for automatic sequence generation processing shown in the first embodiment can be executed.
 記録媒体13は、プロセッサ12の各種設定データ及び信号データなどの各種データを蓄積するために使用される。記録媒体13としては、例えば、RAMなどの揮発性メモリ、あるいは、装置から脱着可能なHDD(Hard Disk Drive)又はSSD(Solid State Drive)等の不揮発性メモリを使用することが可能である。記録媒体13には、例えば、OS(Operating System)を含む起動プログラム及び、シーケンス自動生成処理のプログラム、初期状態及び各種設定データ、制御用の定数データ、HMI評価基準3のデータベース、機器の仕様情報ならびに環境情報、エラー情報のログ等の各種データを蓄積することができる。なお、この記録媒体13に、メモリ11内の各種データを蓄積しておくこともできる。 The recording medium 13 is used to store various data such as various setting data and signal data for the processor 12 . As the recording medium 13, for example, it is possible to use a volatile memory such as a RAM, or a non-volatile memory such as a removable HDD (Hard Disk Drive) or SSD (Solid State Drive). The recording medium 13 contains, for example, a boot program including an OS (Operating System), a program for automatic sequence generation processing, initial state and various setting data, constant data for control, a database for HMI evaluation criteria 3, and equipment specification information. In addition, various data such as environment information and error information logs can be accumulated. Various data in the memory 11 can also be stored in the recording medium 13 .
 入力装置14は、入力部1に相当し、外部データである仕様情報ならびに環境情報を、シーケンス生成装置100内へ入力するための入力手段である。外部データをシーケンス生成装置100に接続されたネットワークを介して入力する場合、入力装置14は、有線または無線通信を行う通信インタフェースで構成される。あるいは、外部データを人の手によって入力する場合、入力装置14はキーボード、タッチパネル、マウスなどの入力インタフェースで構成される。なお、上記した記録媒体13を用いて外部データを入力する場合には、入力装置14は省略することも可能である。 The input device 14 corresponds to the input unit 1 and is input means for inputting specification information and environment information, which are external data, into the sequence generation device 100 . When inputting external data via a network connected to the sequence generation device 100, the input device 14 is composed of a communication interface for wired or wireless communication. Alternatively, when external data is input manually, the input device 14 is composed of an input interface such as a keyboard, touch panel, or mouse. It should be noted that the input device 14 can be omitted when the external data is input using the recording medium 13 described above.
 出力装置15は、出力部6に相当し、シーケンス自動生成装置100の処理の結果である、得られたシーケンスを提示するための出力手段である。シーケンス生成装置100に接続されたネットワークを介して出力する場合、出力装置15は、有線または無線通信を行う通信インタフェースで構成されるが、この通信インタフェースは入力装置14と共用することもできる。あるいは、得られたシーケンスを人が可読な情報に変換、例えば、テキスト化して提示する場合、出力装置15は、ディスプレイなどの表示インタフェースで構成される。なお、上記した記録媒体13を用いて得られたシーケンスを出力する場合には、出力装置15は省略することも可能である。 The output device 15 corresponds to the output unit 6 and is output means for presenting the obtained sequence, which is the result of the processing of the sequence automatic generation device 100 . When outputting via a network connected to the sequence generator 100 , the output device 15 is configured with a communication interface for wired or wireless communication, but this communication interface can also be shared with the input device 14 . Alternatively, when converting the obtained sequence into human-readable information, for example, converting it into text and presenting it, the output device 15 is configured with a display interface such as a display. It should be noted that the output device 15 can be omitted when the sequence obtained by using the recording medium 13 described above is output.
 また、出力装置15は、最適化部5における、最適化途中のシーケンスを順次受け取り、表示インタフェースで表示する。最適化途中のシーケンスを表示することで、最適化処理が正しく進行しているか(すなわち、収束しているか)どうかの工程を可視化することもでき、シーケンス自動生成の効率が向上する効果がある。 In addition, the output device 15 sequentially receives sequences in the middle of optimization in the optimization unit 5 and displays them on the display interface. By displaying the sequence in the middle of optimization, it is possible to visualize whether the optimization process is progressing correctly (that is, whether it has converged), which has the effect of improving the efficiency of automatic sequence generation.
 以上のように、図1に示される、入力部1、シーケンス生成部2、HMI評価基準3、評価部4、最適化部5、出力部6の各機能は、メモリ11、プロセッサ12、記録媒体13、入力装置14、および出力装置15で実現することができる。 As described above, the functions of the input unit 1, the sequence generation unit 2, the HMI evaluation criteria 3, the evaluation unit 4, the optimization unit 5, and the output unit 6 shown in FIG. 13 , an input device 14 and an output device 15 .
 なお、シーケンス自動生成装置100を実行するプログラムは、ソフトウエアプログラムを実行するコンピュータ内部の記憶手段に記憶していてもよいし、ディスクメディア、又はフラッシュメモリ等のコンピュータで読み取り可能な外部記憶媒体にて配布される形式で保持され、コンピュータ起動時に読み込んで動作させてもよい。また、LAN(Local Aera Network)等の有線又は無線ネットワークを通じ、他のコンピュータからプログラムを取得することも可能である。 The program for executing the automatic sequence generation device 100 may be stored in a storage means inside the computer that executes the software program, or may be stored in a computer-readable external storage medium such as a disk medium or a flash memory. It may be held in a form distributed by the computer, and may be read and operated when the computer is started. It is also possible to acquire programs from other computers through a wired or wireless network such as a LAN (Local Aera Network).
 また、シーケンス自動生成装置100を実行するプログラムは、外部で実行されるプログラム、例えば、移動機器を制御するプログラム(例えば、自律運転制御プログラム)とソフトウェア上で結合し、同一のコンピュータで動作させることも可能である。又は、複数のコンピュータ上で分散処理することも可能である。 In addition, the program that executes the sequence automatic generation device 100 can be combined on software with a program that is executed externally, for example, a program that controls mobile equipment (for example, an autonomous operation control program), and run on the same computer. is also possible. Alternatively, distributed processing on multiple computers is also possible.
《1-3》処理動作
 次に、実施の形態1における本発明の詳細な動作を説明する。本実施の形態1では、制御対象の機器の一例として、車両等の移動機器を挙げて説明する。ここで、車両等は、例えば、自動車、電動車いす、PMV(Personal Mobility Vehicle)、二輪車等の乗り物である。図3は、実施の形態1の動作を表すフローチャートである。なお、以下の各ステップにおける「部」を、「ステップ」または「処理」または「工程」と読み替えてもよい。
<<1-3>> Processing Operation Next, the detailed operation of the present invention in the first embodiment will be described. In the first embodiment, a mobile device such as a vehicle will be described as an example of a device to be controlled. Here, the vehicle or the like is, for example, a vehicle such as an automobile, an electric wheelchair, a PMV (Personal Mobility Vehicle), or a two-wheeled vehicle. FIG. 3 is a flow chart showing the operation of the first embodiment. It should be noted that "unit" in each step below may be read as "step", "processing", or "process".
 まず、本実施の形態1の動作を説明するための準備として、本実施の形態1で用いるシーケンスのフォーマット(形式)の一例と、シーケンス自動生成のフレームワークの一例をそれぞれ説明する。 First, as a preparation for explaining the operation of the first embodiment, an example of a sequence format (format) used in the first embodiment and an example of a framework for automatic sequence generation will be explained.
 本実施の形態1では、機器、あるいはシステムの動作のシーケンスのフォーマットとして、例えば、非特許文献1に記載のビヘイビアツリー(以降の説明ではBTと略する)を用いることができる。BTは、シーケンスの構造情報を、動作内容と動作条件、制御方式を表す種々のノードを組み合わせた木構造で表現するフォーマットであり、機器の一連の処理工程(すなわち、シーケンス)を深さ優先探索で実行する。 In the first embodiment, for example, the behavior tree described in Non-Patent Document 1 (abbreviated as BT in the following description) can be used as the format of the sequence of operations of the device or system. BT is a format that expresses sequence structural information in a tree structure that combines various nodes representing operation details, operating conditions, and control methods. Run with
 図4にBTの記法の一例を示す。図4では、動作内容を表すActionノード、動作条件を表すConditionノード、制御方式を表すSelector(もしくはFallback)ノード、およびSequenceノードの4種類のノードを木構造で連結する。いずれのノードも実行に成功した(Success)か、失敗した(Failure)かの2種類を親ノードに返却する。また、非同期なシステムでは実行中(Running)を定義することもできる。 An example of BT notation is shown in FIG. In FIG. 4, four types of nodes are connected in a tree structure: an Action node representing operation details, a Condition node representing operation conditions, a Selector (or Fallback) node representing control methods, and a Sequence node. Any node returns two types of success or failure to the parent node. It is also possible to define Running in an asynchronous system.
 続いて、各ノードについて説明する。Actionノードは、画面表示する、ガイダンス音を送出する、車体の進行方向を右に傾ける等、機器あるいはシステムの動作実行そのものを表す。基本的に実行後、成功(Success)を親ノードに返す。 Next, each node will be explained. The Action node represents the execution of the device or system action itself, such as displaying on the screen, sending out a guidance sound, or tilting the traveling direction of the vehicle body to the right. Basically, after execution, it returns Success to the parent node.
 Conditionノードは、所定の条件を満たせば成功、満たさなければ失敗を親ノードに返す。所定の条件として、例えば、時間が12時前である、乗員数が1人である等、実行時の環境、周辺状況の情報を用いた条件を設定することができる。 The Condition node returns success to the parent node if the predetermined conditions are met, and failure if not. As the predetermined condition, for example, the time is before 12:00, the number of passengers is 1, and the like.
 Selectorノード、Sequenceノードは制御方式を定義する。Selectorノードは、子ノードを左から順に評価し、ひとつでも成功した子ノードが存在すれば親ノードに成功を返し、処理を終了する。全ての子ノードが失敗なら、親ノードに失敗を返す。Sequenceノードは、子ノードを左から順に評価し、ひとつでも失敗した子ノードが存在すれば、親ノードに失敗を返し、処理を終了する。全ての子ノードが成功なら、親ノードに成功を返す。 The Selector node and Sequence node define the control method. The Selector node evaluates the child nodes in order from the left, and if there is even one successful child node, returns success to the parent node and terminates the process. If all child nodes fail, return failure to the parent node. The Sequence node evaluates the child nodes in order from the left, and if there is even one failed child node, returns failure to the parent node and terminates the process. If all child nodes succeed, return success to the parent node.
 図4のBTの動作を具体的に説明する。まず、ルート(根:Root)であるSelectorノード(ND1)から処理を開始し、左の子ノードであるSequenceノード(ND2)を訪れる。Sequenceノード(ND2)では、左の子ノードであるConditionノード(ND3)を評価する。Conditionノード(ND3)は、もし条件1を満たせば、親ノードであるSequenceノード(ND2)に成功を返す。 The operation of BT in FIG. 4 will be specifically described. First, processing is started from a Selector node (ND1), which is the root, and a Sequence node (ND2), which is a left child node, is visited. The Sequence node (ND2) evaluates the Condition node (ND3), which is the left child node. If the Condition node (ND3) satisfies Condition 1, it returns success to its parent node, the Sequence node (ND2).
 Sequenceノード(ND2)は、Conditionノード(ND3)が成功のため、続けて右のActionノード(ND4)を評価し、行動1を実行する。実行後、Actionノード(ND4)は、親ノードであるSequenceノード(ND2)に成功を返す。 Since the Sequence node (ND2) succeeds in the Condition node (ND3), it evaluates the Action node (ND4) on the right and executes Action 1. After execution, the Action node (ND4) returns success to its parent node, the Sequence node (ND2).
 Sequenceノード(ND2)は、子ノードが全て成功のため、親ノードであるSelectorノード(ND1)に成功を返す。Sequenceノード(ND1)は、ひとつの子ノードで成功したため、以降の処理は行わず、1シーケンスの処理を終了する。 The Sequence node (ND2) returns success to the parent node, the Selector node (ND1), because all child nodes are successful. Since the Sequence node (ND1) succeeds in one child node, the subsequent processing is not performed and the processing of one sequence ends.
 もし、Conditionノード(ND3)で条件1を満たさない場合、Sequenceノード(ND2)に失敗が返る。さらに、Sequenceノード(ND2)は、ひとつの子ノードが失敗のため、Selectorノード(ND1)に失敗を返す。このときSelectorノード(ND1)は、右の子ノードである、Sequenceノード(ND5)を訪れる。 If the Condition node (ND3) does not satisfy Condition 1, failure is returned to the Sequence node (ND2). Furthermore, the Sequence node (ND2) returns failure to the Selector node (ND1) because one child node fails. At this time, the Selector node (ND1) visits the right child node, the Sequence node (ND5).
 Sequenceノード(ND5)では、子ノードであるActionノード(ND6)からActionノード(ND8)までを左から順に実行し、親ノードであるSelectorノード(ND1)に成功を返す。すなわち、行動2から行動4までの処理を実行する。以上、ND1からND8までの1シーケンス分の全ての処理工程を完了する。 In the Sequence node (ND5), the child nodes Action node (ND6) to Action node (ND8) are executed in order from the left, and success is returned to the parent node Selector node (ND1). That is, the processing from action 2 to action 4 is executed. As described above, all the processing steps for one sequence from ND1 to ND8 are completed.
 続いて、本実施の形態1における、シーケンスを自動生成するフレームワークを説明する。本実施の形態1では、BTの木構造データを自動生成するアルゴリズムとして、非特許文献2に記載の進化計算方法の一つである、Grammatical Evolution(以降の説明ではGEと略する)を用いることができる。なお、進化計算方法については、GEに限ることは無く、遺伝的プログラミングなどの公知の進化計算方法を用いても良い。 Next, a framework for automatically generating sequences in the first embodiment will be described. In the first embodiment, as an algorithm for automatically generating BT tree structure data, Grammatical Evolution (abbreviated as GE in the following description), which is one of the evolutionary calculation methods described in Non-Patent Document 2, is used. can be done. The evolutionary computation method is not limited to GE, and a known evolutionary computation method such as genetic programming may be used.
 GEでは、まず、0または1の数列を染色体として有する個体を生成する。その後、各個体にバッカス・ナウア記法(Backus-Naur Form、 以降の説明ではBNFと略する)と呼ばれる文脈自由文法のアルゴリズムを適用することで、個体を数列から木構造へ変換する。適応度計算は主に木構造を用いて行われ、交叉、突然変異等の演算は他の進化計算同様、個体の染色体、あるいは遺伝子に対して行われる。  In GE, individuals are first generated that have a sequence of 0 or 1 as their chromosomes. After that, by applying a context-free grammar algorithm called Backus-Naur Form (abbreviated as BNF in the following description) to each individual, the individual is converted from the sequence to a tree structure. Fitness calculations are mainly performed using a tree structure, and operations such as crossover and mutation are performed on individual chromosomes or genes as in other evolutionary calculations.
 元に戻り、本実施の形態1の動作の詳細について、図3に示すフローチャートを用いて説明する。まず、ステップST1において、入力部1で、制御対象機器のHMIの仕様情報、ならびに環境情報を取得する。図5(a)に仕様情報の一例、図5(b)に環境情報の一例をそれぞれ示す。 Returning to the original, the details of the operation of the first embodiment will be described using the flowchart shown in FIG. First, in step ST1, the input unit 1 acquires HMI specification information and environmental information of the device to be controlled. FIG. 5A shows an example of specification information, and FIG. 5B shows an example of environment information.
 図5(a)において、仕様情報は、例えば、機器が有する機能、その機能が取り得るパラメータ等を指す。これらは、BTにおいては主にActionノードの基となる情報である。例えば、機能には、車体の加速、減速、右左折など移動機器本体の制御、テロップ表示、ガイダンス音送出など乗員への情報伝達がある。また、例えば、パラメータは、加速、減速する速度、右左折時に変化させる角度など各機能が取り得る値である。テロップの表示・非表示、あるいはガイダンス音送出の有無など、機能自体のON/OFFをパラメータとすることもできる。 In FIG. 5(a), the specification information indicates, for example, functions possessed by the device, parameters that the functions can take, and the like. In BT, these are mainly the information that is the base of the Action node. For example, the functions include control of the main body of the mobile device such as acceleration, deceleration, right and left turns of the vehicle body, and transmission of information to passengers such as telop display and guidance sound transmission. Also, for example, the parameter is a value that each function can take, such as acceleration, deceleration speed, and angle to be changed when turning right or left. The ON/OFF of the function itself, such as the display/non-display of a telop or the presence/absence of transmission of a guidance sound, can also be used as a parameter.
 図5(b)において、例えば、環境情報は、移動機器を使用している周辺環境、あるいは移動機器を操作するユーザの情報、およびそれら情報が取り得るパラメータ等を指す。これらは、BTにおいては、主にConditionノードの基となる情報である。例えば、環境情報には、天気、時刻、気温などの観測データ、あるいは、目標の位置、障害物との距離などの周辺のセンシングデータ、あるいは、不安度などユーザのセンシングデータがある。なお、パラメータは、時刻(例えば、表中の朝/昼/夕/夜)のように離散的な値でも、気温(例えば、表中の-10℃~40℃)のように連続的な物理量でも良く、また、座標あるいは距離のようなセンシングデータであっても良い。 In FIG. 5(b), for example, environment information refers to the surrounding environment in which the mobile device is used, information about the user operating the mobile device, parameters that these information can take, and the like. In BT, these are mainly the information that forms the basis of the Condition node. For example, environmental information includes observation data such as weather, time, and temperature, peripheral sensing data such as target positions and distances to obstacles, and user sensing data such as anxiety levels. Note that even if the parameter is a discrete value such as time (for example, morning/noon/evening/night in the table), it can be a continuous physical quantity such as temperature (for example, -10°C to 40°C in the table). or sensing data such as coordinates or distance.
 また、仕様情報ならびに環境情報は、上記に限定されず、例えば、環境情報にはユーザの発話、あるいは生体センシングデータ、カメラによる顔画像、視線、ユーザの表情、快・不快度、感情情報など、ユーザを情報源として取得可能なデータを含めても良い。また、仕様情報を時系列的に、または環境情報に合わせて変化させても良い。すなわち、使用可能な機能、あるいは取り得るパラメータの値が、時々刻々と変化する、あるいは人通りの多い場所、少ない場所、広い道、狭い道等の環境に合わせて変化するようにしても良い。 Moreover, the specification information and the environment information are not limited to the above. Data that can be obtained using the user as an information source may be included. Also, the specification information may be changed in chronological order or according to environmental information. That is, the available functions or possible parameter values may change from moment to moment, or may change according to the environment such as a busy place, a place with few people, a wide road, a narrow road, and the like.
 次にステップST2において、シーケンス生成部2で、入力された仕様情報、ならびに環境情報とを用いて複数のシーケンスを自動生成する(ステップST2)。これは進化計算における、初期集団生成処理に相当する。GEを用いたBT自動生成の場合、ステップST1で取得した仕様情報、ならびに環境情報をBNFへ埋め込むことで、生成されるBTへ仕様情報、ならびに環境情報を反映できる。式(1)にBNFの一例を示す。 Next, in step ST2, the sequence generator 2 automatically generates a plurality of sequences using the input specification information and environment information (step ST2). This corresponds to the initial population generation process in evolutionary computation. In the case of BT automatic generation using GE, by embedding the specification information and environment information acquired in step ST1 in BNF, the specification information and environment information can be reflected in the generated BT. An example of BNF is shown in Formula (1).
Figure JPOXMLDOC01-appb-M000001
Figure JPOXMLDOC01-appb-M000001
 式(1)において、<action>タグはActionノードに変換され、<condition>タグはConditionノードに変換される。各ノードの具体的な内容は、それぞれ<act_contents>タグ、<cond_contents>タグであり、これらに上記のステップST1の仕様情報、環境情報に基づく処理内容を埋め込むことで、実際のBTを生成することができる。 In expression (1), the <action> tag is converted to an Action node, and the <condition> tag is converted to a Condition node. The specific contents of each node are the <act_contents> tag and the <cond_contents> tag, respectively. By embedding the processing contents based on the specification information and environment information in step ST1 above, the actual BT is generated. can be done.
 ここで、仕様情報、環境情報から埋め込む処理内容は、例えば、直交表などの公知のテストケース列挙方法を用いることができる。また、パラメータ数の削減のために、連続値であるパラメータを離散化、量子化あるいは抽象化を行うこともできる。パラメータの離散化には、例えば、同値分割法、あるいは、事前に定義した閾値処理などを用いることができる。更に、処理パターンの組合せ数の著しい増大(例えば、作成するシーケンス(BT)の数が膨大となる、BTの分岐数が膨大となる、など)が想定される場合は、BNFに制約を加えてパターンの増加を抑止しても良い。 Here, for the processing contents embedded from the specification information and environment information, for example, a known test case enumeration method such as an orthogonal table can be used. Also, in order to reduce the number of parameters, parameters that are continuous values can be discretized, quantized, or abstracted. For discretization of the parameters, for example, equivalence partitioning or predefined threshold processing can be used. Furthermore, if a significant increase in the number of combinations of processing patterns (for example, the number of sequences (BT) to be created becomes enormous, the number of branches of BT becomes enormous, etc.), constraints are added to the BNF. You may suppress the increase of a pattern.
 続くステップST3において、評価部4で、ステップST2で生成した各シーケンスの評価値を、HMI評価基準3に格納されているHMI評価基準データを参照しながら計算する(ステップST3)。図6にHMI評価基準データの一例を示す。図6に示す評価基準データは、シーケンスパターンの番号を表すIDと、評価対象のシーケンスから、基準を適用する部分シーケンスを取得するためのシーケンスパターンと、その部分シーケンスが、人にとって自然と感じる(使い勝手の良い、使い心地の良い、快適な)HMIとなる条件を満たしているかを判定する評価基準、とで定義される。なお、HMI評価基準データは、シーケンスパターンと、人にとって自然と感じるHMIとなる条件を満たしているかを判定する評価基準とを備えていればよく、評価対象機器に合わせて、データフォーマットを適宜変更してもよい。 In the subsequent step ST3, the evaluation unit 4 calculates the evaluation value of each sequence generated in step ST2 while referring to the HMI evaluation criteria data stored in the HMI evaluation criteria 3 (step ST3). FIG. 6 shows an example of HMI evaluation criteria data. The evaluation criterion data shown in FIG. 6 includes an ID representing a sequence pattern number, a sequence pattern for obtaining a partial sequence to which the criterion is applied from the sequence to be evaluated, and a partial sequence that feels natural to humans ( and an evaluation criterion for determining whether the conditions for an HMI that is easy to use, pleasant to use, and comfortable are satisfied. It should be noted that the HMI evaluation criteria data only needs to include a sequence pattern and evaluation criteria for determining whether the conditions for HMI that feels natural to humans are satisfied. You may
 図7に、ステップST3の内部処理である、シーケンスの評価のフローチャートを示す。まず、ステップST11において、未参照のHMI評価基準があるか否かを判定する(ステップST11)。未参照のHMI評価基準データが存在すれば(ステップST11のYes)、未参照の評価基準のシーケンスパターンと、評価対象のシーケンスとの照合を行う(ステップST12)。未参照のHMI評価基準データが無ければ(ステップST11のNo)、処理を終了する。 FIG. 7 shows a flow chart of the sequence evaluation, which is the internal processing of step ST3. First, in step ST11, it is determined whether or not there is an unreferenced HMI evaluation criterion (step ST11). If unreferenced HMI evaluation criteria data exists (Yes in step ST11), the sequence pattern of the unreferenced evaluation criteria is compared with the sequence to be evaluated (step ST12). If there is no unreferenced HMI evaluation criteria data (No in step ST11), the process ends.
 ステップST12における照合処理後、ステップST13において、評価対象のシーケンスにシーケンスパターンと一致する部分シーケンスが含まれているか否かを判定する(ステップST13)。評価対象のシーケンスに部分シーケンスが含まれていれば、これを取得する(ステップST13のYes)。部分シーケンスが含まれていなければ、ステップST11へ戻る(ステップST13のNo)。 After the matching process in step ST12, it is determined in step ST13 whether or not the sequence to be evaluated includes a partial sequence that matches the sequence pattern (step ST13). If the sequence to be evaluated includes a partial sequence, it is acquired (Yes in step ST13). If the partial sequence is not included, the process returns to step ST11 (No in step ST13).
 一例として、図6に示すHMI評価基準データの、ID1のシーケンスパターンは、Sequenceノードの子ノード(ワイルドカード“*”として取得)であり、かつ、その子ノードで、移動機器制御に関するActionを取得する、というものである。なお、実際のシーケンスパターンの定義、および部分シーケンスの取得には、上述したように、ID1のシーケンスパターンの正規表現の他、グラフのパターンマッチング、あるいは同型の部分グラフ検索を用いても良い。 As an example, the sequence pattern of ID1 in the HMI evaluation criteria data shown in FIG. 6 is a child node of the Sequence node (acquired as a wildcard "*"), and the child node acquires an Action related to mobile device control. , It should be noted that, as described above, the definition of the actual sequence pattern and the acquisition of the partial sequence may use pattern matching of the graph or search for the same type of partial graph, in addition to the regular expression of the ID1 sequence pattern.
 つぎに、ステップST14において、ステップST13の処理で得られた部分シーケンスに対し、評価基準を満たしているか否かを判定する(ステップST14)。評価基準を満たしていれば(ステップST14のYes)、シーケンスには高い評価値(例えば、0.8)が設定される(ステップST15)。評価基準を満たしていなければ(ステップST14のNo)、シーケンスには低い評価値(例えば、0.2)が設定される(ステップST16)。ステップST15、ステップST16のそれぞれの処理後、ステップST11へ戻る。 Next, in step ST14, it is determined whether or not the partial sequence obtained in the process of step ST13 satisfies the evaluation criteria (step ST14). If the evaluation criteria are satisfied (Yes in step ST14), a high evaluation value (for example, 0.8) is set for the sequence (step ST15). If the evaluation criteria are not satisfied (No in step ST14), a low evaluation value (for example, 0.2) is set for the sequence (step ST16). After the processing of steps ST15 and ST16, the process returns to step ST11.
 ステップST14の処理は、進化計算に当てはめると、評価基準を満たすシーケンスには高い適応度を与える一方、評価基準を満たさないシーケンスには低い適応度を与えることで、世代交代時の個体選択アルゴリズムへとフィードバックすることに相当する。なお、実際の評価基準は、例えば、デザイン原則、ユニバーサルデザイン等の公知の知識、あるいは快・不快の指標など、人間の普遍的な性質に基づいて定義されてもよい。 When applied to evolutionary calculation, the process of step ST14 gives a high fitness to a sequence that satisfies the evaluation criteria, and a low fitness to a sequence that does not satisfy the evaluation criteria. Equivalent to feedback. The actual evaluation criteria may be defined based on universal human characteristics such as design principles, known knowledge such as universal design, or indices of comfort and discomfort.
 次に、図6のHMI評価基準データのID1~3を用いた、シーケンスの評価の一例を示す。図8は、評価基準ID1による、左前の目標へ移動する際の移動機器の操作量に基づく評価の一例である。例えば、評価基準ID1は、人は、移動機器(乗車した車両)が、滑らかに移動することを「自然に、あるいは快適に感じる」という性質に基づいて定義したものである。言い換えれば、人は、急峻に動作する移動機器に「使い心地の悪さ、あるいは不安感を感じる」という性質に基づいて定義したものである。 Next, an example of sequence evaluation using IDs 1 to 3 of the HMI evaluation criteria data in FIG. 6 is shown. FIG. 8 is an example of evaluation based on the operation amount of the mobile device when moving to the left front target according to the evaluation criterion ID1. For example, the evaluation criterion ID1 is defined based on the property that a person "feels naturally or comfortably" that a mobile device (vehicle in which he or she rides) moves smoothly. In other words, it is defined based on the property that a person "feels uncomfortable or uneasy about using" a mobile device that operates suddenly.
 図8(a)に示すBTは、90度の左折の後、10km/hの減速を行うシーケンスである。これを図示すると、移動機器は図8(b)に示す動作となる。一方、図8(c)に示すBTは、まず45度の左折を行い、その後5km/hの減速、さらに45度の左折、5km/hの減速、という制御を行うシーケンスである。これを図示すると、移動機器は図8(d)に示す動作となる。 BT shown in FIG. 8(a) is a sequence of decelerating at 10 km/h after a 90-degree left turn. When this is illustrated, the mobile device operates as shown in FIG. 8(b). On the other hand, BT shown in FIG. 8(c) is a sequence in which the vehicle first turns left at 45 degrees, then decelerates at 5 km/h, then turns left at 45 degrees, and decelerates at 5 km/h. When this is illustrated, the mobile device operates as shown in FIG. 8(d).
 図8(a)のBTと、図8(c)のBTは、両者共に、移動機器は目標に移動しながら同じ速度に減速する。図8(a)のBTは、一度のActionによる進行方向および速度の変化量が大きく、一方、図8(c)のBTは、段階的に変化させている。即ち、図8(a)のBTは、移動機器を急峻な動作で制御し、図8(c)のBTは、滑らかな動作で制御する。評価基準ID1に従うと、急峻な動作をする図8(a)のBTには低い評価値(例えば、0.2)が設定され、滑らかに変化する図8(c)のBTには高い評価値(例えば、0.8)が設定される。 In both the BT in FIG. 8(a) and the BT in FIG. 8(c), the mobile equipment decelerates to the same speed while moving to the target. BT in FIG. 8(a) has a large amount of change in traveling direction and speed by one action, while BT in FIG. 8(c) changes step by step. That is, the BT in FIG. 8(a) controls the mobile device with a sharp motion, and the BT in FIG. 8(c) controls it with a smooth motion. According to the evaluation criterion ID1, a low evaluation value (for example, 0.2) is set for the BT of FIG. (eg, 0.8) is set.
 図9は、評価基準ID2による、HMIのタイミングに基づく評価の例である。例えば、評価基準ID2は、移動機器(乗車した車両)が動く際、それを通知する情報の提示のタイミングに基づいて定義したものである。具体的には、人は、乗車した車両が動き出すよりも先に情報提示されなければ、情報提示の効果が低く、不自然に感じるという性質に基づいて定義したものである。 FIG. 9 is an example of evaluation based on HMI timing using evaluation criteria ID2. For example, the evaluation criterion ID2 is defined based on the timing of presentation of information notifying that the mobile device (vehicle in which the user rides) moves. Specifically, it is defined based on the property that, unless information is presented before the vehicle in which the person has boarded starts to move, the effect of information presentation is low and the person feels unnatural.
 図9(a)のBTは、左折の後にガイダンス音を送出する。これを図示すると、移動機器は図9(b)に示す動作となる。一方、図9(c)のBTは、ガイダンス音を送出後に左折を行っている。これを図示すると、移動機器は図9(d)で示す動作となる。いずれのBTも左折、ガイダンス音送出という2つの動作を行うが、図9(a)のBTは、ガイダンス音送出より先に動作を行っているため、評価基準ID2に従うと、低い評価値(例えば、0.2)が設定される。一方、図9(c)のBTは、ガイダンス音送出を行った後に動作を開始するため、高い評価値(例えば、0.8)が設定される。 BT in FIG. 9(a) sends a guidance sound after turning left. When this is illustrated, the mobile device operates as shown in FIG. 9(b). On the other hand, the BT in FIG. 9(c) makes a left turn after sending out the guidance sound. When this is illustrated, the mobile device operates as shown in FIG. 9(d). Both BTs perform two operations, turning left and transmitting guidance sound, but since the BT in FIG. , 0.2) are set. On the other hand, BT in FIG. 9(c) is set to a high evaluation value (for example, 0.8) because it starts to operate after transmitting the guidance sound.
 図10は、評価基準ID3による、モーダル情報を提示する順序に基づく評価の例である。例えば、評価基準ID3は、視覚情報と聴覚情報のように、複数のモーダルを用いて情報提示する際の、人の認知負荷に基づいて定義したものである。具体的には、モーダル間を行き来するような提示の仕方は認知負荷が高く、人は使い心地を悪く感じるという性質に基づいて定義したものである。 FIG. 10 is an example of evaluation based on the order in which modal information is presented, using evaluation criteria ID3. For example, the evaluation criterion ID3 is defined based on the human cognitive load when information is presented using a plurality of modals, such as visual information and auditory information. Specifically, it was defined based on the property that the way of presentation that goes back and forth between modals has a high cognitive load and makes people uncomfortable to use.
 図10(a)のBTは、視覚モーダル、聴覚モーダルに関係するActionが互い違いに出現しているため、評価基準ID3に従うと、低い評価値(例えば、0.2)が設定される。一方、図10(b)のBTは、聴覚モーダルに関するActionの後、視覚モーダルに関するActionを行っている。行うAction自体は図10(a)と同じであるが、モーダルが統一された処理順序であるため、高い評価値(例えば、0.8)が設定される。 In BT in FIG. 10(a), actions related to visual modal and auditory modal appear alternately, so a low evaluation value (eg, 0.2) is set according to evaluation criterion ID3. On the other hand, BT in FIG. 10(b) performs an action related to the visual modal after the action related to the auditory modal. The actions themselves are the same as those in FIG. 10A, but a high evaluation value (for example, 0.8) is set because the modals are in a unified processing order.
 ステップST4では、最適化部5で、ステップST3で評価値を付与した各シーケンスを用いて、評価値が高くなるシーケンスを選択(探索)する最適化処理を行う。これは、進化計算における、選択、交叉、突然変異の各種演算を行う処理に相当する。ここで、演算の対象、即ち個体はシーケンス、つまりBTとする。また、各種演算は、上述したステップST2においてBTの生成に用いた個体の遺伝子情報を用いて行う。なお、選択のアルゴリズムは、例えば、評価値が高い個体のBTを選ばれやすく、逆に評価値が低い個体のBTは選ばれにくいものとする。交叉の演算は、例えば二点交叉法、突然変異の演算は、例えば置換法など、進化計算における任意の公知のアルゴリズムを用いて良い。また、遺伝子情報からBT個体を生成する際は、上述したステップST2のBNFを使用するが、BNFに変更を加え、初期集団とは異なる性質となるBTを生成しても良い。上記の最適化処理を進化計算のプロセスに当てはめるならば、現世代のうち、評価値の高い優良ないくつかのBTを残し、それら優良なBTの情報を用いて次世代のBTを作り出す。一方、評価値の低いBTはその世代で消去(淘汰)することで、世代を更新する毎に理想とするBTに近づけることである。これは、シーケンス全体の評価値を高める処理に相当する。 In step ST4, the optimization unit 5 performs an optimization process of selecting (searching for) a sequence with a high evaluation value using each sequence assigned an evaluation value in step ST3. This corresponds to the processing of performing various operations such as selection, crossover, and mutation in evolutionary computation. Here, the object of operation, ie, an individual, is a sequence, ie, BT. Further, various calculations are performed using the genetic information of the individual used to generate the BT in step ST2 described above. It should be noted that the selection algorithm is such that, for example, the BT of an individual with a high evaluation value is likely to be selected, while the BT of an individual with a low evaluation value is less likely to be selected. For crossover calculation, for example, the two-point crossover method, for mutation calculation, for example, any known algorithm in evolutionary calculation such as replacement method may be used. Also, when generating BT individuals from genetic information, the BNF of step ST2 described above is used, but the BNF may be modified to generate BTs with properties different from those of the initial population. If the above optimization processing is applied to the process of evolutionary calculation, some excellent BTs with high evaluation values are left in the current generation, and the information of these excellent BTs is used to create next-generation BTs. On the other hand, by eliminating (selecting) BTs with low evaluation values in that generation, BTs are brought closer to ideal BTs each time the generation is updated. This corresponds to processing for increasing the evaluation value of the entire sequence.
 ステップST5では、ステップST4における最適化処理が収束したか否か、すなわち、収束条件を満たすか否かを判定する(ステップST5)。収束条件を満たす場合(ステップST5のYes)、ステップST6の処理へ移行する。収束条件を満たさない場合(ステップST5のNo)、最適化処理で得られた各シーケンスを、再び評価部4に渡して、ステップST3の処理を繰り返す。 In step ST5, it is determined whether or not the optimization process in step ST4 has converged, that is, whether or not the convergence condition is satisfied (step ST5). If the convergence condition is satisfied (Yes in step ST5), the process proceeds to step ST6. If the convergence condition is not satisfied (No in step ST5), each sequence obtained by the optimization process is transferred again to the evaluation unit 4, and the process of step ST3 is repeated.
 ここで、ステップST5における収束条件として、例えば、全個体の適応度(すなわち、評価値)の平均が所定の閾値を上回った場合とすることができる。その他、全個体中最大の適応度が一定期間変化しなくなった、あるいは、単に一定回数処理を繰り返した等、進化計算で一般的に用いられる方法を適用することができる。 Here, the convergence condition in step ST5 can be, for example, the case where the average of fitness (that is, evaluation value) of all individuals exceeds a predetermined threshold. In addition, a method generally used in evolutionary computation, such as that the maximum fitness among all individuals does not change for a certain period of time, or that the process is simply repeated a certain number of times, can be applied.
 最後にステップST6では、出力部6で、最適な個体であるシーケンス(すなわち、世代交代の結果、最終的に得られたシーケンス)をひとつ取得し、外部に出力、あるいは人に提示する。 Finally, in step ST6, the output unit 6 acquires one sequence that is the optimum individual (that is, the sequence finally obtained as a result of generational change) and outputs it to the outside or presents it to a person.
 以上のように、本実施の形態1によれば、シーケンスを自動生成する際、シーケンスの構造情報である、機器の処理順序、処理の流れ、動作の並び等に基づき、人の感性指標である、人にとって自然で、使い心地が良いか否かによって定義されたHMI評価基準データを用いるように構成した。よって、本実施の形態1によるシーケンス自動生成装置は、人にとって自然で、使い心地の良い動作を行うHMIのシーケンスを自動生成することが可能となる。
As described above, according to the first embodiment, when a sequence is automatically generated, based on the sequence structure information, such as the processing order of the device, the flow of processing, the arrangement of actions, etc., the human sensitivity index , is configured to use HMI evaluation criteria data defined by whether it is natural and comfortable for humans. Therefore, the sequence automatic generation device according to the first embodiment can automatically generate an HMI sequence that performs actions that are natural and comfortable for humans.
実施の形態2.
 実施の形態2におけるシーケンス自動生成装置について図11を用いて説明する。図11は、本実施の形態2を示すシーケンス自動生成装置のブロック構成図である。図11中、図1と異なる構成としては評価基準選択部7である。図11中、図1と同一符号を付したものは同一または相当部分を示す。
Embodiment 2.
A sequence automatic generation device according to Embodiment 2 will be described with reference to FIG. FIG. 11 is a block configuration diagram of an automatic sequence generation device showing the second embodiment. In FIG. 11, a configuration different from that in FIG. In FIG. 11, the same reference numerals as in FIG. 1 denote the same or corresponding parts.
 評価基準選択部7は、機器(すなわち、HMIを備えた移動機器)が動作する状況(例えば、周辺情報)に基づいて、評価部4に対して、HMI評価基準データの中から、どの評価基準を適応するか選択する指示を行う。 Based on the operating conditions (eg, peripheral information) of the device (i.e., the mobile device with the HMI), the evaluation criterion selection unit 7 instructs the evaluation unit 4 to select which evaluation criterion from among the HMI evaluation criterion data. to apply or select.
 図12は、実施の形態2の動作を表すフローチャートである。図4の実施の形態1のフローチャートにステップST7の処理が追加された他は、実施の形態1と同様であるので、ステップST7に関連しない動作の説明は省略する。 FIG. 12 is a flowchart representing the operation of the second embodiment. Except that the process of step ST7 is added to the flowchart of the first embodiment shown in FIG. 4, the process is the same as that of the first embodiment, so the explanation of the operation unrelated to step ST7 will be omitted.
 ステップST7において、評価基準選択部7は、入力部1から受け取った入力情報(例えば、環境情報の一種である周辺情報)に基づいて、対象とするHMIの評価に使用するHMI評価基準データを選択する。図13は、実施の形態2におけるHMI評価基準データの一例である。図13は、図6に示したHMI評価基準データと比較して、周辺情報の列が追加されており、周辺情報に応じて右の評価基準を選択する構成となっている。 In step ST7, the evaluation criterion selection unit 7 selects HMI evaluation criterion data to be used for evaluation of the target HMI based on the input information received from the input unit 1 (for example, peripheral information that is a type of environmental information). do. FIG. 13 is an example of HMI evaluation criteria data according to the second embodiment. In FIG. 13, a peripheral information column is added as compared with the HMI evaluation criteria data shown in FIG. 6, and the right evaluation criteria are selected according to the peripheral information.
 図13に示した周辺情報は、移動機器が動作している環境の周辺の障害物の有無である。移動機器の周辺に障害物が無い場合、目標まで速度、進行方向が滑らかに移動するシーケンスが高い評価値となる。一方、移動機器の周辺に障害物が存在する場合、人が乗車する移動機器(すなわち、乗り物)が障害物に近づくほど、人は不安に感じるという性質を定義する。この時、シーケンスの評価で優先されるべきは、移動機器が障害物を避けるような動作をするか否かである。ステップST7では、周辺情報に基づく動作基準(例えば、障害物回避行動)に従ってHMI評価基準データを選択又は変更する。このように、周辺情報に応じてシーケンスの評価方法を切り替えることで、より実環境に適した評価を行うことができる。 The peripheral information shown in FIG. 13 is the presence or absence of obstacles around the environment in which the mobile device is operating. If there are no obstacles around the mobile device, a sequence in which the device moves smoothly to the target in terms of speed and direction will have a high evaluation value. On the other hand, when there is an obstacle around the mobile device, the closer the mobile device in which the person rides (that is, the vehicle) is to the obstacle, the more the person feels uneasy. At this time, priority should be given to the evaluation of the sequence whether or not the mobile device moves to avoid obstacles. At step ST7, the HMI evaluation criteria data is selected or changed according to the operation criteria (for example, obstacle avoidance behavior) based on the peripheral information. In this way, by switching the sequence evaluation method according to the peripheral information, it is possible to perform an evaluation that is more suitable for the actual environment.
 本実施の形態2では、機器が動作する状況の一例として周辺情報を挙げ、また、周辺情報の一例として、移動機器が動作している環境の周辺の障害物の有無を挙げているが、これらに限ることは無い。例えば、周辺情報として、移動機器の進行方向の路面状態(例えば、路面の凹凸、路面の舗装、路面の凍結、路面の傾斜角度、など)を加えてもよい。機器が動作する状況は、移動機器の仕様情報、環境情報に応じて適宜設定することができる。 In the second embodiment, peripheral information is given as an example of the situation in which the device operates, and presence or absence of obstacles around the environment in which the mobile device operates is given as an example of the peripheral information. is not limited to For example, the peripheral information may include road surface conditions in the traveling direction of the mobile device (eg, unevenness of the road surface, paved road surface, frozen road surface, inclination angle of the road surface, etc.). The operating conditions of the device can be appropriately set according to the specification information and environmental information of the mobile device.
 以上のように、本実施の形態2では、評価基準選択部において、周辺情報に応じてシーケンスの評価基準を切り替えるように構成した。よって、本実施の形態2によるシーケンス自動生成装置は、より実環境に適した評価を行うことができ、更に、人にとって自然で、使い心地の良い動作を行うHMIのシーケンスを自動生成することが可能となる。
As described above, in the second embodiment, the evaluation criterion selection unit is configured to switch the evaluation criterion of the sequence according to the peripheral information. Therefore, the sequence automatic generation apparatus according to the second embodiment can perform evaluation more suitable for the actual environment, and can automatically generate an HMI sequence that performs operations that are natural and comfortable for humans. It becomes possible.
実施の形態3.
 実施の形態2の変形例として、評価基準選択部7は、評価部4でのシーケンス評価結果に基づいて、周辺情報と対応するHMI評価基準データを学習又は逐次更新してもよい。
Embodiment 3.
As a modification of the second embodiment, the evaluation criterion selection unit 7 may learn or sequentially update the HMI evaluation criterion data corresponding to the peripheral information based on the sequence evaluation result in the evaluation unit 4 .
 実施の形態3におけるシーケンス自動生成装置について図14を用いて説明する。図14は、本実施の形態3を示すシーケンス自動生成装置のブロック構成図である。図14中、図11と異なる構成としては、評価部4が、評価基準選択部7へ出力情報を受け渡すと共に、評価基準選択部7が、HMI評価基準3をアクセス可能な構成となっている。図14中、図11と同一符号を付したものは同一または相当部分を示す。 A sequence automatic generation device according to Embodiment 3 will be described with reference to FIG. FIG. 14 is a block configuration diagram of an automatic sequence generation device showing the third embodiment. In FIG. 14, the configuration different from that in FIG. 11 is that the evaluation unit 4 passes output information to the evaluation criteria selection unit 7, and the evaluation criteria selection unit 7 can access the HMI evaluation criteria 3. . In FIG. 14, the same reference numerals as in FIG. 11 denote the same or corresponding parts.
 評価部4は、シーケンスの評価値を算出後、各シーケンスの評価値を評価基準選択部7へ出力する。 After calculating the evaluation value of the sequence, the evaluation unit 4 outputs the evaluation value of each sequence to the evaluation criterion selection unit 7 .
 評価基準選択部7は、各シーケンスの評価値を参照し、例えば、ある評価基準による評価値の分散が、所定の閾値より小さい場合、個体ごとの差異を十分に評価できていないと判断し、HMI評価基準3中のHMI評価基準データを学習(例えば、別の評価基準に切り替える、当該評価基準を修正、など)する。 The evaluation criterion selection unit 7 refers to the evaluation values of each sequence, and, for example, if the variance of the evaluation values according to a certain evaluation criterion is smaller than a predetermined threshold value, it determines that individual differences have not been sufficiently evaluated, The HMI evaluation criteria data in the HMI evaluation criteria 3 is learned (eg, switching to another evaluation criteria, modifying the evaluation criteria, etc.).
 以上のように、本実施の形態3では、シーケンスの評価結果を用いて、周辺情報と対応するHMI評価基準データを学習(更新)するように構成した。よって、本実施の形態3によるシーケンス自動生成装置は、人にとって自然で、使い心地の良い動作を行うHMIのシーケンスの自動生成の精度を高めることが可能となる。 As described above, in the third embodiment, the sequence evaluation results are used to learn (update) the peripheral information and the corresponding HMI evaluation criteria data. Therefore, the automatic sequence generation device according to the third embodiment can improve the accuracy of automatic generation of HMI sequences that perform actions that are natural and comfortable for humans.
 なお、上記した実施の形態のそれぞれにおいて、シーケンスのフォーマットの一例としてBTを、シーケンス自動生成のフレームワークの一例として進化計算、特に、GEを用いて説明したが、これらには限定しない。すなわち、同様の機能、効果が得られる構成であれば、それを用いた形態としてもよく、ステートチャート等の他の公知のフォーマット、遺伝的アルゴリズム等の公知のフレームワークを用いても良い。また、制御対象の機器の一例として移動機器を挙げて説明したが、例えば、家電機器(テレビ、空調機など)、輸送機器(エレベーターなど)、製造機器(産業ロボット、工場生産機器)など、HMIを備えるその他の機器へも適用することができる。 In each of the above-described embodiments, BT is used as an example of a sequence format, and evolutionary computation, especially GE, is used as an example of a framework for automatic sequence generation, but the present invention is not limited to these. That is, as long as the same functions and effects can be obtained, it may be used as a form using it, or another known format such as a state chart, or a known framework such as a genetic algorithm may be used. In addition, mobile equipment has been described as an example of equipment to be controlled, but for example, home appliances (televisions, air conditioners, etc.), transportation equipment (elevators, etc.), manufacturing equipment (industrial robots, factory production equipment), etc., HMI It can also be applied to other devices with
 上記以外にも、本開示はその開示の範囲内において、実施の形態の任意の構成要素の変形、もしくは実施の形態の任意の構成要素の省略が可能である。 In addition to the above, within the scope of the disclosure, any component of the embodiment can be modified, or any component of the embodiment can be omitted.
1 入力部、2 シーケンス生成部、3 HMI評価基準、4 評価部、5 最適化部、6 出力部、7 評価基準選択部、
11 メモリ、12 プロセッサ、13 記憶媒体、14 入力装置、15 出力装置、16 信号路、
100 シーケンス自動生成装置
1 input unit, 2 sequence generation unit, 3 HMI evaluation criteria, 4 evaluation unit, 5 optimization unit, 6 output unit, 7 evaluation criteria selection unit,
11 memory, 12 processor, 13 storage medium, 14 input device, 15 output device, 16 signal path,
100 sequence automatic generator

Claims (15)

  1.  制御対象となる機器が有する機能に関する仕様情報と、当該機器が使用される状況に関する環境情報とを用いて、複数のHuman Machine Interface(HMI)のシーケンスを生成するシーケンス生成部と、
    前記機器のシーケンスの処理順序を示す構造情報と、人の感性指標とを用いて定義された1つ以上の評価基準を有するHMI評価基準データを参照し、当該評価基準を用いて前記複数のHMIのシーケンスの評価を行い、評価値を付与する評価部と、
    前記評価値を付与された前記複数のHMIのシーケンスから、前記評価値を用いてHMIのシーケンスを選択する最適化部、を備えるシーケンス自動生成装置。
    a sequence generation unit that generates sequences of a plurality of Human Machine Interfaces (HMIs) using specification information about functions of a device to be controlled and environment information about the situation in which the device is used;
    HMI evaluation criteria data having one or more evaluation criteria defined by using structural information indicating the sequence processing order of the equipment and human sensitivity indices, and using the evaluation criteria to generate the plurality of HMIs. an evaluation unit that evaluates the sequence of and assigns an evaluation value;
    An automatic sequence generation device comprising an optimization unit that selects an HMI sequence using the evaluation value from the plurality of HMI sequences to which the evaluation value is assigned.
  2.  前記最適化部が、前記複数のHMIのシーケンスから選択されたHMIのシーケンスの内部状態を進化計算を用いて変更し、当該選択されたHMIのシーケンスを前記評価部へ再入力し、所定の収束条件を満たすまでシーケンス全体の評価値を高めることを特徴とする、請求項1に記載のシーケンス自動生成装置。
    The optimization unit changes the internal state of the HMI sequence selected from the plurality of HMI sequences using evolutionary calculation, re-inputs the selected HMI sequence to the evaluation unit, and converges to a predetermined level. 2. The sequence automatic generation device according to claim 1, wherein the evaluation value of the entire sequence is increased until a condition is satisfied.
  3.  前記評価部が、前記HMI評価基準データによる評価を満たすシーケンスには高い評価値を付与し、前記HMI評価基準データによる評価を満たさないシーケンスには低い評価値を付与することを特徴とする、請求項1または請求項2に記載のシーケンス自動生成装置。
    The evaluation unit assigns a high evaluation value to a sequence that satisfies the evaluation based on the HMI evaluation criteria data, and gives a low evaluation value to a sequence that does not satisfy the evaluation based on the HMI evaluation criteria data. 3. The sequence automatic generation device according to claim 1 or claim 2.
  4.  前記評価部に対し、前記HMI評価基準データの中から、前記機器が動作する状況に応じた評価基準を選択する指示を行う評価基準選択部、を備える請求項1から3のいずれか1項に記載のシーケンス自動生成装置。
    4. The method according to any one of claims 1 to 3, further comprising an evaluation criterion selection unit that instructs the evaluation unit to select an evaluation criterion from among the HMI evaluation criterion data according to a situation in which the device operates. Automatic sequence generator as described.
  5.  前記評価基準選択部は、前記評価部でのシーケンス評価結果に応じて、前記機器が動作する状況に対応するように、前記HMI評価基準データを学習することを特徴とする、請求項1から4のいずれか1項に記載のシーケンス自動生成装置。
    5. The evaluation criterion selection unit learns the HMI evaluation criterion data according to the result of the sequence evaluation by the evaluation unit so as to correspond to the situation in which the device operates. The sequence automatic generation device according to any one of 1.
  6.  制御対象となる機器が有する機能に関する仕様情報と、当該機器が使用される状況に関する環境情報とを用いて、複数のHMIのシーケンスを生成するシーケンス生成ステップと、
    前記機器のシーケンスの処理順序を示す構造情報と、人の感性指標とを用いて定義された1つ以上の評価基準を有するHMI評価基準データを参照し、当該評価基準を用いて前記複数のHMIのシーケンスの評価を行い、評価値を付与する評価ステップと、
    前記評価値を付与された前記複数のHMIのシーケンスから、前記評価値を用いてHMIのシーケンスを選択する最適化ステップ、を備えるシーケンス自動生成方法。
    a sequence generation step of generating a sequence of a plurality of HMIs using specification information about functions of a device to be controlled and environment information about the situation in which the device is used;
    HMI evaluation criteria data having one or more evaluation criteria defined by using structural information indicating the sequence processing order of the equipment and human sensitivity indices, and using the evaluation criteria to generate the plurality of HMIs. an evaluation step for evaluating the sequence of and assigning an evaluation value;
    An automatic sequence generation method comprising an optimization step of selecting an HMI sequence using the evaluation value from the plurality of HMI sequences to which the evaluation value is assigned.
  7.  前記最適化ステップが、前記複数のHMIのシーケンスから選択されたHMIのシーケンスの内部状態を進化計算を用いて変更し、当該選択されたHMIのシーケンスを前記評価ステップへ再入力し、所定の収束条件を満たすまでシーケンス全体の評価値を高めることを特徴とする、請求項6に記載のシーケンス自動生成方法。
    The optimization step changes the internal state of the HMI sequence selected from the plurality of HMI sequences using evolutionary calculation, re-inputs the selected HMI sequence to the evaluation step, and converges to a predetermined level. 7. The method of automatically generating a sequence according to claim 6, wherein the evaluation value of the entire sequence is increased until the condition is satisfied.
  8.  前記評価ステップが、前記HMI評価基準データによる評価を満たすシーケンスには高い評価値を付与し、前記HMI評価基準データによる評価を満たさないシーケンスには低い評価値を付与することを特徴とする、請求項6または請求項7に記載のシーケンス自動生成方法。
    wherein the evaluation step assigns a high evaluation value to a sequence that satisfies the evaluation based on the HMI evaluation criteria data, and gives a low evaluation value to a sequence that does not satisfy the evaluation based on the HMI evaluation criteria data. The sequence automatic generation method according to claim 6 or claim 7.
  9.  前記評価ステップに対し、前記HMI評価基準データの中から、前記機器が動作する状況に応じた評価基準を選択する指示を行う評価基準選択ステップ、を備える請求項6から8のいずれか1項に記載のシーケンス自動生成方法。
    9. The method according to any one of claims 6 to 8, further comprising an evaluation criterion selection step of instructing selection of an evaluation criterion from among the HMI evaluation criterion data in accordance with a situation in which the device operates, for the evaluation step. Automatic sequence generation method as described.
  10.  前記評価基準選択ステップは、前記評価ステップでのシーケンス評価結果に応じて、前記機器が動作する状況に対応するように、前記HMI評価基準データを学習することを特徴とする、請求項6から9のいずれか1項に記載のシーケンス自動生成方法。
    10. The evaluation criterion selection step learns the HMI evaluation criterion data so as to correspond to the situation in which the device operates according to the result of the sequence evaluation in the evaluation step. The sequence automatic generation method according to any one of 1.
  11.  制御対象となる機器が有する機能に関する仕様情報と、当該機器が使用される状況に関する環境情報とを用いて、複数のHMIのシーケンスを生成するシーケンス生成ステップと、
    前記機器のシーケンスの処理順序を示す構造情報と、人の感性指標とを用いて定義された1つ以上の評価基準を有するHMI評価基準データを参照し、当該評価基準を用いて前記複数のHMIのシーケンスの評価を行い、評価値を付与する評価ステップと、
    前記評価値を付与された前記複数のHMIのシーケンスから、前記評価値を用いてHMIのシーケンスを選択する最適化ステップ、をコンピュータにより実行させるプログラム。
    a sequence generation step of generating a sequence of a plurality of HMIs using specification information about functions of a device to be controlled and environment information about the situation in which the device is used;
    HMI evaluation criteria data having one or more evaluation criteria defined by using structural information indicating the sequence processing order of the equipment and human sensitivity indices, and using the evaluation criteria to generate the plurality of HMIs. an evaluation step for evaluating the sequence of and assigning an evaluation value;
    A program causing a computer to execute an optimization step of selecting an HMI sequence using the evaluation value from the plurality of HMI sequences to which the evaluation value is assigned.
  12.  前記最適化ステップが、前記複数のHMIのシーケンスから選択されたHMIのシーケンスの内部状態を進化計算を用いて変更し、当該選択されたHMIのシーケンスを前記評価ステップへ再入力し、所定の収束条件を満たすまでシーケンス全体の評価値を高めることを特徴とする、請求項11に記載のプログラム。
    The optimization step changes the internal state of the HMI sequence selected from the plurality of HMI sequences using evolutionary calculation, re-inputs the selected HMI sequence to the evaluation step, and converges to a predetermined level. 12. A program according to claim 11, characterized in that the evaluation value of the entire sequence is increased until the condition is met.
  13.  前記評価ステップが、前記HMI評価基準データによる評価を満たすシーケンスには高い評価値を付与し、前記HMI評価基準データによる評価を満たさないシーケンスには低い評価値を付与することを特徴とする、請求項11または請求項12に記載のプログラム。
    wherein the evaluation step assigns a high evaluation value to a sequence that satisfies the evaluation based on the HMI evaluation criteria data, and gives a low evaluation value to a sequence that does not satisfy the evaluation based on the HMI evaluation criteria data. 13. The program according to claim 11 or 12.
  14.  前記評価ステップに対し、前記HMI評価基準データの中から、前記機器が動作する状況に応じた評価基準を選択する指示を行う評価基準選択ステップ、を備える請求項11から13のいずれか1項に記載のプログラム。
    14. The method according to any one of claims 11 to 13, further comprising an evaluation criterion selection step of instructing selection of an evaluation criterion according to a situation in which the device operates from the HMI evaluation criterion data in the evaluation step. program as described.
  15.  前記評価基準選択ステップは、前記評価ステップでのシーケンス評価結果に応じて、前記機器が動作する状況に対応するように、前記HMI評価基準データを学習することを特徴とする、請求項11から14のいずれか1項に記載のプログラム。 14. The HMI evaluation criterion data is learned in the evaluation criterion selection step so as to correspond to the situation in which the device operates according to the result of the sequence evaluation in the evaluation step. The program according to any one of Claims 1 to 3.
PCT/JP2021/014929 2021-04-08 2021-04-08 Automatic sequence generation device, automatic sequence generation method, and program WO2022215233A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2023512610A JP7387061B2 (en) 2021-04-08 2021-04-08 Automatic sequence generation device, automatic sequence generation method and program
PCT/JP2021/014929 WO2022215233A1 (en) 2021-04-08 2021-04-08 Automatic sequence generation device, automatic sequence generation method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2021/014929 WO2022215233A1 (en) 2021-04-08 2021-04-08 Automatic sequence generation device, automatic sequence generation method, and program

Publications (1)

Publication Number Publication Date
WO2022215233A1 true WO2022215233A1 (en) 2022-10-13

Family

ID=83545255

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/014929 WO2022215233A1 (en) 2021-04-08 2021-04-08 Automatic sequence generation device, automatic sequence generation method, and program

Country Status (2)

Country Link
JP (1) JP7387061B2 (en)
WO (1) WO2022215233A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015162639A1 (en) * 2014-04-22 2015-10-29 三菱電機株式会社 User interface system, user interface control device, user interface control method, and user interface control program
JP2017162385A (en) * 2016-03-11 2017-09-14 トヨタ自動車株式会社 Information providing device and information providing program
JP2020008889A (en) * 2018-07-02 2020-01-16 日立オートモティブシステムズ株式会社 Prediction control device
JP2020075586A (en) * 2018-11-06 2020-05-21 日産自動車株式会社 Drive support method and drive support device
US20200283014A1 (en) * 2017-10-30 2020-09-10 Nissan North America, Inc. Continual Planning and Metareasoning for Controlling an Autonomous Vehicle

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015162639A1 (en) * 2014-04-22 2015-10-29 三菱電機株式会社 User interface system, user interface control device, user interface control method, and user interface control program
JP2017162385A (en) * 2016-03-11 2017-09-14 トヨタ自動車株式会社 Information providing device and information providing program
US20200283014A1 (en) * 2017-10-30 2020-09-10 Nissan North America, Inc. Continual Planning and Metareasoning for Controlling an Autonomous Vehicle
JP2020008889A (en) * 2018-07-02 2020-01-16 日立オートモティブシステムズ株式会社 Prediction control device
JP2020075586A (en) * 2018-11-06 2020-05-21 日産自動車株式会社 Drive support method and drive support device

Also Published As

Publication number Publication date
JPWO2022215233A1 (en) 2022-10-13
JP7387061B2 (en) 2023-11-27

Similar Documents

Publication Publication Date Title
Wortmann et al. Advantages of surrogate models for architectural design optimization
JP6567218B1 (en) Inference apparatus, inference method, and inference program
Kala et al. Robotic path planning in static environment using hierarchical multi-neuron heuristic search and probability based fitness
JP7168753B2 (en) Profiling and application monitoring for edge devices based on headroom
JP7293729B2 (en) LEARNING DEVICE, INFORMATION OUTPUT DEVICE, AND PROGRAM
EP3656513A1 (en) Method and system for predicting a motion trajectory of a robot moving between a given pair of robotic locations
CN114897173A (en) Method and device for determining PageRank based on variational quantum line
Pan et al. Additional planning with multiple objectives for reinforcement learning
Lee et al. A new genetic approach for structure learning of Bayesian networks: Matrix genetic algorithm
WO2022215233A1 (en) Automatic sequence generation device, automatic sequence generation method, and program
Chand et al. A two-tiered global path planning strategy for limited memory mobile robots
Sharma et al. Self-directed robot for car driving using Genetic Algorithm
Muztoba et al. Instinctive assistive indoor navigation using distributed intelligence
KR101265062B1 (en) Similarity determining method and similarity determining apparatus
EP3879371B1 (en) Natural language based indoor autonomous navigation
Mueller et al. An interactive evolutionary framework for structural design
Sarkar et al. QKSA: Quantum Knowledge Seeking Agent--resource-optimized reinforcement learning using quantum process tomography
JP6690713B2 (en) Inference system, information processing system, inference method, and program
CN111832602A (en) Map-based feature embedding method and device, storage medium and electronic equipment
JP6721036B2 (en) Inference system, inference method, and program
Giraldo-Quintero et al. Using quantum computing to solve the maximal covering location problem
Strobbe et al. Metaheuristics in architecture
JP2000222377A (en) Processor for retrieving optimal value of cost function by using dynamics
Suzuki et al. IGUANA: Advances on the development of a robust computational framework for active-geometric and-topologic modeling of lightweight structures.
Demir et al. Generating effective initiation sets for subgoal-driven options

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2023512610

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21936037

Country of ref document: EP

Kind code of ref document: A1