WO2023221513A1 - Image partitioning method, apparatus and device, and readable storage medium - Google Patents

Image partitioning method, apparatus and device, and readable storage medium Download PDF

Info

Publication number
WO2023221513A1
WO2023221513A1 PCT/CN2022/142223 CN2022142223W WO2023221513A1 WO 2023221513 A1 WO2023221513 A1 WO 2023221513A1 CN 2022142223 W CN2022142223 W CN 2022142223W WO 2023221513 A1 WO2023221513 A1 WO 2023221513A1
Authority
WO
WIPO (PCT)
Prior art keywords
processed
image block
image
tissue
stained
Prior art date
Application number
PCT/CN2022/142223
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 中国科学院深圳先进技术研究院
Publication of WO2023221513A1 publication Critical patent/WO2023221513A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0012Biomedical image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/762Arrangements for image or video recognition or understanding using pattern recognition or machine learning using clustering, e.g. of similar faces in social networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/82Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/30024Cell structures in vitro; Tissue sections in vitro

Definitions

  • the present application relates to the technical field of computer-assisted biological tissue section staining image analysis, and more specifically, to an image partitioning method, device, equipment and readable storage medium.
  • the partitioning of biological tissue section staining images is an important branch of computer-aided biological tissue section staining image analysis.
  • the partitioning of biological tissue section staining images can divide the biological tissue section staining images into regions corresponding to different tissue types, which is helpful to assist The pathologist reads the film and assists in computer diagnosis.
  • the current partitioning scheme for biological tissue section stained images generally obtains a biological tissue section stained image partitioning model through supervised training, and uses the biological tissue section stained image partitioning model to partition the biological tissue section stained image.
  • the biological tissue section stained image partitioning model obtained through supervised training has poor versatility. It can only partition the biological tissue section stained images covered by the training data set. It can only partition the biological tissue section stained images not covered by the training data set. , cannot be processed, and the supervised training of the biological tissue section stained image partitioning model needs to rely on a large number of accurately annotated training data sets.
  • the annotation of biological tissue section stained images requires a deep histopathological background, there is no accurate annotation The data set is very small.
  • this application proposes an image partitioning method, device, equipment and readable storage medium to provide a partitioning scheme for biological tissue section staining images that does not require supervised training of a biological tissue section staining image partitioning model.
  • An image partitioning method includes:
  • tissue morphology feature vector of each image block to be processed.
  • Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response intensity;
  • cluster each image block to be processed Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain a clustering result of each image block to be processed;
  • the biological tissue section stained image is partitioned.
  • the determining the image block to be processed in the stained image of the biological tissue section includes:
  • tissue detection algorithm to determine the tissue area and background area of the stained image of the biological tissue section
  • the image block whose tissue area proportion meets the preset conditions is determined as the image block to be processed.
  • the feature extraction is performed on each image block to be processed to obtain the tissue morphology feature vector of each image block to be processed, including:
  • the feature extraction network is obtained by pre-training the convolutional neural network using natural image data sets. .
  • clustering each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtaining a clustering result of each image block to be processed including:
  • tissue morphology feature spatial distribution map Based on the morphological feature data set, generate a tissue morphology feature spatial distribution map, where each spatial location point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum;
  • a clustering algorithm is used to cluster each dimensionally reduced tissue morphology feature spectrum, and multiple clusters are obtained.
  • Each cluster corresponds to image blocks to be processed with similar tissue morphology feature spectrum, and different clusters correspond to image blocks with different tissue morphology feature spectrum. Process image blocks.
  • partitioning the biological tissue section stained image based on the clustering results of each image block to be processed includes:
  • the area corresponding to each image block to be processed in the stained image of the biological tissue section is colored according to the color information corresponding to the cluster where the image block to be processed is located, so as to achieve staining of the biological tissue section. Partitions of images.
  • the dimensionality reduction of each tissue morphology characteristic spectrum is performed to obtain the dimensionally reduced tissue morphology characteristic spectrum, including:
  • the clustering algorithm includes:
  • Kmeans any of Kmeans, hierarchical clustering, density-based clustering method, maximum expectation clustering using Gaussian mixture model, graph group detection, mean shift clustering.
  • An image partitioning device includes:
  • An acquisition unit is used to acquire stained images of biological tissue sections to be partitioned
  • a determination unit configured to determine the image block to be processed in the stained image of the biological tissue section
  • a feature extraction unit is used to extract features of each image block to be processed and obtain a tissue morphology feature vector of each image block to be processed.
  • Each element in the tissue morphology feature vector corresponds to a tissue morphology feature at that location. Describe the response intensity of the image block to be processed;
  • a clustering unit is used to cluster each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtain a clustering result of each image block to be processed;
  • a partitioning unit is used to partition the biological tissue section stained image based on the clustering results of each image block to be processed.
  • An image partitioning device including a memory and a processor
  • the memory is used to store programs
  • the processor is used to execute the program and implement the following steps:
  • tissue morphology feature vector of each image block to be processed.
  • Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response strength;
  • cluster each image block to be processed Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain a clustering result of each image block to be processed;
  • the biological tissue section stained image is partitioned.
  • the computer program is executed by a processor, the following steps are implemented:
  • tissue morphology feature vector of each image block to be processed.
  • Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response strength;
  • cluster each image block to be processed Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain a clustering result of each image block to be processed;
  • the biological tissue section stained image is partitioned.
  • this application discloses an image partitioning method, device, equipment and non-volatile computer-readable storage medium.
  • biological tissue section stained images can be partitioned based on clustering, without the need for supervised training of the biological tissue section stained image partitioning model.
  • Figure 1 is a schematic flow chart of an image partitioning method disclosed in an embodiment of the present application.
  • Figure 2 is a schematic flow chart of a method disclosed in an embodiment of the present application for clustering each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtaining a clustering result of each image block to be processed;
  • Figure 3 is an example diagram of an image partitioning method disclosed in the embodiment of the present application.
  • Figure 4 is a schematic structural diagram of an image partitioning device disclosed in an embodiment of the present application.
  • FIG. 5 is a hardware structure block diagram of an image partitioning device disclosed in the embodiment of the present application.
  • Figure 1 is a schematic flowchart of an image partitioning method disclosed in an embodiment of the present application.
  • the method may include:
  • Step S101 Obtain stained images of biological tissue sections to be partitioned.
  • the biological tissue section staining image to be partitioned can be a biological tissue section staining image with high spatial resolution (pixel resolution less than 1 micron), for example, it can be a H&E stained tissue microscopic image.
  • Step S102 Determine the image block to be processed in the stained image of the biological tissue section.
  • the stained image of the biological tissue section can be cut into grid-shaped image blocks corresponding to a smaller tissue area as image blocks to be processed.
  • a tissue detection algorithm can be used to determine the tissue area and background area of the biological tissue section stained image; the biological tissue section stained image is divided into equal-sized image blocks; for each image block, according to The tissue area and background area of the image block are calculated, and the tissue area ratio in the image block is calculated; the image block whose tissue area ratio meets the preset conditions is determined as the image block to be processed.
  • the method of dividing the biological tissue section stained image into equal-sized image blocks can be determined according to scene requirements.
  • the biological tissue section stained image to be partitioned contains 10 4 ⁇ 10 4 pixels. Divide it into grid-like square image blocks of equal size. Each image block is 10 2 ⁇ 10 2 pixels in size and covers an area of approximately 10 2 ⁇ 10 2 square microns.
  • the preset conditions for the tissue area ratio to be satisfied can be determined based on the scene requirements. For example, if the tissue area ratio exceeds the preset percentage (such as 90%), it can be determined that the tissue area ratio meets the preset conditions.
  • the preset percentage such as 90%
  • Step S103 Perform feature extraction on each image block to be processed to obtain a histomorphological feature vector of each image block to be processed.
  • Each element in the histomorphological feature vector corresponds to a histomorphological feature in the to-be-processed image block. The response strength of the image patch.
  • the histomorphological feature vector of each image block to be processed can be various computer vision features, such as gray level co-occurrence matrix, threshold adjacency statistics, intensity statistical features, features output by the middle layer of the neural network model, etc. , this application does not make any limitations.
  • a feature extraction network can be used to extract features of each image block to be processed to obtain the histomorphological feature vector of each image block to be processed.
  • the feature extraction network uses natural image data sets to extract features. Pre-trained by convolutional neural network. For example, use convolutional neural networks (such as DenseNet, ResNet, VGG, etc.) pre-trained on natural image data sets (such as ImageNet) as feature extraction networks.
  • the image block to be processed is used as input after resizing and normalization preprocessing, and is forward propagated in the convolutional neural network.
  • the 3-channel image block is converted into a three-dimensional array with a large number of channels and a small number of pixels. Each channel corresponds to a visual feature, that is, a tissue morphological feature.
  • a pooling operation such as average global pooling
  • the three-dimensional array is reshaped into a tissue morphology feature vector. Each element in the tissue morphology feature vector corresponds to the response intensity of a morphological feature in the image block to be processed.
  • Step S104 Cluster each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtain a clustering result of each image block to be processed.
  • the partitioning problem of stained images of biological tissue sections is transformed into an unsupervised clustering problem. Since unsupervised clustering does not require the construction of annotation data sets for specific tissue sample types, it not only reduces the huge cost of annotating a large number of stained images of biological tissue sections, but also greatly expands the scope of application of the method, which can solve the problem of obvious morphology of all different tissue types. Partitioning task of differentially stained images of biological tissue sections.
  • Step S105 Based on the clustering results of each image block to be processed, partition the stained image of the biological tissue section.
  • This embodiment discloses an image partitioning method.
  • biological tissue section stained images can be partitioned based on clustering, without the need for supervised training of the biological tissue section stained image partitioning model.
  • step S104 is implemented by clustering each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtaining the clustering results of each image block to be processed.
  • Figure 2 is a method disclosed in an embodiment of the present application for clustering each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtaining a clustering result of each image block to be processed.
  • the flow diagram of this method may include:
  • Step S201 Obtain the position information of each image block to be processed in the stained image of the biological tissue section.
  • Step S202 Generate a morphological feature data set based on the position information of each image block to be processed in the biological tissue section stained image and the tissue morphology feature vector of each image block to be processed.
  • Step S203 Generate a tissue morphology feature spatial distribution map based on the morphological feature data set. Each spatial position point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum.
  • Step S204 Dimensionally reduce each tissue morphology feature spectrum to obtain a dimensionally reduced tissue morphology feature spectrum.
  • the number of morphological features is large, so the sample space is relatively sparse, and clustering will affect the effect. Therefore, based on the similarity between tissue morphological feature spectra (for example, measured by trigonometric distance), the feature dimension can be greatly reduced to three dimensions while retaining the structural relationship of the original data to the greatest extent.
  • a nonlinear dimensionality reduction algorithm or a linear dimensionality reduction algorithm can be used to reduce the dimensionality of each tissue morphology feature spectrum to obtain a dimensionally reduced tissue morphology feature spectrum.
  • Nonlinear dimensionality reduction algorithms include t-SNE (t-distributed stochastic neighbor embedding) algorithm, UMAP (Uniform Manifold Approximation and Projection, unified manifold approximation and projection) algorithm, etc.;
  • Linear dimensionality reduction algorithms include PCA (Principal Component Analysis, principal component analysis) algorithm, NMF (Non-negative matrix factorization, non-negative matrix decomposition), ICA (independent component analysis, independent component analysis), etc.
  • Step S205 Use a clustering algorithm to cluster each dimensionally reduced tissue morphology feature spectrum to obtain multiple clusters.
  • Each cluster corresponds to an image block to be processed with similar tissue morphology feature spectrum, and different clusters correspond to different tissue morphology feature spectra. Different image blocks to be processed.
  • the clustering algorithm may include: any one of Kmeans, hierarchical clustering, density-based clustering method, maximum expectation clustering using Gaussian mixture model, graph group detection, and mean shift clustering. .
  • the tissue morphological characteristic spectra in each cluster are similar to each other, while the clusters are quite different from each other. Based on the assumption that image blocks with similar tissue morphological characteristics belong to the same tissue type and images with different tissue morphology characteristics belong to different tissue types, the tissue type classification at the image block level is realized.
  • the stained image of the biological tissue section is Partitioning may include: coloring the area corresponding to each image block to be processed in the stained image of the biological tissue section, and coloring the image block to be processed according to the color information corresponding to the cluster where the image block to be processed is located, so as to achieve Partitions of stained images of biological tissue sections.
  • steps in the flowcharts of FIG. 1 and FIG. 2 are shown in sequence as indicated by arrows, these steps are not necessarily executed in the order indicated by arrows. Unless explicitly stated in this article, there is no strict order restriction on the execution of these steps, and these steps can be executed in other orders. Moreover, at least some of the steps in Figure 1 and Figure 2 may include multiple sub-steps or multiple stages. These sub-steps or stages are not necessarily executed at the same time, but may be executed at different times. These sub-steps or The execution order of the stages is not necessarily sequential, but may be performed in turn or alternately with other steps or sub-steps of other steps or at least part of the stages.
  • Figure 3 is an example diagram of an image partitioning method disclosed in an embodiment of the present application.
  • a deep convolutional neural network is used to extract the tissue morphological features of the image blocks, and then a morphological feature data set is generated based on the position information of each image block.
  • the tissue morphology feature spatial distribution map is generated from the tissue morphology feature data set.
  • Each spatial point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum.
  • Dimension reduction and clustering are then performed based on each tissue morphology feature spectrum, and finally the stained tissue microscopic image is obtained. partition.
  • the image partitioning device disclosed in the embodiment of the present application will be described below.
  • the image partitioning device described below and the image partitioning method described above can be referred to each other correspondingly.
  • Figure 4 is a schematic structural diagram of an image partitioning device disclosed in an embodiment of the present application. As shown in Figure 4, the image partitioning device may include:
  • the acquisition unit 11 is used to acquire stained images of biological tissue sections to be partitioned
  • Determining unit 12 used to determine the image block to be processed in the stained image of the biological tissue section
  • the feature extraction unit 13 is used to extract features of each image block to be processed and obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature.
  • the clustering unit 14 is used to cluster each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtain a clustering result of each image block to be processed;
  • the partitioning unit 15 is used to partition the biological tissue section stained image based on the clustering results of each image block to be processed.
  • Figure 5 is a hardware structure block diagram of an image partitioning device provided by an embodiment of the present application.
  • the hardware structure of the image partitioning device may include: at least one processor 1, at least one communication interface 2, and at least one memory 3 and at least one communication bus 4;
  • the number of processor 1, communication interface 2, memory 3, and communication bus 4 is at least one, and processor 1, communication interface 2, and memory 3 complete communication with each other through communication bus 4;
  • Processor 1 may be a central processing unit (CPU) or a specific integrated circuit (ASIC). Specific Integrated Circuit), or one or more integrated circuits, etc. configured to implement embodiments of the present invention
  • Memory 3 may include high-speed RAM memory, and may also include non-volatile memory (non-volatile memory), etc., such as at least one disk memory;
  • the memory stores a program, and the processor can call the program stored in the memory.
  • the program is used for:
  • tissue morphology feature vector of each image block to be processed.
  • Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response intensity;
  • cluster each image block to be processed Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain the clustering result of each image block to be processed;
  • the biological tissue section stained image is partitioned.
  • Embodiments of the present application also provide a non-volatile computer-readable storage medium.
  • the non-volatile computer-readable storage medium can store a program suitable for execution by a processor.
  • the program is used for:
  • tissue morphology feature vector of each image block to be processed.
  • Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response intensity;
  • cluster each image block to be processed Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain the clustering result of each image block to be processed;
  • the biological tissue section stained image is partitioned.

Abstract

Disclosed in the present application are an image partitioning method, apparatus and device, and a readable storage medium. The method comprises: acquiring a biological tissue slice dyed image to be partitioned; determining image blocks to be processed in the biological tissue slice dyed image; performing feature extraction on each said image block, so as to obtain a tissue morphological feature vector of each said image block, wherein each element in the tissue morphological feature vector corresponds to the response intensity of a tissue morphological feature in said image block; on the basis of the tissue morphological feature vectors of said image blocks, clustering said image blocks, so as to obtain a clustering result of said image blocks; and on the basis of the clustering result of said image blocks, partitioning the biological tissue slice dyed image. By using the scheme, a biological tissue slice dyed image can be partitioned on the basis of clustering, and there is no need to perform supervised training to obtain a biological tissue slice dyed image partition model.

Description

图像分区方法、装置、设备及可读存储介质Image partitioning method, device, equipment and readable storage medium
本申请要求于2022年5月18日提交中国专利局、申请号为CN202210539255.X、发明名称为“图像分区方法、装置、设备及可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese patent application submitted to the China Patent Office on May 18, 2022, with the application number CN202210539255. incorporated herein by reference.
技术领域Technical field
本申请涉及计算机辅助生物组织切片染色图像分析技术领域,更具体的说,是涉及一种图像分区方法、装置、设备及可读存储介质。The present application relates to the technical field of computer-assisted biological tissue section staining image analysis, and more specifically, to an image partitioning method, device, equipment and readable storage medium.
背景技术Background technique
伴随着生物组织切片染色图像实现数字化以及计算机算力的快速增长,计算机辅助生物组织切片染色图像分析技术逐渐获得了研究人员和临床病理医生的关注。其中,生物组织切片染色图像的分区属于计算机辅助生物组织切片染色图像分析的一个重要分支,生物组织切片染色图像的分区能够把生物组织切片染色图像划分为对应不同组织类型的区域,有助于辅助病理师读片以及辅助计算机诊断。With the digitization of biological tissue section staining images and the rapid growth of computer computing power, computer-assisted biological tissue section staining image analysis technology has gradually attracted the attention of researchers and clinical pathologists. Among them, the partitioning of biological tissue section staining images is an important branch of computer-aided biological tissue section staining image analysis. The partitioning of biological tissue section staining images can divide the biological tissue section staining images into regions corresponding to different tissue types, which is helpful to assist The pathologist reads the film and assists in computer diagnosis.
目前的对生物组织切片染色图像分区方案,一般是通过有监督训练得到生物组织切片染色图像分区模型,利用生物组织切片染色图像分区模型对生物组织切片染色图像进行分区。但是,通过有监督训练得到的生物组织切片染色图像分区模型,通用性较差,只能针对训练数据集所覆盖的生物组织切片染色图像进行分区,对于训练数据集未覆盖的生物组织切片染色图像,无法处理,而且,通过有监督训练生物组织切片染色图像分区模型,需要依赖大量准确标注的训练数据集,但是,由于生物组织切片染色图像的标注需要较深的组织病理学背景,有准确标注的数据集非常少。The current partitioning scheme for biological tissue section stained images generally obtains a biological tissue section stained image partitioning model through supervised training, and uses the biological tissue section stained image partitioning model to partition the biological tissue section stained image. However, the biological tissue section stained image partitioning model obtained through supervised training has poor versatility. It can only partition the biological tissue section stained images covered by the training data set. It can only partition the biological tissue section stained images not covered by the training data set. , cannot be processed, and the supervised training of the biological tissue section stained image partitioning model needs to rely on a large number of accurately annotated training data sets. However, since the annotation of biological tissue section stained images requires a deep histopathological background, there is no accurate annotation The data set is very small.
因此,如何提供一种无需有监督训练生物组织切片染色图像分区模型的生物组织切片染色图像的分区方案,成为本领域技术人员亟待解决的技术问题。Therefore, how to provide a partitioning scheme for biological tissue section stained images that does not require supervised training of a biological tissue section stained image partitioning model has become an urgent technical problem to be solved by those skilled in the art.
技术问题technical problem
鉴于上述问题,本申请提出了一种图像分区方法、装置、设备及可读存储介质,以提供一种无需有监督训练生物组织切片染色图像分区模型的生物组织切片染色图像的分区方案。In view of the above problems, this application proposes an image partitioning method, device, equipment and readable storage medium to provide a partitioning scheme for biological tissue section staining images that does not require supervised training of a biological tissue section staining image partitioning model.
技术解决方案Technical solutions
一种图像分区方法,所述方法包括:An image partitioning method, the method includes:
获取待进行分区的生物组织切片染色图像;Obtain stained images of biological tissue sections to be partitioned;
确定所述生物组织切片染色图像中的待处理图像块;Determine the image block to be processed in the stained image of the biological tissue section;
对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;Perform feature extraction on each image block to be processed to obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response intensity;
基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;及Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain a clustering result of each image block to be processed; and
基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned.
可选地,所述确定所述生物组织切片染色图像中的待处理图像块,包括:Optionally, the determining the image block to be processed in the stained image of the biological tissue section includes:
采用组织探测算法确定所述生物组织切片染色图像的组织区域和背景区域;Using a tissue detection algorithm to determine the tissue area and background area of the stained image of the biological tissue section;
将所述生物组织切片染色图像分割为大小相等的图像块;Divide the stained image of the biological tissue section into image blocks of equal size;
针对每个图像块,根据所述图像块的组织区域和背景区域,计算所述图像块中组织区域占比;及For each image block, calculate the proportion of the tissue area in the image block based on the tissue area and background area of the image block; and
将组织区域占比满足预设条件的图像块确定为待处理图像块。The image block whose tissue area proportion meets the preset conditions is determined as the image block to be processed.
可选地,所述对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,包括:Optionally, the feature extraction is performed on each image block to be processed to obtain the tissue morphology feature vector of each image block to be processed, including:
利用特征提取网络,对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述特征提取网络是利用自然图像数据集对卷积神经网络预训练得到的。Use a feature extraction network to extract features from each image block to be processed to obtain the histomorphological feature vector of each image block to be processed. The feature extraction network is obtained by pre-training the convolutional neural network using natural image data sets. .
可选地,所述基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果,包括:Optionally, clustering each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtaining a clustering result of each image block to be processed, including:
获取各个待处理图像块在所述生物组织切片染色图像中的位置信息;Obtain the position information of each image block to be processed in the stained image of the biological tissue section;
基于各个待处理图像块在所述生物组织切片染色图像中的位置信息,以及各个待处理图像块的组织形态学特征向量,生成形态学特征数据集;Generate a morphological feature data set based on the position information of each image block to be processed in the biological tissue section stained image and the tissue morphology feature vector of each image block to be processed;
基于所述形态学特征数据集,生成组织形态学特征空间分布图,所述组织形态学特征空间分布图中每个空间位置点对应一张组织形态特征谱;Based on the morphological feature data set, generate a tissue morphology feature spatial distribution map, where each spatial location point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum;
对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱;及Perform dimensionality reduction on each tissue morphology feature spectrum to obtain the dimensionally reduced tissue morphology feature spectrum; and
采用聚类算法,对各个降维后的组织形态特征谱进行聚类,得到多个簇,每个簇对应组织形态特征谱相似的待处理图像块,不同簇对应组织形态特征谱相异的待处理图像块。A clustering algorithm is used to cluster each dimensionally reduced tissue morphology feature spectrum, and multiple clusters are obtained. Each cluster corresponds to image blocks to be processed with similar tissue morphology feature spectrum, and different clusters correspond to image blocks with different tissue morphology feature spectrum. Process image blocks.
可选地,所述基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区,包括:Optionally, partitioning the biological tissue section stained image based on the clustering results of each image block to be processed includes:
将所述生物组织切片染色图像中对应各个待处理图像块的区域,依据所述待处理图像块所在簇对应的颜色信息,对所述待处理图像块进行着色,实现对所述生物组织切片染色图像的分区。The area corresponding to each image block to be processed in the stained image of the biological tissue section is colored according to the color information corresponding to the cluster where the image block to be processed is located, so as to achieve staining of the biological tissue section. Partitions of images.
可选地,所述对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱,包括:Optionally, the dimensionality reduction of each tissue morphology characteristic spectrum is performed to obtain the dimensionally reduced tissue morphology characteristic spectrum, including:
使用非线性降维算法,或,线性降维算法,对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱。Use a nonlinear dimensionality reduction algorithm or a linear dimensionality reduction algorithm to reduce the dimensionality of each tissue morphology feature spectrum to obtain the dimensionally reduced tissue morphology feature spectrum.
可选地,所述聚类算法,包括:Optionally, the clustering algorithm includes:
Kmeans、层次聚类、基于密度的聚类方法、用高斯混合模型的最大期望聚类、图团体检测、均值漂移聚类中的任意一种。Any of Kmeans, hierarchical clustering, density-based clustering method, maximum expectation clustering using Gaussian mixture model, graph group detection, mean shift clustering.
一种图像分区装置,所述装置包括:An image partitioning device, the device includes:
获取单元,用于获取待进行分区的生物组织切片染色图像;An acquisition unit is used to acquire stained images of biological tissue sections to be partitioned;
确定单元,用于确定所述生物组织切片染色图像中的待处理图像块;A determination unit configured to determine the image block to be processed in the stained image of the biological tissue section;
特征提取单元,用于对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;A feature extraction unit is used to extract features of each image block to be processed and obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature at that location. Describe the response intensity of the image block to be processed;
聚类单元,用于基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;及A clustering unit is used to cluster each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtain a clustering result of each image block to be processed; and
分区单元,用于基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。A partitioning unit is used to partition the biological tissue section stained image based on the clustering results of each image block to be processed.
一种图像分区设备,包括存储器和处理器;An image partitioning device including a memory and a processor;
所述存储器,用于存储程序;The memory is used to store programs;
所述处理器,用于执行所述程序,实现如以下步骤:The processor is used to execute the program and implement the following steps:
获取待进行分区的生物组织切片染色图像;Obtain stained images of biological tissue sections to be partitioned;
确定所述生物组织切片染色图像中的待处理图像块;Determine the image block to be processed in the stained image of the biological tissue section;
对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;Perform feature extraction on each image block to be processed to obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response strength;
基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;及Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain a clustering result of each image block to be processed; and
基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned.
一种非易失性计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时,实现以下步骤:A non-volatile computer-readable storage medium on which a computer program is stored. When the computer program is executed by a processor, the following steps are implemented:
获取待进行分区的生物组织切片染色图像;Obtain stained images of biological tissue sections to be partitioned;
确定所述生物组织切片染色图像中的待处理图像块;Determine the image block to be processed in the stained image of the biological tissue section;
对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;Perform feature extraction on each image block to be processed to obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response strength;
基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;及Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain a clustering result of each image block to be processed; and
基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned.
有益效果beneficial effects
借由上述技术方案,本申请公开了一种图像分区方法、装置、设备及非易失性计算机可读存储介质。获取待进行分区的生物组织切片染色图像;确定该生物组织切片染色图像中的待处理图像块;对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,该组织形态学特征向量中每个元素对应一个组织形态学特征在该待处理图像块的响应强度;基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;基于各个待处理图像块的聚类结果,对该生物组织切片染色图像进行分区。采用上述方案,基于聚类即可对生物组织切片染色图像进行分区,无需有监督训练生物组织切片染色图像分区模型。Through the above technical solutions, this application discloses an image partitioning method, device, equipment and non-volatile computer-readable storage medium. Obtain the stained image of the biological tissue section to be partitioned; determine the image blocks to be processed in the stained image of the biological tissue section; perform feature extraction on each image block to be processed, and obtain the tissue morphology feature vector of each image block to be processed, Each element in the tissue morphology feature vector corresponds to the response intensity of a tissue morphology feature in the image block to be processed; based on the tissue morphology feature vector of each image block to be processed, cluster each image block to be processed, and obtain Clustering results of each image block to be processed; based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned. Using the above scheme, biological tissue section stained images can be partitioned based on clustering, without the need for supervised training of the biological tissue section stained image partitioning model.
附图说明Description of the drawings
图1为本申请实施例公开的一种图像分区方法的流程示意图;Figure 1 is a schematic flow chart of an image partitioning method disclosed in an embodiment of the present application;
图2为本申请实施例公开的一种基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果的方法的流程示意图;Figure 2 is a schematic flow chart of a method disclosed in an embodiment of the present application for clustering each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtaining a clustering result of each image block to be processed;
图3为本申请实施例公开的一种图像分区方法示例图;Figure 3 is an example diagram of an image partitioning method disclosed in the embodiment of the present application;
图4为本申请实施例公开的一种图像分区装置结构示意图;Figure 4 is a schematic structural diagram of an image partitioning device disclosed in an embodiment of the present application;
图5为本申请实施例公开的一种图像分区设备的硬件结构框图Figure 5 is a hardware structure block diagram of an image partitioning device disclosed in the embodiment of the present application.
具体实施方式Detailed ways
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application. Obviously, the described embodiments are only some of the embodiments of the present application, rather than all of the embodiments. Based on the embodiments in this application, all other embodiments obtained by those of ordinary skill in the art without creative efforts fall within the scope of protection of this application.
接下来,通过下述实施例对本申请提供的图像分区方法进行介绍。Next, the image partitioning method provided by this application is introduced through the following embodiments.
参照图1,图1为本申请实施例公开的一种图像分区方法的流程示意图,该方法可以包括:Referring to Figure 1, Figure 1 is a schematic flowchart of an image partitioning method disclosed in an embodiment of the present application. The method may include:
步骤S101:获取待进行分区的生物组织切片染色图像。Step S101: Obtain stained images of biological tissue sections to be partitioned.
待进行分区的生物组织切片染色图像可以为高空间分辨率(像素分辨率小于1微米)的生物组织切片染色图像,比如可以为H&E染色组织显微图像。The biological tissue section staining image to be partitioned can be a biological tissue section staining image with high spatial resolution (pixel resolution less than 1 micron), for example, it can be a H&E stained tissue microscopic image.
步骤S102:确定所述生物组织切片染色图像中的待处理图像块。Step S102: Determine the image block to be processed in the stained image of the biological tissue section.
在本申请中,可以将所述生物组织切片染色图像网格状切割为对应组织面积较小的图像块,作为待处理图像块。具体实现方式将通过后面的实施例详细说明。In this application, the stained image of the biological tissue section can be cut into grid-shaped image blocks corresponding to a smaller tissue area as image blocks to be processed. The specific implementation will be described in detail through the following embodiments.
作为一种可实施方式,可以采用组织探测算法确定所述生物组织切片染色图像的组织区域和背景区域;将所述生物组织切片染色图像分割为大小相等的图像块;针对每个图像块,根据所述图像块的组织区域和背景区域,计算所述图像块中组织区域占比;将组织区域占比满足预设条件的图像块确定为待处理图像块。As an implementation manner, a tissue detection algorithm can be used to determine the tissue area and background area of the biological tissue section stained image; the biological tissue section stained image is divided into equal-sized image blocks; for each image block, according to The tissue area and background area of the image block are calculated, and the tissue area ratio in the image block is calculated; the image block whose tissue area ratio meets the preset conditions is determined as the image block to be processed.
将所述生物组织切片染色图像分割为大小相等的图像块的方式可以根据场景需求确定,比如,待进行分区的生物组织切片染色图像包含10 4×10 4个像素点。将其网格状分割为等大小的正方形图像块,每个图像块大小为10 2×10 2个像素点,覆盖约10 2×10 2平方微米的面积。 The method of dividing the biological tissue section stained image into equal-sized image blocks can be determined according to scene requirements. For example, the biological tissue section stained image to be partitioned contains 10 4 × 10 4 pixels. Divide it into grid-like square image blocks of equal size. Each image block is 10 2 × 10 2 pixels in size and covers an area of approximately 10 2 × 10 2 square microns.
组织区域占比满足的预设条件以根据场景需求确定,比如,可以组织区域占比超预设百分比(如90%)确定为组织区域占比满足预设条件。The preset conditions for the tissue area ratio to be satisfied can be determined based on the scene requirements. For example, if the tissue area ratio exceeds the preset percentage (such as 90%), it can be determined that the tissue area ratio meets the preset conditions.
步骤S103:对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度。Step S103: Perform feature extraction on each image block to be processed to obtain a histomorphological feature vector of each image block to be processed. Each element in the histomorphological feature vector corresponds to a histomorphological feature in the to-be-processed image block. The response strength of the image patch.
在本申请中,每个待处理图像块的组织形态学特征向量可以为各种计算机视觉特征,如灰度共生矩阵、阈值邻接统计、强度统计学特征、神经网络模型的中间层输出的特征等,对此,本申请不进行任何限定。In this application, the histomorphological feature vector of each image block to be processed can be various computer vision features, such as gray level co-occurrence matrix, threshold adjacency statistics, intensity statistical features, features output by the middle layer of the neural network model, etc. , this application does not make any limitations.
作为一种可实施方式,可以利用特征提取网络,对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述特征提取网络是利用自然图像数据集对卷积神经网络预训练得到的。比如,使用在自然图像数据集(如ImageNet)上预训练过的卷积神经网络(如DenseNet、ResNet、VGG等)作为特征提取网络。待处理图像块在经过调整大小和归一化预处理后作为输入,在卷积神经网络进行前向传播。在预先选定的中间层(如DenseNet201的conv5_block32层),3通道的图像块转化为通道数多而像素数少的三维数组,每个通道对应一个视觉特征,即组织形态学特征。通过池化操作(如平均全局池化),把三维数组重整为组织形态学特征向量,组织形态学特征向量中每个元素对应一个形态学特征在该待处理图像块的响应强度。As an implementation method, a feature extraction network can be used to extract features of each image block to be processed to obtain the histomorphological feature vector of each image block to be processed. The feature extraction network uses natural image data sets to extract features. Pre-trained by convolutional neural network. For example, use convolutional neural networks (such as DenseNet, ResNet, VGG, etc.) pre-trained on natural image data sets (such as ImageNet) as feature extraction networks. The image block to be processed is used as input after resizing and normalization preprocessing, and is forward propagated in the convolutional neural network. In the pre-selected intermediate layer (such as the conv5_block32 layer of DenseNet201), the 3-channel image block is converted into a three-dimensional array with a large number of channels and a small number of pixels. Each channel corresponds to a visual feature, that is, a tissue morphological feature. Through a pooling operation (such as average global pooling), the three-dimensional array is reshaped into a tissue morphology feature vector. Each element in the tissue morphology feature vector corresponds to the response intensity of a morphological feature in the image block to be processed.
步骤S104:基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果。Step S104: Cluster each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtain a clustering result of each image block to be processed.
在本申请中,将生物组织切片染色图像的分区问题转化为无监督聚类问题。由于无监督聚类无需针对特定组织样本类型构建标注数据集,既降低了标注大量生物组织切片染色图像的巨大成本,又极大地扩展了方法的适用范围,可以解决所有不同组织类型有明显形态学差异的生物组织切片染色图像的分区任务。In this application, the partitioning problem of stained images of biological tissue sections is transformed into an unsupervised clustering problem. Since unsupervised clustering does not require the construction of annotation data sets for specific tissue sample types, it not only reduces the huge cost of annotating a large number of stained images of biological tissue sections, but also greatly expands the scope of application of the method, which can solve the problem of obvious morphology of all different tissue types. Partitioning task of differentially stained images of biological tissue sections.
步骤S105:基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Step S105: Based on the clustering results of each image block to be processed, partition the stained image of the biological tissue section.
本实施例公开了一种图像分区方法。获取待进行分区的生物组织切片染色图像;确定该生物组织切片染色图像中的待处理图像块;对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,该组织形态学特征向量中每个元素对应一个组织形态学特征在该待处理图像块的响应强度;基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;基于各个待处理图像块的聚类结果,对该生物组织切片染色图像进行分区。采用上述方案,基于聚类即可对生物组织切片染色图像进行分区,无需有监督训练生物组织切片染色图像分区模型。This embodiment discloses an image partitioning method. Obtain the stained image of the biological tissue section to be partitioned; determine the image blocks to be processed in the stained image of the biological tissue section; perform feature extraction on each image block to be processed, and obtain the tissue morphology feature vector of each image block to be processed, Each element in the tissue morphology feature vector corresponds to the response intensity of a tissue morphology feature in the image block to be processed; based on the tissue morphology feature vector of each image block to be processed, cluster each image block to be processed, and obtain Clustering results of each image block to be processed; based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned. Using the above scheme, biological tissue section stained images can be partitioned based on clustering, without the need for supervised training of the biological tissue section stained image partitioning model.
在本申请的另一个实施例中,对步骤S104基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果的具体实现方式进行了说明。In another embodiment of the present application, step S104 is implemented by clustering each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtaining the clustering results of each image block to be processed. Explained.
参照图2,图2为本申请实施例公开的一种基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果的方法的流程示意图,该方法可以包括:Referring to Figure 2, Figure 2 is a method disclosed in an embodiment of the present application for clustering each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtaining a clustering result of each image block to be processed. The flow diagram of this method may include:
步骤S201:获取各个待处理图像块在所述生物组织切片染色图像中的位置信息。Step S201: Obtain the position information of each image block to be processed in the stained image of the biological tissue section.
步骤S202:基于各个待处理图像块在所述生物组织切片染色图像中的位置信息,以及各个待处理图像块的组织形态学特征向量,生成形态学特征数据集。Step S202: Generate a morphological feature data set based on the position information of each image block to be processed in the biological tissue section stained image and the tissue morphology feature vector of each image block to be processed.
步骤S203:基于所述形态学特征数据集,生成组织形态学特征空间分布图,所述组织形态学特征空间分布图中每个空间位置点对应一张组织形态特征谱。Step S203: Generate a tissue morphology feature spatial distribution map based on the morphological feature data set. Each spatial position point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum.
步骤S204:对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱。Step S204: Dimensionally reduce each tissue morphology feature spectrum to obtain a dimensionally reduced tissue morphology feature spectrum.
在本申请中,形态学特征的个数较多因此样本空间较为稀疏,聚类会影响效果。因此,可以根据组织形态特征谱之间的相似性(例如以三角函数距离度量),在最大程度的保留原始数据的结构关系的同时大幅度的降低特征维数到三维。In this application, the number of morphological features is large, so the sample space is relatively sparse, and clustering will affect the effect. Therefore, based on the similarity between tissue morphological feature spectra (for example, measured by trigonometric distance), the feature dimension can be greatly reduced to three dimensions while retaining the structural relationship of the original data to the greatest extent.
在本申请中,可以使用非线性降维算法,或,线性降维算法,对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱。In this application, a nonlinear dimensionality reduction algorithm or a linear dimensionality reduction algorithm can be used to reduce the dimensionality of each tissue morphology feature spectrum to obtain a dimensionally reduced tissue morphology feature spectrum.
非线性降维算法有t-SNE(t-distributed stochastic neighbor embedding)算法、UMAP (UniformManifoldApproximationandProjection,统一流形逼近与投影)算法等;Nonlinear dimensionality reduction algorithms include t-SNE (t-distributed stochastic neighbor embedding) algorithm, UMAP (Uniform Manifold Approximation and Projection, unified manifold approximation and projection) algorithm, etc.;
线性降维算法有PCA(Principal Component Analysis,主成分分析)算法、NMF(Non-negative matrix factorization,非负矩阵分解)、ICA(independent component analysis,独立成分分析)等。Linear dimensionality reduction algorithms include PCA (Principal Component Analysis, principal component analysis) algorithm, NMF (Non-negative matrix factorization, non-negative matrix decomposition), ICA (independent component analysis, independent component analysis), etc.
步骤S205:采用聚类算法,对各个降维后的组织形态特征谱进行聚类,得到多个簇,每个簇对应组织形态特征谱相似的待处理图像块,不同簇对应组织形态特征谱相异的待处理图像块。Step S205: Use a clustering algorithm to cluster each dimensionally reduced tissue morphology feature spectrum to obtain multiple clusters. Each cluster corresponds to an image block to be processed with similar tissue morphology feature spectrum, and different clusters correspond to different tissue morphology feature spectra. Different image blocks to be processed.
在本申请中,所述聚类算法,可以包括:Kmeans、层次聚类、基于密度的聚类方法、用高斯混合模型的最大期望聚类、图团体检测、均值漂移聚类中的任意一种。In this application, the clustering algorithm may include: any one of Kmeans, hierarchical clustering, density-based clustering method, maximum expectation clustering using Gaussian mixture model, graph group detection, and mean shift clustering. .
在本申请中,每个簇中的组织形态特征谱彼此相似,而簇与簇之间彼此差异较大。基于组织形态特征相似的图像块属于相同组织类型而组织形态特征相异的图像属于不同组织类型的假设,实现了图像块层次的组织类型划分。In this application, the tissue morphological characteristic spectra in each cluster are similar to each other, while the clusters are quite different from each other. Based on the assumption that image blocks with similar tissue morphological characteristics belong to the same tissue type and images with different tissue morphology characteristics belong to different tissue types, the tissue type classification at the image block level is realized.
需要说明的是,在采用聚类算法,对各个降维后的组织形态特征谱进行聚类,得到多个簇之后,基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区,可以包括:将所述生物组织切片染色图像中对应各个待处理图像块的区域,依据所述待处理图像块所在簇对应的颜色信息,对所述待处理图像块进行着色,实现对所述生物组织切片染色图像的分区。It should be noted that, after using a clustering algorithm to cluster each dimensionally reduced tissue morphological feature spectrum to obtain multiple clusters, based on the clustering results of each image block to be processed, the stained image of the biological tissue section is Partitioning may include: coloring the area corresponding to each image block to be processed in the stained image of the biological tissue section, and coloring the image block to be processed according to the color information corresponding to the cluster where the image block to be processed is located, so as to achieve Partitions of stained images of biological tissue sections.
应该理解的是,虽然图1以及图2的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,这些步骤可以以其它的顺序执行。而且,图1以及图2中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,这些子步骤或者阶段的执行顺序也不必然是依次进行,而是可以与其它步骤或者其它步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。It should be understood that although the steps in the flowcharts of FIG. 1 and FIG. 2 are shown in sequence as indicated by arrows, these steps are not necessarily executed in the order indicated by arrows. Unless explicitly stated in this article, there is no strict order restriction on the execution of these steps, and these steps can be executed in other orders. Moreover, at least some of the steps in Figure 1 and Figure 2 may include multiple sub-steps or multiple stages. These sub-steps or stages are not necessarily executed at the same time, but may be executed at different times. These sub-steps or The execution order of the stages is not necessarily sequential, but may be performed in turn or alternately with other steps or sub-steps of other steps or at least part of the stages.
为便于理解,请参阅图3,图3为本申请实施例公开的一种图像分区方法示例图。如图3所示,染色组织显微图像划分为图像块之后,利用深度卷积神经网络提取到图像块的组织形态学特征,再基于各图像块的位置信息生成形态学特征数据集,基于形态学特征数据集生成组织形态特征空间分布图,组织形态特征空间分布图中每个空间点对应一个组织形态特征谱,再基于各组织形态特征谱进行降维和聚类,最后得到染色组织显微图像的分区。For ease of understanding, please refer to Figure 3 , which is an example diagram of an image partitioning method disclosed in an embodiment of the present application. As shown in Figure 3, after the stained tissue microscopic image is divided into image blocks, a deep convolutional neural network is used to extract the tissue morphological features of the image blocks, and then a morphological feature data set is generated based on the position information of each image block. Based on the morphology The tissue morphology feature spatial distribution map is generated from the tissue morphology feature data set. Each spatial point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum. Dimension reduction and clustering are then performed based on each tissue morphology feature spectrum, and finally the stained tissue microscopic image is obtained. partition.
下面对本申请实施例公开的图像分区装置进行描述,下文描述的图像分区装置与上文描述的图像分区方法可相互对应参照。The image partitioning device disclosed in the embodiment of the present application will be described below. The image partitioning device described below and the image partitioning method described above can be referred to each other correspondingly.
参照图4,图4为本申请实施例公开的一种图像分区装置结构示意图。如图4所示,该图像分区装置可以包括:Referring to Figure 4, Figure 4 is a schematic structural diagram of an image partitioning device disclosed in an embodiment of the present application. As shown in Figure 4, the image partitioning device may include:
获取单元11,用于获取待进行分区的生物组织切片染色图像;The acquisition unit 11 is used to acquire stained images of biological tissue sections to be partitioned;
确定单元12,用于确定所述生物组织切片染色图像中的待处理图像块;Determining unit 12, used to determine the image block to be processed in the stained image of the biological tissue section;
特征提取单元13,用于对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;The feature extraction unit 13 is used to extract features of each image block to be processed and obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature. The response intensity of the image block to be processed;
聚类单元14,用于基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;The clustering unit 14 is used to cluster each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtain a clustering result of each image block to be processed;
分区单元15,用于基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。The partitioning unit 15 is used to partition the biological tissue section stained image based on the clustering results of each image block to be processed.
参照图5,图5为本申请实施例提供的图像分区设备的硬件结构框图,参照图5,图像分区设备的硬件结构可以包括:至少一个处理器1,至少一个通信接口2,至少一个存储器3和至少一个通信总线4;Referring to Figure 5, Figure 5 is a hardware structure block diagram of an image partitioning device provided by an embodiment of the present application. Referring to Figure 5, the hardware structure of the image partitioning device may include: at least one processor 1, at least one communication interface 2, and at least one memory 3 and at least one communication bus 4;
在本申请实施例中,处理器1、通信接口2、存储器3、通信总线4的数量为至少一个,且处理器1、通信接口2、存储器3通过通信总线4完成相互间的通信;In the embodiment of the present application, the number of processor 1, communication interface 2, memory 3, and communication bus 4 is at least one, and processor 1, communication interface 2, and memory 3 complete communication with each other through communication bus 4;
处理器1可能是一个中央处理器CPU,或者是特定集成电路ASIC(Application Specific Integrated Circuit),或者是被配置成实施本发明实施例的一个或多个集成电路等;Processor 1 may be a central processing unit (CPU) or a specific integrated circuit (ASIC). Specific Integrated Circuit), or one or more integrated circuits, etc. configured to implement embodiments of the present invention;
存储器3可能包含高速RAM存储器,也可能还包括非易失性存储器(non-volatile memory)等,例如至少一个磁盘存储器;Memory 3 may include high-speed RAM memory, and may also include non-volatile memory (non-volatile memory), etc., such as at least one disk memory;
其中,存储器存储有程序,处理器可调用存储器存储的程序,所述程序用于:The memory stores a program, and the processor can call the program stored in the memory. The program is used for:
获取待进行分区的生物组织切片染色图像;Obtain stained images of biological tissue sections to be partitioned;
确定所述生物组织切片染色图像中的待处理图像块;Determine the image block to be processed in the stained image of the biological tissue section;
对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;Perform feature extraction on each image block to be processed to obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response intensity;
基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain the clustering result of each image block to be processed;
基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned.
可选的,所述程序的细化功能和扩展功能可参照上文描述。Optionally, the detailed functions and extended functions of the program may refer to the above description.
本申请实施例还提供一种非易失性计算机可读存储介质,该非易失性计算机可读存储介质可存储有适于处理器执行的程序,所述程序用于:Embodiments of the present application also provide a non-volatile computer-readable storage medium. The non-volatile computer-readable storage medium can store a program suitable for execution by a processor. The program is used for:
获取待进行分区的生物组织切片染色图像;Obtain stained images of biological tissue sections to be partitioned;
确定所述生物组织切片染色图像中的待处理图像块;Determine the image block to be processed in the stained image of the biological tissue section;
对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;Perform feature extraction on each image block to be processed to obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response intensity;
基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain the clustering result of each image block to be processed;
基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned.
可选的,所述程序的细化功能和扩展功能可参照上文描述。Optionally, the detailed functions and extended functions of the program may refer to the above description.
最后,还需要说明的是,在本文中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。Finally, it should be noted that in this article, relational terms such as first and second are only used to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply that these entities or any such actual relationship or sequence between operations. Furthermore, the terms "comprises," "comprises," or any other variations thereof are intended to cover a non-exclusive inclusion such that a process, method, article, or apparatus that includes a list of elements includes not only those elements, but also those not expressly listed other elements, or elements inherent to the process, method, article or equipment. Without further limitation, an element defined by the statement "comprises a..." does not exclude the presence of additional identical elements in a process, method, article, or apparatus that includes the stated element.
本说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。Each embodiment in this specification is described in a progressive manner. Each embodiment focuses on its differences from other embodiments. The same and similar parts between the various embodiments can be referred to each other.
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本申请。对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本申请的精神或范围的情况下,在其它实施例中实现。因此,本申请将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。The above description of the disclosed embodiments enables those skilled in the art to implement or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be practiced in other embodiments without departing from the spirit or scope of the application. Therefore, the present application is not to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (20)

  1. 一种图像分区方法,其特征在于,所述方法包括:An image partitioning method, characterized in that the method includes:
    获取待进行分区的生物组织切片染色图像;Obtain stained images of biological tissue sections to be partitioned;
    确定所述生物组织切片染色图像中的待处理图像块;Determine the image block to be processed in the stained image of the biological tissue section;
    对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;及Perform feature extraction on each image block to be processed to obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response strength; and
    基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain the clustering result of each image block to be processed;
    基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned.
  2. 根据权利要求1所述的方法,其特征在于,所述确定所述生物组织切片染色图像中的待处理图像块,包括:The method of claim 1, wherein determining the image block to be processed in the stained image of the biological tissue section includes:
    采用组织探测算法确定所述生物组织切片染色图像的组织区域和背景区域;Using a tissue detection algorithm to determine the tissue area and background area of the stained image of the biological tissue section;
    将所述生物组织切片染色图像分割为大小相等的图像块;Divide the stained image of the biological tissue section into image blocks of equal size;
    针对每个图像块,根据所述图像块的组织区域和背景区域,计算所述图像块中组织区域占比;及For each image block, calculate the proportion of the tissue area in the image block based on the tissue area and background area of the image block; and
    将组织区域占比满足预设条件的图像块确定为待处理图像块。The image block whose tissue area proportion meets the preset conditions is determined as the image block to be processed.
  3. 根据权利要求1所述的方法,其特征在于,所述对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,包括:The method according to claim 1, characterized in that, performing feature extraction on each image block to be processed to obtain the histomorphological feature vector of each image block to be processed includes:
    利用特征提取网络,对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述特征提取网络是利用自然图像数据集对卷积神经网络预训练得到的。Use a feature extraction network to extract features from each image block to be processed to obtain the histomorphological feature vector of each image block to be processed. The feature extraction network is obtained by pre-training the convolutional neural network using natural image data sets. .
  4. 根据权利要求1所述的方法,其特征在于,所述基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果,包括:The method according to claim 1, characterized in that, based on the histomorphological feature vector of each image block to be processed, each image block to be processed is clustered to obtain a clustering result of each image block to be processed, including :
    获取各个待处理图像块在所述生物组织切片染色图像中的位置信息;Obtain the position information of each image block to be processed in the stained image of the biological tissue section;
    基于各个待处理图像块在所述生物组织切片染色图像中的位置信息,以及各个待处理图像块的组织形态学特征向量,生成形态学特征数据集;Generate a morphological feature data set based on the position information of each image block to be processed in the biological tissue section stained image and the tissue morphology feature vector of each image block to be processed;
    基于所述形态学特征数据集,生成组织形态学特征空间分布图,所述组织形态学特征空间分布图中每个空间位置点对应一张组织形态特征谱;Based on the morphological feature data set, generate a tissue morphology feature spatial distribution map, where each spatial location point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum;
    对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱;及Perform dimensionality reduction on each tissue morphology feature spectrum to obtain the dimensionally reduced tissue morphology feature spectrum; and
    采用聚类算法,对各个降维后的组织形态特征谱进行聚类,得到多个簇,每个簇对应组织形态特征谱相似的待处理图像块,不同簇对应组织形态特征谱相异的待处理图像块。A clustering algorithm is used to cluster each dimensionally reduced tissue morphology feature spectrum, and multiple clusters are obtained. Each cluster corresponds to image blocks to be processed with similar tissue morphology feature spectrum, and different clusters correspond to image blocks with different tissue morphology feature spectrum. Process image blocks.
  5. 根据权利要求4所述的方法,其特征在于,所述基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区,包括:The method according to claim 4, characterized in that, based on the clustering results of each image block to be processed, partitioning the stained image of the biological tissue section includes:
    将所述生物组织切片染色图像中对应各个待处理图像块的区域,依据所述待处理图像块所在簇对应的颜色信息,对所述待处理图像块进行着色,实现对所述生物组织切片染色图像的分区。The area corresponding to each image block to be processed in the stained image of the biological tissue section is colored according to the color information corresponding to the cluster where the image block to be processed is located, so as to achieve staining of the biological tissue section. Partitions of images.
  6. 根据权利要求4所述的方法,其特征在于,所述对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱,包括:The method according to claim 4, characterized in that: performing dimensionality reduction on each tissue morphology characteristic spectrum to obtain a dimensionally reduced tissue morphology characteristic spectrum, including:
    使用非线性降维算法,或,线性降维算法,对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱。Use a nonlinear dimensionality reduction algorithm or a linear dimensionality reduction algorithm to reduce the dimensionality of each tissue morphology feature spectrum to obtain the dimensionally reduced tissue morphology feature spectrum.
  7. 根据权利要求4所述的方法,其特征在于,所述聚类算法,包括:The method according to claim 4, characterized in that the clustering algorithm includes:
    Kmeans、层次聚类、基于密度的聚类方法、用高斯混合模型的最大期望聚类、图团体检测、均值漂移聚类中的任意一种。Any of Kmeans, hierarchical clustering, density-based clustering method, maximum expectation clustering using Gaussian mixture model, graph group detection, mean shift clustering.
  8. 一种图像分区装置,其特征在于,所述装置包括:An image partitioning device, characterized in that the device includes:
    获取单元,用于获取待进行分区的生物组织切片染色图像;An acquisition unit is used to acquire stained images of biological tissue sections to be partitioned;
    确定单元,用于确定所述生物组织切片染色图像中的待处理图像块;A determination unit configured to determine the image block to be processed in the stained image of the biological tissue section;
    特征提取单元,用于对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;A feature extraction unit is used to extract features of each image block to be processed and obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature at that location. Describe the response intensity of the image block to be processed;
    聚类单元,用于基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;及A clustering unit is used to cluster each image block to be processed based on the histomorphological feature vector of each image block to be processed, and obtain a clustering result of each image block to be processed; and
    分区单元,用于基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。A partitioning unit is used to partition the biological tissue section stained image based on the clustering results of each image block to be processed.
  9. 根据权利要求8所述的装置,其特征在于,所述确定单元,具体用于:The device according to claim 8, characterized in that the determining unit is specifically used to:
    采用组织探测算法确定所述生物组织切片染色图像的组织区域和背景区域;Using a tissue detection algorithm to determine the tissue area and background area of the stained image of the biological tissue section;
    将所述生物组织切片染色图像分割为大小相等的图像块;Divide the stained image of the biological tissue section into image blocks of equal size;
    针对每个图像块,根据所述图像块的组织区域和背景区域,计算所述图像块中组织区域占比;及For each image block, calculate the proportion of the tissue area in the image block based on the tissue area and background area of the image block; and
    将组织区域占比满足预设条件的图像块确定为待处理图像块。The image block whose tissue area proportion meets the preset conditions is determined as the image block to be processed.
  10. 根据权利要求8所述的装置,其特征在于,所述特征提取单元,具体用于:The device according to claim 8, characterized in that the feature extraction unit is specifically used to:
    利用特征提取网络,对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述特征提取网络是利用自然图像数据集对卷积神经网络预训练得到的。Use a feature extraction network to extract features from each image block to be processed to obtain the histomorphological feature vector of each image block to be processed. The feature extraction network is obtained by pre-training the convolutional neural network using natural image data sets. .
  11. 根据权利要求8所述的装置,其特征在于,所述聚类单元,具体用于:The device according to claim 8, characterized in that the clustering unit is specifically used for:
    获取各个待处理图像块在所述生物组织切片染色图像中的位置信息;Obtain the position information of each image block to be processed in the stained image of the biological tissue section;
    基于各个待处理图像块在所述生物组织切片染色图像中的位置信息,以及各个待处理图像块的组织形态学特征向量,生成形态学特征数据集;Generate a morphological feature data set based on the position information of each image block to be processed in the biological tissue section stained image and the tissue morphology feature vector of each image block to be processed;
    基于所述形态学特征数据集,生成组织形态学特征空间分布图,所述组织形态学特征空间分布图中每个空间位置点对应一张组织形态特征谱;Based on the morphological feature data set, generate a tissue morphology feature spatial distribution map, where each spatial location point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum;
    对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱;及Perform dimensionality reduction on each tissue morphology feature spectrum to obtain the dimensionally reduced tissue morphology feature spectrum; and
    采用聚类算法,对各个降维后的组织形态特征谱进行聚类,得到多个簇,每个簇对应组织形态特征谱相似的待处理图像块,不同簇对应组织形态特征谱相异的待处理图像块。A clustering algorithm is used to cluster each dimensionally reduced tissue morphology feature spectrum, and multiple clusters are obtained. Each cluster corresponds to image blocks to be processed with similar tissue morphology feature spectrum, and different clusters correspond to image blocks with different tissue morphology feature spectrum. Process image blocks.
  12. 根据权利要求11所述的装置,其特征在于,所述分区单元,具体用于:The device according to claim 11, characterized in that the partition unit is specifically used for:
    将所述生物组织切片染色图像中对应各个待处理图像块的区域,依据所述待处理图像块所在簇对应的颜色信息,对所述待处理图像块进行着色,实现对所述生物组织切片染色图像的分区。The area corresponding to each image block to be processed in the stained image of the biological tissue section is colored according to the color information corresponding to the cluster where the image block to be processed is located, so as to achieve staining of the biological tissue section. Partitions of images.
  13. 一种图像分区设备,其特征在于,包括存储器和处理器;An image partitioning device, characterized by including a memory and a processor;
    所述存储器,用于存储程序;The memory is used to store programs;
    所述处理器,用于执行所述程序,实现如下述步骤:The processor is used to execute the program and implement the following steps:
    获取待进行分区的生物组织切片染色图像;Obtain stained images of biological tissue sections to be partitioned;
    确定所述生物组织切片染色图像中的待处理图像块;Determine the image block to be processed in the stained image of the biological tissue section;
    对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;Perform feature extraction on each image block to be processed to obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response strength;
    基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;及Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain a clustering result of each image block to be processed; and
    基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned.
  14. 根据权利要求13所述的设备,其特征在于,所述处理器执行所述程序时还执行以下步骤:The device according to claim 13, characterized in that when the processor executes the program, it also performs the following steps:
    采用组织探测算法确定所述生物组织切片染色图像的组织区域和背景区域;Using a tissue detection algorithm to determine the tissue area and background area of the stained image of the biological tissue section;
    将所述生物组织切片染色图像分割为大小相等的图像块;Divide the stained image of the biological tissue section into image blocks of equal size;
    针对每个图像块,根据所述图像块的组织区域和背景区域,计算所述图像块中组织区域占比;及For each image block, calculate the proportion of the tissue area in the image block based on the tissue area and background area of the image block; and
    将组织区域占比满足预设条件的图像块确定为待处理图像块。The image block whose tissue area proportion meets the preset conditions is determined as the image block to be processed.
  15. 根据权利要求13所述的设备,其特征在于,所述处理器执行所述程序时还执行以下步骤:The device according to claim 13, characterized in that when the processor executes the program, it also performs the following steps:
    利用特征提取网络,对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述特征提取网络是利用自然图像数据集对卷积神经网络预训练得到的。The feature extraction network is used to extract features of each image block to be processed to obtain the histomorphological feature vector of each image block to be processed. The feature extraction network is obtained by pre-training the convolutional neural network using natural image data sets. .
  16. 根据权利要求13所述的设备,其特征在于,所述处理器执行所述程序时还执行以下步骤:The device according to claim 13, characterized in that when the processor executes the program, it also performs the following steps:
    获取各个待处理图像块在所述生物组织切片染色图像中的位置信息;Obtain the position information of each image block to be processed in the stained image of the biological tissue section;
    基于各个待处理图像块在所述生物组织切片染色图像中的位置信息,以及各个待处理图像块的组织形态学特征向量,生成形态学特征数据集;Generate a morphological feature data set based on the position information of each image block to be processed in the biological tissue section stained image and the tissue morphology feature vector of each image block to be processed;
    基于所述形态学特征数据集,生成组织形态学特征空间分布图,所述组织形态学特征空间分布图中每个空间位置点对应一张组织形态特征谱;Based on the morphological feature data set, generate a tissue morphology feature spatial distribution map, where each spatial location point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum;
    对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱;及Perform dimensionality reduction on each tissue morphology feature spectrum to obtain the dimensionally reduced tissue morphology feature spectrum; and
    采用聚类算法,对各个降维后的组织形态特征谱进行聚类,得到多个簇,每个簇对应组织形态特征谱相似的待处理图像块,不同簇对应组织形态特征谱相异的待处理图像块。A clustering algorithm is used to cluster each dimensionally reduced tissue morphology feature spectrum, and multiple clusters are obtained. Each cluster corresponds to image blocks to be processed with similar tissue morphology feature spectrum, and different clusters correspond to image blocks with different tissue morphology feature spectrum. Process image blocks.
  17. 一种非易失性计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时,实现如下步骤:A non-volatile computer-readable storage medium on which a computer program is stored, characterized in that when the computer program is executed by a processor, the following steps are implemented:
    获取待进行分区的生物组织切片染色图像;Obtain stained images of biological tissue sections to be partitioned;
    确定所述生物组织切片染色图像中的待处理图像块;Determine the image block to be processed in the stained image of the biological tissue section;
    对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述组织形态学特征向量中每个元素对应一个组织形态学特征在所述待处理图像块的响应强度;Perform feature extraction on each image block to be processed to obtain a tissue morphology feature vector of each image block to be processed. Each element in the tissue morphology feature vector corresponds to a tissue morphology feature in the image block to be processed. response strength;
    基于各个待处理图像块的组织形态学特征向量,对各个待处理图像块进行聚类,得到各个待处理图像块的聚类结果;及Based on the histomorphological feature vector of each image block to be processed, cluster each image block to be processed to obtain a clustering result of each image block to be processed; and
    基于各个待处理图像块的聚类结果,对所述生物组织切片染色图像进行分区。Based on the clustering results of each image block to be processed, the biological tissue section stained image is partitioned.
  18. 根据权利要求17所述的非易失性计算机可读存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:The non-volatile computer-readable storage medium according to claim 17, wherein when the computer-readable instructions are executed by the processor, the following steps are also performed:
    采用组织探测算法确定所述生物组织切片染色图像的组织区域和背景区域;Using a tissue detection algorithm to determine the tissue area and background area of the stained image of the biological tissue section;
    将所述生物组织切片染色图像分割为大小相等的图像块;Divide the stained image of the biological tissue section into image blocks of equal size;
    针对每个图像块,根据所述图像块的组织区域和背景区域,计算所述图像块中组织区域占比;及For each image block, calculate the proportion of the tissue area in the image block based on the tissue area and background area of the image block; and
    将组织区域占比满足预设条件的图像块确定为待处理图像块。The image block whose tissue area proportion meets the preset conditions is determined as the image block to be processed.
  19. 根据权利要求17所述的非易失性计算机可读存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:The non-volatile computer-readable storage medium according to claim 17, wherein when the computer-readable instructions are executed by the processor, the following steps are also performed:
    利用特征提取网络,对每个待处理图像块进行特征提取,得到每个待处理图像块的组织形态学特征向量,所述特征提取网络是利用自然图像数据集对卷积神经网络预训练得到的。Use a feature extraction network to extract features from each image block to be processed to obtain the histomorphological feature vector of each image block to be processed. The feature extraction network is obtained by pre-training the convolutional neural network using natural image data sets. .
  20. 根据权利要求17所述的非易失性计算机可读存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:The non-volatile computer-readable storage medium according to claim 17, wherein when the computer-readable instructions are executed by the processor, the following steps are also performed:
    获取各个待处理图像块在所述生物组织切片染色图像中的位置信息;Obtain the position information of each image block to be processed in the stained image of the biological tissue section;
    基于各个待处理图像块在所述生物组织切片染色图像中的位置信息,以及各个待处理图像块的组织形态学特征向量,生成形态学特征数据集;Generate a morphological feature data set based on the position information of each image block to be processed in the biological tissue section stained image and the tissue morphology feature vector of each image block to be processed;
    基于所述形态学特征数据集,生成组织形态学特征空间分布图,所述组织形态学特征空间分布图中每个空间位置点对应一张组织形态特征谱;Based on the morphological feature data set, generate a tissue morphology feature spatial distribution map, where each spatial location point in the tissue morphology feature spatial distribution map corresponds to a tissue morphology feature spectrum;
    对各个组织形态特征谱进行降维,得到降维后的组织形态特征谱;及Perform dimensionality reduction on each tissue morphology feature spectrum to obtain the dimensionally reduced tissue morphology feature spectrum; and
    采用聚类算法,对各个降维后的组织形态特征谱进行聚类,得到多个簇,每个簇对应组织形态特征谱相似的待处理图像块,不同簇对应组织形态特征谱相异的待处理图像块。A clustering algorithm is used to cluster each dimensionally reduced tissue morphology feature spectrum, and multiple clusters are obtained. Each cluster corresponds to image blocks to be processed with similar tissue morphology feature spectrum, and different clusters correspond to image blocks with different tissue morphology feature spectrum. Process image blocks.
PCT/CN2022/142223 2022-05-18 2022-12-27 Image partitioning method, apparatus and device, and readable storage medium WO2023221513A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210539255.X 2022-05-18
CN202210539255.XA CN114841978A (en) 2022-05-18 2022-05-18 Image partitioning method, device and equipment and readable storage medium

Publications (1)

Publication Number Publication Date
WO2023221513A1 true WO2023221513A1 (en) 2023-11-23

Family

ID=82571246

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/142223 WO2023221513A1 (en) 2022-05-18 2022-12-27 Image partitioning method, apparatus and device, and readable storage medium

Country Status (2)

Country Link
CN (1) CN114841978A (en)
WO (1) WO2023221513A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114841978A (en) * 2022-05-18 2022-08-02 中国科学院深圳先进技术研究院 Image partitioning method, device and equipment and readable storage medium
CN114998634B (en) * 2022-08-03 2022-11-15 广州此声网络科技有限公司 Image processing method, image processing device, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190205760A1 (en) * 2017-12-31 2019-07-04 Definiens Ag Using a First Stain to Train a Model to Predict the Region Stained by a Second Stain
CN110458835A (en) * 2019-08-16 2019-11-15 腾讯科技(深圳)有限公司 A kind of image processing method, device, equipment and medium
CN114708428A (en) * 2022-05-18 2022-07-05 中国科学院深圳先进技术研究院 Region-of-interest dividing method, device and equipment and readable storage medium
CN114841978A (en) * 2022-05-18 2022-08-02 中国科学院深圳先进技术研究院 Image partitioning method, device and equipment and readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190205760A1 (en) * 2017-12-31 2019-07-04 Definiens Ag Using a First Stain to Train a Model to Predict the Region Stained by a Second Stain
CN110458835A (en) * 2019-08-16 2019-11-15 腾讯科技(深圳)有限公司 A kind of image processing method, device, equipment and medium
CN114708428A (en) * 2022-05-18 2022-07-05 中国科学院深圳先进技术研究院 Region-of-interest dividing method, device and equipment and readable storage medium
CN114841978A (en) * 2022-05-18 2022-08-02 中国科学院深圳先进技术研究院 Image partitioning method, device and equipment and readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
GUO ANG, CHEN ZHIYU, LI FANG, LI WENBO, LUO QIAN: "Towards More Reliable Unsupervised Tissue Segmentation Via Integrating Mass Spectrometry Imaging and Hematoxylin-Erosin Stained Histopathological Image", BIORXIV, 17 July 2020 (2020-07-17), XP093108990, [retrieved on 20231205], DOI: 10.1101/2020.07.17.208025 *
郭昂 等 (GUO, ANG ET AL.): "深度学习用于质谱成像与病理数据的融合分析 (Non-official translation: Deep Learning for Fusion Analysis of Mass Spectrometry Imaging and Pathology Data)", 第四次全国计算毒理学学术会议暨国家自然科学基金委员会化学科学部学科战略研讨会 (NON-OFFICIAL TRANSLATION: THE FOURTH NATIONAL ACADEMIC CONFERENCE ON COMPUTATIONAL TOXICOLOGY AND THE DISCIPLINARY STRATEGY SEMINAR OF THE CHEMICAL SCIENCES DIVISION OF THE NATIONAL NATURAL SCIENCE FOUNDATION O, 21 July 2021 (2021-07-21), pages 32 - 33 *

Also Published As

Publication number Publication date
CN114841978A (en) 2022-08-02

Similar Documents

Publication Publication Date Title
WO2023221513A1 (en) Image partitioning method, apparatus and device, and readable storage medium
CN111242208B (en) Point cloud classification method, segmentation method and related equipment
Al-Milaji et al. Integrating segmentation with deep learning for enhanced classification of epithelial and stromal tissues in H&E images
CN111931931B (en) Deep neural network training method and device for pathology full-field image
CN106650744B (en) The image object of local shape migration guidance is divided into segmentation method
CN108846404B (en) Image significance detection method and device based on related constraint graph sorting
CN102982544B (en) Many foreground object image interactive segmentation method
CN111339924B (en) Polarized SAR image classification method based on superpixel and full convolution network
CN113378938B (en) Edge transform graph neural network-based small sample image classification method and system
CN105046714A (en) Unsupervised image segmentation method based on super pixels and target discovering mechanism
Duong et al. Nearest neighbour estimators of density derivatives, with application to mean shift clustering
CN108090913B (en) Image semantic segmentation method based on object-level Gauss-Markov random field
CN112133370A (en) Cell sorting method, cell sorting device, computer equipment and storage medium
CN114266717A (en) Parallel capsule network cervical cancer cell detection method based on Inception module
Wang et al. End-to-end trainable network for superpixel and image segmentation
CN109447147B (en) Image clustering method based on depth matrix decomposition of double-image sparsity
CN106951918B (en) Single-particle image clustering method for analysis of cryoelectron microscope
Peng et al. Fully convolutional neural networks for tissue histopathology image classification and segmentation
Martin et al. A graph based neural network approach to immune profiling of multiplexed tissue samples
CN114708428A (en) Region-of-interest dividing method, device and equipment and readable storage medium
CN115331008A (en) End-to-end target detection method based on target probability density graph
Bai et al. A convolutional neural network combined with color deconvolution for mitosis detection
CN113889233A (en) Cell positioning and counting method based on manifold regression network and application
CN113838057A (en) High-resolution SAR image segmentation calculation performance and precision optimization method
Ni et al. Agglomerative oversegmentation using dual similarity and entropy rate

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

Country of ref document: EP

Kind code of ref document: A1