WO2020118614A1 - Image identification method and device for patches on head and neck - Google Patents

Image identification method and device for patches on head and neck Download PDF

Info

Publication number
WO2020118614A1
WO2020118614A1 PCT/CN2018/120876 CN2018120876W WO2020118614A1 WO 2020118614 A1 WO2020118614 A1 WO 2020118614A1 CN 2018120876 W CN2018120876 W CN 2018120876W WO 2020118614 A1 WO2020118614 A1 WO 2020118614A1
Authority
WO
WIPO (PCT)
Prior art keywords
head
plaque
magnetic resonance
neck
model
Prior art date
Application number
PCT/CN2018/120876
Other languages
French (fr)
Chinese (zh)
Inventor
肖韬辉
王珊珊
郑海荣
刘新
梁栋
Original Assignee
深圳先进技术研究院
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳先进技术研究院 filed Critical 深圳先进技术研究院
Priority to PCT/CN2018/120876 priority Critical patent/WO2020118614A1/en
Publication of WO2020118614A1 publication Critical patent/WO2020118614A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis

Definitions

  • This specification belongs to the technical field of image processing, and particularly relates to a head and neck plaque image recognition method and device.
  • Stroke has now become one of the diseases with the highest fatality rate and disability rate in adults.
  • stroke patients in my country more than 70% of them are ischemic strokes.
  • the main pathogenic factor of ischemic stroke is thromboembolism caused by rupture of atherosclerotic plaque. Examining the structure of blood vessel wall can effectively improve the diagnosis rate of stroke. Perform identification diagnosis.
  • the head and neck plaques are very small, the smaller the object recognition difficulty, the more difficult it is to segment or detect the head and neck plaques.
  • the detection of plaque is mainly visually recognized by a clinical imaging doctor, and the doctor reads a large number of films every day, which will cause visual fatigue, and also have certain diagnostic results due to some personal subjective factors such as experience and experience. error. Therefore, a technical solution capable of accurately identifying head and neck plaques is urgently needed in the art.
  • the purpose of this specification is to provide a head and neck plaque image recognition method and device, which realizes the automatic identification of head and neck plaques and improves the accuracy of the head and neck plaque recognition results.
  • the embodiments of the present specification provide a head and neck plaque image recognition method, including:
  • the plaque recognition model uses a U-shaped convolutional neural network model
  • the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model
  • the number of feature maps output by each of the densely connected blocks in the patch identification model is different.
  • the densely connected blocks in the patch identification model include multiple densely connected layers, and densely connected between the densely connected layers.
  • each dense connection block there are multiple dense connection blocks, and the number of dense connection layers in each dense connection block is the same.
  • the plaque recognition model is constructed using the following method:
  • the sample data including: a head and neck magnetic resonance image and a plaque marker in the head and neck magnetic resonance image;
  • the method further includes: optimizing the plaque recognition model using a cross-validation method.
  • the acquiring multiple sample data includes:
  • the use of the normalized head and neck magnetic resonance image as input data of the plaque recognition model includes:
  • the normalized head and neck magnetic resonance image is used as input data of the plaque recognition model.
  • this specification provides a head and neck plaque image recognition device, including:
  • An image acquisition module for acquiring head and neck magnetic resonance images to be identified
  • An image recognition module used to input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model, and obtain the plaque recognition result in the head and neck magnetic resonance image to be recognized;
  • the plaque recognition model uses a U-shaped convolutional neural network model
  • the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model
  • the number of feature maps output by each of the densely connected blocks in the patch identification model is different.
  • the densely connected blocks in the patch identification model include multiple densely connected layers, and densely connected between the densely connected layers.
  • the number of the dense connection blocks is multiple, and the number of dense connection layers in each dense connection block is the same.
  • the device further includes: a model building module for building the plaque recognition model using the following method:
  • the sample data including: a head and neck magnetic resonance image and plaques marked in the head and neck magnetic resonance image;
  • model building module is also used to:
  • a cross-validation method is used to optimize the plaque recognition model.
  • model building module is specifically used to:
  • Plaque annotation is performed on the acquired multiple head and neck magnetic resonance images to obtain plaque marks in the head and neck magnetic resonance images.
  • this specification provides a head and neck plaque image recognition processing device, including: at least one processor and a memory for storing processor executable instructions, and the processor executes the instructions to implement the Head and neck plaque image recognition method.
  • this specification provides a head and neck plaque image recognition system, including:
  • a data acquisition module for acquiring sample data, the sample data including: head and neck magnetic resonance images and plaques marked in the head and neck magnetic resonance images;
  • the detection model building module is used to build a plaque recognition model, and perform model training and model optimization, wherein the plaque recognition model uses a U-shaped convolutional neural network model, and a convolutional layer of the U-shaped convolutional neural network model Use dense connection blocks in the dense convolutional neural network model;
  • the model test module is used for inputting the head and neck magnetic resonance images to be recognized to obtain the head and neck plaque recognition results.
  • the head and neck plaque image recognition method, device, processing equipment, and system provided in this specification based on deep learning, combine the U-shaped convolutional neural network model with the dense convolutional neural network model to construct a plaque recognition model, and then The recognized head and neck magnetic resonance image is input into the constructed plaque recognition model, that is, the plaque recognition result of the head and neck magnetic resonance image to be recognized can be obtained, and the automatic recognition of the head and neck plaque is realized, without the need for artificial naked eye recognition, and the head and neck are improved Plaque recognition results.
  • the plaque recognition model in the embodiment of this specification combines the U-shaped convolutional neural network model with the dense convolutional neural network model, which can reduce training sample data, better retain image information, and improve the number of feature map multiplexing To further improve the efficiency and accuracy of plaque recognition.
  • FIG. 1 is a schematic flowchart of a head and neck plaque image recognition method in an embodiment of this specification
  • FIG. 2 is a schematic diagram of a network architecture of a plaque recognition model in an embodiment of this specification
  • FIG. 3 is a schematic diagram of a module structure of an embodiment of a head and neck plaque image recognition device provided in this specification;
  • FIG. 4 is a schematic structural diagram of a head and neck plaque image recognition device according to another embodiment of this specification.
  • FIG. 5 is a schematic diagram of a workflow of a head and neck plaque image recognition system in an embodiment of this specification
  • FIG. 6 is a block diagram of a hardware structure of a head and neck plaque recognition server applying an embodiment of the present application.
  • An embodiment of the present specification provides a head and neck plaque image recognition method, which combines a U-shaped convolutional neural network with a secret convolutional neural network model to construct a plaque recognition model.
  • a plaque recognition model to perform plaque recognition on the head and neck magnetic resonance images.
  • the automatic recognition of head and neck plaques is realized, and the plaque regions in the head and neck magnetic resonance images are identified, which provides a data basis for the diagnosis of stroke.
  • the head and neck plaque image recognition method in this manual can be applied to the client or server.
  • the client can be a smartphone, tablet, smart wearable device (smart watch, virtual reality glasses, virtual reality helmet, etc.), smart vehicle equipment, etc. Electronic equipment.
  • FIG. 1 is a schematic flowchart of a head and neck plaque image recognition method in an embodiment of the present specification.
  • the overall process of the head and neck plaque image recognition method provided in an embodiment of the present specification may include:
  • Step 102 Acquire a head and neck magnetic resonance image to be identified.
  • the head and neck magnetic resonance image of the user that is, the head and neck integrated blood vessel wall magnetic resonance image can be obtained, and the head and neck plaque can be performed based on the acquired head and neck magnetic resonance image to be identified Block identification.
  • Step 104 Input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model to obtain a plaque recognition result in the head and neck magnetic resonance image to be recognized;
  • the plaque recognition model uses a U-shaped convolutional neural network model
  • the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model
  • a plaque recognition model can be constructed based on deep learning methods.
  • the existing head and neck magnetic resonance image data of stroke patients can be used for model training to learn from input magnetic resonance images to output head and neck A functional mapping relationship between the results of patch segmentation to build a patch recognition model.
  • FIG. 2 is a schematic diagram of the network architecture of the plaque recognition model in an embodiment of the present specification.
  • the plaque recognition model in the embodiment of the present specification can be a U-shaped convolutional neural network model (ie U-Net) and Dense convolutional neural network model (DenseNet) is combined.
  • the overall architecture of the plaque recognition model can be the structure of a U-shaped convolutional neural network model.
  • the convolutional layer in the U-shaped convolutional neural network model can use the densely connected blocks in the dense convolutional neural network model (Ie dense block).
  • U-Net can be understood as a variant of the convolutional neural network, whose structure is mainly like the letter U, hence the name U-Net.
  • the entire neural network of U-Net is mainly composed of two parts: the contraction path and the expansion path.
  • the contraction path is mainly used to capture the context information in the picture, and the expansion path commensurate with it is to segment the need in the picture.
  • DenseNet can be understood as a convolutional neural network with dense connections. In this network, there is a direct connection between any two layers, that is, the input of each layer of the network is the union of the outputs of all previous layers. , And the feature map learned by this layer will be directly passed to all subsequent layers as input. As shown in FIG.
  • each convolutional layer of the U-shaped convolutional neural network model may use dense connection blocks, and dense connections exist in each dense connection block. Dense connections can alleviate the problem of gradient disappearance, strengthen feature propagation, encourage feature reuse, greatly reduce the amount of parameters, and improve the accuracy of image recognition.
  • the head and neck magnetic resonance image to be recognized is input into the constructed plaque recognition model, and the plaque recognition result of the head and neck magnetic resonance image to be recognized can be obtained, such as: the head and neck magnetic to be recognized can be recognized Whether there is plaque in the resonance image, and if so, it can also identify the area where the plaque is located, or the shape and size of the plaque.
  • each dense connection block may indicate the number of feature maps output by the dense connection block.
  • the number of feature maps output by each dense connection block may be different, as shown in FIG.
  • the number of feature maps output by each dense connection block may be: 32, 64, 128, 256, 512.
  • other numbers of feature maps may be used according to actual needs, which is not specifically limited in the embodiments of this specification.
  • the dense connection block is located at different convolution layers of the U-shaped convolutional neural network model.
  • the number of feature maps output by different dense connection blocks is set to be different, which can adapt to the structural needs of the U-shaped convolutional neural network model and better retain the image. Information to improve image recognition results.
  • each dense connection block may include multiple dense connection layers, and each small connection block in FIG. 2 A circle can represent a densely connected layer in a densely connected block, and densely connected between each densely connected layer.
  • there is a direct connection between any two densely connected layers in the densely connected block that is, the input of each layer in the densely connected block is the union of the outputs of all previous layers, and the layer is The learned feature map will also be directly passed to all densely connected layers behind it as input.
  • the dense connection method of multiple dense connection layers in the dense connection block can improve the reusability of the feature map and improve the accuracy of the patch recognition result.
  • each dense connection block there are multiple dense connection blocks, and the number of dense connection layers in each dense connection block is the same.
  • the number of output features of the second to fifth densely connected blocks in the U-shaped convolutional neural network model is larger than that set in the original dense block, which may result in a rapid increase in the number of parameters.
  • the number of dense connection layers in each dense connection block is set to be the same, which can maintain an appropriate calculation amount, reduce the calculation amount of the network model, and improve the efficiency of image recognition.
  • each dense connection block can be set to 5 dense connection layers. Of course, according to actual needs, it can also be set to other numbers of dense connection layers, which is not specifically limited in the embodiments of this specification.
  • the size of the convolution kernel in the plaque recognition model can all be set to 3*3, and the activation function can be all set to ReLU (Rectified Linear Units).
  • the plaque recognition model The other connection methods in can be consistent with the U-Net structure.
  • the encoding process is actually a downsampling layer.
  • the downsampling layer can use a maximum pooling operation of 2*2; the decoding process is actually an upsampling process, which can be 2*2.
  • the output feature map of the corresponding layer in the encoding and decoding is stitched and fused in the middle, and the image recognition result is finally output.
  • a U-shaped convolutional neural network model and a dense convolutional neural network model are combined to construct a plaque recognition model, and then the head and neck magnetic resonance image to be recognized is input to the constructed plaque recognition
  • the plaque recognition results of the head and neck magnetic resonance images to be recognized can be obtained, which realizes the automatic recognition of the head and neck plaques, does not require artificial naked eye recognition, and improves the recognition results of the head and neck plaques.
  • the plaque recognition model in the embodiment of this specification combines the U-shaped convolutional neural network model with the dense convolutional neural network model, which can reduce training sample data, better retain image information, and improve the number of feature map multiplexing To further improve the efficiency and accuracy of plaque recognition.
  • the plaque recognition model may be constructed using the following method:
  • the sample data including: a head and neck magnetic resonance image and a plaque marker in the head and neck magnetic resonance image;
  • a head and neck magnetic resonance image of a historical user may be acquired as sample data, and the sample data may be a head and neck magnetic resonance image of a user diagnosed as having a stroke.
  • the sample data may also include the acquired plaque markers in the head and neck magnetic resonance images as training labels, and the specific number of sample data may be selected according to actual needs, which is not specifically limited in the embodiments of this specification.
  • the acquired head and neck magnetic resonance images may be normalized, that is, the pixels of the head and neck magnetic resonance images in the sample data may be processed in a unified manner, such as : Normalize the pixel points of the head and neck magnetic resonance image to 0-1, and use the normalized head and neck magnetic resonance image as the input data of the model to facilitate subsequent model training.
  • the plaques of the acquired head and neck magnetic resonance images can be labeled by professional doctors or according to the user's diagnosis results. Specifically, the location and size of the plaque can be marked.
  • a plaque recognition model may be constructed, such as: constructing a network architecture of the plaque recognition model, etc.
  • the patch identification model may also include multiple model parameters, such as: the size of the convolution kernel, the number of densely connected blocks, and so on.
  • the embodiment of the present specification uses deep learning training to construct a plaque recognition model, which can realize automatic recognition of head and neck plaques without manual recognition, and improves the accuracy of head and neck plaque recognition.
  • the cross-validation method may also be used to optimize the plaque recognition model to improve the accuracy of the model recognition results.
  • Cross-validation can be regarded as a practical method of statistically cutting data samples into smaller subsets. In the sample data, most of the samples can be taken out to build the model, and a small part of the sample can be used for prediction with the newly established model. Find the forecast errors of these small samples and record the sum of their squares. This process continues until all samples are forecasted once and only once.
  • the head and neck plaque image recognition method in the embodiment of the present specification may not be limited to the identification of head and neck plaques, and may also be used in other image recognition processes, such as: identifying other focus areas (such as brain tumors). You can use the magnetic resonance image training of other parts to build a corresponding recognition model to complete the automatic recognition of other lesion areas.
  • the head and neck plaque image recognition method built a plaque recognition model based on the deep learning method, and uses deep learning technology to achieve the purpose of automatically detecting the head and neck plaque of stroke patients, and realizes the automatic detection of the magnetic resonance vascular wall
  • the plaque in the image improves the accuracy and prevention of stroke disease diagnosis.
  • one or more embodiments of the present specification further provide a head and neck plaque image recognition device.
  • the device may include a system (including a distributed system), software (applications), modules, components, servers, clients, etc. using the method described in the embodiments of the present specification in combination with necessary hardware implementation devices.
  • the devices in one or more embodiments provided by the embodiments of this specification are as described in the following embodiments. Since the implementation solution of the device to solve the problem is similar to the method, the implementation of the specific device in the embodiments of the present specification may refer to the implementation of the foregoing method, and the repetition is not repeated.
  • unit or “module” may implement a combination of software and/or hardware that achieves a predetermined function.
  • the devices described in the following embodiments are preferably implemented in software, implementation of hardware or a combination of software and hardware is also possible and conceived.
  • FIG. 3 is a schematic diagram of a module structure of an embodiment of the head and neck plaque image recognition device provided in this specification.
  • the head and neck plaque image recognition device provided in this specification includes: an image acquisition module 31, image recognition Module 32, where:
  • the image acquisition module 31 can be used to acquire the head and neck magnetic resonance image to be identified
  • the image recognition module 32 may be used to input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model to obtain the plaque recognition result in the head and neck magnetic resonance image to be recognized;
  • the plaque recognition model uses a U-shaped convolutional neural network model
  • the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model
  • the head and neck plaque image recognition device provided by the embodiment of the present specification combines the U-shaped convolutional neural network model and the dense convolutional neural network model based on deep learning to construct a plaque recognition model, and then the head and neck magnetic resonance to be recognized When the image is input into the constructed plaque recognition model, the plaque recognition results of the head and neck magnetic resonance images to be recognized can be obtained, and the automatic recognition of the head and neck plaques is realized without artificial visual recognition, which improves the recognition results of the head and neck plaques .
  • the plaque recognition model in the embodiment of this specification combines the U-shaped convolutional neural network model with the dense convolutional neural network model, which can reduce training sample data, better retain image information, and improve the number of feature map multiplexing To further improve the efficiency and accuracy of plaque recognition.
  • the number of feature maps output by each of the densely connected blocks in the patch recognition model is different.
  • the head and neck plaque image recognition device provided by the embodiment of the present specification sets the number of feature maps output by different dense connection blocks to be different, which can adapt to the structural needs of the U-shaped convolutional neural network model, better retain image information, and improve image recognition result.
  • the densely connected blocks in the patch identification model include multiple densely connected layers, and densely connected between the densely connected layers.
  • the embodiment of the present specification adopts the dense connection mode of multiple dense connection layers in the dense connection block, which can improve the multiplexing of the feature map and improve the accuracy of the patch recognition result.
  • the number of the dense connection blocks is multiple, and the number of dense connection layers in each of the dense connection blocks is the same.
  • setting the number of dense connection layers in each dense connection block to be the same can maintain an appropriate calculation amount, reduce the calculation amount of the network model, and improve the efficiency of image recognition.
  • FIG. 4 is a schematic structural diagram of a head and neck plaque image recognition device in still another embodiment of the present specification. As shown in FIG. 4, based on the above embodiment, the device further includes: a model building module 41 for adopting the following method Construct the plaque recognition model:
  • the sample data including: a head and neck magnetic resonance image and plaques marked in the head and neck magnetic resonance image;
  • a plaque recognition model is constructed by using deep learning training, which can realize automatic recognition of head and neck plaques without manual recognition, and improves the accuracy of head and neck plaque recognition.
  • model building module is also used to:
  • a cross-validation method is used to optimize the plaque recognition model.
  • the cross-validation method is used to optimize the model, improve the accuracy of model construction, and further improve the accuracy of the model recognition result.
  • model building module is specifically used to:
  • Plaque annotation is performed on the acquired multiple head and neck magnetic resonance images to obtain plaque marks in the head and neck magnetic resonance images.
  • the pixels of the head and neck magnetic resonance image in the sample data are uniformly processed, which facilitates subsequent model training and improves the accuracy of model construction.
  • An embodiment of the present specification also provides a head and neck plaque image recognition processing device, including: at least one processor and a memory for storing processor executable instructions, and the processor implements the instructions to implement the head and neck plaques of the foregoing embodiments
  • Block image recognition methods such as:
  • the plaque recognition model uses a U-shaped convolutional neural network model
  • the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model
  • the storage medium may include a physical device for storing information, usually after the information is digitized and then stored in a medium using electrical, magnetic, or optical means.
  • the storage medium may include: devices that use electrical energy to store information, such as various types of memory, such as RAM, ROM, etc.; devices that use magnetic energy to store information, such as hard disks, floppy disks, magnetic tapes, magnetic core memories, and bubble memories, U disk; a device that uses optical means to store information such as CD or DVD.
  • devices that use electrical energy to store information such as various types of memory, such as RAM, ROM, etc.
  • devices that use magnetic energy to store information such as hard disks, floppy disks, magnetic tapes, magnetic core memories, and bubble memories, U disk
  • a device that uses optical means to store information such as CD or DVD.
  • quantum memory graphene memory, and so on.
  • FIG. 5 is a schematic diagram of a workflow of a head and neck plaque image recognition system in an embodiment of the present specification. As shown in FIG. 5, an embodiment of the present specification also provides a head and neck plaque image recognition system, which may include:
  • the data collection module 51 may be used to collect sample data, the sample data including: a head and neck magnetic resonance image and plaques marked in the head and neck magnetic resonance image;
  • the detection model construction module 52 can be used to build a plaque recognition model, and perform model training and model optimization, wherein the plaque recognition model uses a U-shaped convolutional neural network model, and the U-shaped convolutional neural network model
  • the accumulation layer uses dense connection blocks in the dense convolutional neural network model
  • the model test module 53 may be used to input a head and neck magnetic resonance image to be recognized to obtain a head and neck plaque recognition result.
  • the data collection module 51 can use the magnetic resonance image of the integrated blood vessel wall of the head and neck of a historical user, and perform plaque annotation to obtain sample data as input and output for model training.
  • the detection model construction module 52 can be used to construct the network structure of the deep convolution recognition model, that is, the patch recognition model.
  • the network structure of the model can refer to the records of the foregoing embodiments, and details are not described here.
  • the designed deep convolution recognition model network is used to train the pre-processed sample data, and after a lot of training and cross-validation, the optimization model is continuously improved. Finally, the model with better training is selected for model testing and result display.
  • the model test module 53 can perform an online plaque test on the head and neck integrated magnetic resonance vessel wall image, and can display the identified plaque results online.
  • the head and neck plaque image recognition system can also include a model application module, which can be used in clinical diagnosis to help doctors identify plaque that may cause stroke, thereby improving the early detection rate of stroke patients.
  • the head and neck plaque image recognition system built a plaque recognition model based on the deep learning method, and uses deep learning technology to achieve the purpose of automatically detecting head and neck plaques of stroke patients, and realizes the automatic detection of the magnetic resonance vascular wall
  • the plaque in the image improves the accuracy and prevention of stroke disease diagnosis.
  • the head and neck plaque image recognition system provided in this specification may be a separate head and neck plaque image recognition system, and may also be applied to various data analysis and processing systems.
  • the system may include any one of the head and neck plaque image recognition devices in the above embodiments.
  • the system may be a separate server, or it may include a server cluster, system (including distributed system), software (application) using one or more of the methods or one or more embodiments of this specification. Terminal devices that actually operate devices, logic gate devices, quantum computers, etc., combined with the necessary implementation hardware.
  • the detection system for checking the difference data may include at least one processor and a memory storing computer-executable instructions. When the processor executes the instructions, the steps of the method in any one or more of the above embodiments are implemented.
  • FIG. 6 is a block diagram of a hardware structure of a head and neck plaque recognition server applying an embodiment of the present application.
  • the server 10 may include one or more (only one is shown in the figure) processor 100 (the processor 100 may include but is not limited to a processing device such as a microprocessor MCU or a programmable logic device FPGA), A memory 200 for storing data, and a transmission module 300 for communication functions.
  • processor 100 may include but is not limited to a processing device such as a microprocessor MCU or a programmable logic device FPGA
  • a memory 200 for storing data
  • a transmission module 300 for communication functions.
  • the server 10 may also include more or fewer components than those shown in FIG. 6, for example, it may also include other processing hardware, such as a database or a multi-level cache, a GPU, or have a configuration different from that shown in FIG.
  • the memory 200 can be used to store software programs and modules of application software, such as program instructions/modules corresponding to the head and neck plaque image recognition method in the embodiments of the present specification.
  • the processor 100 runs the software programs and modules stored in the memory 200, thereby Perform various functional applications and data processing.
  • the memory 200 may include a high-speed random access memory, and may also include a non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory.
  • the memory 200 may further include memories remotely provided with respect to the processor 100, and these remote memories may be connected to a computer terminal through a network. Examples of the above network include but are not limited to the Internet, intranet, local area network, mobile communication network, and combinations thereof.
  • the transmission module 300 is used to receive or send data via a network.
  • the specific example of the network described above may include a wireless network provided by a communication provider of computer terminals.
  • the transmission module 300 includes a network adapter (Network Interface Controller, NIC), which can be connected to other network devices through the base station to communicate with the Internet.
  • the transmission module 300 may be a radio frequency (RF) module, which is used to communicate with the Internet in a wireless manner.
  • RF radio frequency
  • the method or apparatus described in the above embodiments provided in this specification can implement business logic through a computer program and be recorded on a storage medium, and the storage medium can be read and executed by a computer to achieve the effects of the solutions described in the embodiments of this specification.
  • the above-mentioned head and neck plaque image recognition method or device provided in the embodiments of the present specification can be implemented by a processor executing corresponding program instructions in a computer, such as using a Windows operating system C++ language to implement on a PC side, a Linux system, or other, for example Use android, iOS system programming language to realize in the intelligent terminal, and realize the processing logic based on quantum computer.
  • a processor executing corresponding program instructions in a computer, such as using a Windows operating system C++ language to implement on a PC side, a Linux system, or other, for example Use android, iOS system programming language to realize in the intelligent terminal, and realize the processing logic based on quantum computer.
  • embodiments of this specification are not limited to those that must comply with industry communication standards, standard computer data processing and data storage rules, or those described in one or more embodiments of this specification.
  • Some industry standards or implementations described in a custom manner or embodiments based on slightly modified implementations can also achieve the same, equivalent, or similar, or predictable implementation effects of the foregoing embodiments. Examples obtained by applying these modified or deformed data acquisition, storage, judgment, processing methods, etc., can still fall within the scope of optional implementations of the examples in this specification.
  • the improvement of a technology can be clearly distinguished from the improvement in hardware (for example, the improvement of circuit structures such as diodes, transistors, and switches) or the improvement in software (the improvement of the process flow).
  • the improvement of many methods and processes can be regarded as a direct improvement of the hardware circuit structure.
  • Designers almost get the corresponding hardware circuit structure by programming the improved method flow into the hardware circuit. Therefore, it cannot be said that the improvement of a method flow cannot be realized by hardware physical modules.
  • a programmable logic device Programmable Logic Device, PLD
  • PLD Programmable Logic Device
  • FPGA Field Programmable Gate Array
  • HDL Hardware Description Language
  • ABEL Advanced Boolean Expression
  • AHDL AlteraHardwareDescriptionLanguage
  • Confluence a specific programming language
  • CUPL CornellUniversityProgrammingLanguage
  • HDCal JHDL (JavaHardwareDescriptionLanguage)
  • Lava Lola
  • MyHDL PALASM
  • RHDL RubyHardwareDescription
  • the controller may be implemented in any suitable manner, for example, the controller may take a microprocessor or processor and a computer-readable medium storing computer-readable program code (such as software or firmware) executable by the (micro)processor , Logic gates, switches, application specific integrated circuits (Application Specific Integrated Circuit, ASIC), programmable logic controllers and embedded microcontrollers.
  • Examples of controllers include but are not limited to the following microcontrollers: ARC625D, Atmel AT91SAM, Microchip PIC18F26K20 and Silicon Labs C8051F320, the memory controller can also be implemented as part of the control logic of the memory.
  • controller in addition to implementing the controller in the form of pure computer-readable program code, it is entirely possible to logically program method steps to make the controller use logic gates, switches, application specific integrated circuits, programmable logic controllers and embedded The same function is realized in the form of a microcontroller or the like. Therefore, such a controller can be regarded as a hardware component, and the device for implementing various functions included therein can also be regarded as a structure within the hardware component. Or even, the means for realizing various functions can be regarded as both a software module of an implementation method and a structure within a hardware component.
  • the system, device, module or unit explained in the above embodiments may be specifically implemented by a computer chip or entity, or implemented by a product with a certain function.
  • a typical implementation device is a computer.
  • the computer may be, for example, a personal computer, a laptop computer, an on-board human-machine interaction device, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet A computer, a wearable device, or any combination of these devices.
  • the functions are divided into various modules and described separately.
  • the functions of each module may be implemented in the same or more software and/or hardware, or the modules that achieve the same function may be implemented by a combination of multiple submodules or subunits, etc. .
  • the device embodiments described above are only schematic.
  • the division of the unit is only a division of logical functions.
  • there may be another division manner for example, multiple units or components may be combined or integrated To another system, or some features can be ignored, or not implemented.
  • the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
  • These computer program instructions can be provided to the processor of a general-purpose computer, special-purpose computer, embedded processing machine, or other programmable data processing device to produce a machine that enables the generation of instructions executed by the processor of the computer or other programmable data processing device
  • These computer program instructions may also be stored in a computer-readable memory that can guide a computer or other programmable data processing device to work in a specific manner, so that the instructions stored in the computer-readable memory produce an article of manufacture including an instruction device, the instructions
  • the device implements the functions specified in one block or multiple blocks of the flowchart one flow or multiple flows and/or block diagrams.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device, so that a series of operating steps are performed on the computer or other programmable device to produce computer-implemented processing, which is executed on the computer or other programmable device
  • the instructions provide steps for implementing the functions specified in one block or multiple blocks of the flowchart one flow or multiple flows and/or block diagrams.
  • the computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
  • processors CPUs
  • input/output interfaces network interfaces
  • memory volatile and non-volatile memory
  • the memory may include non-permanent memory, random access memory (RAM) and/or non-volatile memory in computer-readable media, such as read only memory (ROM) or flash memory (flash RAM). Memory is an example of computer-readable media.
  • RAM random access memory
  • ROM read only memory
  • flash RAM flash random access memory
  • Computer-readable media including permanent and non-permanent, removable and non-removable media, can store information by any method or technology.
  • the information may be computer readable instructions, data structures, modules of programs, or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), flash memory or other memory technologies, read-only compact disc read-only memory (CD-ROM), digital versatile disc (DVD) or other optical storage, Magnetic cassette tapes, magnetic tape magnetic disk storage, graphene storage or other magnetic storage devices or any other non-transmission media can be used to store information that can be accessed by computing devices.
  • computer-readable media does not include temporary computer-readable media (transitory media), such as modulated data signals and carrier waves.
  • one or more embodiments of this specification may be provided as a method, system, or computer program product. Therefore, one or more embodiments of this specification may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware. Moreover, one or more embodiments of this specification may employ computer programs implemented on one or more computer usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) containing computer usable program code The form of the product.
  • computer usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • One or more embodiments of this specification may be described in the general context of computer-executable instructions executed by a computer, such as program modules.
  • program modules include routines, programs, objects, components, data structures, etc. that perform specific tasks or implement specific abstract data types.
  • One or more embodiments of this specification can also be practiced in distributed computing environments in which tasks are performed by remote processing devices connected through a communication network.
  • program modules may be located in local and remote computer storage media including storage devices.

Abstract

The present invention provides an image identification method and device for patches on head and neck. The method comprises the following steps: obtaining the head-and-neck magnetic resonance image to be identified, inputting the image into a constructed patch identification module, and obtaining a patch identification result of the image. The patch identification module comprises a U-type convolution neural network module, the convolution layer of which uses dense connection blocks in a dense convolution neural network module. The embodiment of the description realizes automatic identification of patches on head and neck, thereby improving the accuracy of identification result.

Description

一种头颈斑块图像识别方法及装置Head and neck plaque image recognition method and device 技术领域Technical field
本说明书属于图像处理技术领域,尤其涉及一种头颈斑块图像识别方法及装置。This specification belongs to the technical field of image processing, and particularly relates to a head and neck plaque image recognition method and device.
背景技术Background technique
脑卒中目前已成为成年人致死率和致残率最高的疾病之一,而我国脑卒中患者中,其中70%以上为缺血性脑卒中。缺血性脑卒中的主要致病因素是动脉粥样硬化斑块破裂所引起的血栓栓塞,检查血管壁结构能有效提高脑卒中的确诊率,而检查血管壁结构中的一项是对斑块进行识别诊断。Stroke has now become one of the diseases with the highest fatality rate and disability rate in adults. Among stroke patients in my country, more than 70% of them are ischemic strokes. The main pathogenic factor of ischemic stroke is thromboembolism caused by rupture of atherosclerotic plaque. Examining the structure of blood vessel wall can effectively improve the diagnosis rate of stroke. Perform identification diagnosis.
由于头颈斑块非常小,越小的物体识别难度就越大,对于头颈部斑块分割或者检测的方法比较少。现有技术中,对于斑块的检测主要是经过临床影像科医生肉眼识别,而医生每天阅读大量的片子,会导致视觉疲劳,也会由于一些个人主观因素比如经验、阅历等导致诊断结果有一定误差。因此,本领域亟需一种能够准确识别出头颈斑块的技术方案。Since the head and neck plaques are very small, the smaller the object recognition difficulty, the more difficult it is to segment or detect the head and neck plaques. In the prior art, the detection of plaque is mainly visually recognized by a clinical imaging doctor, and the doctor reads a large number of films every day, which will cause visual fatigue, and also have certain diagnostic results due to some personal subjective factors such as experience and experience. error. Therefore, a technical solution capable of accurately identifying head and neck plaques is urgently needed in the art.
发明内容Summary of the invention
本说明书目的在于提供一种头颈斑块图像识别方法及装置,实现了头颈斑块的自动识别,提高了头颈斑块识别结果的准确性。The purpose of this specification is to provide a head and neck plaque image recognition method and device, which realizes the automatic identification of head and neck plaques and improves the accuracy of the head and neck plaque recognition results.
一方面本说明书实施例提供了一种头颈斑块图像识别方法,包括:On the one hand, the embodiments of the present specification provide a head and neck plaque image recognition method, including:
获取待识别的头颈磁共振图像;Obtain the head and neck magnetic resonance image to be recognized;
将所述待识别的头颈磁共振图像输入到构建的斑块识别模型中,获得所述待识别的头颈磁共振图像中的斑块识别结果;Input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model to obtain the plaque recognition result in the head and neck magnetic resonance image to be recognized;
其中,所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块。Wherein, the plaque recognition model uses a U-shaped convolutional neural network model, and the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model.
进一步地,所述方法的另一个实施例中,所述斑块识别模型中的每个所述密集连接块输出的特征图的数量不同。Further, in another embodiment of the method, the number of feature maps output by each of the densely connected blocks in the patch identification model is different.
进一步地,所述方法的另一个实施例中,所述斑块识别模型中的所述密集连接块包括多层密集连接层,各密集连接层之间密集连接。Further, in another embodiment of the method, the densely connected blocks in the patch identification model include multiple densely connected layers, and densely connected between the densely connected layers.
进一步地,所述方法的另一个实施例中,所述密集连接块的数量为多个,各所述密集连接块中的密集连接层的数量相同。Further, in another embodiment of the method, there are multiple dense connection blocks, and the number of dense connection layers in each dense connection block is the same.
进一步地,所述方法的另一个实施例中,所述斑块识别模型采用下述方法构建:Further, in another embodiment of the method, the plaque recognition model is constructed using the following method:
获取多个样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中的斑块标记;Acquiring multiple sample data, the sample data including: a head and neck magnetic resonance image and a plaque marker in the head and neck magnetic resonance image;
建立所述斑块识别模型,将所述样本数据中的头颈磁共振图像作为所述斑块识别模型的输入数据,将对应的所述头颈磁共振图像中的斑块标记作为所述斑块识别模型的输出标签,对所述斑块识别模型进行训练,直至所述斑块识别模型达到预设要求。Establishing the plaque recognition model, using the head and neck magnetic resonance image in the sample data as input data of the plaque recognition model, and using the corresponding plaque marker in the head and neck magnetic resonance image as the plaque recognition The output label of the model trains the plaque recognition model until the plaque recognition model meets the preset requirements.
进一步地,所述方法的另一个实施例中,所述方法还包括:采用交叉验证法优化所述斑块识别模型。Further, in another embodiment of the method, the method further includes: optimizing the plaque recognition model using a cross-validation method.
进一步地,所述方法的另一个实施例中,所述获取多个样本数据,包括:Further, in another embodiment of the method, the acquiring multiple sample data includes:
获取多个头颈磁共振图像,并对所述头颈磁共振图像进行归一化处理;Acquiring multiple head and neck magnetic resonance images, and normalizing the head and neck magnetic resonance images;
将获取到的头颈磁共振图像进行斑块标注,获得所述头颈磁共振图像中的斑块标记;Plaque labeling the acquired head and neck magnetic resonance images to obtain plaque marks in the head and neck magnetic resonance images;
相应地,所述将所述归一化处理后的头颈磁共振图像作为所述斑块识别模型的输入数据,包括:Correspondingly, the use of the normalized head and neck magnetic resonance image as input data of the plaque recognition model includes:
将所述归一化处理后的头颈磁共振图像作为所述斑块识别模型的输入数据。The normalized head and neck magnetic resonance image is used as input data of the plaque recognition model.
另一方面,本说明书提供了一种头颈斑块图像识别装置,包括:On the other hand, this specification provides a head and neck plaque image recognition device, including:
图像获取模块,用于获取待识别的头颈磁共振图像;An image acquisition module for acquiring head and neck magnetic resonance images to be identified;
图像识别模块,用于将所述待识别的头颈磁共振图像输入到构建的斑块识别模型中,获得所述待识别的头颈磁共振图像中的斑块识别结果;An image recognition module, used to input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model, and obtain the plaque recognition result in the head and neck magnetic resonance image to be recognized;
其中,所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块。Wherein, the plaque recognition model uses a U-shaped convolutional neural network model, and the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model.
进一步地,所述装置的另一个实施例中,所述斑块识别模型中的每个所述密集连接块输出的特征图的数量不同。Further, in another embodiment of the device, the number of feature maps output by each of the densely connected blocks in the patch identification model is different.
进一步地,所述装置的另一个实施例中,所述斑块识别模型中的所述密集连接块包括多层密集连接层,各密集连接层之间密集连接。Further, in another embodiment of the apparatus, the densely connected blocks in the patch identification model include multiple densely connected layers, and densely connected between the densely connected layers.
进一步地,所述装置的另一个实施例中,所述密集连接块的数量为多个,各所述密集连接块中的密集连接层的数量相同。Further, in another embodiment of the apparatus, the number of the dense connection blocks is multiple, and the number of dense connection layers in each dense connection block is the same.
进一步地,所述装置的另一个实施例中,所述装置还包括:模型构建模块用于采用下述方法构建所述斑块识别模型:Further, in another embodiment of the device, the device further includes: a model building module for building the plaque recognition model using the following method:
获取多个样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中标记的斑块;Acquiring multiple sample data, the sample data including: a head and neck magnetic resonance image and plaques marked in the head and neck magnetic resonance image;
建立所述斑块识别模型,将所述样本数据中的头颈磁共振图像作为所述斑块识别模型的输入数据,将对应的所述头颈磁共振图像中标记的斑块作为所述斑块识别模型的输出标签,对所述斑块识别模型进行训练,直至所述斑块识别模型达到预设要求。Establishing the plaque recognition model, using the head and neck magnetic resonance image in the sample data as input data of the plaque recognition model, and using the corresponding plaque marked in the head and neck magnetic resonance image as the plaque recognition The output label of the model trains the plaque recognition model until the plaque recognition model meets the preset requirements.
进一步地,所述装置的另一个实施例中,所述模型构建模块还用于:Further, in another embodiment of the device, the model building module is also used to:
采用交叉验证法优化所述斑块识别模型。A cross-validation method is used to optimize the plaque recognition model.
进一步地,所述装置的另一个实施例中,所述模型构建模块具体用于:Further, in another embodiment of the device, the model building module is specifically used to:
获取多个头颈磁共振图像,并对所述头颈磁共振图像进行归一化处理,将所述归一化处理后的头颈磁共振图像作为所述斑块识别模型的输入数据;Acquiring multiple head and neck magnetic resonance images, and normalizing the head and neck magnetic resonance images, and using the normalized head and neck magnetic resonance images as input data of the plaque recognition model;
将获取到的多个头颈磁共振图像进行斑块标注,获得所述头颈磁共振图像中的斑块标记。Plaque annotation is performed on the acquired multiple head and neck magnetic resonance images to obtain plaque marks in the head and neck magnetic resonance images.
还一方面,本说明书提供了头颈斑块图像识别处理设备,包括:至少一个处理器以及用于存储处理器可执行指令的存储器,所述处理器执行所述指令时实现本说明书实施例中的头颈斑块图像识别方法。In still another aspect, this specification provides a head and neck plaque image recognition processing device, including: at least one processor and a memory for storing processor executable instructions, and the processor executes the instructions to implement the Head and neck plaque image recognition method.
再一方面,本说明书提供了一种头颈斑块图像识别系统,包括:In another aspect, this specification provides a head and neck plaque image recognition system, including:
数据采集模块,用于采集样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中标记的斑块;A data acquisition module for acquiring sample data, the sample data including: head and neck magnetic resonance images and plaques marked in the head and neck magnetic resonance images;
检测模型构建模块,用于构建斑块识别模型,并进行模型训练和模型优化,其中所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块;The detection model building module is used to build a plaque recognition model, and perform model training and model optimization, wherein the plaque recognition model uses a U-shaped convolutional neural network model, and a convolutional layer of the U-shaped convolutional neural network model Use dense connection blocks in the dense convolutional neural network model;
模型测试模块,用于输入待识别的头颈磁共振图像,获得头颈斑块识别结果。The model test module is used for inputting the head and neck magnetic resonance images to be recognized to obtain the head and neck plaque recognition results.
本说明书提供的头颈斑块图像识别方法、装置、处理设备、系统,基于深度学习,将U型卷积神经网络模型与密集卷积神经网络模型相结合,构建出斑块识别模型,再将待识别的头颈磁共振图像输入到构建的斑块识别模型中,即可以获得待识别的头颈磁共振图像的斑块识别结果,实现了头颈斑块的自动识别,不需要人工肉眼识别,提高了头颈斑块的识别结果。此外,本说明书实施例中的斑块识别模型将U型卷积神经网络模型与密集卷积神经网络模型相结合,可以减少训练样本数据,比较好的保留图像信息,提高特征图的复用次数,进一步提高斑块识别的效率以及准确性。The head and neck plaque image recognition method, device, processing equipment, and system provided in this specification, based on deep learning, combine the U-shaped convolutional neural network model with the dense convolutional neural network model to construct a plaque recognition model, and then The recognized head and neck magnetic resonance image is input into the constructed plaque recognition model, that is, the plaque recognition result of the head and neck magnetic resonance image to be recognized can be obtained, and the automatic recognition of the head and neck plaque is realized, without the need for artificial naked eye recognition, and the head and neck are improved Plaque recognition results. In addition, the plaque recognition model in the embodiment of this specification combines the U-shaped convolutional neural network model with the dense convolutional neural network model, which can reduce training sample data, better retain image information, and improve the number of feature map multiplexing To further improve the efficiency and accuracy of plaque recognition.
附图说明BRIEF DESCRIPTION
为了更清楚地说明本说明书实施例或现有技术中的技术方案,下面将对实施例或现 有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本说明书中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly explain the embodiments of the specification or the technical solutions in the prior art, the following will briefly introduce the drawings required in the embodiments or the description of the prior art. Obviously, the drawings in the following description are only These are some of the embodiments described in this specification. For those of ordinary skill in the art, without paying any creative labor, other drawings can also be obtained based on these drawings.
图1是本说明书一个实施例中头颈斑块图像识别方法的流程示意图;FIG. 1 is a schematic flowchart of a head and neck plaque image recognition method in an embodiment of this specification;
图2是本说明书一个实施例中斑块识别模型的网络架构示意图;2 is a schematic diagram of a network architecture of a plaque recognition model in an embodiment of this specification;
图3是本说明书提供的头颈斑块图像识别装置一个实施例的模块结构示意图;3 is a schematic diagram of a module structure of an embodiment of a head and neck plaque image recognition device provided in this specification;
图4是本说明书又一实施例中头颈斑块图像识别装置的结构示意图;4 is a schematic structural diagram of a head and neck plaque image recognition device according to another embodiment of this specification;
图5是本说明书一个实施例中头颈斑块图像识别系统工作流程示意图;5 is a schematic diagram of a workflow of a head and neck plaque image recognition system in an embodiment of this specification;
图6是应用本申请实施例头颈斑块识别服务器的硬件结构框图。6 is a block diagram of a hardware structure of a head and neck plaque recognition server applying an embodiment of the present application.
具体实施方式detailed description
为了使本技术领域的人员更好地理解本说明书中的技术方案,下面将结合本说明书实施例中的附图,对本说明书实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本说明书一部分实施例,而不是全部的实施例。基于本说明书中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都应当属于本说明书保护的范围。In order to enable those skilled in the art to better understand the technical solutions in this specification, the technical solutions in the embodiments of this specification will be described clearly and completely in conjunction with the drawings in the embodiments of this specification. Obviously, the described The embodiments are only a part of the embodiments of this specification, but not all the embodiments. Based on the embodiments in this specification, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the protection scope of this specification.
本说明书实施例中提供了一种头颈斑块图像识别方法,通过将U型卷积神经网络与秘密卷积神经网络模型进行结合,构建斑块识别模型。利用构建的斑块识别模型对头颈磁共振图像进行斑块识别,实现头颈斑块的自动识别,识别出头颈磁共振图像中的斑块区域,为脑卒中的诊断提供了数据基础。An embodiment of the present specification provides a head and neck plaque image recognition method, which combines a U-shaped convolutional neural network with a secret convolutional neural network model to construct a plaque recognition model. Using the constructed plaque recognition model to perform plaque recognition on the head and neck magnetic resonance images, the automatic recognition of head and neck plaques is realized, and the plaque regions in the head and neck magnetic resonance images are identified, which provides a data basis for the diagnosis of stroke.
本说明书中头颈斑块图像识别方法可以应用在客户端或服务器中,客户端可以是智能手机、平板电脑、智能可穿戴设备(智能手表、虚拟现实眼镜、虚拟现实头盔等)、智能车载设备等电子设备。The head and neck plaque image recognition method in this manual can be applied to the client or server. The client can be a smartphone, tablet, smart wearable device (smart watch, virtual reality glasses, virtual reality helmet, etc.), smart vehicle equipment, etc. Electronic equipment.
具体的,图1是本说明书一个实施例中头颈斑块图像识别方法的流程示意图,如图1所示,本说明书一个实施例中提供的头颈斑块图像识别方法的整体过程可以包括:Specifically, FIG. 1 is a schematic flowchart of a head and neck plaque image recognition method in an embodiment of the present specification. As shown in FIG. 1, the overall process of the head and neck plaque image recognition method provided in an embodiment of the present specification may include:
步骤102、获取待识别的头颈磁共振图像。Step 102: Acquire a head and neck magnetic resonance image to be identified.
磁共振检查是目前比较常见的医学检查方法,本说明书实施例中,可以获取用户的头颈磁共振图像即头颈一体化血管壁磁共振图像,基于获取到的待识别的头颈磁共振图像进行头颈斑块的识别。Magnetic resonance examination is currently a relatively common medical examination method. In the embodiments of the present specification, the head and neck magnetic resonance image of the user, that is, the head and neck integrated blood vessel wall magnetic resonance image can be obtained, and the head and neck plaque can be performed based on the acquired head and neck magnetic resonance image to be identified Block identification.
步骤104、将所述待识别的头颈磁共振图像输入到构建的斑块识别模型中,获得所述待识别的头颈磁共振图像中的斑块识别结果;Step 104: Input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model to obtain a plaque recognition result in the head and neck magnetic resonance image to be recognized;
其中,所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块。Wherein, the plaque recognition model uses a U-shaped convolutional neural network model, and the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model.
在具体的实施过程中,可以基于深度学习方法,构建出斑块识别模型,如:可以利用已有的脑卒中患者的头颈磁共振图像数据,进行模型训练,学习从输入磁共振图像到输出头颈斑块分割结果的函数映射关系,构建斑块识别模型。图2是本说明书一个实施例中斑块识别模型的网络架构示意图,如图2所示,本说明书实施例中的斑块识别模型可以将U型卷积神经网络模型(即U-Net)与密集卷积神经网络模型即(DenseNet)相结合。如图2所示,斑块识别模型的总体架构可以是U型卷积神经网络模型的结构,U型卷积神经网络模型中的卷积层可以采用密集卷积神经网络模型中的密集连接块(即dense block)。In the specific implementation process, a plaque recognition model can be constructed based on deep learning methods. For example, the existing head and neck magnetic resonance image data of stroke patients can be used for model training to learn from input magnetic resonance images to output head and neck A functional mapping relationship between the results of patch segmentation to build a patch recognition model. FIG. 2 is a schematic diagram of the network architecture of the plaque recognition model in an embodiment of the present specification. As shown in FIG. 2, the plaque recognition model in the embodiment of the present specification can be a U-shaped convolutional neural network model (ie U-Net) and Dense convolutional neural network model (DenseNet) is combined. As shown in Figure 2, the overall architecture of the plaque recognition model can be the structure of a U-shaped convolutional neural network model. The convolutional layer in the U-shaped convolutional neural network model can use the densely connected blocks in the dense convolutional neural network model (Ie dense block).
U-Net可以理解为卷积神经网络的一种变形,主要其结构形似字母U,因而得名U-Net。U-Net的整个神经网络主要有两部分组成:收缩路径和扩展路径,收缩路径主要是用来捕捉图片中的上下文信息,而与之相对称的扩展路径则是为了对图片中所需要分割出来的部分进行精准定位。DenseNet可以理解为一种具有密集连接的卷积神经网络,在该网络中,任何两层之间都有直接的连接,也就是说,网络每一层的输入都是前面所有层输出的并集,而该层所学习的特征图也会被直接传给其后面所有层作为输入。如图2所示,本说明书实施例将U型卷积神经网络模型的每一个卷积层都可以采用密集连接块,密集连接存在于每一个密集连接块内。密集连接可以缓解梯度消失问题,加强特征传播,鼓励特征复用,极大的减少了参数量,提高图像识别的准确性。U-Net can be understood as a variant of the convolutional neural network, whose structure is mainly like the letter U, hence the name U-Net. The entire neural network of U-Net is mainly composed of two parts: the contraction path and the expansion path. The contraction path is mainly used to capture the context information in the picture, and the expansion path commensurate with it is to segment the need in the picture. For precise positioning. DenseNet can be understood as a convolutional neural network with dense connections. In this network, there is a direct connection between any two layers, that is, the input of each layer of the network is the union of the outputs of all previous layers. , And the feature map learned by this layer will be directly passed to all subsequent layers as input. As shown in FIG. 2, in the embodiment of the present specification, each convolutional layer of the U-shaped convolutional neural network model may use dense connection blocks, and dense connections exist in each dense connection block. Dense connections can alleviate the problem of gradient disappearance, strengthen feature propagation, encourage feature reuse, greatly reduce the amount of parameters, and improve the accuracy of image recognition.
斑块识别模型构建完成后,将待识别的头颈磁共振图像输入到构建的斑块识别模型中,可以获得待识别的头颈磁共振图像的斑块识别结果如:可以识别出待识别的头颈磁共振图像中是否有斑块,若有,还可以识别出斑块所在的区域,或斑块的形状、大小等。After the plaque recognition model is constructed, the head and neck magnetic resonance image to be recognized is input into the constructed plaque recognition model, and the plaque recognition result of the head and neck magnetic resonance image to be recognized can be obtained, such as: the head and neck magnetic to be recognized can be recognized Whether there is plaque in the resonance image, and if so, it can also identify the area where the plaque is located, or the shape and size of the plaque.
如图2所示,每个密集连接块上方的数字可以表示该密集连接块输出的特征图的数量,本说明书一个实施例中,每个密集连接块输出的特征图的数量可以不同,如图2所示,各密集连接块输出的特征图的数量可以是:32、64、128、256、512,当然,根据实际需要也可以是其他数量的特征图,本说明书实施例不作具体限定。密集连接块位于U型卷积神经网络模型不同的卷积层处,将不同密集连接块输出的特征图数量设置为不同,可以适应U型卷积神经网络模型的结构需要,更好的保留图像信息,提高图像识别结果。As shown in FIG. 2, the number above each dense connection block may indicate the number of feature maps output by the dense connection block. In an embodiment of this specification, the number of feature maps output by each dense connection block may be different, as shown in FIG. As shown in 2, the number of feature maps output by each dense connection block may be: 32, 64, 128, 256, 512. Of course, other numbers of feature maps may be used according to actual needs, which is not specifically limited in the embodiments of this specification. The dense connection block is located at different convolution layers of the U-shaped convolutional neural network model. The number of feature maps output by different dense connection blocks is set to be different, which can adapt to the structural needs of the U-shaped convolutional neural network model and better retain the image. Information to improve image recognition results.
如图2所示,图2中左下角为每个密集连接块的结构示意图,本说明书一个实施例中,每个密集连接块中可以包括多层密集连接层,图2中左下角每个小圆圈可以表示密集连接块中的一个密集连接层,各个密集连接层之间密集连接。如图2所示,密集连接块中的任何两个密集连接层之间都有直接的连接,即在密集连接块内每一层的输入都是前面所有层输出的并集,而该层所学习到的特征图也会被直接传给其后面所有密集连接层作为输入。在密集连接块中采用多层密集连接层的密集连接方式,可以提高特征图的复用性,提高斑块识别结果的准确性。As shown in FIG. 2, the lower left corner of FIG. 2 is a schematic structural diagram of each dense connection block. In one embodiment of this specification, each dense connection block may include multiple dense connection layers, and each small connection block in FIG. 2 A circle can represent a densely connected layer in a densely connected block, and densely connected between each densely connected layer. As shown in Figure 2, there is a direct connection between any two densely connected layers in the densely connected block, that is, the input of each layer in the densely connected block is the union of the outputs of all previous layers, and the layer is The learned feature map will also be directly passed to all densely connected layers behind it as input. The dense connection method of multiple dense connection layers in the dense connection block can improve the reusability of the feature map and improve the accuracy of the patch recognition result.
本说明书一些实施例中,密集连接块的数量有多个,各所述密集连接块中的密集连接层的数量相同。如图2所示,U型卷积神经网络模型中第二至第五个密集连接块的输出特征数量较原始的dense block中设置的更大,可能会导致参数量迅速更多。本说明书实施例中将每个密集连接块均中的密集连接层的数量设置为相同,可以保持恰当的计算量,降低网络模型的计算量,提高图像识别的效率。如图2所示,每个密集连接块中可以设为5层密集连接层,当然,根据实际需要,也可以设置为其他数量的密集连接层,本说明书实施例不作具体限定。In some embodiments of this specification, there are multiple dense connection blocks, and the number of dense connection layers in each dense connection block is the same. As shown in Figure 2, the number of output features of the second to fifth densely connected blocks in the U-shaped convolutional neural network model is larger than that set in the original dense block, which may result in a rapid increase in the number of parameters. In the embodiment of the present specification, the number of dense connection layers in each dense connection block is set to be the same, which can maintain an appropriate calculation amount, reduce the calculation amount of the network model, and improve the efficiency of image recognition. As shown in FIG. 2, each dense connection block can be set to 5 dense connection layers. Of course, according to actual needs, it can also be set to other numbers of dense connection layers, which is not specifically limited in the embodiments of this specification.
此外,如图2所示,本说明书一些实施例中,斑块识别模型中的卷积核大小可以均设置为3*3,激活函数可以均设置为ReLU(Rectified Linear Units),斑块识别模型中的其他连接方式可以与U-Net结构一致,编码过程实际为下采样层,下采样层可以采用2*2的最大池化操作;解码过程其实为上采样过程,可以采用2*2大小的反卷积操作,中间则对编码、解码中对应层的输出特征图进行拼接融合,最终输出图像识别结果。In addition, as shown in FIG. 2, in some embodiments of this specification, the size of the convolution kernel in the plaque recognition model can all be set to 3*3, and the activation function can be all set to ReLU (Rectified Linear Units). The plaque recognition model The other connection methods in can be consistent with the U-Net structure. The encoding process is actually a downsampling layer. The downsampling layer can use a maximum pooling operation of 2*2; the decoding process is actually an upsampling process, which can be 2*2. In the deconvolution operation, the output feature map of the corresponding layer in the encoding and decoding is stitched and fused in the middle, and the image recognition result is finally output.
本说明书实施例,基于深度学习,将U型卷积神经网络模型与密集卷积神经网络模型相结合,构建出斑块识别模型,再将待识别的头颈磁共振图像输入到构建的斑块识别模型中,即可以获得待识别的头颈磁共振图像的斑块识别结果,实现了头颈斑块的自动识别,不需要人工肉眼识别,提高了头颈斑块的识别结果。此外,本说明书实施例中的斑块识别模型将U型卷积神经网络模型与密集卷积神经网络模型相结合,可以减少训练样本数据,比较好的保留图像信息,提高特征图的复用次数,进一步提高斑块识别的效率以及准确性。In the embodiment of this specification, based on deep learning, a U-shaped convolutional neural network model and a dense convolutional neural network model are combined to construct a plaque recognition model, and then the head and neck magnetic resonance image to be recognized is input to the constructed plaque recognition In the model, the plaque recognition results of the head and neck magnetic resonance images to be recognized can be obtained, which realizes the automatic recognition of the head and neck plaques, does not require artificial naked eye recognition, and improves the recognition results of the head and neck plaques. In addition, the plaque recognition model in the embodiment of this specification combines the U-shaped convolutional neural network model with the dense convolutional neural network model, which can reduce training sample data, better retain image information, and improve the number of feature map multiplexing To further improve the efficiency and accuracy of plaque recognition.
在上述实施例的基础上,本说明书一些实施例中,所述斑块识别模型可以采用下述方法构建:Based on the above embodiments, in some embodiments of this specification, the plaque recognition model may be constructed using the following method:
获取多个样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中的斑块标记;Acquiring multiple sample data, the sample data including: a head and neck magnetic resonance image and a plaque marker in the head and neck magnetic resonance image;
建立所述斑块识别模型,将所述样本数据中的头颈磁共振图像作为所述斑块识别模型的输入数据,将对应的所述头颈磁共振图像中的斑块标记作为所述斑块识别模型的输出标签,对所述斑块识别模型进行训练,直至所述斑块识别模型达到预设要求。Establishing the plaque recognition model, using the head and neck magnetic resonance image in the sample data as input data of the plaque recognition model, and using the corresponding plaque marker in the head and neck magnetic resonance image as the plaque recognition The output label of the model trains the plaque recognition model until the plaque recognition model meets the preset requirements.
在具体的实施例过程中,可以获取历史用户的头颈磁共振图像作为样本数据,样本数据可以是确诊为脑卒中的用户的头颈磁共振图像。样本数据还可以包括获取到的头颈磁共振图像中的斑块标记作为训练标签,样本数据的具体数量可以根据实际需要进行选择,本说明书实施例不作具体限定。本说明书一个实施例中,在获取到多个头颈磁共振图像后,可以对获取到的头颈磁共振图像进行归一化处理,即对样本数据中的头颈磁共振图像的像素进行统一处理,如:将头颈磁共振图像的像素点归一化到0-1之间,将归一化处理后的头颈磁共振图像作为模型的输入数据,方便后续进行模型训练。并对获取到的头颈磁共振图像进行斑块标注,可以由专业的医生进行标注或者根据用户的诊断结果进行标注等,具体可以标注出斑块的位置、大小等内容。In a specific embodiment, a head and neck magnetic resonance image of a historical user may be acquired as sample data, and the sample data may be a head and neck magnetic resonance image of a user diagnosed as having a stroke. The sample data may also include the acquired plaque markers in the head and neck magnetic resonance images as training labels, and the specific number of sample data may be selected according to actual needs, which is not specifically limited in the embodiments of this specification. In an embodiment of this specification, after acquiring multiple head and neck magnetic resonance images, the acquired head and neck magnetic resonance images may be normalized, that is, the pixels of the head and neck magnetic resonance images in the sample data may be processed in a unified manner, such as : Normalize the pixel points of the head and neck magnetic resonance image to 0-1, and use the normalized head and neck magnetic resonance image as the input data of the model to facilitate subsequent model training. The plaques of the acquired head and neck magnetic resonance images can be labeled by professional doctors or according to the user's diagnosis results. Specifically, the location and size of the plaque can be marked.
样本数据准备结束后,可以构建斑块识别模型,如:构建斑块识别模型的网络架构等,斑块识别模型的网络架构具体可以参考上述实施例的记载,此处不再赘述。其中,斑块识别模型中还可以包括多个模型参数,如:卷积核的大小、密集连接块的数量等。斑块识别模型构建完成后,可以将样本数据中的头颈磁共振图像作为斑块识别模型的输入数据,将对应的头颈磁共振图像中的斑块标记作为斑块识别模型的输出数据,对斑块识别模型进行模型训练,直至所述斑块识别模型达到预设要求,如:模型输出精度符合要求或模型训练次数符合要求,即可以认为模型训练结束。After the sample data preparation is completed, a plaque recognition model may be constructed, such as: constructing a network architecture of the plaque recognition model, etc. For the network architecture of the plaque recognition model, reference may be made to the records of the foregoing embodiments, and details are not described here. Among them, the patch identification model may also include multiple model parameters, such as: the size of the convolution kernel, the number of densely connected blocks, and so on. After the plaque recognition model is constructed, the head and neck magnetic resonance image in the sample data can be used as the input data of the plaque recognition model, and the plaque marker in the corresponding head and neck magnetic resonance image can be used as the output data of the plaque recognition model. The block recognition model performs model training until the plaque recognition model meets the preset requirements, for example, if the model output accuracy meets the requirements or the model training times meet the requirements, it can be considered that the model training is completed.
本说明书实施例利用深度学习训练构建出斑块识别模型,可以实现头颈斑块的自动识别,不需要人工识别,提高了头颈斑块识别的准确性。The embodiment of the present specification uses deep learning training to construct a plaque recognition model, which can realize automatic recognition of head and neck plaques without manual recognition, and improves the accuracy of head and neck plaque recognition.
本说明书一些实施例中,在模型训练结束后,还可以采用交叉验证法优化斑块识别模型,提高模型识别结果的准确性。交叉验证可以认为是一种统计学上将数据样本切割成较小子集的实用方法,可以在样本数据中,拿出大部分样本进行建模型,留小部分样本用刚建立的模型进行预报,并求这小部分样本的预报误差,记录它们的平方加和,这个过程一直进行,直到所有的样本都被预报了一次而且仅被预报一次。In some embodiments of this specification, after the model training is completed, the cross-validation method may also be used to optimize the plaque recognition model to improve the accuracy of the model recognition results. Cross-validation can be regarded as a practical method of statistically cutting data samples into smaller subsets. In the sample data, most of the samples can be taken out to build the model, and a small part of the sample can be used for prediction with the newly established model. Find the forecast errors of these small samples and record the sum of their squares. This process continues until all samples are forecasted once and only once.
需要说明的是,本说明书实施例中的头颈斑块图像识别方法可以不限于识别头颈斑块,还可以用于其他的图像识别过程,如:识别其他的病灶区(如:脑肿瘤)等。可以利用其他部位的磁共振图像训练构建对应的识别模型,完成其他病灶区的自动识别。It should be noted that the head and neck plaque image recognition method in the embodiment of the present specification may not be limited to the identification of head and neck plaques, and may also be used in other image recognition processes, such as: identifying other focus areas (such as brain tumors). You can use the magnetic resonance image training of other parts to build a corresponding recognition model to complete the automatic recognition of other lesion areas.
本说明书实施例提供的头颈斑块图像识别方法,基于深度学习方法的构建斑块识别 模型,利用深度学习技术达到对脑中风患者头颈斑块自动检测的目的,实现了自动检测出磁共振血管壁影像中的斑块,提高对脑卒中疾病诊断的准确性和预防能力。The head and neck plaque image recognition method provided by the embodiment of the present specification builds a plaque recognition model based on the deep learning method, and uses deep learning technology to achieve the purpose of automatically detecting the head and neck plaque of stroke patients, and realizes the automatic detection of the magnetic resonance vascular wall The plaque in the image improves the accuracy and prevention of stroke disease diagnosis.
本说明书中上述方法的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。相关之处参见方法实施例的部分说明即可。The embodiments of the above method in this specification are described in a progressive manner. The same or similar parts between the embodiments can be referred to each other. Each embodiment focuses on the differences from other embodiments. For the relevant parts, please refer to the description of the method embodiments.
基于上述所述的头颈斑块图像识别方法,本说明书一个或多个实施例还提供一种头颈斑块图像识别装置。所述的装置可以包括使用了本说明书实施例所述方法的系统(包括分布式系统)、软件(应用)、模块、组件、服务器、客户端等并结合必要的实施硬件的装置。基于同一创新构思,本说明书实施例提供的一个或多个实施例中的装置如下面的实施例所述。由于装置解决问题的实现方案与方法相似,因此本说明书实施例具体的装置的实施可以参见前述方法的实施,重复之处不再赘述。以下所使用的,术语“单元”或者“模块”可以实现预定功能的软件和/或硬件的组合。尽管以下实施例所描述的装置较佳地以软件来实现,但是硬件,或者软件和硬件的组合的实现也是可能并被构想的。Based on the above-described head and neck plaque image recognition method, one or more embodiments of the present specification further provide a head and neck plaque image recognition device. The device may include a system (including a distributed system), software (applications), modules, components, servers, clients, etc. using the method described in the embodiments of the present specification in combination with necessary hardware implementation devices. Based on the same innovative concept, the devices in one or more embodiments provided by the embodiments of this specification are as described in the following embodiments. Since the implementation solution of the device to solve the problem is similar to the method, the implementation of the specific device in the embodiments of the present specification may refer to the implementation of the foregoing method, and the repetition is not repeated. As used below, the term "unit" or "module" may implement a combination of software and/or hardware that achieves a predetermined function. Although the devices described in the following embodiments are preferably implemented in software, implementation of hardware or a combination of software and hardware is also possible and conceived.
具体地,图3是本说明书提供的头颈斑块图像识别装置一个实施例的模块结构示意图,如图3所示,本说明书中提供的头颈斑块图像识别装置包括:图像获取模块31、图像识别模块32,其中:Specifically, FIG. 3 is a schematic diagram of a module structure of an embodiment of the head and neck plaque image recognition device provided in this specification. As shown in FIG. 3, the head and neck plaque image recognition device provided in this specification includes: an image acquisition module 31, image recognition Module 32, where:
图像获取模块31,可以用于获取待识别的头颈磁共振图像;The image acquisition module 31 can be used to acquire the head and neck magnetic resonance image to be identified;
图像识别模块32,可以用于将所述待识别的头颈磁共振图像输入到构建的斑块识别模型中,获得所述待识别的头颈磁共振图像中的斑块识别结果;The image recognition module 32 may be used to input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model to obtain the plaque recognition result in the head and neck magnetic resonance image to be recognized;
其中,所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块。Wherein, the plaque recognition model uses a U-shaped convolutional neural network model, and the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model.
本说明书实施例提供的头颈斑块图像识别装置,基于深度学习,将U型卷积神经网络模型与密集卷积神经网络模型相结合,构建出斑块识别模型,再将待识别的头颈磁共振图像输入到构建的斑块识别模型中,即可以获得待识别的头颈磁共振图像的斑块识别结果,实现了头颈斑块的自动识别,不需要人工肉眼识别,提高了头颈斑块的识别结果。此外,本说明书实施例中的斑块识别模型将U型卷积神经网络模型与密集卷积神经网络模型相结合,可以减少训练样本数据,比较好的保留图像信息,提高特征图的复用次数,进一步提高斑块识别的效率以及准确性。The head and neck plaque image recognition device provided by the embodiment of the present specification combines the U-shaped convolutional neural network model and the dense convolutional neural network model based on deep learning to construct a plaque recognition model, and then the head and neck magnetic resonance to be recognized When the image is input into the constructed plaque recognition model, the plaque recognition results of the head and neck magnetic resonance images to be recognized can be obtained, and the automatic recognition of the head and neck plaques is realized without artificial visual recognition, which improves the recognition results of the head and neck plaques . In addition, the plaque recognition model in the embodiment of this specification combines the U-shaped convolutional neural network model with the dense convolutional neural network model, which can reduce training sample data, better retain image information, and improve the number of feature map multiplexing To further improve the efficiency and accuracy of plaque recognition.
在上述实施例的基础上,所述斑块识别模型中的每个所述密集连接块输出的特征图 的数量不同。On the basis of the above embodiments, the number of feature maps output by each of the densely connected blocks in the patch recognition model is different.
本说明书实施例提供的头颈斑块图像识别装置,将不同密集连接块输出的特征图数量设置为不同,可以适应U型卷积神经网络模型的结构需要,更好的保留图像信息,提高图像识别结果。The head and neck plaque image recognition device provided by the embodiment of the present specification sets the number of feature maps output by different dense connection blocks to be different, which can adapt to the structural needs of the U-shaped convolutional neural network model, better retain image information, and improve image recognition result.
在上述实施例的基础上,所述斑块识别模型中的所述密集连接块包括多层密集连接层,各密集连接层之间密集连接。Based on the above embodiments, the densely connected blocks in the patch identification model include multiple densely connected layers, and densely connected between the densely connected layers.
本说明书实施例在密集连接块中采用多层密集连接层的密集连接方式,可以提高特征图的复用性,提高斑块识别结果的准确性。The embodiment of the present specification adopts the dense connection mode of multiple dense connection layers in the dense connection block, which can improve the multiplexing of the feature map and improve the accuracy of the patch recognition result.
在上述实施例的基础上,所述密集连接块的数量为多个,各所述密集连接块中的密集连接层的数量相同。Based on the above embodiment, the number of the dense connection blocks is multiple, and the number of dense connection layers in each of the dense connection blocks is the same.
本说明书实施例,将每个密集连接块均中的密集连接层的数量设置为相同,可以保持恰当的计算量,降低网络模型的计算量,提高图像识别的效率。In the embodiment of the present specification, setting the number of dense connection layers in each dense connection block to be the same can maintain an appropriate calculation amount, reduce the calculation amount of the network model, and improve the efficiency of image recognition.
图4是本说明书又一实施例中头颈斑块图像识别装置的结构示意图,如图4所示,在上述实施例的基础上,所述装置还包括:模型构建模块41用于采用下述方法构建所述斑块识别模型:FIG. 4 is a schematic structural diagram of a head and neck plaque image recognition device in still another embodiment of the present specification. As shown in FIG. 4, based on the above embodiment, the device further includes: a model building module 41 for adopting the following method Construct the plaque recognition model:
获取多个样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中标记的斑块;Acquiring multiple sample data, the sample data including: a head and neck magnetic resonance image and plaques marked in the head and neck magnetic resonance image;
建立所述斑块识别模型,将所述样本数据中的头颈磁共振图像作为所述斑块识别模型的输入数据,将对应的所述头颈磁共振图像中标记的斑块作为所述斑块识别模型的输出标签,对所述斑块识别模型进行训练,直至所述斑块识别模型达到预设要求。Establishing the plaque recognition model, using the head and neck magnetic resonance image in the sample data as input data of the plaque recognition model, and using the corresponding plaque marked in the head and neck magnetic resonance image as the plaque recognition The output label of the model trains the plaque recognition model until the plaque recognition model meets the preset requirements.
本说明书实施例,利用深度学习训练构建出斑块识别模型,可以实现头颈斑块的自动识别,不需要人工识别,提高了头颈斑块识别的准确性。In the embodiment of the present specification, a plaque recognition model is constructed by using deep learning training, which can realize automatic recognition of head and neck plaques without manual recognition, and improves the accuracy of head and neck plaque recognition.
在上述实施例的基础上,所述模型构建模块还用于:Based on the above embodiments, the model building module is also used to:
采用交叉验证法优化所述斑块识别模型。A cross-validation method is used to optimize the plaque recognition model.
本说明书实施例,利用交叉验证方法进行模型的优化,提高模型构建的准确性,进一步提高模型识别结果的准确性。In the embodiment of the present specification, the cross-validation method is used to optimize the model, improve the accuracy of model construction, and further improve the accuracy of the model recognition result.
在上述实施例的基础上,所述模型构建模块具体用于:Based on the above embodiments, the model building module is specifically used to:
获取多个头颈磁共振图像,并对所述头颈磁共振图像进行归一化处理,将所述归一化处理后的头颈磁共振图像作为所述斑块识别模型的输入数据;Acquiring multiple head and neck magnetic resonance images, and normalizing the head and neck magnetic resonance images, and using the normalized head and neck magnetic resonance images as input data of the plaque recognition model;
将获取到的多个头颈磁共振图像进行斑块标注,获得所述头颈磁共振图像中的斑块 标记。Plaque annotation is performed on the acquired multiple head and neck magnetic resonance images to obtain plaque marks in the head and neck magnetic resonance images.
本说明书实施例,对样本数据中的头颈磁共振图像的像素进行统一处理,方便后续进行模型训练,提高模型构建的准确性。In the embodiment of the present specification, the pixels of the head and neck magnetic resonance image in the sample data are uniformly processed, which facilitates subsequent model training and improves the accuracy of model construction.
需要说明的,上述所述的装置根据方法实施例的描述还可以包括其他的实施方式。具体的实现方式可以参照相关方法实施例的描述,在此不作一一赘述。It should be noted that the above description of the device according to the method embodiment may also include other implementations. For a specific implementation manner, reference may be made to the description of related method embodiments, and details are not repeated herein.
本说明书实施例还提供一种头颈斑块图像识别处理设备,包括:至少一个处理器以及用于存储处理器可执行指令的存储器,所述处理器执行所述指令时实现上述实施例的头颈斑块图像识别方法,如:An embodiment of the present specification also provides a head and neck plaque image recognition processing device, including: at least one processor and a memory for storing processor executable instructions, and the processor implements the instructions to implement the head and neck plaques of the foregoing embodiments Block image recognition methods, such as:
获取待识别的头颈磁共振图像;Obtain the head and neck magnetic resonance image to be recognized;
将所述待识别的头颈磁共振图像输入到构建的斑块识别模型中,获得所述待识别的头颈磁共振图像中的斑块识别结果;Input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model to obtain the plaque recognition result in the head and neck magnetic resonance image to be recognized;
其中,所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块。Wherein, the plaque recognition model uses a U-shaped convolutional neural network model, and the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model.
所述存储介质可以包括用于存储信息的物理装置,通常是将信息数字化后再以利用电、磁或者光学等方式的媒体加以存储。所述存储介质有可以包括:利用电能方式存储信息的装置如,各式存储器,如RAM、ROM等;利用磁能方式存储信息的装置如,硬盘、软盘、磁带、磁芯存储器、磁泡存储器、U盘;利用光学方式存储信息的装置如,CD或DVD。当然,还有其他方式的可读存储介质,例如量子存储器、石墨烯存储器等等。The storage medium may include a physical device for storing information, usually after the information is digitized and then stored in a medium using electrical, magnetic, or optical means. The storage medium may include: devices that use electrical energy to store information, such as various types of memory, such as RAM, ROM, etc.; devices that use magnetic energy to store information, such as hard disks, floppy disks, magnetic tapes, magnetic core memories, and bubble memories, U disk; a device that uses optical means to store information such as CD or DVD. Of course, there are other ways of readable storage media, such as quantum memory, graphene memory, and so on.
需要说明的,上述所述的处理设备根据方法实施例的描述还可以包括其他的实施方式。具体的实现方式可以参照相关方法实施例的描述,在此不作一一赘述。It should be noted that the above description of the processing device according to the method embodiment may also include other implementation manners. For a specific implementation manner, reference may be made to the description of related method embodiments, and details are not repeated herein.
图5是本说明书一个实施例中头颈斑块图像识别系统工作流程示意图,如图5所示,本说明书实施例还提供一种头颈斑块图像识别系统,可以包括:5 is a schematic diagram of a workflow of a head and neck plaque image recognition system in an embodiment of the present specification. As shown in FIG. 5, an embodiment of the present specification also provides a head and neck plaque image recognition system, which may include:
数据采集模块51,可以用于采集样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中标记的斑块;The data collection module 51 may be used to collect sample data, the sample data including: a head and neck magnetic resonance image and plaques marked in the head and neck magnetic resonance image;
检测模型构建模块52,可以用于构建斑块识别模型,并进行模型训练和模型优化,其中所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块;The detection model construction module 52 can be used to build a plaque recognition model, and perform model training and model optimization, wherein the plaque recognition model uses a U-shaped convolutional neural network model, and the U-shaped convolutional neural network model The accumulation layer uses dense connection blocks in the dense convolutional neural network model;
模型测试模块53,可以用于输入待识别的头颈磁共振图像,获得头颈斑块识别结果。The model test module 53 may be used to input a head and neck magnetic resonance image to be recognized to obtain a head and neck plaque recognition result.
如图5所示,数据采集模块51可以采用历史用户的头颈一体化血管壁磁共振图像, 并进行斑块标注,获得样本数据,作为模型训练的输入和输出。检测模型构建模块52可以用于构建深度卷积识别模型即斑块识别模型的网络结构,模型的网络结构可以参考上述实施例的记载,此处不再赘述。利用设计的深度卷积识别模型网络对已预处理好的样本数据进行训练,并经过大量的训练及交叉验证,不断改善优化模型,最终选取训练较优的模型用于模型测试与结果显示。模型测试模块53可以对头颈一体化磁共振血管壁图像进行斑块在线测试,并可在线显示所识别的斑块结果。此外,头颈斑块图像识别系统还可以包括模型应用模块,可以将模型应用到临床诊断中,用于辅助医生识别可能会导致脑卒中的斑块,从而提升对脑卒中患者的早期发现率。As shown in FIG. 5, the data collection module 51 can use the magnetic resonance image of the integrated blood vessel wall of the head and neck of a historical user, and perform plaque annotation to obtain sample data as input and output for model training. The detection model construction module 52 can be used to construct the network structure of the deep convolution recognition model, that is, the patch recognition model. The network structure of the model can refer to the records of the foregoing embodiments, and details are not described here. The designed deep convolution recognition model network is used to train the pre-processed sample data, and after a lot of training and cross-validation, the optimization model is continuously improved. Finally, the model with better training is selected for model testing and result display. The model test module 53 can perform an online plaque test on the head and neck integrated magnetic resonance vessel wall image, and can display the identified plaque results online. In addition, the head and neck plaque image recognition system can also include a model application module, which can be used in clinical diagnosis to help doctors identify plaque that may cause stroke, thereby improving the early detection rate of stroke patients.
本说明书实施例提供的头颈斑块图像识别系统,基于深度学习方法的构建斑块识别模型,利用深度学习技术达到对脑中风患者头颈斑块自动检测的目的,实现了自动检测出磁共振血管壁影像中的斑块,提高对脑卒中疾病诊断的准确性和预防能力。The head and neck plaque image recognition system provided by the embodiments of the present specification builds a plaque recognition model based on the deep learning method, and uses deep learning technology to achieve the purpose of automatically detecting head and neck plaques of stroke patients, and realizes the automatic detection of the magnetic resonance vascular wall The plaque in the image improves the accuracy and prevention of stroke disease diagnosis.
本说明书提供的头颈斑块图像识别系统可以为单独的头颈斑块图像识别系统,也可以应用在多种数据分析处理系统中。所述系统可以包括上述实施例中任意一个头颈斑块图像识别装置。所述的系统可以为单独的服务器,也可以包括使用了本说明书的一个或多个所述方法或一个或多个实施例装置的服务器集群、系统(包括分布式系统)、软件(应用)、实际操作装置、逻辑门电路装置、量子计算机等并结合必要的实施硬件的终端装置。所述核对差异数据的检测系统可以包括至少一个处理器以及存储计算机可执行指令的存储器,所述处理器执行所述指令时实现上述任意一个或者多个实施例中所述方法的步骤。The head and neck plaque image recognition system provided in this specification may be a separate head and neck plaque image recognition system, and may also be applied to various data analysis and processing systems. The system may include any one of the head and neck plaque image recognition devices in the above embodiments. The system may be a separate server, or it may include a server cluster, system (including distributed system), software (application) using one or more of the methods or one or more embodiments of this specification. Terminal devices that actually operate devices, logic gate devices, quantum computers, etc., combined with the necessary implementation hardware. The detection system for checking the difference data may include at least one processor and a memory storing computer-executable instructions. When the processor executes the instructions, the steps of the method in any one or more of the above embodiments are implemented.
本说明书实施例所提供的方法实施例可以在移动终端、计算机终端、服务器或者类似的运算装置中执行。以运行在服务器上为例,图6是应用本申请实施例头颈斑块识别服务器的硬件结构框图。如图6所示,服务器10可以包括一个或多个(图中仅示出一个)处理器100(处理器100可以包括但不限于微处理器MCU或可编程逻辑器件FPGA等的处理装置)、用于存储数据的存储器200、以及用于通信功能的传输模块300。本邻域普通技术人员可以理解,图6所示的结构仅为示意,其并不对上述电子装置的结构造成限定。例如,服务器10还可包括比图6中所示更多或者更少的组件,例如还可以包括其他的处理硬件,如数据库或多级缓存、GPU,或者具有与图6所示不同的配置。The method embodiments provided in the embodiments of this specification can be executed in a mobile terminal, a computer terminal, a server, or a similar computing device. Taking an example of running on a server, FIG. 6 is a block diagram of a hardware structure of a head and neck plaque recognition server applying an embodiment of the present application. As shown in FIG. 6, the server 10 may include one or more (only one is shown in the figure) processor 100 (the processor 100 may include but is not limited to a processing device such as a microprocessor MCU or a programmable logic device FPGA), A memory 200 for storing data, and a transmission module 300 for communication functions. A person of ordinary skill in this neighborhood can understand that the structure shown in FIG. 6 is merely an illustration, which does not limit the structure of the foregoing electronic device. For example, the server 10 may also include more or fewer components than those shown in FIG. 6, for example, it may also include other processing hardware, such as a database or a multi-level cache, a GPU, or have a configuration different from that shown in FIG.
存储器200可用于存储应用软件的软件程序以及模块,如本说明书实施例中的头颈斑块图像识别方法对应的程序指令/模块,处理器100通过运行存储在存储器200内的软件程序以及模块,从而执行各种功能应用以及数据处理。存储器200可包括高速随机存 储器,还可包括非易失性存储器,如一个或者多个磁性存储装置、闪存、或者其他非易失性固态存储器。在一些实例中,存储器200可进一步包括相对于处理器100远程设置的存储器,这些远程存储器可以通过网络连接至计算机终端。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。The memory 200 can be used to store software programs and modules of application software, such as program instructions/modules corresponding to the head and neck plaque image recognition method in the embodiments of the present specification. The processor 100 runs the software programs and modules stored in the memory 200, thereby Perform various functional applications and data processing. The memory 200 may include a high-speed random access memory, and may also include a non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 200 may further include memories remotely provided with respect to the processor 100, and these remote memories may be connected to a computer terminal through a network. Examples of the above network include but are not limited to the Internet, intranet, local area network, mobile communication network, and combinations thereof.
传输模块300用于经由一个网络接收或者发送数据。上述的网络具体实例可包括计算机终端的通信供应商提供的无线网络。在一个实例中,传输模块300包括一个网络适配器(Network Interface Controller,NIC),其可通过基站与其他网络设备相连从而可与互联网进行通讯。在一个实例中,传输模块300可以为射频(Radio Frequency,RF)模块,其用于通过无线方式与互联网进行通讯。The transmission module 300 is used to receive or send data via a network. The specific example of the network described above may include a wireless network provided by a communication provider of computer terminals. In one example, the transmission module 300 includes a network adapter (Network Interface Controller, NIC), which can be connected to other network devices through the base station to communicate with the Internet. In one example, the transmission module 300 may be a radio frequency (RF) module, which is used to communicate with the Internet in a wireless manner.
上述对本说明书特定实施例进行了描述。其它实施例在所附权利要求书的范围内。在一些情况下,在权利要求书中记载的动作或步骤可以按照不同于实施例中的顺序来执行并且仍然可以实现期望的结果。另外,在附图中描绘的过程不一定要求示出的特定顺序或者连续顺序才能实现期望的结果。在某些实施方式中,多任务处理和并行处理也是可以的或者可能是有利的。The foregoing describes specific embodiments of the present specification. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve the desired results. In addition, the processes depicted in the drawings do not necessarily require the particular order shown or sequential order to achieve the desired results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
本说明书提供的上述实施例所述的方法或装置可以通过计算机程序实现业务逻辑并记录在存储介质上,所述的存储介质可以计算机读取并执行,实现本说明书实施例所描述方案的效果。The method or apparatus described in the above embodiments provided in this specification can implement business logic through a computer program and be recorded on a storage medium, and the storage medium can be read and executed by a computer to achieve the effects of the solutions described in the embodiments of this specification.
本说明书实施例提供的上述头颈斑块图像识别方法或装置可以在计算机中由处理器执行相应的程序指令来实现,如使用windows操作系统的c++语言在PC端实现、linux系统实现,或其他例如使用android、iOS系统程序设计语言在智能终端实现,以及基于量子计算机的处理逻辑实现等。The above-mentioned head and neck plaque image recognition method or device provided in the embodiments of the present specification can be implemented by a processor executing corresponding program instructions in a computer, such as using a Windows operating system C++ language to implement on a PC side, a Linux system, or other, for example Use android, iOS system programming language to realize in the intelligent terminal, and realize the processing logic based on quantum computer.
需要说明的是说明书上述所述的装置、计算机存储介质、系统根据相关方法实施例的描述还可以包括其他的实施方式,具体的实现方式可以参照对应方法实施例的描述,在此不作一一赘述。It should be noted that the description of the device, computer storage medium, and system described above in the specification according to the related method embodiments may also include other implementation manners. For specific implementation manners, reference may be made to the description of the corresponding method embodiments, and details are not repeated here. .
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于硬件+程序类实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。The embodiments in this specification are described in a progressive manner. The same or similar parts between the embodiments can be referred to each other. Each embodiment focuses on the differences from other embodiments. In particular, for the hardware + program embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant part can be referred to the description of the method embodiment.
本说明书实施例并不局限于必须是符合行业通信标准、标准计算机数据处理和数据存储规则或本说明书一个或多个实施例所描述的情况。某些行业标准或者使用自定义方 式或实施例描述的实施基础上略加修改后的实施方案也可以实现上述实施例相同、等同或相近、或变形后可预料的实施效果。应用这些修改或变形后的数据获取、存储、判断、处理方式等获取的实施例,仍然可以属于本说明书实施例的可选实施方案范围之内。The embodiments of this specification are not limited to those that must comply with industry communication standards, standard computer data processing and data storage rules, or those described in one or more embodiments of this specification. Some industry standards or implementations described in a custom manner or embodiments based on slightly modified implementations can also achieve the same, equivalent, or similar, or predictable implementation effects of the foregoing embodiments. Examples obtained by applying these modified or deformed data acquisition, storage, judgment, processing methods, etc., can still fall within the scope of optional implementations of the examples in this specification.
在20世纪90年代,对于一个技术的改进可以很明显地区分是硬件上的改进(例如,对二极管、晶体管、开关等电路结构的改进)还是软件上的改进(对于方法流程的改进)。然而,随着技术的发展,当今的很多方法流程的改进已经可以视为硬件电路结构的直接改进。设计人员几乎都通过将改进的方法流程编程到硬件电路中来得到相应的硬件电路结构。因此,不能说一个方法流程的改进就不能用硬件实体模块来实现。例如,可编程逻辑器件(Programmable Logic Device,PLD)(例如现场可编程门阵列(Field Programmable Gate Array,FPGA))就是这样一种集成电路,其逻辑功能由用户对器件编程来确定。由设计人员自行编程来把一个数字系统“集成”在一片PLD上,而不需要请芯片制造厂商来设计和制作专用的集成电路芯片。而且,如今,取代手工地制作集成电路芯片,这种编程也多半改用“逻辑编译器(logic compiler)”软件来实现,它与程序开发撰写时所用的软件编译器相类似,而要编译之前的原始代码也得用特定的编程语言来撰写,此称之为硬件描述语言(Hardware Description Language,HDL),而HDL也并非仅有一种,而是有许多种,如ABEL(Advanced Boolean Expression Language)、AHDL(Altera Hardware Description Language)、Confluence、CUPL(Cornell University Programming Language)、HDCal、JHDL(Java Hardware Description Language)、Lava、Lola、MyHDL、PALASM、RHDL(Ruby Hardware Description Language)等,目前最普遍使用的是VHDL(Very-High-Speed Integrated Circuit Hardware Description Language)与Verilog。本领域技术人员也应该清楚,只需要将方法流程用上述几种硬件描述语言稍作逻辑编程并编程到集成电路中,就可以很容易得到实现该逻辑方法流程的硬件电路。In the 1990s, the improvement of a technology can be clearly distinguished from the improvement in hardware (for example, the improvement of circuit structures such as diodes, transistors, and switches) or the improvement in software (the improvement of the process flow). However, with the development of technology, the improvement of many methods and processes can be regarded as a direct improvement of the hardware circuit structure. Designers almost get the corresponding hardware circuit structure by programming the improved method flow into the hardware circuit. Therefore, it cannot be said that the improvement of a method flow cannot be realized by hardware physical modules. For example, a programmable logic device (Programmable Logic Device, PLD) (such as a field programmable gate array (Field Programmable Gate Array, FPGA)) is such an integrated circuit, and its logic function is determined by the user programming the device. Designers can program themselves to "integrate" a digital system on a PLD without having to ask chip manufacturers to design and make dedicated integrated circuit chips. Moreover, nowadays, instead of manually making integrated circuit chips, this kind of programming is also mostly implemented with "logic compiler" software, which is similar to the software compiler used in program development and writing, but before compilation The original code must also be written in a specific programming language, which is called hardware description language (Hardware Description Language, HDL), and HDL is not only one kind, but there are many kinds, such as ABEL (Advanced Boolean Expression) Language , AHDL (AlteraHardwareDescriptionLanguage), Confluence, CUPL (CornellUniversityProgrammingLanguage), HDCal, JHDL (JavaHardwareDescriptionLanguage), Lava, Lola, MyHDL, PALASM, RHDL (RubyHardwareDescription) It is VHDL (Very-High-Speed Integrated Circuit Hardware Description) and Verilog. Those skilled in the art should also be clear that by simply programming the method flow in the above hardware description languages and programming into the integrated circuit, the hardware circuit that implements the logic method flow can be easily obtained.
控制器可以按任何适当的方式实现,例如,控制器可以采取例如微处理器或处理器以及存储可由该(微)处理器执行的计算机可读程序代码(例如软件或固件)的计算机可读介质、逻辑门、开关、专用集成电路(Application Specific Integrated Circuit,ASIC)、可编程逻辑控制器和嵌入微控制器的形式,控制器的例子包括但不限于以下微控制器:ARC 625D、Atmel AT91SAM、Microchip PIC18F26K20以及Silicone Labs C8051F320,存储器控制器还可以被实现为存储器的控制逻辑的一部分。本领域技术人员也知道,除了以纯计算机可读程序代码方式实现控制器以外,完全可以通过将方法步骤进行逻辑编程来使得控制器以逻辑门、开关、专用集成电路、可编程逻辑控制器和嵌入微控制器等 的形式来实现相同功能。因此这种控制器可以被认为是一种硬件部件,而对其内包括的用于实现各种功能的装置也可以视为硬件部件内的结构。或者甚至,可以将用于实现各种功能的装置视为既可以是实现方法的软件模块又可以是硬件部件内的结构。The controller may be implemented in any suitable manner, for example, the controller may take a microprocessor or processor and a computer-readable medium storing computer-readable program code (such as software or firmware) executable by the (micro)processor , Logic gates, switches, application specific integrated circuits (Application Specific Integrated Circuit, ASIC), programmable logic controllers and embedded microcontrollers. Examples of controllers include but are not limited to the following microcontrollers: ARC625D, Atmel AT91SAM, Microchip PIC18F26K20 and Silicon Labs C8051F320, the memory controller can also be implemented as part of the control logic of the memory. Those skilled in the art also know that, in addition to implementing the controller in the form of pure computer-readable program code, it is entirely possible to logically program method steps to make the controller use logic gates, switches, application specific integrated circuits, programmable logic controllers and embedded The same function is realized in the form of a microcontroller or the like. Therefore, such a controller can be regarded as a hardware component, and the device for implementing various functions included therein can also be regarded as a structure within the hardware component. Or even, the means for realizing various functions can be regarded as both a software module of an implementation method and a structure within a hardware component.
上述实施例阐明的系统、装置、模块或单元,具体可以由计算机芯片或实体实现,或者由具有某种功能的产品来实现。一种典型的实现设备为计算机。具体的,计算机例如可以为个人计算机、膝上型计算机、车载人机交互设备、蜂窝电话、相机电话、智能电话、个人数字助理、媒体播放器、导航设备、电子邮件设备、游戏控制台、平板计算机、可穿戴设备或者这些设备中的任何设备的组合。The system, device, module or unit explained in the above embodiments may be specifically implemented by a computer chip or entity, or implemented by a product with a certain function. A typical implementation device is a computer. Specifically, the computer may be, for example, a personal computer, a laptop computer, an on-board human-machine interaction device, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet A computer, a wearable device, or any combination of these devices.
虽然本说明书一个或多个实施例提供了如实施例或流程图所述的方法操作步骤,但基于常规或者无创造性的手段可以包括更多或者更少的操作步骤。实施例中列举的步骤顺序仅仅为众多步骤执行顺序中的一种方式,不代表唯一的执行顺序。在实际中的装置或终端产品执行时,可以按照实施例或者附图所示的方法顺序执行或者并行执行(例如并行处理器或者多线程处理的环境,甚至为分布式数据处理环境)。术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、产品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、产品或者设备所固有的要素。在没有更多限制的情况下,并不排除在包括所述要素的过程、方法、产品或者设备中还存在另外的相同或等同要素。第一,第二等词语用来表示名称,而并不表示任何特定的顺序。Although one or more embodiments of this specification provide method operation steps as described in the embodiments or flowcharts, more or fewer operation steps may be included based on conventional or non-inventive means. The order of the steps listed in the embodiment is only one way among the order of execution of many steps, and does not represent a unique order of execution. When the actual device or terminal product is executed, it may be executed sequentially or in parallel according to the method shown in the embodiments or the drawings (for example, a parallel processor or multi-threaded processing environment, or even a distributed data processing environment). The terms "include", "include" or any other variant thereof are intended to cover non-exclusive inclusion, so that a process, method, product, or device that includes a series of elements includes not only those elements, but also others that are not explicitly listed Elements, or also include elements inherent to such processes, methods, products, or equipment. Without more restrictions, it does not exclude that there are other identical or equivalent elements in the process, method, product or equipment including the elements. The first and second words are used to indicate names, but do not indicate any particular order.
为了描述的方便,描述以上装置时以功能分为各种模块分别描述。当然,在实施本说明书一个或多个时可以把各模块的功能在同一个或多个软件和/或硬件中实现,也可以将实现同一功能的模块由多个子模块或子单元的组合实现等。以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。For the convenience of description, when describing the above device, the functions are divided into various modules and described separately. Of course, when implementing one or more of this specification, the functions of each module may be implemented in the same or more software and/or hardware, or the modules that achieve the same function may be implemented by a combination of multiple submodules or subunits, etc. . The device embodiments described above are only schematic. For example, the division of the unit is only a division of logical functions. In actual implementation, there may be another division manner, for example, multiple units or components may be combined or integrated To another system, or some features can be ignored, or not implemented. In addition, the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
本发明是参照根据本发明实施例的方法、装置(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备 的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present invention is described with reference to flowcharts and/or block diagrams of methods, apparatuses (systems), and computer program products according to embodiments of the present invention. It should be understood that each flow and/or block in the flowchart and/or block diagram and a combination of the flow and/or block in the flowchart and/or block diagram may be implemented by computer program instructions. These computer program instructions can be provided to the processor of a general-purpose computer, special-purpose computer, embedded processing machine, or other programmable data processing device to produce a machine that enables the generation of instructions executed by the processor of the computer or other programmable data processing device An apparatus for realizing the functions specified in one block or multiple blocks of one flow or multiple flows of a flowchart and/or one block or multiple blocks of a block diagram.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory that can guide a computer or other programmable data processing device to work in a specific manner, so that the instructions stored in the computer-readable memory produce an article of manufacture including an instruction device, the instructions The device implements the functions specified in one block or multiple blocks of the flowchart one flow or multiple flows and/or block diagrams.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device, so that a series of operating steps are performed on the computer or other programmable device to produce computer-implemented processing, which is executed on the computer or other programmable device The instructions provide steps for implementing the functions specified in one block or multiple blocks of the flowchart one flow or multiple flows and/or block diagrams.
在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。In a typical configuration, the computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。The memory may include non-permanent memory, random access memory (RAM) and/or non-volatile memory in computer-readable media, such as read only memory (ROM) or flash memory (flash RAM). Memory is an example of computer-readable media.
计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储、石墨烯存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。Computer-readable media, including permanent and non-permanent, removable and non-removable media, can store information by any method or technology. The information may be computer readable instructions, data structures, modules of programs, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), flash memory or other memory technologies, read-only compact disc read-only memory (CD-ROM), digital versatile disc (DVD) or other optical storage, Magnetic cassette tapes, magnetic tape magnetic disk storage, graphene storage or other magnetic storage devices or any other non-transmission media can be used to store information that can be accessed by computing devices. As defined in this article, computer-readable media does not include temporary computer-readable media (transitory media), such as modulated data signals and carrier waves.
本领域技术人员应明白,本说明书一个或多个实施例可提供为方法、系统或计算机程序产品。因此,本说明书一个或多个实施例可采用完全硬件实施例、完全软件实施例或结合软件和硬件方面的实施例的形式。而且,本说明书一个或多个实施例可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art should understand that one or more embodiments of this specification may be provided as a method, system, or computer program product. Therefore, one or more embodiments of this specification may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware. Moreover, one or more embodiments of this specification may employ computer programs implemented on one or more computer usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) containing computer usable program code The form of the product.
本说明书一个或多个实施例可以在由计算机执行的计算机可执行指令的一般上下文中描述,例如程序模块。一般地,程序模块包括执行特定任务或实现特定抽象数据类型的例程、程序、对象、组件、数据结构等等。也可以在分布式计算环境中实践本本说明书一个或多个实施例,在这些分布式计算环境中,由通过通信网络而被连接的远程处理设备来执行任务。在分布式计算环境中,程序模块可以位于包括存储设备在内的本地和远程计算机存储介质中。One or more embodiments of this specification may be described in the general context of computer-executable instructions executed by a computer, such as program modules. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform specific tasks or implement specific abstract data types. One or more embodiments of this specification can also be practiced in distributed computing environments in which tasks are performed by remote processing devices connected through a communication network. In a distributed computing environment, program modules may be located in local and remote computer storage media including storage devices.
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于系统实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本说明书的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不必须针对的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任一个或多个实施例或示例中以合适的方式结合。此外,在不相互矛盾的情况下,本领域的技术人员可以将本说明书中描述的不同实施例或示例以及不同实施例或示例的特征进行结合和组合。The embodiments in this specification are described in a progressive manner. The same or similar parts between the embodiments can be referred to each other. Each embodiment focuses on the differences from other embodiments. In particular, for the system embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant part can be referred to the description of the method embodiment. In the description of this specification, the description referring to the terms "one embodiment", "some embodiments", "examples", "specific examples", or "some examples" means specific features described in conjunction with the embodiment or examples , Structure, material or characteristic is included in at least one embodiment or example of this specification. In this specification, the schematic representation of the above terms does not necessarily refer to the same embodiment or example. Moreover, the specific features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. In addition, without contradicting each other, those skilled in the art may combine and combine different embodiments or examples and features of the different embodiments or examples described in this specification.
以上所述仅为本说明书一个或多个实施例的实施例而已,并不用于限制本本说明书一个或多个实施例。对于本领域技术人员来说,本说明书一个或多个实施例可以有各种更改和变化。凡在本说明书的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在权利要求范围之内。The above is only an embodiment of one or more embodiments of this specification, and is not intended to limit one or more embodiments of this specification. For those skilled in the art, various modifications and changes can be made to one or more embodiments of this specification. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principle of this specification shall be included in the scope of the claims.

Claims (16)

  1. 一种头颈斑块图像识别方法,其特征在于,包括:A head and neck plaque image recognition method, characterized in that it includes:
    获取待识别的头颈磁共振图像;Obtain the head and neck magnetic resonance image to be recognized;
    将所述待识别的头颈磁共振图像输入到构建的斑块识别模型中,获得所述待识别的头颈磁共振图像中的斑块识别结果;Input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model to obtain the plaque recognition result in the head and neck magnetic resonance image to be recognized;
    其中,所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块。Wherein, the plaque recognition model uses a U-shaped convolutional neural network model, and the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model.
  2. 如权利要求1所述的方法,其特征在于,所述斑块识别模型中的每个所述密集连接块输出的特征图的数量不同。The method according to claim 1, wherein the number of feature maps output by each of the densely connected blocks in the patch recognition model is different.
  3. 如权利要求1所述的方法,其特征在于,所述斑块识别模型中的所述密集连接块包括多层密集连接层,各密集连接层之间密集连接。The method according to claim 1, wherein the densely connected blocks in the patch identification model include multiple densely connected layers, and densely connected between the densely connected layers.
  4. 如权利要求3所述的方法,其特征在于,所述密集连接块的数量为多个,各所述密集连接块中的密集连接层的数量相同。The method according to claim 3, wherein the number of the dense connection blocks is plural, and the number of dense connection layers in each of the dense connection blocks is the same.
  5. 如权利要求1所述的方法,其特征在于,所述斑块识别模型采用下述方法构建:The method of claim 1, wherein the plaque recognition model is constructed using the following method:
    获取多个样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中的斑块标记;Acquiring multiple sample data, the sample data including: a head and neck magnetic resonance image and a plaque marker in the head and neck magnetic resonance image;
    建立所述斑块识别模型,将所述样本数据中的头颈磁共振图像作为所述斑块识别模型的输入数据,将对应的所述头颈磁共振图像中的斑块标记作为所述斑块识别模型的输出标签,对所述斑块识别模型进行训练,直至所述斑块识别模型达到预设要求。Establishing the plaque recognition model, using the head and neck magnetic resonance image in the sample data as input data of the plaque recognition model, and using the corresponding plaque marker in the head and neck magnetic resonance image as the plaque recognition The output label of the model trains the plaque recognition model until the plaque recognition model meets the preset requirements.
  6. 如权利要求5所述的方法,其特征在于,所述方法还包括:采用交叉验证法优化所述斑块识别模型。The method of claim 5, wherein the method further comprises: optimizing the plaque recognition model using a cross-validation method.
  7. 如权利要求5所述的方法,其特征在于,所述获取多个样本数据,包括:The method of claim 5, wherein the acquiring multiple sample data includes:
    获取多个头颈磁共振图像,并对所述头颈磁共振图像进行归一化处理;Acquiring multiple head and neck magnetic resonance images, and normalizing the head and neck magnetic resonance images;
    将获取到的多个头颈磁共振图像进行斑块标注,获得所述头颈磁共振图像中的斑块 标记;Plaque labeling multiple acquired head and neck magnetic resonance images to obtain plaque marks in the head and neck magnetic resonance images;
    相应地,所述将所述归一化处理后的头颈磁共振图像作为所述斑块识别模型的输入数据,包括:Correspondingly, the use of the normalized head and neck magnetic resonance image as input data of the plaque recognition model includes:
    将所述归一化处理后的头颈磁共振图像作为所述斑块识别模型的输入数据。The normalized head and neck magnetic resonance image is used as input data of the plaque recognition model.
  8. 一种头颈斑块图像识别装置,其特征在于,包括:A head and neck plaque image recognition device, characterized in that it includes:
    图像获取模块,用于获取待识别的头颈磁共振图像;An image acquisition module for acquiring head and neck magnetic resonance images to be identified;
    图像识别模块,用于将所述待识别的头颈磁共振图像输入到构建的斑块识别模型中,获得所述待识别的头颈磁共振图像中的斑块识别结果;An image recognition module, used to input the head and neck magnetic resonance image to be recognized into the constructed plaque recognition model, and obtain the plaque recognition result in the head and neck magnetic resonance image to be recognized;
    其中,所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块。Wherein, the plaque recognition model uses a U-shaped convolutional neural network model, and the convolutional layer of the U-shaped convolutional neural network model uses a dense connection block in a dense convolutional neural network model.
  9. 如权利要求8所述的装置,其特征在于,所述斑块识别模型中的每个所述密集连接块输出的特征图的数量不同。The apparatus according to claim 8, wherein the number of feature maps output by each of the densely connected blocks in the patch identification model is different.
  10. 如权利要求8所述的装置,其特征在于,所述斑块识别模型中的所述密集连接块包括多层密集连接层,各密集连接层之间密集连接。The device according to claim 8, wherein the densely connected blocks in the patch identification model include multiple densely connected layers, and densely connected between the densely connected layers.
  11. 如权利要求10所述的装置,其特征在于,所述密集连接块的数量为多个,各所述密集连接块中的密集连接层的数量相同。The apparatus of claim 10, wherein the number of the dense connection blocks is plural, and the number of dense connection layers in each of the dense connection blocks is the same.
  12. 如权利要求8所述的装置,其特征在于,所述装置还包括:模型构建模块用于采用下述方法构建所述斑块识别模型:The apparatus of claim 8, wherein the apparatus further comprises: a model building module for building the plaque recognition model using the following method:
    获取多个样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中标记的斑块;Acquiring multiple sample data, the sample data including: a head and neck magnetic resonance image and plaques marked in the head and neck magnetic resonance image;
    建立所述斑块识别模型,将所述样本数据中的头颈磁共振图像作为所述斑块识别模型的输入数据,将对应的所述头颈磁共振图像中标记的斑块作为所述斑块识别模型的输出标签,对所述斑块识别模型进行训练,直至所述斑块识别模型达到预设要求。Establishing the plaque recognition model, using the head and neck magnetic resonance image in the sample data as input data of the plaque recognition model, and using the corresponding plaque marked in the head and neck magnetic resonance image as the plaque recognition The output label of the model trains the plaque recognition model until the plaque recognition model meets the preset requirements.
  13. 如权利要求12所述的装置,其特征在于,所述模型构建模块还用于:The apparatus of claim 12, wherein the model building module is further used to:
    采用交叉验证法优化所述斑块识别模型。A cross-validation method is used to optimize the plaque recognition model.
  14. 如权利要求12所述的装置,其特征在于,所述模型构建模块具体用于:The apparatus of claim 12, wherein the model building module is specifically used to:
    获取多个头颈磁共振图像,并对所述头颈磁共振图像进行归一化处理,将所述归一化处理后的头颈磁共振图像作为所述斑块识别模型的输入数据;Acquiring multiple head and neck magnetic resonance images, and normalizing the head and neck magnetic resonance images, and using the normalized head and neck magnetic resonance images as input data of the plaque recognition model;
    将获取到的多个头颈磁共振图像进行斑块标注,获得所述头颈磁共振图像中的斑块标记。Plaque annotation is performed on the acquired multiple head and neck magnetic resonance images to obtain plaque marks in the head and neck magnetic resonance images.
  15. 一种头颈斑块图像识别处理设备,其特征在于,包括:至少一个处理器以及用于存储处理器可执行指令的存储器,所述处理器执行所述指令时实现权利要求1-7任一项所述的方法。A head and neck plaque image recognition processing device, characterized in that it includes: at least one processor and a memory for storing processor-executable instructions, and the processor implements any one of claims 1-7 when executing the instructions The method.
  16. 一种头颈斑块图像识别系统,其特征在于,包括:A head and neck plaque image recognition system, characterized in that it includes:
    数据采集模块,用于采集样本数据,所述样本数据包括:头颈磁共振图像和所述头颈磁共振图像中标记的斑块;A data acquisition module for acquiring sample data, the sample data including: head and neck magnetic resonance images and plaques marked in the head and neck magnetic resonance images;
    检测模型构建模块,用于构建斑块识别模型,并进行模型训练和模型优化,其中所述斑块识别模型采用U型卷积神经网络模型,所述U型卷积神经网络模型的卷积层采用密集卷积神经网络模型中的密集连接块;The detection model building module is used to build a plaque recognition model, and perform model training and model optimization, wherein the plaque recognition model uses a U-shaped convolutional neural network model, and a convolutional layer of the U-shaped convolutional neural network model Use dense connection blocks in the dense convolutional neural network model;
    模型测试模块,用于输入待识别的头颈磁共振图像,获得头颈斑块识别结果。The model test module is used for inputting the head and neck magnetic resonance images to be recognized to obtain the head and neck plaque recognition results.
PCT/CN2018/120876 2018-12-13 2018-12-13 Image identification method and device for patches on head and neck WO2020118614A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/120876 WO2020118614A1 (en) 2018-12-13 2018-12-13 Image identification method and device for patches on head and neck

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/120876 WO2020118614A1 (en) 2018-12-13 2018-12-13 Image identification method and device for patches on head and neck

Publications (1)

Publication Number Publication Date
WO2020118614A1 true WO2020118614A1 (en) 2020-06-18

Family

ID=71075907

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/120876 WO2020118614A1 (en) 2018-12-13 2018-12-13 Image identification method and device for patches on head and neck

Country Status (1)

Country Link
WO (1) WO2020118614A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108389190A (en) * 2018-02-08 2018-08-10 贵州联科卫信科技有限公司 A kind of Lung neoplasm automatic testing method based on deep learning method
CN108564577A (en) * 2018-04-12 2018-09-21 重庆邮电大学 Solar cell segment grid defect inspection method based on convolutional neural networks
CN108664993A (en) * 2018-04-08 2018-10-16 浙江工业大学 A kind of convolutional neural networks image classification method of intensive weight connection

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108389190A (en) * 2018-02-08 2018-08-10 贵州联科卫信科技有限公司 A kind of Lung neoplasm automatic testing method based on deep learning method
CN108664993A (en) * 2018-04-08 2018-10-16 浙江工业大学 A kind of convolutional neural networks image classification method of intensive weight connection
CN108564577A (en) * 2018-04-12 2018-09-21 重庆邮电大学 Solar cell segment grid defect inspection method based on convolutional neural networks

Similar Documents

Publication Publication Date Title
CN110111313B (en) Medical image detection method based on deep learning and related equipment
Wang et al. Smartphone-based wound assessment system for patients with diabetes
WO2020118618A1 (en) Mammary gland mass image recognition method and device
WO2020108525A1 (en) Image segmentation method and apparatus, diagnosis system, storage medium, and computer device
CN107993229B (en) Tissue classification method and device based on cardiovascular IVOCT image
JP2019504659A (en) Automated cardiac volume segmentation
WO2023020198A1 (en) Image processing method and apparatus for medical image, and device and storage medium
CN109493348A (en) A kind of measurement method and system of the Morphologic Parameters of intracranial aneurysm image
Eslami et al. Automatic vocal tract landmark localization from midsagittal MRI data
CN109658399A (en) A kind of neck patch image-recognizing method and device
CN114732431B (en) Computer-implemented method, apparatus, and medium for detecting vascular lesions
WO2020107156A1 (en) Automated classification method and device for breast medical ultrasound images
CN113656706A (en) Information pushing method and device based on multi-mode deep learning model
McCullough et al. Convolutional neural network models for automatic preoperative severity assessment in unilateral cleft lip
CN117333529B (en) Template matching-based vascular ultrasonic intima automatic measurement method and system
Xia et al. A nested parallel multiscale convolution for cerebrovascular segmentation
CN116030247B (en) Medical image sample generation method and device, storage medium and electronic equipment
WO2020118614A1 (en) Image identification method and device for patches on head and neck
CN111281355A (en) Method and equipment for determining pulse acquisition position
CN110503642A (en) A kind of localization method and system based on DSA image
WO2019044089A1 (en) Medical information display device, method, and program
WO2021015232A1 (en) Learning device, method, and program, graph structure extraction device, method, and program, and learned extraction model
CN114764784A (en) Training method and system of machine learning model for physiological relevant parameter prediction
CN110517244A (en) A kind of localization method and system based on DSA image
CN107072633B (en) Method and device for displaying region of interest on current ultrasonic image

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 03.11.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18943217

Country of ref document: EP

Kind code of ref document: A1