WO2021100546A1 - Artificial intelligence processing system, upload management device, method, and program - Google Patents

Artificial intelligence processing system, upload management device, method, and program Download PDF

Info

Publication number
WO2021100546A1
WO2021100546A1 PCT/JP2020/041869 JP2020041869W WO2021100546A1 WO 2021100546 A1 WO2021100546 A1 WO 2021100546A1 JP 2020041869 W JP2020041869 W JP 2020041869W WO 2021100546 A1 WO2021100546 A1 WO 2021100546A1
Authority
WO
WIPO (PCT)
Prior art keywords
input data
inference
learning
artificial intelligence
resources
Prior art date
Application number
PCT/JP2020/041869
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 富士フイルム株式会社
Publication of WO2021100546A1 publication Critical patent/WO2021100546A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning

Definitions

  • the present invention relates to an artificial intelligence processing system, an upload management device, a method, and a program, and particularly relates to a technique for uploading input data to a resource for executing inference using artificial intelligence.
  • AI Artificial Intelligence
  • Patent Document 1 describes an API (Application Programming Interface), which is an application that acquires sensor data from an edge device and processes the acquired sensor data by exchanging the edge device with a computer in a cloud solution provided by a company. ) Is selected, the API of the selected computer is used to control the computer to perform the calculation, and the computer system that provides the calculation result is described.
  • API Application Programming Interface
  • the present invention has been made in view of such circumstances, and provides an artificial intelligence processing system, an upload management device, a method, and a program for appropriately uploading input data to a resource for executing inference using artificial intelligence. With the goal.
  • One aspect of the artificial intelligence processing system for achieving the above object is a plurality of resources capable of performing inference or artificial intelligence learning using artificial intelligence that outputs inference results with respect to input data, and inference or learning.
  • An artificial intelligence processing system including a unit and an upload control unit that uploads input data to be used for at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data. Is.
  • the input data used for at least one resource among the plurality of resources is uploaded based on the current state of the plurality of resources and the acquisition status of the input data.
  • Input data can be appropriately uploaded to the resource that executes the inference used.
  • the plurality of resources can execute inference or learning of artificial intelligence using a plurality of different artificial intelligences, and the reception unit accepts the artificial intelligence used for executing inference or re-learning among the plurality of artificial intelligences. Is preferable. This makes it possible to use artificial intelligence that is appropriate for executing inferences from multiple artificial intelligences.
  • the current state of a plurality of resources preferably includes the processing capacity of each resource, the operating status of the resource, and the network bandwidth of the network connected to the resource. As a result, at least one resource can be appropriately selected from the plurality of resources.
  • the upload control unit uploads the input data after all the input data of the plurality of types of input data are prepared. As a result, the input data can be uploaded appropriately.
  • the upload control unit uploads the acquired input data in order from the plurality of types of input data. As a result, the input data can be uploaded appropriately.
  • the upload control unit includes a judgment unit that performs calculation processing on at least one of the multiple types of input data. It is preferable to upload a plurality of types of input data based on the result of the calculation process. As a result, the input data can be uploaded appropriately.
  • the upload control unit uploads the input data used for the resource that receives the instruction and finishes the execution of inference or learning earliest among the plurality of resources. As a result, inference or learning can be executed quickly.
  • the discriminator discriminates the type of input data required for executing inference or learning that has received an instruction, based on a table in which the inference and learning are associated with the types of input data required for executing the inference and learning. It is preferable to do so. As a result, it is possible to appropriately determine the type of input data required for executing the inference or learning that has received the instruction.
  • Artificial intelligence is preferably a machine-learned learning model. As a result, the inference result can be appropriately output for the input data.
  • the input data preferably includes medical data.
  • This aspect can be applied to an artificial intelligence processing system that executes inference using artificial intelligence or learning of artificial intelligence on medical data.
  • the medical data is data related to a subject, and is data including at least one of a medical image, a pathological image, diagnostic information, and finding information.
  • One aspect of the upload management device for achieving the above object is to acquire the current state of a plurality of resources capable of performing inference using artificial intelligence that outputs inference results for input data or learning of artificial intelligence.
  • An acquisition status acquisition unit that determines the type of input data required for execution of inference or learning that has received an execution instruction and acquires the acquisition status of input data used for execution of inference or learning.
  • the input data is uploaded to at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data, artificial intelligence is used.
  • Input data can be appropriately uploaded to the resource that executes inference.
  • One aspect of the upload management device for achieving the above object includes a memory for storing an instruction to be executed by the processor and a processor for executing the instruction stored in the memory, and the processor receives the input data.
  • the type of input data required to execute inference or learning that receives the execution instruction by acquiring the current state of multiple resources that can execute inference or artificial intelligence learning using artificial intelligence.
  • One aspect of the upload management method for achieving the above object is to acquire the current state of a plurality of resources capable of performing inference using artificial intelligence that outputs inference results for input data or learning of artificial intelligence.
  • the input data is uploaded to at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data, artificial intelligence is used.
  • Input data can be appropriately uploaded to the resource that executes inference.
  • a program for causing a computer to execute the above upload management method is also included in this embodiment.
  • the program for causing the computer to execute the above upload management method may be provided by storing it in a non-temporary recording medium that can be read by the computer.
  • input data can be appropriately uploaded to a resource for executing inference or the like using artificial intelligence.
  • FIG. 1 is a block diagram showing a functional configuration of an artificial intelligence processing system.
  • FIG. 2 is a block diagram showing a main functional configuration of the AI process unit.
  • FIG. 3 is a block diagram showing a functional configuration of the AI process dispatcher.
  • FIG. 4 is a flowchart showing an upload management method.
  • FIG. 1 is a block diagram showing a functional configuration of the artificial intelligence processing system 10.
  • the artificial intelligence processing system 10 includes HIS (Hospital Information System) 12, PACS (Picture Archiving and Communication Systems) 14, VNA (Vendor Neutral Archive) 16, RIS (Radiology Information System) 18, and endoscope 20.
  • HIS Hospital Information System
  • PACS Physical Archiving and Communication Systems
  • VNA Vendor Neutral Archive
  • RIS Radiology Information System
  • endoscope 20 endoscope 20.
  • a genome analysis system 22 a hospital network 24, a hospital computer 26, a network adapter 28, a cloud 30, a cloud computer 32, and an AI (Artificial Intelligence) process dispatcher 100.
  • HIS12 is a computer system that supports medical services and accounting services for the entire hospital.
  • HIS12 may include an automatic reception system, an ordering system, a medical accounting system, an electronic medical record system, and the like.
  • the PACS 14 is an image storage communication system.
  • the PACS 14 receives a medical image taken by an imaging apparatus (modality) and stores it in a database (not shown). Further, the PACS 14 causes the designated medical image to be displayed on a display device (not shown).
  • the modality includes a device that generates a medical image representing the part to be inspected of the subject by photographing the part to be inspected, adds incidental information specified by the DICOM standard to the medical image, and outputs the medical image.
  • CT equipment Computed Tomography: Computed Tomography
  • MRI equipment magnetic resonance imaging
  • PET equipment Positron Emission Tomography
  • positron emission tomography equipment and ultrasonic diagnostic equipment.
  • CR device Computer X-ray imaging device
  • FPD flat panel detector
  • the PACS14 may treat a pathological image of a tissue collected from a subject taken with a camera as a medical image.
  • VNA16 is a distributor-neutral archive.
  • the VNA 16 collectively manages various data managed by PACS 14s of different manufacturers.
  • RIS18 is a radiological information system. RIS18 manages radiological examination requests, examination appointments, patient information, examination reports, and the like.
  • the endoscope 20 is an optical system device for observing a luminal region such as the esophagus and intestine of a subject. Further, the endoscope 20 includes an optical system device for observing the inside of the incision site.
  • the genome analysis system 22 is a system that analyzes the genetic information of a subject.
  • the genome analysis system 22 performs genome analysis on a cell sample of a subject.
  • the in-hospital network 24 is realized by, for example, a LAN (Local Area Network).
  • the HIS12, PACS14, VNA16, RIS18, endoscope 20, genome analysis system 22, and AI process dispatcher 100 are connected via an in-hospital network 24.
  • the in-hospital computer 26 (an example of a resource) is a computer used in the hospital.
  • the in-hospital computer 26 includes a hardware configuration (not shown) such as a CPU (Central Processing Unit), memory, storage, input / output interface, communication interface, input device, display device, and data bus. Further, the in-hospital computer 26 has a keyboard, a mouse, etc. (not shown) as an input device, and a display (not shown) as a display device.
  • a well-known operation system or the like is installed in the in-hospital computer 26, and a viewer application for displaying a medical image is executed.
  • the AI process unit 50A and the table 50B are stored in the in-hospital computer 26.
  • the AI process unit 50A is an example of artificial intelligence, and is a learning model that is learned by machine learning so as to output an inference result with respect to input data.
  • Input data includes medical data.
  • the medical data is data relating to a subject, and is data including at least one of a medical image, a pathological image, diagnostic information, and finding information.
  • the diagnostic information includes information such as genome analysis results, electrocardiogram waveform data, and vital data.
  • the finding information includes text data indicating the type and progress of the disease.
  • the medical data may include personal information such as the sex and age of the subject, and clinical information such as medical history.
  • the AI process unit 50A is a learning model that recognizes lung cancer.
  • the in-hospital computer 26 can perform lung cancer recognition (an example of inference) using the AI process unit 50A and re-learning of the AI process unit 50A using predetermined resources.
  • the recognition of lung cancer using the AI process unit 50A and the type of input data necessary for executing the recognition of lung cancer are stored in association with each other.
  • the re-learning of the AI process unit 50A and the type of input data required for executing the re-learning are stored in association with each other.
  • the types of input data required for performing lung cancer recognition using the AI process unit 50A are, for example, a CR image of the chest and a CT image of the chest.
  • the types of input data required for executing the re-learning of the AI process unit 50A are, for example, a CR image of the chest and a CT image of the chest.
  • the network adapter 28 realizes communication with the cloud 30 via the Internet 34.
  • Cloud 30 is a service that provides computer resources.
  • the cloud 30 is configured to be able to communicate with a client such as a medical institution via the Internet 34.
  • the cloud 30 includes a cloud computer 32.
  • the cloud computer 32 (an example of resources) includes a hardware configuration (not shown) such as a CPU, memory, storage, input / output interface, communication interface, input device, display device, and data bus. Further, the cloud computer 32 has a keyboard, a mouse and the like (not shown) as an input device, and a display and the like (not shown) as a display device. A well-known operating system or the like is installed in the cloud computer 32 and has a server function.
  • the cloud 30 may include a plurality of cloud computers 32.
  • the cloud computer 32 stores the AI process unit 50A, the AI process unit 52A, the table 50B, and the table 52B.
  • the AI process unit 50A and the table 50B are the same as the AI process unit 50A and the table 50B stored in the in-hospital computer 26.
  • the AI process unit 52A is an example of artificial intelligence, and is a learning model that is learned by machine learning so as to output an inference result with respect to input data.
  • the AI process unit 52A recognizes a brain tumor.
  • the cloud computer 32 uses predetermined resources to perform inference using the AI process unit 50A, inference using the AI process unit 52A, re-learning of the AI process unit 50A, and re-learning of the AI process unit 52A. , Is feasible.
  • the cloud computer 32 has a predetermined ratio of CPU processing that can be occupied between the execution of inference and relearning using the AI process unit 50A and the execution of inference and relearning using the AI process unit 52A. There is.
  • the recognition of the brain tumor using the AI process unit 52A and the type of input data necessary for executing the recognition of the brain tumor are stored in association with each other.
  • the re-learning of the AI process unit 52A and the type of input data required for executing the re-learning are stored in association with each other.
  • the types of input data required to execute the recognition of the brain tumor using the AI process unit 52A are, for example, a CT image of the head and an MRI image of the head.
  • the types of input data required for executing the re-learning of the AI process unit 52A are, for example, a CT image of the head and an MRI image of the head.
  • the AI process dispatcher 100 is a program that serves as a gateway, and is located at the entrance / exit of the hospital network 24.
  • the AI process dispatcher 100 operates on a computer (not shown).
  • the AI process dispatcher 100 may operate on the in-hospital computer 26.
  • the AI process dispatcher 100 manages the upload of data to the in-hospital computer 26 and the cloud computer 32.
  • FIG. 2 is a block diagram showing a main functional configuration of the AI process unit.
  • the AI process unit 50A that recognizes lung cancer will be described as an example.
  • the AI process unit 50A is a learning model that learns using a CR image and a CT image and performs recognition processing using the CR image and the CT image.
  • the AI process unit 50A has a plurality of layer structures and holds a plurality of weight parameters.
  • the AI process unit 50A can change from an unlearned model to a trained model by updating the weight parameter from the initial value to the optimum value.
  • the AI process unit 50A has a convolutional neural network (CNN) configuration, and includes an input layer 60, an intermediate layer 62, and an output layer 64.
  • CNN convolutional neural network
  • the input layer 60, the intermediate layer 62, and the output layer 64 each have a structure in which a plurality of "nodes" are connected by "edges".
  • a CR image and a CT image are input to the input layer 60 as input data.
  • the intermediate layer 62 is a layer for extracting features from the image input from the input layer.
  • the intermediate layer 62 has a plurality of sets including a convolution layer and a pooling layer as one set, and a fully connected layer.
  • the convolution layer performs a convolution operation using a filter on nearby nodes in the previous layer and acquires a feature map.
  • the pooling layer reduces the feature map output from the convolution layer to a new feature map.
  • the fully connected layer connects all the nodes of the immediately preceding layer (here, the pooling layer).
  • the convolution layer plays a role of feature extraction such as edge extraction from an image, and the pooling layer plays a role of imparting robustness so that the extracted features are not affected by translation or the like.
  • the intermediate layer 62 is not limited to the case where the convolution layer and the pooling layer are set as one set, and the convolution layer may be continuous or may include a normalization layer.
  • the output layer 64 is a layer that outputs a recognition result for detecting lung cancer based on the characteristics extracted by the intermediate layer 62.
  • the recognition result that classifies the detected lung cancer as benign or malignant may be output.
  • the learned AI process unit 50A classifies lung cancer into three categories, for example, "malignant”, “benign”, and “other”, and the recognition results are classified into “malignant”, “benign”, and “other”. Output as the corresponding three scores. The sum of the three scores is 100%.
  • Arbitrary initial values are set for the coefficient of the filter applied to each convolution layer of the AI process unit 50A before learning, the offset value, and the weight of the connection with the next layer in the fully connected layer.
  • the AI process unit 50A adjusts the weight parameter of the AI process unit 50A by the error back propagation method based on the error between the recognition result output from the output layer 64 and the correct answer data. This parameter adjustment process is repeated, and repeated learning is performed until the difference between the output of the AI process unit 50A and the correct answer data becomes small.
  • the AI process unit 50A does not have to use the correct answer data depending on the recognition process to be realized. Further, the AI process unit 50A may extract features by an algorithm designed in advance such as edge extraction, and use the information to learn with a support vector machine or the like.
  • the AI process unit 50A may learn using the CR image, the CT image, and the blood test result, and perform the recognition process using the CR image and the CT image. That is, the input data used for the recognition process may be a subset of the input data used for the learning process.
  • FIG. 3 is a block diagram showing a functional configuration of the AI process dispatcher 100.
  • the AI process dispatcher 100 (an example of an upload management device) includes a reception unit 102, a determination unit 104, an acquisition status acquisition unit 106, a state acquisition unit 108, and an upload control unit 110.
  • the reception unit 102 receives an instruction to execute inference using the AI process unit 50A, inference using the AI process unit 52A, re-learning of the AI process unit 50A, or re-learning of the AI process unit 52A input from the user. ..
  • the execution instruction is given by, for example, the user using an input device (not shown) of the in-hospital computer 26.
  • the execution instruction may be automatically issued by the in-hospital computer 26.
  • the reception unit 102 acquires an execution instruction from the in-hospital computer 26 and accepts it.
  • the instruction to execute the re-learning may be automatically transmitted from the in-hospital computer 26 when the time suitable for the re-learning or when the input data used for the re-learning is prepared.
  • the discrimination unit 104 discriminates from the table 50B or the table 52B the type of input data required for executing the inference or relearning received by the reception unit 102.
  • the determination unit 104 determines the type of input data required from the table 50B of the in-hospital computer 26. It may be acquired, or it may be acquired from the table 50B of the cloud computer 32.
  • the acquisition status acquisition unit 106 acquires the acquisition status (alignment) of the input data used for executing inference or learning based on the type of input data determined by the determination unit 104.
  • the status acquisition unit 108 acquires the current status of a plurality of resources.
  • the status refers to the processing capacity (operating clock speed, etc.) of each CPU of the in-hospital computer 26 and the cloud computer 32, the ratio of CPU processing that can be occupied, the operating status of the CPU, the network bandwidth of the connected network, and the like.
  • the network bandwidth means the transmission line capacity (bit rate: bps) of the communication network, that is, the data transmission capacity of the communication network. A known method may be used to measure the network bandwidth.
  • the upload control unit 110 selects at least one resource from the plurality of resources based on the current state of the plurality of resources acquired by the state acquisition unit 108 and the acquisition status of the input data acquired by the acquisition status acquisition unit 106. select. Further, the upload control unit 110 inputs input data to be used for the selected resource based on the current state of the plurality of resources acquired by the state acquisition unit 108 and the acquisition status of the input data acquired by the acquisition status acquisition unit 106. Upload.
  • the AI process dispatcher 100 may include a storage unit that stores the table 50B and the table 52B.
  • FIG. 4 is a flowchart showing an upload management method.
  • the reception unit 102 of the AI process dispatcher 100 receives an instruction for recognition processing of lung cancer using the AI process unit 50A will be described. It is assumed that the AI process dispatcher 100 has previously identified that the in-hospital computer 26 and the cloud computer 32 can execute the lung cancer recognition process using the AI process unit 50A.
  • step S1 the AI process dispatcher 100 acquires all the data combination information necessary for executing the recognition and relearning that can be processed by the artificial intelligence processing system 10 from the calculation processing information management unit.
  • the AI process dispatcher 100 uses the cloud computer 32 to perform data information necessary for performing lung cancer recognition and relearning using the AI process unit 50A, and brain tumor recognition and relearning using the AI process unit 52A. Get the data information required for execution.
  • the discrimination unit 104 reads out the table 50B, and the types of input data required for performing lung cancer recognition and relearning using the AI process unit 50A are two types, a CR image of the chest and a CT image of the chest. Acquire (determine) that it is data (multi-data).
  • the discrimination unit 104 reads out the table 52B, and the types of input data required for executing the recognition and relearning of the brain tumor using the AI process unit 52A are 2 of the CT image of the head and the MRI image of the head. Get that it is a kind of data.
  • the AI process dispatcher 100 may acquire all the data combination information necessary for executing the recognition and relearning that can be processed by the artificial intelligence processing system 10 from the in-hospital computer 26.
  • step S2 the AI process dispatcher 100 (an example of the input data acquisition unit) corresponding to the data processing management unit acquires the data necessary for executing recognition or relearning from the PACS 14.
  • the AI process dispatcher 100 receives a CR image of the chest of a subject and a CT image of the chest.
  • the AI process dispatcher 100 may receive the CR image of the chest of the subject and the CT image of the chest directly from the CR device and the CT device, or may be received from the VNA 16.
  • the AI process dispatcher 100 receives at least the captured image.
  • step S3 the AI process dispatcher 100 narrows down the recognition or relearning process to be executed from the input data acquired in step S2 with respect to the combination information of the data acquired in step S1, and the data requested from the cloud computer 32. To get.
  • the AI process dispatcher 100 determines that the process to be executed is the lung cancer recognition process. As the process to be executed, a plurality of recognition and relearning processes may be candidates.
  • step S4 the determination unit 104 determines whether or not the data required in the table 50B is multi-data, that is, whether or not it is a plurality of types of data. If the required data is multi-data, the AI process dispatcher 100 performs the process of step S5. If the requested data is one type of data, the AI process dispatcher 100 performs the process of step S10. Here, the required data is a multi-data of a CR image of the chest and a CT image of the chest. Therefore, the AI process dispatcher 100 performs the process of step S5.
  • multi-data is not limited to multiple types of medical images.
  • the multi-data is a combination of a CT image and a pathological image, a CT image and a PET image, an MR image and a genome analysis result, a CT image and a blood test result, and the like according to the purpose of the examination.
  • step S5 an example of the acquisition status acquisition process
  • the acquisition status acquisition unit 106 determines whether or not all the input data of the required multi-data are available. When all the input data are prepared, the AI process dispatcher 100 performs the process of step S10. If not all the input data are available, the AI process dispatcher 100 performs the process of step S6.
  • the required multi-data is a CR image of the chest of the subject and a CT image of the chest.
  • step S2 only the CR image is received and the CT image is not received, only the CT image is received and the CR image is not received, and both the CR image and the CT image are received. If not, the AI process dispatcher 100 determines that all the input data are not available. Further, when both the CR image and the CT image are received in step S2, the AI process dispatcher 100 determines that all the input data are available.
  • step S6 the acquisition status acquisition unit 106 acquires the scheduled completion date and time of the input data that has not been received among the requested input data from the data creation source. For example, when the CT image is not received, the acquisition status acquisition unit 106 acquires the shooting completion date and time of the CT image.
  • the acquisition completion date and time of the CT image can be obtained from HIS12 or RIS18.
  • the imaging completion date and time is, for example, 20 minutes for an ultrasonic diagnostic image, 1 hour for a CT image, and several days for a pathological image.
  • step S7 the AI process dispatcher 100 sets the deadline for uploading the input data.
  • the AI process dispatcher 100 sets the completion deadline for uploading the input data to the completion time of all the input data acquisition. For example, when the CT image is not received, the AI process dispatcher 100 sets the deadline for uploading the CT image after one hour.
  • step S8 the upload control unit 110 determines whether or not there is input data being uploaded. If there is input data being uploaded, the AI process dispatcher 100 performs the process of step S5. If there is no input data being uploaded, the AI process dispatcher 100 performs the process of step S9.
  • step S9 the upload control unit 110 uploads a part of the input data.
  • the upload control unit 110 uploads in order from the acquired input data among the plurality of types of input data. For example, when only the CR image is received and the CT image is not received, the AI process dispatcher 100 uploads the CR image to the in-hospital computer 26 and the cloud computer 32, respectively. After that, the AI process dispatcher 100 performs the process of step S5.
  • the upload control unit 110 lowers the upload order of the unprepared data.
  • the upload order of the CT images can be lowered in priority until a few days after the blood test is completed.
  • the resource hospital computer 26 or cloud computer 32
  • it may be the target of upload.
  • step S5 If it is determined in the process of step S5 that all the input data are not prepared, the upload control unit 110 steps until the acquisition of all the input data is completed without performing the processes of steps S6 to S9. It is also possible to repeat the process of S5. For example, when only the CR image is received and the CT image is not received, the AI process dispatcher 100 performs the process of step S10 after receiving the CT image. As a result, the input data can be uploaded after all the input data are collected, so that it is possible to prevent the data required for processing from being uploaded in an incomplete state.
  • the process of step S5 is performed after the state of one or more of the devices from which the multi-data is acquired is determined.
  • the upload control unit 110 determines whether uploading including the CT image is necessary based on the diagnosis result of the PET image.
  • the multi-data may be a combination of a CT image for definitive diagnosis and a CR image for initial diagnosis.
  • step S10 the state acquisition unit 108 acquires the operating status of all resources.
  • the state acquisition unit 108 acquires the operating status of the in-hospital computer 26, the operating status of the cloud computer 32, and the network bandwidth to the cloud 30.
  • the state acquisition unit 108 inquires about the operating status of the in-hospital computer 26 and acquires the operating status of the in-hospital computer 26. Further, the state acquisition unit 108 inquires about the operating status of the cloud computer 32 and acquires the operating status of the cloud computer 32. Further, the state acquisition unit 108 measures the transfer speed to the cloud computer 32 and infers the transfer time to the cloud computer 32.
  • step S11 the state acquisition unit 108 calculates the local processing time, that is, the processing time for lung cancer recognition processing using the AI process unit 50A on the in-hospital computer 26.
  • the state acquisition unit 108 calculates the processing time of the lung cancer recognition process using the AI process unit 50A on the cloud computer 32.
  • the processing time here includes the time required for transmitting data from the AI process dispatcher 100 to the cloud computer 32.
  • step S12 the state acquisition unit 108 determines whether or not the local processing time is longer than the processing time of another resource.
  • the state acquisition unit 108 uses the AI process unit 50A of the in-hospital computer 26 to process the lung cancer recognition process based on the processing results of steps S10 and S11, and the processing time of the lung cancer recognition process is the AI process on the cloud computer 32. It is determined whether or not the processing time of the lung cancer recognition process using the part 50A is longer than the processing time.
  • the AI process dispatcher 100 performs the processing in step S13. If the processing time on the in-hospital computer 26 is longer, the AI process dispatcher 100 performs the processing in step S14.
  • step S13 the AI process dispatcher 100 performs local execution processing. That is, the upload control unit 110 uploads the CR image and the CT image to the in-hospital computer 26 (an example of the upload control process). If some data has already been uploaded in step S9, the data that has not been uploaded is uploaded.
  • the in-hospital computer 26 inputs a CR image and a CT image and performs a lung cancer recognition process by the AI process unit 50A. Further, the in-hospital computer 26 transmits the processing result to the AI process dispatcher 100. This completes the processing of this flowchart. The processing result can be obtained quickly by performing the execution processing on the in-hospital computer 26 having a relatively short processing time.
  • the upload control unit 110 determines whether or not data can be uploaded by controlling the number of simultaneous uploads possible.
  • the number of simultaneous uploads is a predetermined number of simultaneous uploads, and refers to the number of data that can be uploaded at the same time.
  • the communication speed of the upload line is finite (fixed), and uploading multiple data at the same time slows down and becomes inefficient. Therefore, in the artificial intelligence processing system 10, the number of simultaneous uploads is predetermined.
  • the AI process dispatcher 100 performs the process of step S15. If the data is not movable, the AI process dispatcher 100 performs the process of step S10.
  • step S15 the upload control unit 110 uploads data. That is, the upload control unit 110 uploads the CR image and the CT image to the cloud computer 32. If some data has already been uploaded in step S9, the data that has not been uploaded is uploaded.
  • the cloud computer 32 receives the CR image and the CT image as inputs, performs lung cancer recognition processing by the AI process unit 50A, and transmits the processing result to the AI process dispatcher 100. This completes the processing of this flowchart. By executing the execution process on the cloud computer 32 having a relatively short processing time, the processing result can be quickly acquired.
  • the AI process dispatcher 100 sets the input data in step S7 for the resource for which a part of the data was uploaded in step S9 but the remaining data was not uploaded in step S13 or step S15.
  • a part of the data uploaded in step S9 is deleted.
  • the AI process dispatcher 100 uploads the CR image to the hospital computer 26. Erase the image. As a result, it is possible to prevent unused data from remaining in the resource.
  • data can be uploaded to the resource in which the execution of inference or learning that receives the instruction finishes earliest among the plurality of resources.
  • the upload control unit 110 when the required data is multi-data, the upload control unit 110 has uploaded all the data, but the data to be uploaded may be filtered by preprocessing. Data may be uploaded when one or more calculation processes of the multi-data source are performed and the probability of being diagnosed as positive is equal to or higher than a certain value. For example, when the multi-data includes a CT image, the in-hospital computer 26 performs the CT image inference processing, and if the probability of being diagnosed as positive is equal to or higher than a certain value, the upload control unit 110 uploads the CT image. Do.
  • the in-hospital computer 26 (an example of the judgment unit) performs calculation processing of one or a plurality of data (an example of at least one input data) of the multi-data, and the probability of being diagnosed as positive is a certain value or more. In this case, uploading may be performed as soon as related data are available, or the acquired data may be uploaded in order.
  • the above upload management method is configured as a program for realizing each process on a computer, and a non-temporary recording medium such as a CD-ROM (Compact Disk-Read Only Memory) in which this program is stored may be configured. It is possible.
  • a non-temporary recording medium such as a CD-ROM (Compact Disk-Read Only Memory) in which this program is stored may be configured. It is possible.
  • the hardware structure of the processing unit that executes various processes of the AI process dispatcher 100 is various processors as shown below.
  • Various processors include a CPU (Central Processing Unit), which is a general-purpose processor that executes software (programs) and functions as various processing units, and a GPU (Graphics Processing Unit), which is a processor specialized in image processing.
  • Dedicated to execute specific processing such as programmable logic device (PLD), ASIC (Application Specific Integrated Circuit), which is a processor whose circuit configuration can be changed after manufacturing FPGA (Field Programmable Gate Array), etc.
  • One processing unit may be composed of one of these various processors, or two or more processors of the same type or different types (for example, a plurality of FPGAs, or a combination of a CPU and an FPGA, or a CPU and a CPU. It may be composed of a combination of GPUs). Further, a plurality of processing units may be configured by one processor. As an example of configuring a plurality of processing units with one processor, first, one processor is configured by a combination of one or more CPUs and software, as represented by a computer such as a server and a client. There is a form in which the processor functions as a plurality of processing units.
  • SoC System On Chip
  • a processor that realizes the functions of the entire system including a plurality of processing units with one IC (Integrated Circuit) chip is used.
  • the various processing units are configured by using one or more various processors as a hardware-like structure.

Abstract

Provided are an artificial intelligence processing system, upload management device, method, and program for properly uploading input data to a resource that executes inference or the like using artificial intelligence. Current states of a plurality of resources capable of executing inference or the like using artificial intelligence are acquired. Types of input data required to execute the inference or the like are discerned on the basis of a table. Status of acquisition of input data to be used to execute the inference or the like is acquired on the basis of the types of input data discerned. The input data is uploaded to at least one resource among the plurality of resources on the basis of the current states of the plurality of resources and the status of acquisition of the input data.

Description

人工知能処理システム、アップロード管理装置、方法、プログラムArtificial intelligence processing system, upload management device, method, program
 本発明は人工知能処理システム、アップロード管理装置、方法、プログラムに係り、特に人工知能を用いた推論等を実行するリソースに入力データをアップロードする技術に関する。 The present invention relates to an artificial intelligence processing system, an upload management device, a method, and a program, and particularly relates to a technique for uploading input data to a resource for executing inference using artificial intelligence.
 医療分野においては、画像解析技術の性能が向上してきている。特に、近年では、深層学習により学習がなされたニューラルネットワークを利用した人工知能(AI: Artificial Intelligence)を用いることにより、病変を認識したり、病変を特定したりするための解析処理の精度が向上している。このような解析処理を実行するためには、高性能なコンピュータが必要になる。 In the medical field, the performance of image analysis technology is improving. In particular, in recent years, the accuracy of analysis processing for recognizing lesions and identifying lesions has improved by using artificial intelligence (AI: Artificial Intelligence) that uses neural networks learned by deep learning. doing. A high-performance computer is required to execute such analysis processing.
 一方、近年、複数のサーバを用いた様々なクラウドサービスが提供されるようになってきている。例えば、高価なコンピュータを保有することなくクラウドを利用したサービスが提供されるようになってきている。 On the other hand, in recent years, various cloud services using multiple servers have come to be provided. For example, services using the cloud are being provided without owning an expensive computer.
 特許文献1には、企業が提供するクラウドソリューションにおいて、エッジデバイスからセンサデータを取得し、取得したセンサデータに応じて、エッジデバイスとコンピュータとのやり取りで処理を行うアプリケーションであるAPI(Application Programming Interface)のうち最適な計算機のAPIを選択し、選択した計算機のAPIを利用して計算機に計算させるように制御し、計算した結果を提供するコンピュータシステムが記載されている。 Patent Document 1 describes an API (Application Programming Interface), which is an application that acquires sensor data from an edge device and processes the acquired sensor data by exchanging the edge device with a computer in a cloud solution provided by a company. ) Is selected, the API of the selected computer is used to control the computer to perform the calculation, and the computer system that provides the calculation result is described.
特許第6404529号Patent No. 6404529
 AIを用いた解析処理、AIの学習処理をクラウド、又は他施設の計算機等の外部のプラットフォーム等に分散処理する場合、転送用ネットワーク帯域、及びプラットフォームのCPU(Central Processing Unit)等のリソースは有限であるため、意図したタイミングでデータをアップロード処理しないことにより、稼働率が低下する等の課題があった。 When the analysis processing using AI and the learning processing of AI are distributed to the cloud or an external platform such as a computer of another facility, the transfer network band and the resources such as the CPU (Central Processing Unit) of the platform are finite. Therefore, there is a problem that the operation rate is lowered by not uploading the data at the intended timing.
 本発明はこのような事情に鑑みてなされたもので、人工知能を用いた推論等を実行するリソースに入力データを適切にアップロードする人工知能処理システム、アップロード管理装置、方法、プログラムを提供することを目的とする。 The present invention has been made in view of such circumstances, and provides an artificial intelligence processing system, an upload management device, a method, and a program for appropriately uploading input data to a resource for executing inference using artificial intelligence. With the goal.
 上記目的を達成するための人工知能処理システムの一の態様は、入力データに対して推論結果を出力する人工知能を用いた推論又は人工知能の学習を実行可能な複数のリソースと、推論又は学習の実行の指示を受け付ける受付部と、指示を受け付けた推論又は学習の実行に必要な入力データの種類を判別する判別部と、指示を受け付けた推論又は学習の実行に使用する入力データを取得する入力データ取得部と、判別した入力データの種類に基づいて、推論又は学習の実行に使用する入力データの取得状況を取得する取得状況取得部と、複数のリソースの現在の状態を取得する状態取得部と、複数のリソースの現在の状態と入力データの取得状況とに基づいて、複数のリソースの中の少なくとも1つのリソースに使用する入力データをアップロードするアップロード制御部と、を備える人工知能処理システムである。 One aspect of the artificial intelligence processing system for achieving the above object is a plurality of resources capable of performing inference or artificial intelligence learning using artificial intelligence that outputs inference results with respect to input data, and inference or learning. Acquires the reception unit that accepts the instruction to execute the instruction, the discriminator that determines the type of input data required to execute the inference or learning that received the instruction, and the input data that is used to execute the inference or learning that received the instruction. An input data acquisition unit, an acquisition status acquisition unit that acquires the acquisition status of input data used for executing inference or learning based on the determined type of input data, and a state acquisition unit that acquires the current status of a plurality of resources. An artificial intelligence processing system including a unit and an upload control unit that uploads input data to be used for at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data. Is.
 本態様によれば、複数のリソースの現在の状態と入力データの取得状況とに基づいて、複数のリソースの中の少なくとも1つのリソースに使用する入力データをアップロードするようにしたので、人工知能を用いた推論等を実行するリソースに入力データを適切にアップロードすることができる。 According to this aspect, the input data used for at least one resource among the plurality of resources is uploaded based on the current state of the plurality of resources and the acquisition status of the input data. Input data can be appropriately uploaded to the resource that executes the inference used.
 複数のリソースは、それぞれ異なる複数の人工知能を用いた推論又は人工知能の学習を実行可能であり、受付部は、複数の人工知能のうち推論又は再学習の実行に使用する人工知能を受け付けることが好ましい。これにより、複数の人工知能から推論の実行に適切な人工知能を使用することができる。 The plurality of resources can execute inference or learning of artificial intelligence using a plurality of different artificial intelligences, and the reception unit accepts the artificial intelligence used for executing inference or re-learning among the plurality of artificial intelligences. Is preferable. This makes it possible to use artificial intelligence that is appropriate for executing inferences from multiple artificial intelligences.
 複数のリソースの現在の状態は、それぞれのリソースの処理能力と、リソースの稼働状況と、リソースに接続されたネットワークのネットワーク帯域と、を含むことが好ましい。これにより、複数のリソースの中から少なくとも1つのリソースを適切に選択することができる。 The current state of a plurality of resources preferably includes the processing capacity of each resource, the operating status of the resource, and the network bandwidth of the network connected to the resource. As a result, at least one resource can be appropriately selected from the plurality of resources.
 指示を受け付けた推論又は学習の実行に必要な入力データの種類が複数種類であり、アップロード制御部は、複数種類の入力データの全ての入力データが揃った後に入力データをアップロードすることが好ましい。これにより、入力データを適切にアップロードすることができる。 There are a plurality of types of input data required for executing inference or learning that has received an instruction, and it is preferable that the upload control unit uploads the input data after all the input data of the plurality of types of input data are prepared. As a result, the input data can be uploaded appropriately.
 指示を受け付けた推論又は学習の実行に必要な入力データの種類が複数種類であり、アップロード制御部は、複数種類の入力データのうち取得した入力データから順にアップロードすることが好ましい。これにより、入力データを適切にアップロードすることができる。 There are a plurality of types of input data required for executing inference or learning that have received instructions, and it is preferable that the upload control unit uploads the acquired input data in order from the plurality of types of input data. As a result, the input data can be uploaded appropriately.
 指示を受け付けた推論又は学習の実行に必要な入力データの種類が複数種類であり、複数種類の入力データのうちの少なくとも1つの入力データについて計算処理を行う判断部を備え、アップロード制御部は、計算処理の結果に基づいて複数種類の入力データをアップロードすることが好ましい。これにより、入力データを適切にアップロードすることができる。 There are multiple types of input data required to execute inference or learning that has received instructions, and the upload control unit includes a judgment unit that performs calculation processing on at least one of the multiple types of input data. It is preferable to upload a plurality of types of input data based on the result of the calculation process. As a result, the input data can be uploaded appropriately.
 アップロード制御部は、複数のリソースのうち指示を受け付けた推論又は学習の実行が最も早く終了するリソースに使用する入力データをアップロードすることが好ましい。これにより、推論又は学習の実行を迅速に行うことができる。 It is preferable that the upload control unit uploads the input data used for the resource that receives the instruction and finishes the execution of inference or learning earliest among the plurality of resources. As a result, inference or learning can be executed quickly.
 判別部は、推論及び学習と、推論及び学習の実行に必要な入力データの種類とが対応付けられたテーブルに基づいて、指示を受け付けた推論又は学習の実行に必要な入力データの種類を判別することが好ましい。これにより、指示を受け付けた推論又は学習の実行に必要な入力データの種類を適切に判別することができる。 The discriminator discriminates the type of input data required for executing inference or learning that has received an instruction, based on a table in which the inference and learning are associated with the types of input data required for executing the inference and learning. It is preferable to do so. As a result, it is possible to appropriately determine the type of input data required for executing the inference or learning that has received the instruction.
 人工知能は、機械学習された学習モデルであることが好ましい。これにより、入力データに対して推論結果を適切に出力することができる。 Artificial intelligence is preferably a machine-learned learning model. As a result, the inference result can be appropriately output for the input data.
 入力データは医療データを含むことが好ましい。本態様は、医療データに対して人工知能を用いた推論又は人工知能の学習を実行する人工知能処理システムに適用することができる。なお、医療データとは、被検体に関するデータであり、医療画像、病理画像、診断情報、及び所見情報の少なくとも1つを含むデータである。 The input data preferably includes medical data. This aspect can be applied to an artificial intelligence processing system that executes inference using artificial intelligence or learning of artificial intelligence on medical data. The medical data is data related to a subject, and is data including at least one of a medical image, a pathological image, diagnostic information, and finding information.
 上記目的を達成するためのアップロード管理装置の一の態様は、入力データに対して推論結果を出力する人工知能を用いた推論又は人工知能の学習を実行可能な複数のリソースの現在の状態を取得する状態取得部と、実行の指示を受け付けた推論又は学習の実行に必要な入力データの種類を判別し、推論又は学習の実行に使用する入力データの取得状況を取得する取得状況取得部と、複数のリソースの現在の状態と入力データの取得状況とに基づいて、複数のリソースの中の少なくとも1つのリソースへ使用する入力データをアップロードするアップロード制御部と、を備えるアップロード管理装置である。 One aspect of the upload management device for achieving the above object is to acquire the current state of a plurality of resources capable of performing inference using artificial intelligence that outputs inference results for input data or learning of artificial intelligence. An acquisition status acquisition unit that determines the type of input data required for execution of inference or learning that has received an execution instruction and acquires the acquisition status of input data used for execution of inference or learning. It is an upload management device including an upload control unit that uploads input data to be used to at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data.
 本態様によれば、複数のリソースの現在の状態と入力データの取得状況とに基づいて、複数のリソースの中の少なくとも1つのリソースに入力データをアップロードするようにしたので、人工知能を用いた推論等を実行するリソースに入力データを適切にアップロードすることができる。 According to this aspect, since the input data is uploaded to at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data, artificial intelligence is used. Input data can be appropriately uploaded to the resource that executes inference.
 上記目的を達成するためのアップロード管理装置の一の態様は、プロセッサに実行させるための命令を記憶するメモリと、メモリに記憶された命令を実行するプロセッサとを備え、プロセッサは、入力データに対して推論結果を出力する人工知能を用いた推論又は人工知能の学習を実行可能な複数のリソースの現在の状態を取得し、実行の指示を受け付けた推論又は学習の実行に必要な入力データの種類を判別し、推論又は学習の実行に使用する入力データの取得状況を取得し、複数のリソースの現在の状態と入力データの取得状況とに基づいて、複数のリソースの中の少なくとも1つのリソースへ使用する入力データをアップロードするアップロード管理装置である。 One aspect of the upload management device for achieving the above object includes a memory for storing an instruction to be executed by the processor and a processor for executing the instruction stored in the memory, and the processor receives the input data. The type of input data required to execute inference or learning that receives the execution instruction by acquiring the current state of multiple resources that can execute inference or artificial intelligence learning using artificial intelligence. To determine the acquisition status of the input data used for executing inference or learning, and to at least one resource among the multiple resources based on the current state of the plurality of resources and the acquisition status of the input data. It is an upload management device that uploads the input data to be used.
 上記目的を達成するためのアップロード管理方法の一の態様は、入力データに対して推論結果を出力する人工知能を用いた推論又は人工知能の学習を実行可能な複数のリソースの現在の状態を取得する状態取得工程と、実行の指示を受け付けた推論又は学習の実行に必要な入力データの種類を判別し、推論又は学習の実行に使用する入力データの取得状況を取得する取得状況取得工程と、複数のリソースの現在の状態と入力データの取得状況とに基づいて、複数のリソースの中の少なくとも1つのリソースへ使用する入力データをアップロードするアップロード制御工程と、を備えるアップロード管理方法である。 One aspect of the upload management method for achieving the above object is to acquire the current state of a plurality of resources capable of performing inference using artificial intelligence that outputs inference results for input data or learning of artificial intelligence. The state acquisition process to be performed, the acquisition status acquisition process to determine the type of input data required to execute the inference or learning that received the execution instruction, and to acquire the acquisition status of the input data used to execute the inference or learning. This is an upload management method including an upload control step of uploading input data to be used to at least one resource among a plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data.
 本態様によれば、複数のリソースの現在の状態と入力データの取得状況とに基づいて、複数のリソースの中の少なくとも1つのリソースに入力データをアップロードするようにしたので、人工知能を用いた推論等を実行するリソースに入力データを適切にアップロードすることができる。上記のアップロード管理方法をコンピュータに実行させるためのプログラムも本態様に含まれる。上記のアップロード管理方法をコンピュータに実行させるためのプログラムは、コンピュータの読取可能な非一時的な記録媒体に記憶させて提供されてもよい。 According to this aspect, since the input data is uploaded to at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data, artificial intelligence is used. Input data can be appropriately uploaded to the resource that executes inference. A program for causing a computer to execute the above upload management method is also included in this embodiment. The program for causing the computer to execute the above upload management method may be provided by storing it in a non-temporary recording medium that can be read by the computer.
 本発明によれば、人工知能を用いた推論等を実行するリソースに入力データを適切にアップロードすることができる。 According to the present invention, input data can be appropriately uploaded to a resource for executing inference or the like using artificial intelligence.
図1は、人工知能処理システムの機能構成を示すブロック図である。FIG. 1 is a block diagram showing a functional configuration of an artificial intelligence processing system. 図2は、AIプロセス部の主要な機能構成を示すブロック図である。FIG. 2 is a block diagram showing a main functional configuration of the AI process unit. 図3は、AIプロセスディスパッチャの機能構成を示すブロック図である。FIG. 3 is a block diagram showing a functional configuration of the AI process dispatcher. 図4は、アップロード管理方法を示すフローチャートである。FIG. 4 is a flowchart showing an upload management method.
 以下、添付図面に従って本発明の好ましい実施形態について詳説する。 Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings.
 <人工知能処理システムの構成>
 図1は、人工知能処理システム10の機能構成を示すブロック図である。人工知能処理システム10は、HIS(Hospital Information System)12と、PACS(Picture Archiving and Communication Systems)14と、VNA(Vendor Neutral Archive)16と、RIS(Radiology Information System)18と、内視鏡20と、ゲノム解析システム22と、病院内ネットワーク24と、病院内コンピュータ26と、ネットワークアダプタ28と、クラウド30と、クラウドコンピュータ32と、AI(Artificial Intelligence)プロセスディスパッチャ100と、を備えている。
<Configuration of artificial intelligence processing system>
FIG. 1 is a block diagram showing a functional configuration of the artificial intelligence processing system 10. The artificial intelligence processing system 10 includes HIS (Hospital Information System) 12, PACS (Picture Archiving and Communication Systems) 14, VNA (Vendor Neutral Archive) 16, RIS (Radiology Information System) 18, and endoscope 20. , A genome analysis system 22, a hospital network 24, a hospital computer 26, a network adapter 28, a cloud 30, a cloud computer 32, and an AI (Artificial Intelligence) process dispatcher 100.
 HIS12は、病院全体の診療業務、及び会計業務を支援するコンピュータシステムである。HIS12は、自動受付システム、オーダリングシステム、医事会計システム、及び電子カルテシステム等を含んでもよい。 HIS12 is a computer system that supports medical services and accounting services for the entire hospital. HIS12 may include an automatic reception system, an ordering system, a medical accounting system, an electronic medical record system, and the like.
 PACS14は、画像保存通信システムである。PACS14は、画像撮影装置(モダリティ)で撮影された医療画像を受信し、不図示のデータベースに保存する。また、PACS14は、指定された医療画像を不図示の表示装置に表示させる。 PACS14 is an image storage communication system. The PACS 14 receives a medical image taken by an imaging apparatus (modality) and stores it in a database (not shown). Further, the PACS 14 causes the designated medical image to be displayed on a display device (not shown).
 モダリティは、被写体の検査対象部位を撮影することにより、その部位を表す医療画像を生成し、医療画像にDICOM規格で規定された付帯情報を付加して出力する装置が含まれる。具体例としては、CT装置(Computed Tomography:コンピュータ断層撮影装置)、MRI装置(magnetic resonance imaging:磁気共鳴画像撮影装置)、PET装置(Positron Emission Tomography:陽電子放射断層撮影装置)、超音波診断装置、平面X線検出器(FPD:flat panel detector)を用いたCR装置(Computed Radiography:コンピュータX線撮影装置)等が挙げられる。 The modality includes a device that generates a medical image representing the part to be inspected of the subject by photographing the part to be inspected, adds incidental information specified by the DICOM standard to the medical image, and outputs the medical image. Specific examples include CT equipment (Computed Tomography: Computed Tomography), MRI equipment (magnetic resonance imaging), PET equipment (Positron Emission Tomography), positron emission tomography equipment, and ultrasonic diagnostic equipment. Examples thereof include a CR device (Computed Radiography: computer X-ray imaging device) using a flat panel detector (FPD).
 PACS14は、被検体から採取した組織をカメラで撮影した病理画像を医療画像として扱ってもよい。 The PACS14 may treat a pathological image of a tissue collected from a subject taken with a camera as a medical image.
 VNA16は、販売業者中立アーカイブである。VNA16は、それぞれ異なるメーカのPACS14に管理されている多様なデータを一括して管理する。 VNA16 is a distributor-neutral archive. The VNA 16 collectively manages various data managed by PACS 14s of different manufacturers.
 RIS18は、放射線科情報システムである。RIS18は、放射線検査依頼、検査予約、患者情報、検査レポート等の管理を行う。 RIS18 is a radiological information system. RIS18 manages radiological examination requests, examination appointments, patient information, examination reports, and the like.
 内視鏡20は、被検体の食道、腸等の管腔領域を観察するための光学系機器である。また、内視鏡20は、切開部位の内部を観察するための光学系機器を含む。 The endoscope 20 is an optical system device for observing a luminal region such as the esophagus and intestine of a subject. Further, the endoscope 20 includes an optical system device for observing the inside of the incision site.
 ゲノム解析システム22は、被検体の遺伝情報を解析するシステムである。ゲノム解析システム22は、被検体の細胞サンプルについてゲノム解析を行う。 The genome analysis system 22 is a system that analyzes the genetic information of a subject. The genome analysis system 22 performs genome analysis on a cell sample of a subject.
 病院内ネットワーク24は、例えばLAN(Local Area Network)によって実現される。HIS12と、PACS14と、VNA16と、RIS18と、内視鏡20と、ゲノム解析システム22と、AIプロセスディスパッチャ100とは、病院内ネットワーク24を介して接続されている。 The in-hospital network 24 is realized by, for example, a LAN (Local Area Network). The HIS12, PACS14, VNA16, RIS18, endoscope 20, genome analysis system 22, and AI process dispatcher 100 are connected via an in-hospital network 24.
 病院内コンピュータ26(リソースの一例)は、病院内にて使用されるコンピュータである。病院内コンピュータ26は、CPU(Central Processing Unit)、メモリ、ストレージ、入出力インターフェース、通信インターフェース、入力装置、表示装置、データバス等の不図示のハードウェア構成を備える。また、病院内コンピュータ26は、入力装置として、不図示のキーボード、マウス等を有し、表示装置として不図示のディスプレイ等を有する。病院内コンピュータ26には、周知のオペレーションシステム等がインストールされ、医療画像表示用のビューワアプリケーションが実行される。 The in-hospital computer 26 (an example of a resource) is a computer used in the hospital. The in-hospital computer 26 includes a hardware configuration (not shown) such as a CPU (Central Processing Unit), memory, storage, input / output interface, communication interface, input device, display device, and data bus. Further, the in-hospital computer 26 has a keyboard, a mouse, etc. (not shown) as an input device, and a display (not shown) as a display device. A well-known operation system or the like is installed in the in-hospital computer 26, and a viewer application for displaying a medical image is executed.
 病院内コンピュータ26には、AIプロセス部50Aと、テーブル50Bとが記憶されている。AIプロセス部50Aは、人工知能の一例であり、入力データに対して推論結果を出力するように機械学習によって学習されている学習モデルである。入力データは医療データを含む。医療データとは、被検体に関するデータであり、医療画像、病理画像、診断情報、及び所見情報の少なくとも1つを含むデータである。診断情報は、ゲノム解析結果、心電図波形データ、及びバイタルデータ等の情報を含む。所見情報は、病気の種類及び進行状況等を示すテキストデータを含む。医療データは、被検体の性別及び年齢等の個人情報、既往歴等の臨床情報を含んでもよい。 The AI process unit 50A and the table 50B are stored in the in-hospital computer 26. The AI process unit 50A is an example of artificial intelligence, and is a learning model that is learned by machine learning so as to output an inference result with respect to input data. Input data includes medical data. The medical data is data relating to a subject, and is data including at least one of a medical image, a pathological image, diagnostic information, and finding information. The diagnostic information includes information such as genome analysis results, electrocardiogram waveform data, and vital data. The finding information includes text data indicating the type and progress of the disease. The medical data may include personal information such as the sex and age of the subject, and clinical information such as medical history.
 ここでは、AIプロセス部50Aは肺がんを認識する学習モデルである。病院内コンピュータ26は、予め定められたリソースを用いてAIプロセス部50Aを用いた肺がんの認識(推論の一例)と、AIプロセス部50Aの再学習と、を実行可能である。 Here, the AI process unit 50A is a learning model that recognizes lung cancer. The in-hospital computer 26 can perform lung cancer recognition (an example of inference) using the AI process unit 50A and re-learning of the AI process unit 50A using predetermined resources.
 テーブル50Bには、AIプロセス部50Aを用いた肺がんの認識と、肺がんの認識の実行に必要な入力データの種類とが、対応付けられて記憶されている。また、テーブル50Bには、AIプロセス部50Aの再学習と、再学習の実行に必要な入力データの種類とが、対応付けられて記憶されている。ここでは、AIプロセス部50Aを用いた肺がんの認識の実行に必要な入力データの種類は、一例として胸部のCR画像と胸部のCT画像である。また、AIプロセス部50Aの再学習の実行に必要な入力データの種類は、一例として胸部のCR画像と胸部のCT画像である。 In the table 50B, the recognition of lung cancer using the AI process unit 50A and the type of input data necessary for executing the recognition of lung cancer are stored in association with each other. Further, in the table 50B, the re-learning of the AI process unit 50A and the type of input data required for executing the re-learning are stored in association with each other. Here, the types of input data required for performing lung cancer recognition using the AI process unit 50A are, for example, a CR image of the chest and a CT image of the chest. Further, the types of input data required for executing the re-learning of the AI process unit 50A are, for example, a CR image of the chest and a CT image of the chest.
 ネットワークアダプタ28は、インターネット34を介したクラウド30との通信を実現する。 The network adapter 28 realizes communication with the cloud 30 via the Internet 34.
 クラウド30は、コンピュータ資源を提供するサービスである。クラウド30は、インターネット34を介して医療機関等のクライアントと通信可能に構成される。クラウド30は、クラウドコンピュータ32を備える。 Cloud 30 is a service that provides computer resources. The cloud 30 is configured to be able to communicate with a client such as a medical institution via the Internet 34. The cloud 30 includes a cloud computer 32.
 クラウドコンピュータ32(リソースの一例)は、CPU、メモリ、ストレージ、入出力インターフェース、通信インターフェース、入力装置、表示装置、データバス等の不図示のハードウェア構成を備える。また、クラウドコンピュータ32は、入力装置として不図示のキーボード、マウス等を有し、表示装置として不図示のディスプレイ等を有する。クラウドコンピュータ32には、周知のオペレーションシステム等がインストールされ、サーバの機能を有する。クラウド30は、複数のクラウドコンピュータ32を備えてもよい。 The cloud computer 32 (an example of resources) includes a hardware configuration (not shown) such as a CPU, memory, storage, input / output interface, communication interface, input device, display device, and data bus. Further, the cloud computer 32 has a keyboard, a mouse and the like (not shown) as an input device, and a display and the like (not shown) as a display device. A well-known operating system or the like is installed in the cloud computer 32 and has a server function. The cloud 30 may include a plurality of cloud computers 32.
 クラウドコンピュータ32には、AIプロセス部50Aと、AIプロセス部52Aと、テーブル50Bと、テーブル52Bと、が記憶されている。AIプロセス部50Aとテーブル50Bとは、病院内コンピュータ26に記憶されているAIプロセス部50Aとテーブル50Bと同様である。AIプロセス部52Aは、人工知能の一例であり、入力データに対して推論結果を出力するように機械学習によって学習されている学習モデルである。ここでは、AIプロセス部52Aは脳腫瘍を認識する。クラウドコンピュータ32は、予め定められたリソースを用いてAIプロセス部50Aを用いた推論と、AIプロセス部52Aを用いた推論と、AIプロセス部50Aの再学習と、AIプロセス部52Aの再学習と、を実行可能である。クラウドコンピュータ32は、AIプロセス部50Aを用いた推論及び再学習の実行と、AIプロセス部52Aを用いた推論及び再学習の実行との、それぞれ占有可能なCPUの処理の割合が予め定められている。 The cloud computer 32 stores the AI process unit 50A, the AI process unit 52A, the table 50B, and the table 52B. The AI process unit 50A and the table 50B are the same as the AI process unit 50A and the table 50B stored in the in-hospital computer 26. The AI process unit 52A is an example of artificial intelligence, and is a learning model that is learned by machine learning so as to output an inference result with respect to input data. Here, the AI process unit 52A recognizes a brain tumor. The cloud computer 32 uses predetermined resources to perform inference using the AI process unit 50A, inference using the AI process unit 52A, re-learning of the AI process unit 50A, and re-learning of the AI process unit 52A. , Is feasible. The cloud computer 32 has a predetermined ratio of CPU processing that can be occupied between the execution of inference and relearning using the AI process unit 50A and the execution of inference and relearning using the AI process unit 52A. There is.
 テーブル52Bには、AIプロセス部52Aを用いた脳腫瘍の認識と、脳腫瘍の認識の実行に必要な入力データの種類とが、対応付けられて記憶されている。また、テーブル52Bには、AIプロセス部52Aの再学習と、再学習の実行に必要な入力データの種類とが、対応付けられて記憶されている。なお、AIプロセス部52Aを用いた脳腫瘍の認識の実行に必要な入力データの種類は、一例として頭部のCT画像と頭部のMRI画像である。また、AIプロセス部52Aの再学習の実行に必要な入力データの種類は、一例として頭部のCT画像と頭部のMRI画像である。 In the table 52B, the recognition of the brain tumor using the AI process unit 52A and the type of input data necessary for executing the recognition of the brain tumor are stored in association with each other. Further, in the table 52B, the re-learning of the AI process unit 52A and the type of input data required for executing the re-learning are stored in association with each other. The types of input data required to execute the recognition of the brain tumor using the AI process unit 52A are, for example, a CT image of the head and an MRI image of the head. Further, the types of input data required for executing the re-learning of the AI process unit 52A are, for example, a CT image of the head and an MRI image of the head.
 AIプロセスディスパッチャ100は、ゲートウェイとなるプログラムであり、病院内ネットワーク24の出入口に配置される。AIプロセスディスパッチャ100は、不図示のコンピュータにおいて動作する。AIプロセスディスパッチャ100は、病院内コンピュータ26において動作してもよい。AIプロセスディスパッチャ100は、病院内コンピュータ26とクラウドコンピュータ32とへのデータのアップロードを管理する。 The AI process dispatcher 100 is a program that serves as a gateway, and is located at the entrance / exit of the hospital network 24. The AI process dispatcher 100 operates on a computer (not shown). The AI process dispatcher 100 may operate on the in-hospital computer 26. The AI process dispatcher 100 manages the upload of data to the in-hospital computer 26 and the cloud computer 32.
 <AIプロセス部の構成>
 図2は、AIプロセス部の主要な機能構成を示すブロック図である。ここでは、肺がんを認識するAIプロセス部50Aを例に説明する。AIプロセス部50Aは、CR画像とCT画像とを使用して学習し、CR画像とCT画像とを使用して認識処理を行う学習モデルである。
<Structure of AI process section>
FIG. 2 is a block diagram showing a main functional configuration of the AI process unit. Here, the AI process unit 50A that recognizes lung cancer will be described as an example. The AI process unit 50A is a learning model that learns using a CR image and a CT image and performs recognition processing using the CR image and the CT image.
 AIプロセス部50Aは、複数のレイヤー構造を有し、複数の重みパラメータを保持している。AIプロセス部50Aは、重みパラメータが初期値から最適値に更新されることで、未学習モデルから学習済みモデルに変化しうる。 The AI process unit 50A has a plurality of layer structures and holds a plurality of weight parameters. The AI process unit 50A can change from an unlearned model to a trained model by updating the weight parameter from the initial value to the optimum value.
 AIプロセス部50Aは、畳み込みニューラルネットワーク(CNN:Convolution Neural Network)の構成を有し、入力層60と、中間層62と、出力層64と、を備える。入力層60、中間層62、出力層64は、それぞれ複数の「ノード」が「エッジ」で結ばれる構造となっている。 The AI process unit 50A has a convolutional neural network (CNN) configuration, and includes an input layer 60, an intermediate layer 62, and an output layer 64. The input layer 60, the intermediate layer 62, and the output layer 64 each have a structure in which a plurality of "nodes" are connected by "edges".
 入力層60には、入力データとしてCR画像とCT画像とが入力される。 A CR image and a CT image are input to the input layer 60 as input data.
 中間層62は、入力層から入力した画像から特徴を抽出する層である。中間層62は、畳み込み層とプーリング層とを1セットとする複数セットと、全結合層とを有する。畳み込み層は、前の層で近くにあるノードに対してフィルタを使用した畳み込み演算を行い、特徴マップを取得する。プーリング層は、畳み込み層から出力された特徴マップを縮小して新たな特徴マップとする。全結合層は、直前の層(ここではプーリング層)のノードの全てを結合する。畳み込み層は、画像からのエッジ抽出等の特徴抽出の役割を担い、プーリング層は抽出された特徴が、平行移動等による影響を受けないようにロバスト性を与える役割を担う。なお、中間層62には、畳み込み層とプーリング層とを1セットとする場合に限らず、畳み込み層が連続してもよいし、正規化層が含まれてもよい。 The intermediate layer 62 is a layer for extracting features from the image input from the input layer. The intermediate layer 62 has a plurality of sets including a convolution layer and a pooling layer as one set, and a fully connected layer. The convolution layer performs a convolution operation using a filter on nearby nodes in the previous layer and acquires a feature map. The pooling layer reduces the feature map output from the convolution layer to a new feature map. The fully connected layer connects all the nodes of the immediately preceding layer (here, the pooling layer). The convolution layer plays a role of feature extraction such as edge extraction from an image, and the pooling layer plays a role of imparting robustness so that the extracted features are not affected by translation or the like. The intermediate layer 62 is not limited to the case where the convolution layer and the pooling layer are set as one set, and the convolution layer may be continuous or may include a normalization layer.
 出力層64は、中間層62により抽出された特徴に基づき肺がんを検出する認識結果を出力する層である。また、検出した肺がんが良性及び悪性のいずれかを分類する認識結果を出力してもよい。 The output layer 64 is a layer that outputs a recognition result for detecting lung cancer based on the characteristics extracted by the intermediate layer 62. In addition, the recognition result that classifies the detected lung cancer as benign or malignant may be output.
 学習済みのAIプロセス部50Aは、肺がんを分類する場合、例えば「悪性」、「良性」、「その他」の3つのカテゴリに分類し、認識結果は「悪性」、「良性」、「その他」に対応する3つのスコアとして出力する。3つのスコアの合計は100%である。 The learned AI process unit 50A classifies lung cancer into three categories, for example, "malignant", "benign", and "other", and the recognition results are classified into "malignant", "benign", and "other". Output as the corresponding three scores. The sum of the three scores is 100%.
 学習前のAIプロセス部50Aの各畳み込み層に適用されるフィルタの係数、オフセット値、全結合層における次の層との接続の重みは、任意の初期値がセットされる。 Arbitrary initial values are set for the coefficient of the filter applied to each convolution layer of the AI process unit 50A before learning, the offset value, and the weight of the connection with the next layer in the fully connected layer.
 AIプロセス部50Aは、出力層64から出力される認識結果と正解データとの誤差に基づいて、誤差逆伝播法によりAIプロセス部50Aの重みパラメータが調整される。このパラメータの調整処理を繰り返し行い、AIプロセス部50Aの出力と正解データとの差が小さくなるまで繰り返し学習が行われる。 The AI process unit 50A adjusts the weight parameter of the AI process unit 50A by the error back propagation method based on the error between the recognition result output from the output layer 64 and the correct answer data. This parameter adjustment process is repeated, and repeated learning is performed until the difference between the output of the AI process unit 50A and the correct answer data becomes small.
 AIプロセス部50Aは、実現したい認識処理によっては正解データを用いなくてもよい。また、AIプロセス部50Aは、エッジ抽出等のあらかじめ設計したアルゴリズムで特徴を抽出し、その情報を用いてサポートベクターマシン等で学習してもよい。 The AI process unit 50A does not have to use the correct answer data depending on the recognition process to be realized. Further, the AI process unit 50A may extract features by an algorithm designed in advance such as edge extraction, and use the information to learn with a support vector machine or the like.
 AIプロセス部50Aは、CR画像とCT画像と血液検査結果とを使用して学習し、CR画像とCT画像とを使用して認識処理を行ってもよい。すなわち認識処理に使用する入力データは、学習処理に使用した入力データの部分集合であってもよい。 The AI process unit 50A may learn using the CR image, the CT image, and the blood test result, and perform the recognition process using the CR image and the CT image. That is, the input data used for the recognition process may be a subset of the input data used for the learning process.
 <AIプロセスディスパッチャの構成>
 図3は、AIプロセスディスパッチャ100の機能構成を示すブロック図である。AIプロセスディスパッチャ100(アップロード管理装置の一例)は、受付部102と、判別部104と、取得状況取得部106と、状態取得部108と、アップロード制御部110と、を備える。
<Configuration of AI process dispatcher>
FIG. 3 is a block diagram showing a functional configuration of the AI process dispatcher 100. The AI process dispatcher 100 (an example of an upload management device) includes a reception unit 102, a determination unit 104, an acquisition status acquisition unit 106, a state acquisition unit 108, and an upload control unit 110.
 受付部102は、ユーザから入力されたAIプロセス部50Aを用いた推論、AIプロセス部52Aを用いた推論、AIプロセス部50Aの再学習、又はAIプロセス部52Aの再学習の実行の指示を受け付ける。実行の指示は、例えば、ユーザが病院内コンピュータ26の不図示の入力装置を用いて行う。実行の指示は、病院内コンピュータ26が自動的に発行してもよい。受付部102は、病院内コンピュータ26から実行の指示を取得し、受け付ける。 The reception unit 102 receives an instruction to execute inference using the AI process unit 50A, inference using the AI process unit 52A, re-learning of the AI process unit 50A, or re-learning of the AI process unit 52A input from the user. .. The execution instruction is given by, for example, the user using an input device (not shown) of the in-hospital computer 26. The execution instruction may be automatically issued by the in-hospital computer 26. The reception unit 102 acquires an execution instruction from the in-hospital computer 26 and accepts it.
 再学習の実行の指示は、再学習に適した時間、又は再学習に使用する入力データが揃った場合等に、病院内コンピュータ26から自動的に送信されてもよい。 The instruction to execute the re-learning may be automatically transmitted from the in-hospital computer 26 when the time suitable for the re-learning or when the input data used for the re-learning is prepared.
 判別部104は、受付部102において受け付けた推論又は再学習の実行に必要な入力データの種類をテーブル50B又はテーブル52Bから判別する。受付部102において受け付けた指示がAIプロセス部50Aを用いた推論、又はAIプロセス部50Aの再学習である場合は、判別部104は、必要な入力データの種類を病院内コンピュータ26のテーブル50Bから取得してもよいし、クラウドコンピュータ32のテーブル50Bから取得してもよい。 The discrimination unit 104 discriminates from the table 50B or the table 52B the type of input data required for executing the inference or relearning received by the reception unit 102. When the instruction received by the reception unit 102 is inference using the AI process unit 50A or re-learning of the AI process unit 50A, the determination unit 104 determines the type of input data required from the table 50B of the in-hospital computer 26. It may be acquired, or it may be acquired from the table 50B of the cloud computer 32.
 取得状況取得部106は、判別部104において判別した入力データの種類に基づいて、推論又は学習の実行に使用する入力データの取得状況(揃い具合)を取得する。 The acquisition status acquisition unit 106 acquires the acquisition status (alignment) of the input data used for executing inference or learning based on the type of input data determined by the determination unit 104.
 状態取得部108は、複数のリソースの現在のステータスを取得する。ここでは、病院内コンピュータ26のステータスと、クラウドコンピュータ32のステータスとを取得する。ステータスとは、病院内コンピュータ26とクラウドコンピュータ32とのそれぞれのCPUの処理能力(動作クロック速度等)、CPUの処理を占有可能な割合、CPUの稼働状況、接続されたネットワークのネットワーク帯域等を含む。なお、ネットワーク帯域とは、通信ネットワークの伝送路容量(ビットレート:bps)、すなわち通信ネットワークのデータ伝送能力を意味する。ネットワーク帯域を計測するには、公知の手法を用いればよい。 The status acquisition unit 108 acquires the current status of a plurality of resources. Here, the status of the in-hospital computer 26 and the status of the cloud computer 32 are acquired. The status refers to the processing capacity (operating clock speed, etc.) of each CPU of the in-hospital computer 26 and the cloud computer 32, the ratio of CPU processing that can be occupied, the operating status of the CPU, the network bandwidth of the connected network, and the like. Including. The network bandwidth means the transmission line capacity (bit rate: bps) of the communication network, that is, the data transmission capacity of the communication network. A known method may be used to measure the network bandwidth.
 アップロード制御部110は、状態取得部108で取得した複数のリソースの現在の状態と取得状況取得部106が取得した入力データの取得状況とに基づいて、複数のリソースの中から少なくとも1つのリソースを選択する。また、アップロード制御部110は、状態取得部108で取得した複数のリソースの現在の状態と取得状況取得部106が取得した入力データの取得状況とに基づいて、選択したリソースに使用する入力データをアップロードする。 The upload control unit 110 selects at least one resource from the plurality of resources based on the current state of the plurality of resources acquired by the state acquisition unit 108 and the acquisition status of the input data acquired by the acquisition status acquisition unit 106. select. Further, the upload control unit 110 inputs input data to be used for the selected resource based on the current state of the plurality of resources acquired by the state acquisition unit 108 and the acquisition status of the input data acquired by the acquisition status acquisition unit 106. Upload.
 AIプロセスディスパッチャ100は、テーブル50Bとテーブル52Bとを記憶する記憶部を備えてもよい。 The AI process dispatcher 100 may include a storage unit that stores the table 50B and the table 52B.
 <アップロード管理方法>
 図4は、アップロード管理方法を示すフローチャートである。ここでは、AIプロセスディスパッチャ100の受付部102において、AIプロセス部50Aを用いた肺がんの認識処理の指示を受け付けた場合について説明する。なお、AIプロセスディスパッチャ100は、AIプロセス部50Aを用いた肺がんの認識処理を病院内コンピュータ26とクラウドコンピュータ32とが実行可能であることを予め識別しているものとする。
<Upload management method>
FIG. 4 is a flowchart showing an upload management method. Here, a case where the reception unit 102 of the AI process dispatcher 100 receives an instruction for recognition processing of lung cancer using the AI process unit 50A will be described. It is assumed that the AI process dispatcher 100 has previously identified that the in-hospital computer 26 and the cloud computer 32 can execute the lung cancer recognition process using the AI process unit 50A.
 ステップS1では、AIプロセスディスパッチャ100は、計算処理情報管理部から、人工知能処理システム10において処理可能な全ての認識及び再学習の実行に必要なデータの組み合わせ情報を取得する。ここでは、AIプロセスディスパッチャ100は、クラウドコンピュータ32から、AIプロセス部50Aを用いた肺がんの認識及び再学習の実行に必要なデータ情報と、AIプロセス部52Aを用いた脳腫瘍の認識及び再学習の実行に必要なデータ情報とを取得する。例えば、判別部104は、テーブル50Bを読み出し、AIプロセス部50Aを用いた肺がんの認識及び再学習の実行に必要な入力データの種類が、胸部のCR画像と胸部のCT画像との2種類のデータ(マルチデータ)であることを取得(判別)する。また、判別部104は、テーブル52Bを読み出し、AIプロセス部52Aを用いた脳腫瘍の認識及び再学習の実行に必要な入力データの種類が、頭部のCT画像と頭部のMRI画像との2種類のデータであることを取得する。なお、AIプロセスディスパッチャ100は、病院内コンピュータ26から、人工知能処理システム10において処理可能な全ての認識及び再学習の実行に必要なデータの組み合わせ情報を取得してもよい。 In step S1, the AI process dispatcher 100 acquires all the data combination information necessary for executing the recognition and relearning that can be processed by the artificial intelligence processing system 10 from the calculation processing information management unit. Here, the AI process dispatcher 100 uses the cloud computer 32 to perform data information necessary for performing lung cancer recognition and relearning using the AI process unit 50A, and brain tumor recognition and relearning using the AI process unit 52A. Get the data information required for execution. For example, the discrimination unit 104 reads out the table 50B, and the types of input data required for performing lung cancer recognition and relearning using the AI process unit 50A are two types, a CR image of the chest and a CT image of the chest. Acquire (determine) that it is data (multi-data). Further, the discrimination unit 104 reads out the table 52B, and the types of input data required for executing the recognition and relearning of the brain tumor using the AI process unit 52A are 2 of the CT image of the head and the MRI image of the head. Get that it is a kind of data. The AI process dispatcher 100 may acquire all the data combination information necessary for executing the recognition and relearning that can be processed by the artificial intelligence processing system 10 from the in-hospital computer 26.
 ステップS2では、データ処理管理部に相当するAIプロセスディスパッチャ100(入力データ取得部の一例)は、PACS14から認識又は再学習の実行に必要なデータを取得する。例えば、AIプロセスディスパッチャ100は、被検体の胸部のCR画像と胸部のCT画像とを受信する。AIプロセスディスパッチャ100は、被検体の胸部のCR画像と胸部のCT画像とをCR装置とCT装置とから直接受信してもよいし、VNA16から受信してもよい。 In step S2, the AI process dispatcher 100 (an example of the input data acquisition unit) corresponding to the data processing management unit acquires the data necessary for executing recognition or relearning from the PACS 14. For example, the AI process dispatcher 100 receives a CR image of the chest of a subject and a CT image of the chest. The AI process dispatcher 100 may receive the CR image of the chest of the subject and the CT image of the chest directly from the CR device and the CT device, or may be received from the VNA 16.
 なお、被検体の胸部のCR画像と胸部のCT画像とのうちいずれか一方しか撮影されていない場合は、AIプロセスディスパッチャ100は少なくとも撮影された画像を受信する。 If only one of the CR image of the chest and the CT image of the chest of the subject has been captured, the AI process dispatcher 100 receives at least the captured image.
 ステップS3では、AIプロセスディスパッチャ100は、ステップS1で取得したデータの組み合わせ情報に対して、ステップS2で取得した入力データから実行する認識又は再学習の処理を絞り込み、クラウドコンピュータ32から要求されるデータを取得する。ここでは、ステップS2で胸部のCR画像と胸部のCT画像とを受信したため、AIプロセスディスパッチャ100は、実行する処理が肺がんの認識処理であると判断する。実行する処理として、複数の認識及び再学習の処理が候補になる場合もあり得る。 In step S3, the AI process dispatcher 100 narrows down the recognition or relearning process to be executed from the input data acquired in step S2 with respect to the combination information of the data acquired in step S1, and the data requested from the cloud computer 32. To get. Here, since the CR image of the chest and the CT image of the chest were received in step S2, the AI process dispatcher 100 determines that the process to be executed is the lung cancer recognition process. As the process to be executed, a plurality of recognition and relearning processes may be candidates.
 ステップS4では、判別部104は、テーブル50Bにおいて要求されるデータがマルチデータであるか否か、すなわち複数種類のデータであるか否かを判定する。要求されるデータマルチデータである場合は、AIプロセスディスパッチャ100は、ステップS5の処理を行う。また、要求されるデータが1種類のデータである場合は、AIプロセスディスパッチャ100は、ステップS10の処理を行う。ここでは、要求されるデータは胸部のCR画像と胸部のCT画像とのマルチデータである。したがって、AIプロセスディスパッチャ100は、ステップS5の処理を行う。 In step S4, the determination unit 104 determines whether or not the data required in the table 50B is multi-data, that is, whether or not it is a plurality of types of data. If the required data is multi-data, the AI process dispatcher 100 performs the process of step S5. If the requested data is one type of data, the AI process dispatcher 100 performs the process of step S10. Here, the required data is a multi-data of a CR image of the chest and a CT image of the chest. Therefore, the AI process dispatcher 100 performs the process of step S5.
 なお、マルチデータは、複数種類の医療画像に限定されない。マルチデータは、CT画像と病理画像、CT画像とPET画像、MR画像とゲノム解析結果、CT画像と血液検査結果等の、検査の目的に応じた組み合わせである。 Note that multi-data is not limited to multiple types of medical images. The multi-data is a combination of a CT image and a pathological image, a CT image and a PET image, an MR image and a genome analysis result, a CT image and a blood test result, and the like according to the purpose of the examination.
 ステップS5(取得状況取得工程の一例)では、取得状況取得部106は、要求されるマルチデータのうち全ての入力データが揃っているか否かを判定する。全ての入力データが揃っている場合は、AIプロセスディスパッチャ100は、ステップS10の処理を行う。また、全ての入力データが揃っていない場合は、AIプロセスディスパッチャ100は、ステップS6の処理を行う。 In step S5 (an example of the acquisition status acquisition process), the acquisition status acquisition unit 106 determines whether or not all the input data of the required multi-data are available. When all the input data are prepared, the AI process dispatcher 100 performs the process of step S10. If not all the input data are available, the AI process dispatcher 100 performs the process of step S6.
 ここでは、要求されるマルチデータは、被検体の胸部のCR画像と胸部のCT画像とである。例えば、ステップS2においてCR画像のみを受信し、CT画像を受信していない場合、CT画像のみを受信し、CR画像を受信していない場合、及びCR画像とCT画像とをいずれも受信していない場合は、AIプロセスディスパッチャ100は全ての入力データが揃っていないと判定する。また、ステップS2においてCR画像とCT画像との両方を受信した場合は、AIプロセスディスパッチャ100は全ての入力データが揃っていると判定する。 Here, the required multi-data is a CR image of the chest of the subject and a CT image of the chest. For example, in step S2, only the CR image is received and the CT image is not received, only the CT image is received and the CR image is not received, and both the CR image and the CT image are received. If not, the AI process dispatcher 100 determines that all the input data are not available. Further, when both the CR image and the CT image are received in step S2, the AI process dispatcher 100 determines that all the input data are available.
 ステップS6では、取得状況取得部106は、要求された入力データのうち受信していない入力データの完了予定日時をデータ作成元から取得する。例えば、CT画像を受信していない場合、取得状況取得部106は、CT画像の撮影完了日時を取得する。CT画像の撮影完了日時は、HIS12、又はRIS18から取得することができる。撮影完了日時は、例えば、超音波診断画像であれば20分後、CT画像であれば1時間後、病理画像であれば数日後程度である。 In step S6, the acquisition status acquisition unit 106 acquires the scheduled completion date and time of the input data that has not been received among the requested input data from the data creation source. For example, when the CT image is not received, the acquisition status acquisition unit 106 acquires the shooting completion date and time of the CT image. The acquisition completion date and time of the CT image can be obtained from HIS12 or RIS18. The imaging completion date and time is, for example, 20 minutes for an ultrasonic diagnostic image, 1 hour for a CT image, and several days for a pathological image.
 ステップS7では、AIプロセスディスパッチャ100は、入力データのアップロードの完了期限を設定する。ここでは、AIプロセスディスパッチャ100は、入力データのアップロードの完了期限を、全ての入力データ取得の完了時刻に設定する。例えば、CT画像を受信していない場合において、AIプロセスディスパッチャ100は、CT画像のアップロードの完了期限を1時間後に設定する。 In step S7, the AI process dispatcher 100 sets the deadline for uploading the input data. Here, the AI process dispatcher 100 sets the completion deadline for uploading the input data to the completion time of all the input data acquisition. For example, when the CT image is not received, the AI process dispatcher 100 sets the deadline for uploading the CT image after one hour.
 ステップS8では、アップロード制御部110は、アップロード中の入力データがあるか否かを判定する。アップロード中の入力データがある場合は、AIプロセスディスパッチャ100は、ステップS5の処理を行う。また、アップロード中の入力データが無い場合は、AIプロセスディスパッチャ100は、ステップS9の処理を行う。 In step S8, the upload control unit 110 determines whether or not there is input data being uploaded. If there is input data being uploaded, the AI process dispatcher 100 performs the process of step S5. If there is no input data being uploaded, the AI process dispatcher 100 performs the process of step S9.
 ステップS9(アップロード制御工程の一例)では、アップロード制御部110は、一部の入力データのアップロードを行う。ここでは、アップロード制御部110は、複数種類の入力データのうち取得した入力データから順にアップロードする。例えば、CR画像のみを受信しており、CT画像を受信していない場合は、AIプロセスディスパッチャ100は、病院内コンピュータ26とクラウドコンピュータ32とに、それぞれCR画像のアップロードを行う。その後、AIプロセスディスパッチャ100は、ステップS5の処理を行う。 In step S9 (an example of the upload control process), the upload control unit 110 uploads a part of the input data. Here, the upload control unit 110 uploads in order from the acquired input data among the plurality of types of input data. For example, when only the CR image is received and the CT image is not received, the AI process dispatcher 100 uploads the CR image to the in-hospital computer 26 and the cloud computer 32, respectively. After that, the AI process dispatcher 100 performs the process of step S5.
 このように、本実施形態では、アップロード制御部110は、全ての入力データが揃っていない場合、準備が完了していないデータのアップロード順を下げる。例えば、CT画像と血液検査からなるマルチデータの場合、CT画像のアップロード順は、血液検査が完了する数日後まで優先度を下げることができる。ただし、リソース(病院内コンピュータ26又はクラウドコンピュータ32)が使用されていない場合は、アップロードの対象としてもよい。 As described above, in the present embodiment, when all the input data are not prepared, the upload control unit 110 lowers the upload order of the unprepared data. For example, in the case of multi-data consisting of a CT image and a blood test, the upload order of the CT images can be lowered in priority until a few days after the blood test is completed. However, if the resource (hospital computer 26 or cloud computer 32) is not used, it may be the target of upload.
 なお、ステップS5の処理において全ての入力データが揃っていないと判定された場合に、アップロード制御部110は、ステップS6~S9の処理を行わずに、全ての入力データの取得が完了するまでステップS5の処理を繰り返す態様も可能である。例えば、CR画像のみを受信し、CT画像を受信していない場合は、AIプロセスディスパッチャ100は、CT画像を受信した後にステップS10の処理を行う。これにより、全ての入力データが揃った後に入力データをアップロードすることができるので、処理に必要なデータが不揃いの状態でアップロードすることを防止することができる。 If it is determined in the process of step S5 that all the input data are not prepared, the upload control unit 110 steps until the acquisition of all the input data is completed without performing the processes of steps S6 to S9. It is also possible to repeat the process of S5. For example, when only the CR image is received and the CT image is not received, the AI process dispatcher 100 performs the process of step S10 after receiving the CT image. As a result, the input data can be uploaded after all the input data are collected, so that it is possible to prevent the data required for processing from being uploaded in an incomplete state.
 また、初診用データに対応するAIプロセス部を確定診断用のデータから作成する場合、ステップS5の処理は、マルチデータの取得元の装置のうち1つ以上の装置の状態が確定してから行ってもよい。例えば、確定診断用のPET画像と初診用のCT画像とからなるマルチデータの場合、アップロード制御部110は、PET画像の診断結果をもとにCT画像を含めたアップロードが必要かを判断する。マルチデータは、確定診断用CT画像と初診用CR画像との組み合わせであってもよい。 Further, when the AI process unit corresponding to the initial diagnosis data is created from the data for definitive diagnosis, the process of step S5 is performed after the state of one or more of the devices from which the multi-data is acquired is determined. You may. For example, in the case of multi-data consisting of a PET image for definitive diagnosis and a CT image for the first diagnosis, the upload control unit 110 determines whether uploading including the CT image is necessary based on the diagnosis result of the PET image. The multi-data may be a combination of a CT image for definitive diagnosis and a CR image for initial diagnosis.
 ステップS10(状態取得工程の一例)では、状態取得部108は、全リソースの稼働状況を取得する。ここでは、状態取得部108は、病院内コンピュータ26の稼働状況と、クラウドコンピュータ32の稼働状況と、クラウド30へのネットワーク帯域と、を取得する。 In step S10 (an example of the state acquisition process), the state acquisition unit 108 acquires the operating status of all resources. Here, the state acquisition unit 108 acquires the operating status of the in-hospital computer 26, the operating status of the cloud computer 32, and the network bandwidth to the cloud 30.
 状態取得部108は、病院内コンピュータ26に稼働状況を問い合わせて、病院内コンピュータ26の稼働状況を取得する。また、状態取得部108は、クラウドコンピュータ32に稼働状況を問い合わせて、クラウドコンピュータ32の稼働状況を取得する。さらに、状態取得部108は、クラウドコンピュータ32への転送速度を計測してクラウドコンピュータ32への転送時間を推論する。 The state acquisition unit 108 inquires about the operating status of the in-hospital computer 26 and acquires the operating status of the in-hospital computer 26. Further, the state acquisition unit 108 inquires about the operating status of the cloud computer 32 and acquires the operating status of the cloud computer 32. Further, the state acquisition unit 108 measures the transfer speed to the cloud computer 32 and infers the transfer time to the cloud computer 32.
 ステップS11では、状態取得部108は、ローカルでの処理時間、すなわち病院内コンピュータ26でのAIプロセス部50Aを用いた肺がんの認識処理の処理時間を計算する。また、状態取得部108は、クラウドコンピュータ32でのAIプロセス部50Aを用いた肺がんの認識処理の処理時間を計算する。ここでの処理時間とは、AIプロセスディスパッチャ100からクラウドコンピュータ32にデータを送信するために必要な時間を含む。 In step S11, the state acquisition unit 108 calculates the local processing time, that is, the processing time for lung cancer recognition processing using the AI process unit 50A on the in-hospital computer 26. In addition, the state acquisition unit 108 calculates the processing time of the lung cancer recognition process using the AI process unit 50A on the cloud computer 32. The processing time here includes the time required for transmitting data from the AI process dispatcher 100 to the cloud computer 32.
 ステップS12では、状態取得部108は、ローカルでの処理時間が別リソースでの処理時間より長いか否かを判定する。ここでは、状態取得部108は、ステップS10とステップS11との処理結果に基づいて、病院内コンピュータ26でのAIプロセス部50Aを用いた肺がんの認識処理の処理時間がクラウドコンピュータ32でのAIプロセス部50Aを用いた肺がんの認識処理の処理時間より長いか否かを判定する。 In step S12, the state acquisition unit 108 determines whether or not the local processing time is longer than the processing time of another resource. Here, the state acquisition unit 108 uses the AI process unit 50A of the in-hospital computer 26 to process the lung cancer recognition process based on the processing results of steps S10 and S11, and the processing time of the lung cancer recognition process is the AI process on the cloud computer 32. It is determined whether or not the processing time of the lung cancer recognition process using the part 50A is longer than the processing time.
 病院内コンピュータ26での処理時間の方が短い場合は、AIプロセスディスパッチャ100は、ステップS13の処理を行う。また、病院内コンピュータ26での処理時間の方が長い場合は、AIプロセスディスパッチャ100は、ステップS14の処理を行う。 If the processing time on the in-hospital computer 26 is shorter, the AI process dispatcher 100 performs the processing in step S13. If the processing time on the in-hospital computer 26 is longer, the AI process dispatcher 100 performs the processing in step S14.
 このように、各リソースの処理時間を比較判断することで、データをアップロードするタイミングが遅れ、処理に遅延が発生することを防止することができる。また、アップロードをしない時間が発生し、稼働率が低下することを防止することができる。 By comparing and judging the processing time of each resource in this way, it is possible to prevent the timing of uploading data from being delayed and the processing from being delayed. In addition, it is possible to prevent the operation rate from being lowered due to the occurrence of time when uploading is not performed.
 ステップS13では、AIプロセスディスパッチャ100は、ローカルでの実行処理を行う。すなわち、アップロード制御部110は、病院内コンピュータ26へCR画像とCT画像とをアップロードする(アップロード制御工程の一例)。なお、ステップS9において、一部のデータをすでにアップロードしている場合は、まだアップロードをしていないデータをアップロードする。 In step S13, the AI process dispatcher 100 performs local execution processing. That is, the upload control unit 110 uploads the CR image and the CT image to the in-hospital computer 26 (an example of the upload control process). If some data has already been uploaded in step S9, the data that has not been uploaded is uploaded.
 病院内コンピュータ26は、CR画像とCT画像とを入力としてAIプロセス部50Aによって肺がんの認識処理を行う。また、病院内コンピュータ26は、処理結果をAIプロセスディスパッチャ100に送信する。以上により、本フローチャートの処理を終了する。処理時間の相対的に短い病院内コンピュータ26で実行処理をすることで、処理結果を迅速に取得することができる。 The in-hospital computer 26 inputs a CR image and a CT image and performs a lung cancer recognition process by the AI process unit 50A. Further, the in-hospital computer 26 transmits the processing result to the AI process dispatcher 100. This completes the processing of this flowchart. The processing result can be obtained quickly by performing the execution processing on the in-hospital computer 26 having a relatively short processing time.
 一方、ステップS14では、アップロード制御部110は、同時アップロード可能数による制御によって、データのアップロードが可能か否かを判定する。同時アップロード可能数とは、予め決められた同時アップロード数であり、同時にアップロードしてよいデータの数を指す。アップロード回線の通信速度は有限(固定)であり、複数のデータを同時にアップロードすると遅くなり、非効率になる。このため、人工知能処理システム10では、同時アップロード数が予め決められている。 On the other hand, in step S14, the upload control unit 110 determines whether or not data can be uploaded by controlling the number of simultaneous uploads possible. The number of simultaneous uploads is a predetermined number of simultaneous uploads, and refers to the number of data that can be uploaded at the same time. The communication speed of the upload line is finite (fixed), and uploading multiple data at the same time slows down and becomes inefficient. Therefore, in the artificial intelligence processing system 10, the number of simultaneous uploads is predetermined.
 データが移動可能である場合は、AIプロセスディスパッチャ100は、ステップS15の処理を行う。また、データが移動可能でない場合は、AIプロセスディスパッチャ100は、ステップS10の処理を行う。 If the data can be moved, the AI process dispatcher 100 performs the process of step S15. If the data is not movable, the AI process dispatcher 100 performs the process of step S10.
 ステップS15(アップロード制御工程の一例)では、アップロード制御部110は、データのアップロードを行う。すなわち、アップロード制御部110は、クラウドコンピュータ32へCR画像とCT画像とをアップロードする。なお、ステップS9において、一部のデータをすでにアップロードしている場合は、まだアップロードをしていないデータをアップロードする。 In step S15 (an example of the upload control process), the upload control unit 110 uploads data. That is, the upload control unit 110 uploads the CR image and the CT image to the cloud computer 32. If some data has already been uploaded in step S9, the data that has not been uploaded is uploaded.
 クラウドコンピュータ32は、CR画像とCT画像とを入力としてAIプロセス部50Aによって肺がんの認識処理を行い、処理結果をAIプロセスディスパッチャ100に送信する。以上により、本フローチャートの処理を終了する。処理時間の相対的に短いクラウドコンピュータ32で実行処理をすることで、処理結果を迅速に取得することができる。 The cloud computer 32 receives the CR image and the CT image as inputs, performs lung cancer recognition processing by the AI process unit 50A, and transmits the processing result to the AI process dispatcher 100. This completes the processing of this flowchart. By executing the execution process on the cloud computer 32 having a relatively short processing time, the processing result can be quickly acquired.
 なお、ステップS9において一部のデータをアップロードしたリソースであって、ステップS13又はステップS15で残りのデータをアップロードしなかったリソースに対して、AIプロセスディスパッチャ100は、ステップS7で設定された入力データのアップロードの完了期限が過ぎた場合、ステップS9においてアップロードした一部のデータを消去する。例えば、ステップS9において病院内コンピュータ26とクラウドコンピュータ32とにCR画像をアップロードし、ステップS15においてクラウドコンピュータ32にCT画像をアップロードした場合は、AIプロセスディスパッチャ100は、病院内コンピュータ26にアップロードしたCR画像を消去する。これにより、使用しないデータがリソースに残ることを防止することができる。 The AI process dispatcher 100 sets the input data in step S7 for the resource for which a part of the data was uploaded in step S9 but the remaining data was not uploaded in step S13 or step S15. When the completion deadline for uploading has passed, a part of the data uploaded in step S9 is deleted. For example, when the CR image is uploaded to the hospital computer 26 and the cloud computer 32 in step S9 and the CT image is uploaded to the cloud computer 32 in step S15, the AI process dispatcher 100 uploads the CR image to the hospital computer 26. Erase the image. As a result, it is possible to prevent unused data from remaining in the resource.
 以上のように、本態様によれば、複数のリソースのうち指示を受け付けた推論又は学習の実行が最も早く終了するリソースにデータをアップロードすることができる。 As described above, according to this aspect, data can be uploaded to the resource in which the execution of inference or learning that receives the instruction finishes earliest among the plurality of resources.
 <フィルタリング処理>
 上述した例では、要求されるデータがマルチデータの場合には、アップロード制御部110は全てのデータをアップロードしたが、事前処理によってアップロードするデータをフィルタリングしてもよい。マルチデータソースの1つ又は複数の計算処理を行い、陽性として診断される確率がある一定値以上である場合に、データをアップロードしてもよい。例えば、マルチデータがCT画像を含む場合に、病院内コンピュータ26においてCT画像の推論処理を行い、陽性として診断される確率がある一定値以上であれば、アップロード制御部110がCT画像のアップロードを行う。
<Filtering process>
In the above example, when the required data is multi-data, the upload control unit 110 has uploaded all the data, but the data to be uploaded may be filtered by preprocessing. Data may be uploaded when one or more calculation processes of the multi-data source are performed and the probability of being diagnosed as positive is equal to or higher than a certain value. For example, when the multi-data includes a CT image, the in-hospital computer 26 performs the CT image inference processing, and if the probability of being diagnosed as positive is equal to or higher than a certain value, the upload control unit 110 uploads the CT image. Do.
 また、病院内コンピュータ26(判断部の一例)においてマルチデータの1つ又は複数のデータ(少なくとも1つの入力データの一例)の計算処理を行い、陽性として診断される確率がある一定値以上である場合に、関連するデータが出揃い次第アップロード、又は取得したデータから順にアップロードしてもよい。 In addition, the in-hospital computer 26 (an example of the judgment unit) performs calculation processing of one or a plurality of data (an example of at least one input data) of the multi-data, and the probability of being diagnosed as positive is a certain value or more. In this case, uploading may be performed as soon as related data are available, or the acquired data may be uploaded in order.
 このように、アップロードするデータを予めフィルタリング処理することで、処理不要なデータをアップロードし、処理することを防止することができる。 In this way, by filtering the data to be uploaded in advance, it is possible to prevent uploading and processing unnecessary data.
 <その他>
 上記のアップロード管理方法は、各工程をコンピュータに実現させるためのプログラムとして構成し、このプログラムを記憶したCD-ROM(Compact Disk-Read Only Memory)等の非一時的な記録媒体を構成することも可能である。
<Others>
The above upload management method is configured as a program for realizing each process on a computer, and a non-temporary recording medium such as a CD-ROM (Compact Disk-Read Only Memory) in which this program is stored may be configured. It is possible.
 ここまで説明した実施形態において、例えば、AIプロセスディスパッチャ100の各種の処理を実行する処理部(processing unit)のハードウェア的な構造は、次に示すような各種のプロセッサ(processor)である。各種のプロセッサには、ソフトウェア(プログラム)を実行して各種の処理部として機能する汎用的なプロセッサであるCPU(Central Processing Unit)、画像処理に特化したプロセッサであるGPU(Graphics Processing Unit)、FPGA(Field Programmable Gate Array)等の製造後に回路構成を変更可能なプロセッサであるプログラマブルロジックデバイス(Programmable Logic Device:PLD)、ASIC(Application Specific Integrated Circuit)等の特定の処理を実行させるために専用に設計された回路構成を有するプロセッサである専用電気回路等が含まれる。 In the embodiments described so far, for example, the hardware structure of the processing unit that executes various processes of the AI process dispatcher 100 is various processors as shown below. Various processors include a CPU (Central Processing Unit), which is a general-purpose processor that executes software (programs) and functions as various processing units, and a GPU (Graphics Processing Unit), which is a processor specialized in image processing. Dedicated to execute specific processing such as programmable logic device (PLD), ASIC (Application Specific Integrated Circuit), which is a processor whose circuit configuration can be changed after manufacturing FPGA (Field Programmable Gate Array), etc. A dedicated electric circuit or the like, which is a processor having a designed circuit configuration, is included.
 1つの処理部は、これら各種のプロセッサのうちの1つで構成されていてもよいし、同種又は異種の2つ以上のプロセッサ(例えば、複数のFPGA、或いはCPUとFPGAの組み合わせ、又はCPUとGPUの組み合わせ)で構成されてもよい。また、複数の処理部を1つのプロセッサで構成してもよい。複数の処理部を1つのプロセッサで構成する例としては、第1に、サーバ及びクライアント等のコンピュータに代表されるように、1つ以上のCPUとソフトウェアの組合せで1つのプロセッサを構成し、このプロセッサが複数の処理部として機能する形態がある。第2に、システムオンチップ(System On Chip:SoC)等に代表されるように、複数の処理部を含むシステム全体の機能を1つのIC(Integrated Circuit)チップで実現するプロセッサを使用する形態がある。このように、各種の処理部は、ハードウェア的な構造として、各種のプロセッサを1つ以上用いて構成される。 One processing unit may be composed of one of these various processors, or two or more processors of the same type or different types (for example, a plurality of FPGAs, or a combination of a CPU and an FPGA, or a CPU and a CPU. It may be composed of a combination of GPUs). Further, a plurality of processing units may be configured by one processor. As an example of configuring a plurality of processing units with one processor, first, one processor is configured by a combination of one or more CPUs and software, as represented by a computer such as a server and a client. There is a form in which the processor functions as a plurality of processing units. Secondly, as typified by System On Chip (SoC), there is a form in which a processor that realizes the functions of the entire system including a plurality of processing units with one IC (Integrated Circuit) chip is used. is there. As described above, the various processing units are configured by using one or more various processors as a hardware-like structure.
 さらに、これらの各種のプロセッサのハードウェア的な構造は、より具体的には、半導体素子等の回路素子を組み合わせた電気回路(circuitry)である。 Furthermore, the hardware structure of these various processors is, more specifically, an electric circuit (circuitry) in which circuit elements such as semiconductor elements are combined.
 本発明の技術的範囲は、上記の実施形態に記載の範囲には限定されない。各実施形態における構成等は、本発明の趣旨を逸脱しない範囲で、各実施形態間で適宜組み合わせることができる。 The technical scope of the present invention is not limited to the scope described in the above-described embodiment. The configurations and the like in each embodiment can be appropriately combined between the respective embodiments without departing from the spirit of the present invention.
10…人工知能処理システム
20…内視鏡
22…ゲノム解析システム
24…病院内ネットワーク
26…病院内コンピュータ
28…ネットワークアダプタ
30…クラウド
32…クラウドコンピュータ
34…インターネット
50A…AIプロセス部
50B…テーブル
52A…AIプロセス部
52B…テーブル
60…入力層
62…中間層
64…出力層
100…AIプロセスディスパッチャ
102…受付部
104…判別部
106…取得状況取得部
108…状態取得部
110…アップロード制御部
S1~S15…アップロード管理方法のステップ
10 ... Artificial intelligence processing system 20 ... Endoscope 22 ... Genome analysis system 24 ... In-hospital network 26 ... In-hospital computer 28 ... Network adapter 30 ... Cloud 32 ... Cloud computer 34 ... Internet 50A ... AI process department 50B ... Table 52A ... AI process unit 52B ... Table 60 ... Input layer 62 ... Intermediate layer 64 ... Output layer 100 ... AI process dispatcher 102 ... Reception unit 104 ... Discrimination unit 106 ... Acquisition status acquisition unit 108 ... Status acquisition unit 110 ... Upload control units S1 to S15 … Steps on how to manage uploads

Claims (14)

  1.  入力データに対して推論結果を出力する人工知能を用いた推論又は前記人工知能の学習を実行可能な複数のリソースと、
     前記推論又は前記学習の実行の指示を受け付ける受付部と、
     前記指示を受け付けた前記推論又は前記学習の実行に必要な前記入力データの種類を判別する判別部と、
     前記指示を受け付けた前記推論又は前記学習の実行に使用する入力データを取得する入力データ取得部と、
     前記判別した前記入力データの種類に基づいて、前記推論又は前記学習の実行に使用する入力データの取得状況を取得する取得状況取得部と、
     前記複数のリソースの現在の状態を取得する状態取得部と、
     前記複数のリソースの現在の状態と前記入力データの取得状況とに基づいて、前記複数のリソースの中の少なくとも1つのリソースに前記使用する入力データをアップロードするアップロード制御部と、
     を備える人工知能処理システム。
    A plurality of resources capable of performing inference using artificial intelligence that outputs inference results for input data or learning of the artificial intelligence, and
    A reception unit that receives instructions for executing the inference or learning, and
    A discriminator that determines the type of input data required to execute the inference or learning that has received the instruction, and a discriminator.
    An input data acquisition unit that acquires input data used for executing the inference or learning that has received the instruction, and an input data acquisition unit.
    An acquisition status acquisition unit that acquires an acquisition status of input data used for executing the inference or learning based on the determined type of input data.
    A state acquisition unit that acquires the current state of the plurality of resources, and
    An upload control unit that uploads the input data to be used to at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data.
    Artificial intelligence processing system equipped with.
  2.  前記複数のリソースは、それぞれ異なる複数の人工知能を用いた推論又は人工知能の学習を実行可能であり、
     前記受付部は、前記複数の人工知能のうち推論又は再学習の実行に使用する人工知能を受け付ける請求項1に記載の人工知能処理システム。
    The plurality of resources can perform inference or learning of artificial intelligence using a plurality of different artificial intelligences.
    The artificial intelligence processing system according to claim 1, wherein the reception unit receives an artificial intelligence used for executing inference or re-learning among the plurality of artificial intelligences.
  3.  前記複数のリソースの現在の状態は、それぞれのリソースの処理能力と、前記リソースの稼働状況と、前記リソースに接続されたネットワークのネットワーク帯域と、を含む請求項1又は2に記載の人工知能処理システム。 The artificial intelligence processing according to claim 1 or 2, wherein the current state of the plurality of resources includes the processing capacity of each resource, the operating status of the resource, and the network bandwidth of the network connected to the resource. system.
  4.  前記指示を受け付けた前記推論又は前記学習の実行に必要な前記入力データの種類が複数種類であり、
     前記アップロード制御部は、前記複数種類の入力データの全ての入力データが揃った後に前記入力データをアップロードする請求項1から3のいずれか1項に記載の人工知能処理システム。
    There are a plurality of types of the input data required for executing the inference or the learning that received the instruction.
    The artificial intelligence processing system according to any one of claims 1 to 3, wherein the upload control unit uploads the input data after all the input data of the plurality of types of input data are collected.
  5.  前記指示を受け付けた前記推論又は前記学習の実行に必要な前記入力データの種類が複数種類であり、
     前記アップロード制御部は、前記複数種類の入力データのうち取得した入力データから順にアップロードする請求項1から3のいずれか1項に記載の人工知能処理システム。
    There are a plurality of types of the input data required for executing the inference or the learning that received the instruction.
    The artificial intelligence processing system according to any one of claims 1 to 3, wherein the upload control unit uploads the acquired input data in order from the plurality of types of input data.
  6.  前記指示を受け付けた前記推論又は前記学習の実行に必要な前記入力データの種類が複数種類であり、
     前記複数種類の入力データのうちの少なくとも1つの入力データについて計算処理を行う判断部を備え、
     前記アップロード制御部は、前記計算処理の結果に基づいて前記複数種類の入力データをアップロードする請求項1から3のいずれか1項に記載の人工知能処理システム。
    There are a plurality of types of the input data required for executing the inference or the learning that received the instruction.
    A determination unit that performs calculation processing on at least one of the plurality of types of input data is provided.
    The artificial intelligence processing system according to any one of claims 1 to 3, wherein the upload control unit uploads the plurality of types of input data based on the result of the calculation process.
  7.  前記アップロード制御部は、前記複数のリソースのうち前記指示を受け付けた前記推論又は前記学習の実行が最も早く終了するリソースに前記使用する入力データをアップロードする請求項1から6のいずれか1項に記載の人工知能処理システム。 The upload control unit according to any one of claims 1 to 6 for uploading the input data to be used to the resource in which the inference or the learning execution finishes earliest among the plurality of resources. The artificial intelligence processing system described.
  8.  前記判別部は、前記推論及び前記学習と、前記推論及び前記学習の実行に必要な前記入力データの種類とが対応付けられたテーブルに基づいて、前記指示を受け付けた前記推論又は前記学習の実行に必要な前記入力データの種類を判別する請求項1から7のいずれか1項に記載の人工知能処理システム。 The discriminating unit receives the instruction and executes the inference or the learning based on a table in which the inference and the learning are associated with the types of input data necessary for executing the inference and the learning. The artificial intelligence processing system according to any one of claims 1 to 7, which determines the type of input data required for the above.
  9.  前記人工知能は、機械学習された学習モデルである請求項1から8のいずれか1項に記載の人工知能処理システム。 The artificial intelligence processing system according to any one of claims 1 to 8, which is a machine-learned learning model.
  10.  前記入力データは医療データを含む請求項1から9のいずれか1項に記載の人工知能処理システム。 The artificial intelligence processing system according to any one of claims 1 to 9, wherein the input data includes medical data.
  11.  入力データに対して推論結果を出力する人工知能を用いた推論又は前記人工知能の学習を実行可能な複数のリソースの現在の状態を取得する状態取得部と、
     実行の指示を受け付けた前記推論又は前記学習の実行に必要な前記入力データの種類を判別し、前記推論又は前記学習の実行に使用する入力データの取得状況を取得する取得状況取得部と、
     前記複数のリソースの現在の状態と前記入力データの取得状況とに基づいて、前記複数のリソースの中の少なくとも1つのリソースへ前記使用する入力データをアップロードするアップロード制御部と、
     を備えるアップロード管理装置。
    A state acquisition unit that acquires the current states of a plurality of resources that can perform inference using artificial intelligence or learning of the artificial intelligence that outputs inference results with respect to input data.
    An acquisition status acquisition unit that determines the type of input data required to execute the inference or learning that has received an execution instruction, and acquires the acquisition status of the input data used for executing the inference or learning.
    An upload control unit that uploads the input data to be used to at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data.
    Upload management device equipped with.
  12.  入力データに対して推論結果を出力する人工知能を用いた推論又は前記人工知能の学習を実行可能な複数のリソースの現在の状態を取得する状態取得工程と、
     実行の指示を受け付けた前記推論又は前記学習の実行に必要な前記入力データの種類を判別し、前記推論又は前記学習の実行に使用する入力データの取得状況を取得する取得状況取得工程と、
     前記複数のリソースの現在の状態と前記入力データの取得状況とに基づいて、前記複数のリソースの中の少なくとも1つのリソースへ前記使用する入力データをアップロードするアップロード制御工程と、
     を備えるアップロード管理方法。
    A state acquisition process for acquiring the current states of a plurality of resources capable of performing inference using artificial intelligence or learning of the artificial intelligence that outputs inference results for input data, and
    An acquisition status acquisition step of determining the type of input data required for executing the inference or learning that has received an execution instruction and acquiring the acquisition status of input data used for executing the inference or learning.
    An upload control step of uploading the input data to be used to at least one resource among the plurality of resources based on the current state of the plurality of resources and the acquisition status of the input data.
    Upload management method with.
  13.  請求項12に記載のアップロード管理方法をコンピュータに実行させるためのプログラム。 A program for causing a computer to execute the upload management method according to claim 12.
  14.  非一時的かつコンピュータ読取可能な記録媒体であって、請求項13に記載のプログラムが記録された記録媒体。 A non-temporary, computer-readable recording medium on which the program according to claim 13 is recorded.
PCT/JP2020/041869 2019-11-20 2020-11-10 Artificial intelligence processing system, upload management device, method, and program WO2021100546A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2019-209607 2019-11-20
JP2019209607 2019-11-20

Publications (1)

Publication Number Publication Date
WO2021100546A1 true WO2021100546A1 (en) 2021-05-27

Family

ID=75981218

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/041869 WO2021100546A1 (en) 2019-11-20 2020-11-10 Artificial intelligence processing system, upload management device, method, and program

Country Status (1)

Country Link
WO (1) WO2021100546A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04343138A (en) * 1991-05-20 1992-11-30 Omron Corp Fuzzy development system and its operating method
JP2014164568A (en) * 2013-02-26 2014-09-08 Nippon Telegr & Teleph Corp <Ntt> Terminal device, distributed processing method, distributed processing program, and distributed processing system
JP2017524183A (en) * 2014-06-30 2017-08-24 アマゾン・テクノロジーズ・インコーポレーテッド Machine learning service
JP2017215828A (en) * 2016-06-01 2017-12-07 富士通株式会社 Learning model difference providing program, learning model difference providing method, and learning model difference providing system
JP2019185751A (en) * 2018-03-30 2019-10-24 株式会社日立製作所 Method of feature quantity preparation, system, and program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04343138A (en) * 1991-05-20 1992-11-30 Omron Corp Fuzzy development system and its operating method
JP2014164568A (en) * 2013-02-26 2014-09-08 Nippon Telegr & Teleph Corp <Ntt> Terminal device, distributed processing method, distributed processing program, and distributed processing system
JP2017524183A (en) * 2014-06-30 2017-08-24 アマゾン・テクノロジーズ・インコーポレーテッド Machine learning service
JP2017215828A (en) * 2016-06-01 2017-12-07 富士通株式会社 Learning model difference providing program, learning model difference providing method, and learning model difference providing system
JP2019185751A (en) * 2018-03-30 2019-10-24 株式会社日立製作所 Method of feature quantity preparation, system, and program

Similar Documents

Publication Publication Date Title
US10937164B2 (en) Medical evaluation machine learning workflows and processes
US20190156947A1 (en) Automated information collection and evaluation of clinical data
US20090083075A1 (en) System and method for analyzing medical data to determine diagnosis and treatment
US10817753B2 (en) Learning assistance device, method of operating learning assistance device, learning assistance program, learning assistance system, and terminal device
US20170231594A1 (en) Medical examination system
EP3699920A1 (en) Methods and apparatus for the application of machine learning to radiographic images of animals
US11468659B2 (en) Learning support device, learning support method, learning support program, region-of-interest discrimination device, region-of-interest discrimination method, region-of-interest discrimination program, and learned model
Gao et al. Chest X-ray image analysis and classification for COVID-19 pneumonia detection using Deep CNN
WO2019193982A1 (en) Medical document creation assistance device, medical document creation assistance method, and medical document creation assistance program
JP6738305B2 (en) Learning data generation support device, learning data generation support device operating method, and learning data generation support program
CN114331992A (en) Image sequence processing method and device, computing equipment and storage medium
JP7109345B2 (en) Priority determination device, method and program
CA3034814C (en) System and method for using imaging quality metric ranking
JP7007469B2 (en) Medical document creation support devices, methods and programs, trained models, and learning devices, methods and programs
WO2021100546A1 (en) Artificial intelligence processing system, upload management device, method, and program
CN111540442A (en) Medical image diagnosis scheduling management system based on computer vision
US10839299B2 (en) Non-leading computer aided detection of features of interest in imagery
WO2021193548A1 (en) Document creation assistance device, method, and program
WO2020202822A1 (en) Medical document compilation supporting device, method, and program
JP7064430B2 (en) Priority determination device, method and program
CN112447287A (en) Automated clinical workflow
JP7376715B2 (en) Progress prediction device, method of operating the progress prediction device, and progress prediction program
US20230121783A1 (en) Medical image processing apparatus, method, and program
EP4339882A1 (en) System for medical data analysis
WO2022091868A1 (en) Information processing device, information display device, information processing method, information processing system, and program

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20890310

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP