WO2020238043A1 - 基于UNet网络的肺叶分割方法、装置及计算机可读存储介质 - Google Patents

基于UNet网络的肺叶分割方法、装置及计算机可读存储介质 Download PDF

Info

Publication number
WO2020238043A1
WO2020238043A1 PCT/CN2019/117321 CN2019117321W WO2020238043A1 WO 2020238043 A1 WO2020238043 A1 WO 2020238043A1 CN 2019117321 W CN2019117321 W CN 2019117321W WO 2020238043 A1 WO2020238043 A1 WO 2020238043A1
Authority
WO
WIPO (PCT)
Prior art keywords
lung
area
lobe
image
image data
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/CN2019/117321
Other languages
English (en)
French (fr)
Inventor
彭雨晴
姚育东
钱唯
郑斌
齐守良
高伟明
葛新科
张红治
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Qianhai AnyCheck Information Technology Co Ltd
Original Assignee
Shenzhen Qianhai AnyCheck Information Technology Co Ltd
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 Shenzhen Qianhai AnyCheck Information Technology Co Ltd filed Critical Shenzhen Qianhai AnyCheck Information Technology Co Ltd
Publication of WO2020238043A1 publication Critical patent/WO2020238043A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/187Segmentation; Edge detection involving region growing; involving region merging; involving connected component labelling
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10072Tomographic images
    • G06T2207/10081Computed x-ray tomography [CT]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30061Lung

Definitions

  • the present invention relates to the technical field of lung lobe image processing, in particular to a method, device and computer-readable storage medium for lung lobe segmentation based on UNet network.
  • the main purpose of the present invention is to provide a lung lobe segmentation method, device and computer readable storage medium based on UNet network, aiming to solve the problem that the existing lung lobe segmentation method is limited by individual lung morphological differences resulting in low efficiency and low accuracy of lung lobe segmentation Technical issues.
  • the present invention provides a lung lobe segmentation device based on UNet network, including a processor suitable for implementing various computer program instructions and a memory suitable for storing multiple computer program instructions, characterized in that the computer program
  • the instructions are loaded by the processor and execute the following steps: obtain lung CT image data from the image input device; normalize the input lung CT image data; use 2D UNet network to filter the processed lung CT image data Intrapulmonary area and extrapulmonary area, and the intrapulmonary area is regarded as the lung area candidate area; 3D is used for the lung area candidate area
  • the UNet network segmented five lung lobe mask regions to obtain the upper left lobe, lower left lobe, upper right lobe, middle right lobe, and lower right lobe. Morphological processing was performed on the five lung lobe mask regions to obtain the final lung lobe segmentation results; The results of lung lobes segmentation are stored in the memory, or output and displayed on the monitor screen.
  • the step of normalizing the input lung CT image data includes: preprocessing the input lung CT image data to limit the lung CT image data to [-1000, 400] The interval is then normalized to the interval [0,1] to exclude non-lung areas with higher brightness.
  • the step of performing morphological processing on the mask regions of the five lung lobes respectively includes the following steps: removing the area outside the mask regions of the five lung lobes and filling the holes in the mask regions of the five lung lobes.
  • the step of using the 2D UNet network to filter the intra-pulmonary area and the extra-pulmonary area on the processed image data, and using the intra-pulmonary area as the candidate lung area includes the following steps: combining the lung CT image and the lung area gold Standard images are all scaled to the size [256, 256]; input the scaled lung CT image and lung area gold standard image into the 2D UNet network to segment the lung area image including the lung area and the lung area; the 2D The lung area image obtained by UNet output is then scaled to the original image size, and each layer of lung area is expanded with a radius of 5 pixels; the bounding box of the lung area is extracted according to the size of the lung area, and the lungs are extracted from the bounding box Area candidate area.
  • the step of segmenting five lung lobe mask regions using a 3D UNet network for the lung region candidate region includes the following steps: randomly cropping the lung CT images to obtain a size of [128, 128, 64], and After random change, rotation, upside down, and size change for image enhancement processing; the lung area image data is multiplied by the processed lung CT image data and the lung area image data is multiplied by the lung leaf gold standard image data and input into the 3D UNet network. Lung lobe segmentation is performed on the CT image of the lung; the segmented lung lobe image is restored to the original size to obtain 5 different lung lobe mask regions.
  • the present invention also provides a lung lobe segmentation method based on UNet network, which is applied to a computer device.
  • the lung lobe segmentation method based on UNet network includes the following steps: acquiring lung CT image data from an image input device; Normalize the lung CT image data; use 2D for the processed lung CT image data UNet network screens out the lung area and the lung area, and uses the lung area as the lung area candidate area; 3D is used for the lung area candidate area
  • the UNet network segmented five lung lobe mask regions to obtain the upper left lobe, lower left lobe, upper right lobe, middle right lobe, and lower right lobe. Morphological processing was performed on the five lung lobe mask regions to obtain the final lung lobe segmentation results; The results of lung lobes segmentation are stored in the memory, or output and displayed on the monitor screen.
  • the step of normalizing the input lung CT image data includes the following steps: preprocessing the input lung CT image data to limit the lung CT image data to [-1000, 400 ] This interval is then normalized to the interval [0,1] to exclude non-lung areas with higher brightness.
  • the step of performing morphological processing on the mask regions of the five lung lobes respectively includes the following steps: removing the area outside the mask regions of the five lung lobes and filling the holes in the mask regions of the five lung lobes.
  • the step of using the 2D UNet network to filter the intra-pulmonary area and the extra-pulmonary area on the processed image data, and using the intra-pulmonary area as the candidate lung area includes the following steps: combining the lung CT image and the lung area gold Standard images are all scaled to the size [256, 256]; input the scaled lung CT image and lung area gold standard image into the 2D UNet network to segment the lung area image including the lung area and the lung area; the 2D The lung area image obtained by UNet output is then scaled to the original image size, and each layer of lung area is expanded with a radius of 5 pixels; the bounding box of the lung area is extracted according to the size of the lung area, and the lungs are extracted from the bounding box Area candidate area.
  • the step of segmenting five lung lobe mask regions using a 3D UNet network for the lung region candidate region includes the following steps: randomly cropping the lung CT images to obtain a size of [128, 128, 64], and After random change, rotation, upside down, and size change for image enhancement processing; the lung area image data is multiplied by the processed lung CT image data and the lung area image data is multiplied by the lung leaf gold standard image data and input into the 3D UNet network. Lung lobe segmentation is performed on the CT image of the lung; the segmented lung lobe image is restored to the original size to obtain 5 different lung lobe mask regions.
  • the present invention also provides a computer-readable storage medium that stores a plurality of computer program instructions that are loaded by a processor of a computer device and execute the UNet network-based lung lobe The method steps of the segmentation method.
  • the lung lobe segmentation method, device and computer-readable storage medium based on UNet network of the present invention can normalize lung CT images and use 2D UNet network to quickly obtain lung CT images. Accurately extract the lung area, remove the influence of noise outside the lung area, and then use the 3D UNet network to segment the lung lobes in the lung CT image to obtain five lung lobes mask areas, thereby efficiently controlling the accuracy and speed of lung lobes segmentation, and improving The efficiency of lung lobes segmentation is not limited to individual lung morphological differences.
  • the invention realizes fast and accurate extraction of lung lobes through UNet network, locates the position of lung cancer, and provides medical guidance for the diagnosis and treatment of lung cancer for doctors.
  • FIG. 1 is a block diagram of the structure of a preferred embodiment of a lung lobe segmentation device based on UNet network of the present invention
  • FIG. 2 is a method flowchart of a preferred embodiment of a lung lobe segmentation method based on UNet network of the present invention
  • Figure 3 is a schematic diagram of extracting lung regions from lung CT images using 2D UNet network
  • Figure 4 is a schematic diagram of segmenting five lung lobes from a lung CT image using a 3D UNet network.
  • Fig. 1 is a schematic structural diagram of a preferred embodiment of a lung lobe segmentation device based on UNet network of the present invention.
  • the lung lobe segmentation device 1 based on the UNet network includes, but is not limited to, a memory 11 suitable for storing various computer program instructions, a processor 12 that executes various computer program instructions, and a display 13. Both the memory 11 and the display 13 are electrically connected to the processor 12 through an electrical connection line, and are connected to the processor 12 through a data bus for data transmission.
  • the processor 12 can call the lung lobe segmentation program 10 based on the UNet network stored in the memory 11, and execute the lung CT image data input by the lung lobe segmentation program 10 from the image input device 2, and use the UNet network based on lung Partial CT image data segmented the lung lobes.
  • the lung lobe segmentation device 1 may be a personal computer, a notebook computer, a server, and other computer devices installed with the lung lobe segmentation program 10 based on the UNet network of the present invention.
  • the lung lobe segmentation device 1 is connected with an image input device 2.
  • the image input device 2 can be a CT scanner, which can scan the human lungs to obtain lung CT images; the image input device 2 can also be a medical
  • the image database stores CT images of the lungs of the human body.
  • the lung lobe segmentation device 1 can obtain lung CT images from the image input device 2, and execute the lung lobe segmentation program 10 through the processor 12 to process the lung CT images, and use the UNet network to quickly and accurately segment the lung CT images. Lung area.
  • the memory 11 includes at least one type of readable storage medium.
  • the readable storage medium includes flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), and magnetic memory. , Disks, CDs, etc.
  • the memory 11 may be an internal storage unit of the lung lobe segmentation device 1 based on the UNet network, for example, the hard disk, read-only memory ROM, random access memory RAM, and electronic memory of the lung lobe segmentation device 1 based on UNet network. Erase and write memory EEPROM, flash memory FLASH or CD, etc.
  • the memory 11 may also be an external storage device of the lung lobe segmentation device 1 based on the UNet network.
  • a plug-in hard disk equipped on the lung lobe segmentation device 1 based on the UNet network a smart memory card (Smart Media Card, SMC), Secure Digital (Secure Digital, SD) card, flash card (Flash Card), etc.
  • the memory 11 may also include both the internal storage unit of the lung lobe segmentation device 1 based on the UNet network and an external storage device.
  • the memory 11 can be used not only to store application software and various data installed in the lung lobe segmentation device 1 based on the UNet network, for example, to store the program code of the lung lobe segmentation program 10 based on the UNet network, etc., but also to temporarily store Data to be output or to be output.
  • the processor 12 may be a central processing unit (Central Processing Unit) in some embodiments.
  • Central Processing Unit CPU
  • controller a controller
  • microcontroller a microprocessor
  • the display 13 may be a touch display screen or a general LED display screen, which can display the results of lung lobe segmentation and the segmented lung lobe regions in different parts.
  • the lung lobe segmentation program 10 based on the UNet network may also be divided into one or more modules, and one or more modules are stored in the memory 11 and processed by one or more
  • the present invention is executed by the processor (the processor 12 in this embodiment).
  • the module referred to in the present invention refers to a series of computer program instruction segments that can complete specific functions, and is used to describe the lung lobe segmentation program 10 based on the UNet network. The execution process in the lung lobe segmentation device 1 based on UNet network is described.
  • the lung lobe segmentation program 10 based on the UNet network is composed of program modules composed of multiple computer program instructions, including, but not limited to, the lung image input module 101, the image data processing module 102, and the lung area
  • the module referred to in the present invention refers to a series of computer program instruction segments that can be executed by the processor 12 of the lung lobe segmentation device 1 and can complete fixed functions, and are stored in the memory 11.
  • the lung image input module 101 is used to obtain lung CT image data from the image input device 2.
  • the image input device 2 may be a CT scanner, which can scan human lungs to obtain lung CT images; the image input device 2 may also be a medical image database, storing CT images of human lungs to be segmented .
  • the image data processing module 102 is used for normalizing the input lung CT image data to exclude non-pulmonary regions with higher brightness.
  • the image data processing module 102 preprocesses the input lung CT image data, limits the image data to the interval [-1000, 400], and then normalizes it to [0, 1] This interval is to exclude non-lung areas with higher brightness.
  • the intra-pulmonary area screening module 103 is used to segment the intra-pulmonary area and the extra-pulmonary area using a 2D UNet network on the processed image data, and use the intra-pulmonary area as a candidate lung area.
  • the 2D UNet network uses a multi-layer 2D convolutional layer as the main structure of the encoding-decoding network for detection and output.
  • 2D The size used for UNet network input is [256, 256].
  • the images input by the 2D UNet network are the lung CT image (a1) processed in step S12 and the gold standard image (a2) of the lung area outlined by the corresponding doctor, the lung CT image (a1) and the lung All the regional gold standard images (a2) need to be scaled to the size of [256, 256], and then input to the 2D UNet network to segment the lung region and the lung region segmentation results (a3).
  • the lung area image obtained during UNet output is scaled back to the original image size, and each layer of lung area is expanded with a radius of 5 pixels, and the bounding box of the lung area is extracted according to the size of the lung area, and extracted from the bounding box The candidate area of the lung area (a3).
  • the lung lobe segmentation module 104 is configured to use a 3D UNet network to screen and segment five lung lobe mask regions for the lung area candidate area to obtain the upper left lobe, the lower left lobe, the upper right lobe, the middle right lobe, and the lower right lobe area; in this embodiment
  • the 3D UNet network adopts an encoding-decoding network with a multi-layer 3D convolutional layer as the main structure for detection and output.
  • random cropping is used in the training process to obtain an input image of [128, 128, 64] size, which undergoes random change, rotation, upside down, and scale changes for image enhancement processing.
  • the input image of the 3D UNet network uses the lung area image data output in step S23 multiplied by the lung CT image processed in step S12 (b1) and the lung area image data output in step S23 multiplied by the doctor's outline Gold standard image of lung leaf (b2); mixed loss function: Dice loss function and Focal are used during model training Loss function, where the Dice Loss function is used to measure the quality of the result in image segmentation, Focal The loss function is used to deal with category imbalance.
  • a moving sliding window method can be used to obtain an image with a size of [128, 128, 64]. After the trained model is predicted, the original image can be restored to obtain 5 different lung lobe mask regions (b3).
  • the lung lobe processing module 105 is used to perform morphological processing on the five lung lobes mask regions to obtain the final lung lobe segmentation results; in this embodiment, the five lung lobes mask regions are respectively subjected to morphological processing
  • the steps include: removing the area outside the mask area of the five lung lobes and filling the holes in the mask area of the five lung lobes to obtain the final lung lobe segmentation result.
  • the lung lobe segmentation result output module 106 is used to store the lung lobe segmentation result in the memory 11 or output and display it on the screen of the display 13.
  • the segmented images of different lung lobes are displayed on the screen of the display 13 for doctors to provide a more comprehensive reference in disease diagnosis and treatment.
  • FIG. 2 it is a flowchart of a preferred embodiment of a lung lobe segmentation method based on UNet network of the present invention.
  • the various method steps of the lung lobe segmentation method based on the UNet network are implemented by a computer software program, which is stored in a computer-readable storage medium in the form of computer program instructions (for example, in this embodiment)
  • the computer-readable storage medium may include: read-only memory, random access memory, magnetic or optical disk, etc., and the computer program instructions can be loaded by a processor (for example, the processor 12 in this embodiment) and execute the following steps:
  • Step S21 Acquire CT image data of the lung from the image input device 2.
  • the image input device 2 may be a CT scanner, which can scan human lungs to obtain lung CT images; it may also be a medical image database that stores CT images of human lungs to be segmented.
  • Step S22 Perform normalization processing on the input lung CT image data to exclude non-pulmonary regions with higher brightness.
  • the image data processing module 102 preprocesses the input lung CT image data, limits the image data to the interval [-1000, 400], and then normalizes it to [0, 1] This interval is to exclude non-lung areas with higher brightness.
  • Step S23 Use a 2D UNet network to segment the processed image data into the lung area and the lung area, and use the lung area as a candidate lung area.
  • the 2D UNet network uses a multi-layer 2D convolutional layer as the main structure of the encoding-decoding network for detection and output.
  • 2D The size used for UNet network input is [256, 256].
  • the images input by the 2D UNet network are the lung CT image (a1) processed in step S12 and the gold standard image (a2) of the lung area outlined by the corresponding doctor, the lung CT image (a1) and the lung area All the gold standard images (a2) need to be scaled to the size of [256, 256], and then input into the 2D UNet network to segment the lung region and the lung region segmentation results (a3).
  • the lung area image obtained during UNet output is scaled back to the original image size, and each layer of lung area is expanded with a radius of 5 pixels, and the bounding box of the lung area is extracted according to the size of the lung area, and extracted from the bounding box The candidate area of the lung area (a3).
  • Step S24 Use the 3D UNet network to screen and segment the five lung lobe mask regions for the lung area candidate region to obtain the regions of the upper left lobe, the lower left lobe, the upper right lobe, the middle right lobe, and the lower right lobe; in this embodiment, the 3D UNet
  • the network uses a multi-layer 3D convolutional layer as the main structure of the encoding-decoding network for detection and output.
  • random cropping is used in the training process to obtain an input image of [128, 128, 64] size, which undergoes random change, rotation, upside down, and scale changes for image enhancement processing. Input to the 3D UNet network for network model training.
  • the input image of the 3D UNet network uses the lung area image data output in step S23 multiplied by the lung CT image processed in step S12 (b1) and the lung area image data output in step S23 multiplied by the doctor's outline Gold standard image of lung leaf (b2); mixed loss function: Dice loss function and Focal are used during model training Loss function, where the Dice Loss function is used to measure the quality of the result in image segmentation, Focal The loss function is used to deal with category imbalance.
  • a moving sliding window method can be used to obtain an image with a size of [128, 128, 64]. After the trained model is predicted, the original image can be restored to obtain 5 different lung lobe mask regions (b3).
  • Step S25 Perform morphological processing on the five lung lobes mask regions to obtain the final lung lobe segmentation results; in this embodiment, the step of performing morphological processing on the mask regions of the five lung lobes includes: removing five The area outside the mask area of the lung lobes, and the holes that fill the mask area of the five lung lobes, obtain the final lung lobe segmentation result.
  • Step S26 is to store the result of the lung lobes segmentation in the memory 11 or output and display it on the screen of the display 13.
  • the segmented images of different lung lobes are displayed on the screen of the display 13 for doctors to provide a more comprehensive reference in disease diagnosis and treatment.
  • the present invention also provides a computer-readable storage medium that stores a plurality of computer program instructions, and the computer program instructions are loaded by a processor of a computer device and execute the method of lung lobe segmentation based on the UNet network of the present invention.
  • Various steps Those skilled in the art can understand that all or part of the steps of the various methods in the foregoing embodiments can be completed by related program instructions.
  • the program can be stored in a computer-readable storage medium.
  • the storage medium may include: read-only memory, random access memory, Disk or CD, etc.
  • the lung lobe segmentation method, device and computer-readable storage medium based on UNet network of the present invention can normalize lung CT images, and use 2D UNet network to quickly and accurately extract lung regions from lung CT images, and remove After the influence of noise outside the lung area, the 3D UNet network is used to segment the lung lobes in the lung CT image to obtain five lung lobes mask regions, thereby efficiently controlling the accuracy and speed of lung lobes segmentation, improving the efficiency of segmentation and not being affected. Limited to differences in individual lung morphology.
  • the invention realizes fast and accurate extraction of lung lobes through UNet network, locates the position of lung cancer, and provides medical guidance for the diagnosis and treatment of lung cancer for doctors.
  • the lung lobe segmentation method, device and computer-readable storage medium based on UNet network of the present invention can normalize lung CT images and use 2D UNet network to quickly obtain lung CT images. Accurately extract the lung area, remove the influence of noise outside the lung area, and then use the 3D UNet network to segment the lung lobes in the lung CT image to obtain five lung lobes mask areas, thereby efficiently controlling the accuracy and speed of lung lobes segmentation, and improving The efficiency of lung lobes segmentation is not limited to individual lung morphological differences.
  • the invention realizes fast and accurate extraction of lung lobes through UNet network, locates the position of lung cancer, and provides medical guidance for the diagnosis and treatment of lung cancer for doctors.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Apparatus For Radiation Diagnosis (AREA)
  • Image Processing (AREA)

Abstract

本发明提供一种基于UNet网络的肺叶分割方法、装置及计算机可读存储介质,涉及肺叶影像处理领域。所述肺叶分割方法包括:从影像输入设备获取肺部CT影像数据;对输入的肺部CT影像数据进行归一化处理;对处理后的影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域;对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域,得到左上叶、左下叶、右上叶、右中叶以及右下叶的区域;对五个肺叶掩膜区域分别进行形态学处理,得到最终的肺叶分割结果;将肺叶分割结果存储在存储器中,或者输出并显示在显示器的屏幕上。本发明通过UNet网络实现快速、准确地提取肺叶,定位肺癌位置,为医生对肺癌的诊断治疗提供指导。

Description

基于UNet网络的肺叶分割方法、装置及计算机可读存储介质 技术领域
本发明涉及肺叶影像处理的技术领域,尤其涉及一种基于UNet网络的肺叶分割方法、装置及计算机可读存储介质。
背景技术
随着CT的应用普及,为肺癌的早期筛查提供了便利。近年来的统计发现,肺癌的发病率越来越高,同时也是癌症致死率的首要原因,外科切除肺叶是治疗肺癌的首要方法。传统的肺叶分割算法一般是利用灰度信息寻找肺裂,再根据肺裂和其他的解剖学信息(气管和血管)提取出肺叶,这种方法不仅计算量大,而且很多肺裂由于疾病的影响,模糊不清,很难找全所有切片中的肺裂,造成肺叶提取困难。如何通过UNet网络实现快速、准确地提取肺叶,定位肺癌位置,为医生的诊断治疗提供指导成为业界的研究重点。
技术问题
本发明的主要目的在于提供一种基于UNet网络的肺叶分割方法、装置及计算机可读存储介质,旨在解决现有肺叶分割方法受限于个体肺部形态差异造成肺叶分割效率低且准确度低的技术问题。
技术解决方案
为实现上述目的,本发明提供一种基于UNet网络的肺叶分割装置,包括适于实现各种计算机程序指令的处理器以及适于存储多条计算机程序指令的存储器,其特征在于,所述计算机程序指令由处理器加载并执行如下步骤:从影像输入设备获取肺部CT影像数据;对输入的肺部CT影像数据进行归一化处理;对处理后的肺部CT影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域;对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域,得到左上叶、左下叶、右上叶、右中叶以及右下叶的区域;对五个肺叶掩膜区域分别进行形态学处理,得到最终的肺叶分割结果;将肺叶分割结果存储在存储器中,或者输出并显示在显示器的屏幕上。
优选地,所述对输入的肺部CT影像数据进行归一化处理的步骤包括:对输入的肺部CT影像数据进行预处理,将肺部CT影像数据的限定到[-1000,400]这个区间,然后归一化到[0,1]这个区间,以排除亮度较高的非肺部区域。
优选地,所述对五个肺叶的掩膜区域分别进行形态学处理的步骤包括如下步骤:去除五个肺叶掩膜区域外的区域,并填充五个肺叶掩膜区域的孔洞。
优选地,所述对处理后的影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域的步骤包括如下步骤:将肺部CT影像和肺区金标准图像均缩放到尺寸大小为[256,256];将缩放后的肺部CT影像和肺区金标准图像输入到2D UNet网络分割出包括肺内区域和肺外区域的肺区图像;将2D UNet输出得到的肺区图像再缩放至原图大小,并对每层肺区利用半径为5个像素的大小进行膨胀;根据肺区大小提取肺部区域的边界框,并从边界框中提取肺区候选区域。
优选地,所述对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域的步骤包括如下步骤:对肺部CT影像采用随机裁剪法得到尺寸大小为[128,128,64],并经过随机变化、旋转、上下翻转、尺寸变化做影像增强处理;将肺区影像数据乘以处理过的肺部CT影像数据和肺区影像数据乘以肺叶金标准图像数据输入到3D UNet网络中对肺部CT影像进行肺叶分割;将分割出的肺叶图像还原至原图大小得到5个不同的肺叶掩膜区域。
另一方面,本发明还提供一种基于UNet网络的肺叶分割方法,应用于计算机装置中,所述基于UNet网络的肺叶分割方法包括如下步骤:从影像输入设备获取肺部CT影像数据;对输入的肺部CT影像数据进行归一化处理;对处理后的肺部CT影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域;对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域,得到左上叶、左下叶、右上叶、右中叶以及右下叶的区域;对五个肺叶掩膜区域分别进行形态学处理,得到最终的肺叶分割结果;将肺叶分割结果存储在存储器中,或者输出并显示在显示器的屏幕上。
优选地,所述对输入的肺部CT影像数据进行归一化处理的步骤包括如下步骤:对输入的肺部CT影像数据进行预处理,将肺部CT影像数据的限定到[-1000,400]这个区间,然后归一化到[0,1]这个区间,以排除亮度较高的非肺部区域。
优选地,所述对五个肺叶的掩膜区域分别进行形态学处理的步骤包括如下步骤:去除五个肺叶掩膜区域外的区域,并填充五个肺叶掩膜区域的孔洞。
优选地,所述对处理后的影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域的步骤包括如下步骤:将肺部CT影像和肺区金标准图像均缩放到尺寸大小为[256,256];将缩放后的肺部CT影像和肺区金标准图像输入到2D UNet网络分割出包括肺内区域和肺外区域的肺区图像;将2D UNet输出得到的肺区图像再缩放至原图大小,并对每层肺区利用半径为5个像素的大小进行膨胀;根据肺区大小提取肺部区域的边界框,并从边界框中提取肺区候选区域。
优选地,所述对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域的步骤包括如下步骤:对肺部CT影像采用随机裁剪法得到尺寸大小为[128,128,64],并经过随机变化、旋转、上下翻转、尺寸变化做影像增强处理;将肺区影像数据乘以处理过的肺部CT影像数据和肺区影像数据乘以肺叶金标准图像数据输入到3D UNet网络中对肺部CT影像进行肺叶分割;将分割出的肺叶图像还原至原图大小得到5个不同的肺叶掩膜区域。
另一方面,本发明还提供一种计算机可读存储介质,该计算机可读存储介质存储多条计算机程序指令,所述计算机程序指令由计算机装置的处理器加载并执行所述基于UNet网络的肺叶分割方法的各项方法步骤。
有益效果
相较于现有技术,本发明所述基于UNet网络的肺叶分割方法、装置及计算机可读存储介质,能够通过对肺部CT图像进行归一化处理,采用2D UNet网络从肺部CT图像快速准确地提取肺区,去除肺区外噪声的影响,然后采用3D UNet网络对肺部CT图像中的肺叶进行分割,得到五个肺叶掩膜区域,从而高效地控制肺叶分割准确度和速度,提高了肺叶分割的效率且不受限于个体肺部形态差异。本发明通过UNet网络实现快速、准确地提取肺叶,定位肺癌位置,为医生对肺癌的诊断治疗提供医学指导。
附图说明
图1是本发明基于UNet网络的肺叶分割装置的较佳实施例的结构方框示意图;
图2是本发明基于UNet网络的肺叶分割方法较佳实施例的方法流程图;
图3是采用2D UNet网络从肺部CT图像提取肺区的示意图;
图4是采用3D UNet网络从肺部CT图像分割出五个肺叶的示意图。
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。
本发明的实施方式
为更进一步阐述本发明为达成预定发明目的所采取的技术手段及功效,以下结合附图及较佳实施例,对本发明的具体实施方式、结构、特征及其功效,详细说明如下。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
参照图1所示,图1是本发明基于UNet网络的肺叶分割装置的较佳实施例的结构示意图。在本实施例中,所述基于UNet网络的肺叶分割装置1包括,但不仅限于,适于存储各种计算机程序指令的存储器11、执行各种计算机程序指令的处理器12以及显示器13。所述存储器11和显示器13均通过电连接线与所述处理器12进行电气连接,并通过数据总线与处理器12进行数据传输连接。所述处理器12能够调用存储在所述存储器11中的基于UNet网络的肺叶分割程序10,并执行该肺叶分割程序10从影像输入设备2输入的肺部CT影像数据,并利用UNet网络基于肺部CT影像数据对肺叶进行分割。所述肺叶分割装置1可以为安装有本发明所述基于UNet网络的肺叶分割程序10的个人计算机、笔记本电脑、服务器等计算机装置。
在本实施例中,所述肺叶分割装置1连接有影像输入设备2,该影像输入设备2可以为CT扫描仪,能够扫描人体肺部得到肺部CT影像;该影像输入设备2也可以是医疗影像数据库,存储有人体的肺部CT影像。所述肺叶分割装置1能够从影像输入设备2获取肺部CT影像,并通过处理器12执行肺叶分割程序10对肺部CT影像进行处理,利用UNet网络对肺部CT影像快速准确地分割出不同的肺区。
在本实施例中,所述存储器11至少包括一种类型的可读存储介质,所述可读存储介质包括闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、磁性存储器、磁盘、光盘等。所述存储器11在一些实施例中可以是所述基于UNet网络的肺叶分割装置1的内部存储单元,例如该基于UNet网络的肺叶分割装置1的硬盘、只读存储器ROM,随机存储器RAM、电可擦写存储器EEPROM、快闪存储器FLASH或光盘等。所述存储器11在另一些实施例中也可以是基于UNet网络的肺叶分割装置1的外部存储设备,例如该基于UNet网络的肺叶分割装置1上配备的插接式硬盘,智能存储卡(Smart Media Card, SMC),安全数字(Secure Digital, SD)卡,闪存卡(Flash Card)等。进一步地,所述存储器11还可以既包括基于UNet网络的肺叶分割装置1的内部存储单元也包括外部存储设备。所述存储器11不仅可以用于存储安装于基于UNet网络的肺叶分割装置1的应用软件及各类数据,例如存储基于UNet网络的肺叶分割程序10的程序代码等,还可以用于暂时地存储已经输出或者将要输出的数据。
在本实施例中,所述处理器12在一些实施例中可以是一中央处理器(Central Processing Unit, CPU)、控制器、微控制器、微处理器或其他数据处理芯片,用于调用并运行存储器11中存储的程序代码或处理数据,例如执行基于UNet网络的肺叶分割程序10等。所述显示器13可以为触摸显示屏也可以为通用的LED显示屏,能够显示肺叶分割结果,分割出的不同部位的肺叶区域。
可选地,在其他实施例中,所述基于UNet网络的肺叶分割程序10还可以被分割为一个或者多个模块,一个或者多个模块被存储于存储器11中,并由一个或多个处理器(本实施例为处理器12)所执行以完成本发明,本发明所称的模块是指能够完成特定功能的一系列计算机程序指令段,用于描述基于UNet网络的肺叶分割程序10在所述基于UNet网络的肺叶分割装置1中的执行过程。
在本实施例中,所述基于UNet网络的肺叶分割程序10由多条计算机程序指令组成的程序模块组成,包括但不局限于,肺部影像输入模块101、影像数据处理模块102、肺内区域筛选模块103、肺叶分割模块104、肺叶处理模块105以及肺叶分割结果输出模块106。本发明所称的模块是指一种能够被肺叶分割装置1的处理器12执行并且能够完成固定功能的一系列计算机程序指令段,其存储在存储器11中。
所述肺部影像输入模块101用于从影像输入设备2获取肺部CT影像数据。在本实施例中,所述影像输入设备2可以为CT扫描仪,能够扫描人体肺部得到肺部CT影像;该影像输入设备2也可以为医疗影像数据库,存储有待分割的人体肺部CT影像。
所述影像数据处理模块102用于对输入的肺部CT影像数据进行归一化处理,以排除亮度较高的非肺部区域。在本实施例中,所述影像数据处理模块102对输入的肺部CT影像数据进行预处理,将影像数据的限定到[-1000,400]这个区间,然后归一化到[0,1]这个区间,以排除亮度较高的非肺部区域。
所述肺内区域筛选模块103用于对处理后的影像数据利用2D UNet网络分割出肺内区域和肺外区域,并将肺内区域作为肺区候选区域。在本实施例中,所述2D UNet网络采用的是多层2D卷积层为主体结构的编码-解码网络进行检测和输出,为了保证图像能正确输入到2D UNet网络中,2D UNet网络输入使用的尺寸是[256,256]。如图3所示,2D UNet网络输入的图像为经步骤S12处理过的肺部CT影像(a1)和对应的医生勾画的肺区金标准图像(a2),肺部CT影像(a1)和肺区金标准图像(a2)均需要全部缩放到[256,256]这个尺寸,再输入到2D UNet网络分割出肺内区域和肺外区域的肺区分割结果(a3)。在2D UNet输出时得到的肺部区域图像再缩放回原来图像的大小,对每层肺区利用半径为5个像素的大小进行膨胀,根据肺区大小提取肺部区域的边界框,从边界框中提取出肺区候选区域(a3)。
所述肺叶分割模块104用于对肺区候选区域利用3D UNet网络筛分割五个肺叶掩膜区域,得到左上叶、左下叶、右上叶、右中叶以及右下叶的区域;在本实施例中,所述3D UNet网络采用的是多层3D卷积层为主体结构的编码-解码网络进行检测和输出。为了保证图像能正确输入到3D UNet网络中,训练过程中采用随机裁剪的方法得到[128,128,64]大小的输入图像,经过随机变化、旋转、上下翻转、尺度变化等做影像增强处理,输入到3D UNet网络中进行网络模型训练。如图4所示,3D UNet网络的输入图像使用的是S23步骤输出的肺区影像数据乘以S12步骤处理过的肺部CT影像(b1)和S23步骤输出的肺区影像数据乘以医生勾画的肺叶金标准图像(b2);模型训练时使用了混合损失函数:Dice loss函数和Focal loss函数,其中,Dice Loss函数用于图像分割中衡量结果的好坏,Focal loss函数用于处理类别不均衡。测试阶段可以采用移动滑窗的方法得到[128,128,64]大小的图像,经过训练出的模型预测后,还原回原图可得到5个不同的肺叶掩膜区域(b3)。
所述肺叶处理模块105用于对五个肺叶掩膜区域分别进行形态学处理,得到最终的肺叶分割结果;在本实施例中,所述对五个肺叶的掩膜区域分别进行形态学处理的步骤包括:去除五个肺叶掩膜区域外的区域,以及填充五个肺叶掩膜区域的孔洞,得到最终的肺叶分割结果。
所述肺叶分割结果输出模块106用于将肺叶分割结果存储在存储器11中,或者输出并显示在显示器13的屏幕上。在本实施例中,将分割出的不同的肺叶影像显示在显示器13的屏幕上,以供医生在疾病诊断治疗方面提供更加全面的参考。
参考图2所示,是本发明基于UNet网络的肺叶分割方法较佳实施例的流程图。在本实施例中,所述基于UNet网络的肺叶分割方法的各种方法步骤通过计算机软件程序来实现,该计算机软件程序以计算机程序指令的形式存储于计算机可读存储介质(例如本实施例的存储器11)中,计算机可读存储介质可以包括:只读存储器、随机存储器、磁盘或光盘等,所述计算机程序指令能够被处理器(例如本实施例的处理器12)加载并执行如下步骤:
步骤S21,从影像输入设备2获取肺部CT影像数据。在本实施例中,所述影像输入设备2可以为CT扫描仪,能够扫描人体肺部得到肺部CT影像;也可以为医疗影像数据库,存储有待分割的人体肺部CT影像。
步骤S22,对输入的肺部CT影像数据进行归一化处理,以排除亮度较高的非肺部区域。在本实施例中,所述影像数据处理模块102对输入的肺部CT影像数据进行预处理,将影像数据的限定到[-1000,400]这个区间,然后归一化到[0,1]这个区间,以排除亮度较高的非肺部区域。
步骤S23,对处理后的影像数据利用2D UNet网络分割出肺内区域和肺外区域,并将肺内区域作为肺区候选区域。在本实施例中,所述2D UNet网络采用的是多层2D卷积层为主体结构的编码-解码网络进行检测和输出,为了保证图像能正确输入到2D UNet网络中,2D UNet网络输入使用的尺寸是[256,256]。如图3所示2D UNet网络输入的图像为经步骤S12处理过的肺部CT影像(a1)和对应的医生勾画的肺区金标准图像(a2),肺部CT影像(a1)和肺区金标准图像(a2)均需要全部缩放到[256,256]这个尺寸,再输入到2D UNet网络分割出肺内区域和肺外区域的肺区分割结果(a3)。在2D UNet输出时得到的肺部区域图像再缩放回原来图像的大小,对每层肺区利用半径为5个像素的大小进行膨胀,根据肺区大小提取肺部区域的边界框,从边界框中提取出肺区候选区域(a3)。
步骤S24,对肺区候选区域利用3D UNet网络筛分割五个肺叶掩膜区域,得到左上叶、左下叶、右上叶、右中叶以及右下叶的区域;在本实施例中,所述3D UNet网络采用的是多层3D卷积层为主体结构的编码-解码网络进行检测和输出。为了保证图像能正确输入到3D UNet网络中,训练过程中采用随机裁剪的方法得到[128,128,64]大小的输入图像,经过随机变化、旋转、上下翻转、尺度变化等做影像增强处理,输入到3D UNet网络中进行网络模型训练。如图4所示,3D UNet网络的输入图像使用的是S23步骤输出的肺区影像数据乘以S12步骤处理过的肺部CT影像(b1)和S23步骤输出的肺区影像数据乘以医生勾画的肺叶金标准图像(b2);模型训练时使用了混合损失函数:Dice loss函数和Focal loss函数,其中,Dice Loss函数用于图像分割中衡量结果的好坏,Focal loss函数用于处理类别不均衡。测试阶段可以采用移动滑窗的方法得到[128,128,64]大小的图像,经过训练出的模型预测后,还原回原图可得到5个不同的肺叶掩膜区域(b3)。
步骤S25,对五个肺叶掩膜区域分别进行形态学处理,得到最终的肺叶分割结果;在本实施例中,所述对五个肺叶的掩膜区域分别进行形态学处理的步骤包括:去除五个肺叶掩膜区域外的区域,以及填充五个肺叶掩膜区域的孔洞,得到最终的肺叶分割结果。
步骤S26,于将肺叶分割结果存储在存储器11中,或者输出并显示在显示器13的屏幕上。在本实施例中,将分割出的不同的肺叶影像显示在显示器13的屏幕上,以供医生在疾病诊断治疗方面提供更加全面的参考。
本发明还一种计算机可读存储介质,该计算机可读存储介质存储多条计算机程序指令,所述计算机程序指令由计算机装置的处理器加载并执行本发明所述基于UNet网络的肺叶分割方法的各个步骤。本领域技术人员可以理解,上述实施方式中各种方法的全部或部分步骤可以通过相关程序指令完成,该程序可以存储于计算机可读存储介质中,存储介质可以包括:只读存储器、随机存储器、磁盘或光盘等。
本发明所述基于UNet网络的肺叶分割方法、装置及计算机可读存储介质,能够通过对肺部CT图像进行归一化处理,采用2D UNet网络从肺部CT图像快速准确地提取肺区,去除肺区外噪声的影响,然后采用3D UNet网络对肺部CT图像中的肺叶进行分割,得到五个肺叶掩膜区域,从而高效地控制肺叶分割准确度和速度,提高了分割的效率且不受限于个体肺部形态差异。本发明通过UNet网络实现快速、准确地提取肺叶,定位肺癌位置,为医生对肺癌的诊断治疗提供医学指导。
以上仅为本发明的较佳实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。
工业实用性
相较于现有技术,本发明所述基于UNet网络的肺叶分割方法、装置及计算机可读存储介质,能够通过对肺部CT图像进行归一化处理,采用2D UNet网络从肺部CT图像快速准确地提取肺区,去除肺区外噪声的影响,然后采用3D UNet网络对肺部CT图像中的肺叶进行分割,得到五个肺叶掩膜区域,从而高效地控制肺叶分割准确度和速度,提高了肺叶分割的效率且不受限于个体肺部形态差异。本发明通过UNet网络实现快速、准确地提取肺叶,定位肺癌位置,为医生对肺癌的诊断治疗提供医学指导。

Claims (10)

  1. 一种基于UNet网络的肺叶分割装置,包括适于实现各种计算机程序指令的处理器以及适于存储多条计算机程序指令的存储器,其特征在于,所述计算机程序指令由处理器加载并执行如下步骤:
    从影像输入设备获取肺部CT影像数据;
    对输入的肺部CT影像数据进行归一化处理;
    对处理后的肺部CT影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域;
    对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域,得到左上叶、左下叶、右上叶、右中叶以及右下叶的区域;
    对五个肺叶掩膜区域分别进行形态学处理,得到最终的肺叶分割结果;
    将肺叶分割结果存储在存储器中,或者输出并显示在显示器的屏幕上。
  2. 如权利要求1所述的基于UNet网络的肺叶分割装置,其特征在于:
    所述对输入的肺部CT影像数据进行归一化处理的步骤包括如下步骤:对输入的肺部CT影像数据进行预处理,并将肺部CT影像数据的限定到[-1000,400]这个区间,再归一化到[0,1]这个区间,以排除亮度较高的非肺部区域;
    所述对五个肺叶的掩膜区域分别进行形态学处理的步骤包括如下步骤:去除五个肺叶掩膜区域外的区域,以及填充五个肺叶掩膜区域的孔洞。
  3. 如权利要求1所述的基于UNet网络的肺叶分割装置,其特征在于,所述对处理后的影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域的步骤包括如下步骤:
    将肺部CT影像和肺区金标准图像均缩放到尺寸大小为[256,256];
    将缩放后的肺部CT影像和肺区金标准图像输入到2D UNet网络分割出包括肺内区域和肺外区域的肺区图像;
    将2D UNet输出得到的肺区图像再缩放至原图大小,并对每层肺区利用半径为5个像素的大小进行膨胀;
    根据肺区大小提取肺部区域的边界框,并从边界框中提取肺区候选区域。
  4. 如权利要求1所述的基于UNet网络的肺叶分割装置,其特征在于,所述对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域的步骤包括如下步骤:
    对肺部CT影像采用随机裁剪法得到尺寸大小为[128,128,64],并经过随机变化、旋转、上下翻转、尺寸变化做影像增强处理;
    将肺区影像数据乘以处理过的肺部CT影像数据和肺区影像数据乘以肺叶金标准图像数据输入到3D UNet网络中对肺部CT影像进行肺叶分割;
    将分割出的肺叶图像还原至原图大小得到5个不同的肺叶掩膜区域。
  5. 一种基于UNet网络的肺叶分割方法,应用于计算机装置中,其特征在于,所述基于UNet网络的肺叶分割方法包括如下步骤:
    从影像输入设备获取肺部CT影像数据;
    对输入的肺部CT影像数据进行归一化处理;
    对处理后的肺部CT影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域;
    对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域,得到左上叶、左下叶、右上叶、右中叶以及右下叶的区域;
    对五个肺叶掩膜区域分别进行形态学处理,得到最终的肺叶分割结果;
    将肺叶分割结果存储在存储器中,或者输出并显示在显示器的屏幕上。
  6. 如权利要求5所述的基于UNet网络的肺叶分割方法,其特征在于,所述对输入的肺部CT影像数据进行归一化处理的步骤包括如下步骤:对输入的肺部CT影像数据进行预处理,并将肺部CT影像数据的限定到[-1000,400]这个区间,再归一化到[0,1]这个区间,以排除亮度较高的非肺部区域。
  7. 如权利要求5所述的基于UNet网络的肺叶分割方法,其特征在于,所述对五个肺叶的掩膜区域分别进行形态学处理的步骤包括如下步骤:去除五个肺叶掩膜区域外的区域,以及填充五个肺叶掩膜区域的孔洞。
  8. 如权利要求5所述的基于UNet网络的肺叶分割方法,其特征在于,所述对处理后的影像数据利用2D UNet网络筛选出肺内区域和肺外区域,并将肺内区域作为肺区候选区域的步骤包括如下步骤:
    将肺部CT影像和肺区金标准图像均缩放到尺寸大小为[256,256];
    将缩放后的肺部CT影像和肺区金标准图像输入到2D UNet网络分割出包括肺内区域和肺外区域的肺区图像;
    将2D UNet输出得到的肺区图像再缩放至原图大小,并对每层肺区利用半径为5个像素的大小进行膨胀;
    根据肺区大小提取肺部区域的边界框,并从边界框中提取肺区候选区域。
  9. 如权利要求5所述的基于UNet网络的肺叶分割方法,其特征在于,所述对肺区候选区域利用3D UNet网络分割出五个肺叶掩膜区域的步骤包括如下步骤:
    对肺部CT影像采用随机裁剪法得到尺寸大小为[128,128,64],并经过随机变化、旋转、上下翻转、尺寸变化做影像增强处理;
    将肺区影像数据乘以处理过的肺部CT影像数据和肺区影像数据乘以肺叶金标准图像数据输入到3D UNet网络中对肺部CT影像进行肺叶分割;
    将分割出的肺叶图像还原至原图大小得到5个不同的肺叶掩膜区域。
  10. 一种计算机可读存储介质,该计算机可读存储介质存储多条计算机程序指令,其特征在于,所述计算机程序指令由计算机装置的处理器加载并执行如权利要求5至9任一项所述基于UNet网络的肺叶分割方法的各项方法步骤。
PCT/CN2019/117321 2019-05-24 2019-11-12 基于UNet网络的肺叶分割方法、装置及计算机可读存储介质 Ceased WO2020238043A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910437417.7 2019-05-24
CN201910437417.7A CN111986206A (zh) 2019-05-24 2019-05-24 基于UNet网络的肺叶分割方法、装置及计算机可读存储介质

Publications (1)

Publication Number Publication Date
WO2020238043A1 true WO2020238043A1 (zh) 2020-12-03

Family

ID=73436885

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/117321 Ceased WO2020238043A1 (zh) 2019-05-24 2019-11-12 基于UNet网络的肺叶分割方法、装置及计算机可读存储介质

Country Status (2)

Country Link
CN (1) CN111986206A (zh)
WO (1) WO2020238043A1 (zh)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112349429B (zh) * 2020-12-01 2021-09-21 苏州体素信息科技有限公司 疾病预测方法、疾病预测模型训练方法及装置、存储介质
CN112884792B (zh) * 2021-02-02 2022-10-25 青岛海信医疗设备股份有限公司 肺部图像分割的方法、装置、电子设备及存储介质
CN112950554B (zh) * 2021-02-05 2021-12-21 慧影医疗科技(北京)有限公司 一种基于肺分割的肺叶分割优化方法及系统
CN112734755A (zh) * 2021-03-15 2021-04-30 四川大学 基于3d全卷积神经网络与多任务学习的肺叶分割方法
CN113344881A (zh) * 2021-06-09 2021-09-03 西安智诊智能科技有限公司 一种基于深度学习的肺叶图像分割方法
CN113576487B (zh) * 2021-06-18 2023-06-13 深圳技术大学 特征的确定、心电预测方法及装置、电子设备和存储介质
CN115147359B (zh) * 2022-06-06 2023-04-07 北京医准智能科技有限公司 肺叶分割网络模型训练方法、装置、电子设备及存储介质
CN117523207B (zh) * 2024-01-04 2024-04-09 广东欧谱曼迪科技股份有限公司 肺叶分割矫正处理的方法、装置、电子设备及存储介质
CN117576126B (zh) * 2024-01-16 2024-04-09 广东欧谱曼迪科技股份有限公司 一种肺叶分割的优化方法、装置、电子设备及存储介质
CN120163938A (zh) * 2025-04-28 2025-06-17 南方医科大学南方医院 肺血管动态透视模型的构建方法、肺血管动态透视方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180137656A1 (en) * 2016-11-11 2018-05-17 Shanghai Neusoft Medical Technology Co., Ltd. Correcting pet image attenuation
CN108133476A (zh) * 2017-12-26 2018-06-08 安徽科大讯飞医疗信息技术有限公司 一种肺结节自动检测方法及系统
CN108389210A (zh) * 2018-02-28 2018-08-10 深圳天琴医疗科技有限公司 一种医学图像分割方法及装置
CN109685787A (zh) * 2018-12-21 2019-04-26 杭州依图医疗技术有限公司 Ct影像的肺叶段分割中的输出方法、装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180137656A1 (en) * 2016-11-11 2018-05-17 Shanghai Neusoft Medical Technology Co., Ltd. Correcting pet image attenuation
CN108133476A (zh) * 2017-12-26 2018-06-08 安徽科大讯飞医疗信息技术有限公司 一种肺结节自动检测方法及系统
CN108389210A (zh) * 2018-02-28 2018-08-10 深圳天琴医疗科技有限公司 一种医学图像分割方法及装置
CN109685787A (zh) * 2018-12-21 2019-04-26 杭州依图医疗技术有限公司 Ct影像的肺叶段分割中的输出方法、装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HUANG, SHAOHUI ET AL.: "Application Research of 2D/3D Cascade Convolution in Segmentation of CT Pulmonary Artery", CHINA NUMERAL MEDICAL SCIENCE JOURNAL, vol. 14, no. 5, 15 May 2019 (2019-05-15), pages 1 - 5, XP055762277 *

Also Published As

Publication number Publication date
CN111986206A (zh) 2020-11-24

Similar Documents

Publication Publication Date Title
CN109461495B (zh) 一种医学图像的识别方法、模型训练的方法及服务器
WO2022063199A1 (zh) 一种肺结节自动检测方法、装置及计算机系统
CN112184659B (zh) 一种肺部图像处理方法、装置及设备
CN108133476B (zh) 一种肺结节自动检测方法及系统
CN111986206A (zh) 基于UNet网络的肺叶分割方法、装置及计算机可读存储介质
CN110033456A (zh) 一种医疗影像的处理方法、装置、设备和系统
CN111462049B (zh) 一种乳腺超声造影视频中病灶区形态自动标注方法
CN108464840A (zh) 一种乳腺肿块自动检测方法及系统
CN114092450B (zh) 一种基于胃镜检查视频的实时图像分割方法、系统、装置
CN110276408B (zh) 3d图像的分类方法、装置、设备及存储介质
CN110930414B (zh) 医学影像的肺部区域阴影标记方法、装置、服务器及存储介质
CN115115657B (zh) 病灶分割方法及装置、电子设备及存储介质
CN110021021B (zh) 头部图像分析装置及图像分析方法
CN111738975B (zh) 图像辨识方法及图像辨识装置
CN114757908B (zh) 基于ct影像的图像处理方法、装置、设备及存储介质
CN109800820B (zh) 一种基于超声造影图像均匀程度的分类方法
Ghorakavi TBNet: pulmonary tuberculosis diagnosing system using deep neural networks
CN116862872A (zh) 乳腺病灶超声图像处理模型训练方法、相关方法及装置
CN112633405A (zh) 模型训练方法、医学影像分析方法及装置、设备、介质
CN116309647B (zh) 颅脑病灶图像分割模型构建方法、图像分割方法及设备
US20210383547A1 (en) Medical image processing
CN118447063A (zh) 一种基于膨胀血管约束和度量学习的视网膜图像配准方法
CN118247287A (zh) 肾脏自动分段方法、装置、电子设备及存储介质
Suneetha et al. Brain tumor detection using deep learning: A comprehensive approach to automated diagnosis
CN115619803A (zh) 一种图像分割方法、系统及电子设备

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19931315

Country of ref document: EP

Kind code of ref document: A1