CN114820431A - Channel non-equilibrium cancer cell image detection method based on reinforcement learning - Google Patents
Channel non-equilibrium cancer cell image detection method based on reinforcement learning Download PDFInfo
- Publication number
- CN114820431A CN114820431A CN202210212647.5A CN202210212647A CN114820431A CN 114820431 A CN114820431 A CN 114820431A CN 202210212647 A CN202210212647 A CN 202210212647A CN 114820431 A CN114820431 A CN 114820431A
- Authority
- CN
- China
- Prior art keywords
- image
- network
- ctc
- channel
- cancer cell
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/0002—Inspection of images, e.g. flaw detection
- G06T7/0012—Biomedical image inspection
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/241—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/084—Backpropagation, e.g. using gradient descent
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20081—Training; Learning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30004—Biomedical image processing
- G06T2207/30024—Cell structures in vitro; Tissue sections in vitro
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30004—Biomedical image processing
- G06T2207/30096—Tumor; Lesion
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Life Sciences & Earth Sciences (AREA)
- Artificial Intelligence (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Evolutionary Computation (AREA)
- General Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Molecular Biology (AREA)
- Software Systems (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Mathematical Physics (AREA)
- Computing Systems (AREA)
- Evolutionary Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Medical Informatics (AREA)
- Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
- Radiology & Medical Imaging (AREA)
- Quality & Reliability (AREA)
- Image Analysis (AREA)
Abstract
Description
技术领域technical field
本发明涉及癌细胞监测领域,更具体的说是涉及基于强化学习的通道非均衡癌细胞图像检测方法。The present invention relates to the field of cancer cell monitoring, and more particularly to a method for detecting images of cancer cells with unbalanced channels based on reinforcement learning.
背景技术Background technique
癌细胞检测技术作为一种防控癌症的重要手段,无论是在预防癌症还是癌症治疗方面都有很多的应用。目前的癌细胞图像检测技术逐渐与深度学习网络相结合进行识别判断,已经取得了不错的成效。出现了基于Faster R-CNN、Mask R-CNN、改进U-net等各种深度学习网络的癌细胞检测方法,但是深度学习网络往往要求有均衡的癌细胞数据集进行训练,而CTC图像的采集往往比非CTC图像的采集更加困难,并且会有少数形态不规则的CTC图像,这就导致深度学习网络往往会偏向于提取非CTC的特征,网络模型对CTC的识别准确率低于非CTC的识别准确率,且难以识别形态不规则的CTC。本发明所要做的就是在原有基础上进行改进,解决癌细胞数据集不均衡,基于深度学习网络的癌细胞检测技术对于细胞形态不规则的癌细胞的识别准确率低,容易漏检等关键性问题。As an important means of preventing and controlling cancer, cancer cell detection technology has many applications in both cancer prevention and cancer treatment. The current cancer cell image detection technology is gradually combined with the deep learning network to identify and judge, and has achieved good results. Cancer cell detection methods based on various deep learning networks such as Faster R-CNN, Mask R-CNN, and improved U-net have appeared, but deep learning networks often require a balanced cancer cell dataset for training, and the collection of CTC images It is often more difficult to collect than non-CTC images, and there are a few irregular CTC images, which leads to deep learning networks tend to be biased towards extracting non-CTC features, and the recognition accuracy of CTC by the network model is lower than that of non-CTC images. Identification accuracy, and it is difficult to identify CTCs with irregular shapes. What the present invention needs to do is to improve on the original basis to solve the unbalanced cancer cell data set, and the cancer cell detection technology based on the deep learning network has low recognition accuracy for cancer cells with irregular cell shapes, and is easy to miss the key. question.
其中公开号为CN201811068427的,基于改进U-net卷积神经网络模型的的癌细胞识别方法:训练好的神经网络模型仅对于医学图像中形态良好的癌细胞有较高的识别率,对于少数细胞形态不规则的癌细胞,该神经网络模型很难将其正确的进行分类识别;Among them, the publication number is CN201811068427, the cancer cell recognition method based on the improved U-net convolutional neural network model: the trained neural network model has a high recognition rate only for cancer cells with good shape in medical images, and for a small number of cells. Irregularly shaped cancer cells, it is difficult for the neural network model to correctly classify and identify them;
公开号为CN201810174376的一种基于Faster R-CNN的癌细胞检测方法:需要在标签中加入图像坐标进行训练,模型训练过程操作复杂,费时费力。通过两次癌细胞检测,效率低下,且检测模型对于少数形态不规则的癌细胞难以具有较高的识别率;A cancer cell detection method based on Faster R-CNN with publication number CN201810174376: It is necessary to add image coordinates to the label for training, and the model training process is complicated, time-consuming and labor-intensive. Through two cancer cell detections, the efficiency is low, and the detection model is difficult to have a high recognition rate for a few cancer cells with irregular shapes;
公开号为CN202011259420的基于深度学习的宫颈癌细胞智能检测方法:利用U-Net分割模型分割细胞核,存在一定的信息丢失。采用主动学习的方法进行分类数据的扩充和类别细分,耗费人力。训练好的ResNeSt分类模型对于少数不规则的细胞核难以进行准确的分类识别。The intelligent detection method of cervical cancer cells based on deep learning with publication number CN202011259420: using the U-Net segmentation model to segment the nucleus, there is a certain loss of information. Expansion and category segmentation of classified data using active learning methods are labor-intensive. The trained ResNeSt classification model is difficult to accurately classify and identify a few irregular nuclei.
因此,如何提供一种具有高识别效果、识别准确率高、检测效率快的基于强化学习的通道非均衡癌细胞图像检测方法。Therefore, how to provide a channel non-balanced cancer cell image detection method based on reinforcement learning with high recognition effect, high recognition accuracy and fast detection efficiency.
发明内容SUMMARY OF THE INVENTION
有鉴于此,本发明提供了一种基于强化学习的通道非均衡癌细胞图像检测方法。In view of this, the present invention provides a channel unbalanced cancer cell image detection method based on reinforcement learning.
为实现上述目的,本发明提供如下技术方案,主要包括:To achieve the above object, the present invention provides the following technical solutions, which mainly include:
一种基于强化学习的通道非均衡癌细胞图像检测方法,具体包括有以下步骤:A reinforcement learning-based channel unbalanced cancer cell image detection method specifically includes the following steps:
S1:获取一定数量的癌细胞图像并对其进行分类;S1: Get a certain number of cancer cell images and classify them;
S2:基于通道层面对畸形CTC图像进行分离;得到畸形CTC形态不规则的绿色通道图像,并将其送入GAN生成网络中,将生成图像和真实图像一起送入判别网络中进行判别,根据判别网络的结果对生成网络和判别网络进行反向训练,训练结束后,通过生成网络即可实现对绿色通道图像的扩充;S2: Separate the deformed CTC image based on the channel level; obtain the irregular green channel image of the deformed CTC, and send it to the GAN generation network, and send the generated image and the real image to the discrimination network for discrimination. The result of the network performs reverse training on the generation network and the discriminant network. After the training, the expansion of the green channel image can be realized through the generation network;
S3:基于通道层面对典型CTC图像进行分离,得到典型CTC的红蓝通道图像,将其与扩充后的形态不规则的绿色通道图像进行随机组合,即可得到新的畸形CTC图像;S3: Separate the typical CTC image based on the channel level to obtain the red and blue channel image of the typical CTC, and randomly combine it with the expanded green channel image with irregular shape to obtain a new deformed CTC image;
S4:基于通道层面对色弱CTC图像进行分离,分别得到色弱CTC图像的红蓝通道图像和绿色通道图像;S4: Separate the color weak CTC image based on the channel level, and obtain the red and blue channel image and the green channel image of the color weak CTC image respectively;
S5:对扩充和增强后的CTC图像进行旋转、翻折、镜像等操作,进行二次扩充,并标注为True,获取一定数量的非CTC图像标注为False,得到正样本和负样本比例为r的癌细胞数据集,并以一定的比例划分为训练集和测试集(比例一般为0.2~0.3);S5: Rotate, fold, mirror and other operations on the expanded and enhanced CTC image, perform secondary expansion, and mark it as True, obtain a certain number of non-CTC images and mark it as False, and obtain the ratio of positive samples and negative samples as r The data set of cancer cells is divided into training set and test set with a certain ratio (the ratio is generally 0.2 to 0.3);
S7:最后通过训练好的网络模型参数和部署好的网络就可以完成对癌细胞图像的离线检测。S7: Finally, the offline detection of cancer cell images can be completed through the trained network model parameters and the deployed network.
优选的,所述步骤S1的分类,将其分为典型CTC、色弱CTC(一般为绿色弱)以及非典型(畸形)CTC。Preferably, in the classification of step S1, it is divided into typical CTCs, chromatic weak CTCs (generally weak green) and atypical (malformed) CTCs.
优选的,所述步骤S4中的对绿色通道图像进行分段线性变换,将小于30的像素点赋值为0,可以有效的去除背景噪声;将30-180的像素点进行拉伸变换到60-255,对绿色通道图像的特征进行增强;将大于180的像素点赋值为255,同样消除背景噪声的影响。将红蓝通道图像和增强后的绿色通道图像进行组合,得到增强的CTC图像。Preferably, the piecewise linear transformation is performed on the green channel image in the step S4, and the pixel points less than 30 are assigned as 0, which can effectively remove background noise; the pixels of 30-180 are stretched and transformed to 60- 255, the features of the green channel image are enhanced; the pixels larger than 180 are assigned as 255, and the influence of background noise is also eliminated. The red and blue channel images and the enhanced green channel images are combined to obtain an enhanced CTC image.
优选的,所述步骤S5中将训练集数据送入到DQN强化学习网络中进行训练,对于占比较少的癌细胞图像,经过每一次环境交互,根据智能体分类结果的正确与否,环境将会给智能体一个较大的正(负)回报,以引导智能体更多地学习对癌细胞的分类。其中价值网络选择简单的CNN卷积神经网络。价值网络经过多次迭代训练从而不断更新网络参数,每隔一定的迭代次数后,在测试集上检验网络的判断准确率,直至完成训练;每次检验后都会将模型参数以.ckpt文件的形式保存下来。Preferably, in the step S5, the training set data is sent to the DQN reinforcement learning network for training. For images of cancer cells with a small proportion, after each environmental interaction, according to whether the classification result of the agent is correct or not, the environment will be The agent will be given a large positive (negative) reward to guide the agent to learn more about the classification of cancer cells. Among them, the value network chooses a simple CNN convolutional neural network. The value network undergoes multiple iterative training to continuously update the network parameters. After every certain number of iterations, the judgment accuracy of the network is tested on the test set until the training is completed; after each test, the model parameters will be in the form of a .ckpt file. Save it.
经由上述的技术方案可知,与现有技术相比,本发明基于颜色通道层面对畸形癌细胞数据集进行增强和扩充,提出了一种处理非均衡数据集的新方法;本发明通过结合GAN生成对抗网络和图像颜色通道方面的处理,有效地扩充了畸形CTC的数据集,提高了深度神经网络对畸形CTC的识别准确率;本发明在经过数据扩充、图像增强等处理后,使用简单的CNN卷积神经网络即能完整的表达典型CTC和畸形CTC的特征,简化了模型部署,实现了离线运行,提高了识别效率;本发明将扩充后的非均衡癌细胞数据集通过DQN强化学习算法获取分类模型,结合卷积神经网络有效地提高了模型对癌细胞的识别准确率,解决了CTC图像不易获取的问题。It can be seen from the above technical solutions that, compared with the prior art, the present invention enhances and expands the data set of deformed cancer cells based on the color channel level, and proposes a new method for processing unbalanced data sets; The processing of the adversarial network and the image color channel effectively expands the data set of the deformed CTC, and improves the recognition accuracy of the deformed CTC by the deep neural network; the present invention uses a simple CNN after data expansion, image enhancement and other processing. The convolutional neural network can fully express the characteristics of typical CTCs and deformed CTCs, simplifies model deployment, realizes offline operation, and improves identification efficiency; the present invention obtains the expanded unbalanced cancer cell data set through the DQN reinforcement learning algorithm The classification model, combined with the convolutional neural network, effectively improves the recognition accuracy of the model for cancer cells, and solves the problem that CTC images are not easy to obtain.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to explain the embodiments of the present invention or the technical solutions in the prior art more clearly, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only It is an embodiment of the present invention. For those of ordinary skill in the art, other drawings can also be obtained according to the provided drawings without creative efforts.
图1为本发明的癌细胞分类示意图。FIG. 1 is a schematic diagram of the classification of cancer cells according to the present invention.
图2为本发明的GAN生成对抗网络结构图。FIG. 2 is a structural diagram of the GAN generative adversarial network of the present invention.
图3为本发明的基于通道层面对典型和非典型CTC进行分离重组示意图。FIG. 3 is a schematic diagram of separation and recombination of typical and atypical CTCs based on the channel level of the present invention.
图4为本发明的基于通道层面对色弱CTC进行增强示意图。FIG. 4 is a schematic diagram of enhancing the color weak CTC based on the channel level according to the present invention.
图5为本发明的DQN强化学习网络结构图。FIG. 5 is a structural diagram of the DQN reinforcement learning network of the present invention.
图6为本发明的卷积神经网络结构图。FIG. 6 is a structural diagram of a convolutional neural network of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only a part of the embodiments of the present invention, but not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.
实施例Example
如图1-6所示;As shown in Figure 1-6;
首先,获取德路通生物科技有限公司提供的采样针采集到的癌细胞图像,作为我们需要的测试样本。First, obtain the image of cancer cells collected by the sampling needle provided by Delutong Biotechnology Co., Ltd. as the test sample we need.
1、癌细胞图像分类:对原始癌细胞数据集进行人工分类,将其分为典型CTC、色弱CTC以及非典型(畸形)CTC三类。1. Cancer cell image classification: The original cancer cell dataset is manually classified into three categories: typical CTCs, color-weak CTCs, and atypical (malformed) CTCs.
2、利用GAN生成对抗网络生成新的绿色通道图像:基于通道层面对畸形CTC图像进行分离,得到多张畸形CTC的绿色通道图像,将其送入GAN生成网络中,将生成图像和真实图像一起送入判别网络中进行判别,根据判别网络的结果对生成网络和判别网络进行反向训练,直到判别网络无法分辨生成图像和真实图像,结束训练。训练结束后,再通过生成网络得到新的绿色通道图像。2. Use GAN to generate a new green channel image: Separate the deformed CTC images based on the channel level, obtain multiple green channel images of deformed CTCs, send them to the GAN generation network, and combine the generated images with the real images. It is sent to the discriminant network for discrimination, and the generation network and the discriminant network are reverse-trained according to the results of the discriminant network, until the discriminant network cannot distinguish the generated image from the real image, and the training ends. After training, a new green channel image is obtained through the generative network.
3、基于通道层面对典型CTC图像进行分离,得到典型CTC的红蓝通道图像,将其与扩充后的形态不规则的绿色通道图像进行随机组合,得到新的畸形CTC图像。3. Separate the typical CTC images based on the channel level, obtain the red and blue channel images of typical CTCs, and randomly combine them with the expanded green channel images with irregular shapes to obtain new deformed CTC images.
4、基于通道层面进行图像增强:对色弱CTC图像进行通道分离,得到色弱CTC的红蓝通道图像和绿色通道图像,并对绿色通道图像进行分段线性变换,将小于30的像素点赋值为0;将30-180的像素点进行伸缩变换到60-255;将大于180的像素点赋值为255,得到增强后的单通道图像。将增强后的单通道图像与红蓝通道通道图像重新组合,得到增强的CTC图像。4. Image enhancement based on the channel level: Channel separation is performed on the color-weak CTC image to obtain the red and blue channel images and green channel images of the color-weak CTC, and piecewise linear transformation is performed on the green channel image, and the pixels less than 30 are assigned as 0 ; Scale the pixels of 30-180 to 60-255; assign the pixels larger than 180 to 255 to obtain an enhanced single-channel image. The enhanced single-channel image is recombined with the red and blue channel images to obtain an enhanced CTC image.
5、对扩充和增强后的CTC图像进行旋转、翻折、镜像等操作,进行二次扩充,并标注为True,获取一定数量的非CTC图像标注为False,得到正样本和负样本比例为r的癌细胞数据集,并以一定的比例划分为训练集和测试集(比例一般为0.2~0.3)。将训练集数据送入到DQN强化学习网络中进行训练,经过每一次环境交互,若智能体正确分类CTC,环境给智能体一个正回报p,并进行下一次环境交互;若智能体错误分类CTC,环境给智能体一个负回报-p,结束交互,计算总回报,进行下一次迭代;若智能体正确分类非CTC,环境给智能体一个正回报rp,并进行下一次环境交互;若智能体错误分类CTC,环境给智能体一个负回报-rp,结束交互,计算总回报,进行下一次迭代。结合卷积神经网络使回报最大化,卷积神经网络进行1000次迭代训练,不断更新网络参数,每间隔50次训练在测试集上检验一次网络性能,每次检验后都会将更新的模型参数以.ckpt文件的形式保存在指定路径下,训练完成后可以生成一个用于癌细胞识别的成熟的卷积神经网络。5. Rotate, fold, mirror and other operations on the expanded and enhanced CTC image, perform secondary expansion, and mark it as True, get a certain number of non-CTC images and mark it as False, and get the ratio of positive samples and negative samples as r The cancer cell data set is divided into training set and test set with a certain ratio (the ratio is generally 0.2 to 0.3). The training set data is sent to the DQN reinforcement learning network for training. After each environmental interaction, if the agent correctly classifies the CTC, the environment gives the agent a positive return p, and the next environment interaction is performed; if the agent misclassifies the CTC , the environment gives the agent a negative return -p, ends the interaction, calculates the total return, and proceeds to the next iteration; if the agent correctly classifies non-CTC, the environment gives the agent a positive return rp, and performs the next environment interaction; Misclassify CTC, the environment gives the agent a negative reward -rp, end the interaction, calculate the total reward, and proceed to the next iteration. Combined with the convolutional neural network to maximize the return, the convolutional neural network is trained for 1000 iterations, and the network parameters are continuously updated. The network performance is tested on the test set every 50 times of training, and the updated model parameters will be updated after each test. The .ckpt file is saved in the specified path. After the training is completed, a mature convolutional neural network for cancer cell recognition can be generated.
6、加载.ckpt文件中的模型参数,用训练好的40×40的卷积网络窗口以步长为2对输入的包含CTC和非CTC的大图像进行遍历,识别出大图像中的癌细胞并保存每一个识别到的癌细胞图像信息。6. Load the model parameters in the .ckpt file, use the trained 40×40 convolutional network window to traverse the input large image containing CTC and non-CTC with a stride of 2, and identify cancer cells in the large image And save the image information of each identified cancer cell.
7、汇总所有识别到的CTC图像信息,就可以实现对典型CTC和畸形CTC细胞的准确识别7. Accurate identification of typical CTC and deformed CTC cells can be achieved by summarizing all the identified CTC image information
本说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。对于实施例公开的装置而言,由于其与实施例公开的方法相对应,所以描述的比较简单,相关之处参见方法部分说明即可。The various embodiments in this specification are described in a progressive manner, and each embodiment focuses on the differences from other embodiments, and the same and similar parts between the various embodiments can be referred to each other. As for the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant part can be referred to the description of the method.
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本发明。对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本发明的精神或范围的情况下,在其它实施例中实现。因此,本发明将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。The above description of the disclosed embodiments enables any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended 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 (4)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210212647.5A CN114820431A (en) | 2022-03-04 | 2022-03-04 | Channel non-equilibrium cancer cell image detection method based on reinforcement learning |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210212647.5A CN114820431A (en) | 2022-03-04 | 2022-03-04 | Channel non-equilibrium cancer cell image detection method based on reinforcement learning |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114820431A true CN114820431A (en) | 2022-07-29 |
Family
ID=82528499
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210212647.5A Pending CN114820431A (en) | 2022-03-04 | 2022-03-04 | Channel non-equilibrium cancer cell image detection method based on reinforcement learning |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114820431A (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102272595A (en) * | 2008-11-04 | 2011-12-07 | 硅生物系统股份公司 | Method for identification, selection and analysis of tumour cells |
CN104968417A (en) * | 2012-08-01 | 2015-10-07 | 宾夕法尼亚州立大学研究基金会 | High efficiency separation and manipulation of particles and cells |
CN108693009A (en) * | 2017-03-31 | 2018-10-23 | 合度精密生物科技有限公司 | Candidate cell is identified using image analysis |
CN114092934A (en) * | 2020-07-31 | 2022-02-25 | 骏实生物科技(上海)有限公司 | Method for classifying circulating tumor cells |
-
2022
- 2022-03-04 CN CN202210212647.5A patent/CN114820431A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102272595A (en) * | 2008-11-04 | 2011-12-07 | 硅生物系统股份公司 | Method for identification, selection and analysis of tumour cells |
CN104968417A (en) * | 2012-08-01 | 2015-10-07 | 宾夕法尼亚州立大学研究基金会 | High efficiency separation and manipulation of particles and cells |
CN108693009A (en) * | 2017-03-31 | 2018-10-23 | 合度精密生物科技有限公司 | Candidate cell is identified using image analysis |
CN114092934A (en) * | 2020-07-31 | 2022-02-25 | 骏实生物科技(上海)有限公司 | Method for classifying circulating tumor cells |
Non-Patent Citations (1)
Title |
---|
严晓伟;刘坤;胡皆乐;姜松耀;项明;: "循环肿瘤细胞与胃癌病理分期相关性的初探", 外科理论与实践, no. 01, 10 February 2020 (2020-02-10) * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Dong et al. | Small defect detection using convolutional neural network features and random forests | |
CN109886167A (en) | A method and device for occluding face recognition | |
CN107563999A (en) | A kind of chip defect recognition methods based on convolutional neural networks | |
CN111915437A (en) | RNN-based anti-money laundering model training method, device, equipment and medium | |
CN102722713B (en) | Handwritten numeral recognition method based on lie group structure data and system thereof | |
CN110991657A (en) | Abnormal sample detection method based on machine learning | |
CN105931224A (en) | Pathology identification method for routine scan CT image of liver based on random forests | |
CN111385297A (en) | Wireless device fingerprint identification method, system, device and readable storage medium | |
CN105809121A (en) | Multi-characteristic synergic traffic sign detection and identification method | |
CN110827260B (en) | Cloth defect classification method based on LBP characteristics and convolutional neural network | |
CN111598854B (en) | A Segmentation Method for Small Defects in Complex Textures Based on Rich and Robust Convolutional Feature Models | |
CN112233059B (en) | Light guide plate defect detection method based on two-stage residual attention network of segmentation + decision making | |
CN113095265B (en) | Fungal target detection method based on feature fusion and attention | |
CN106934418A (en) | A kind of insulator infrared diagnostics method based on convolution Recursive Networks | |
CN111062424A (en) | Small sample food image recognition model training method and food image recognition method | |
CN111351860A (en) | Wood internal defect detection method based on Faster R-CNN | |
CN110705630A (en) | Semi-supervised learning type target detection neural network training method, device and application | |
CN111833310B (en) | Surface defect classification method based on neural network architecture search | |
CN113516228A (en) | Network anomaly detection method based on deep neural network | |
CN109934125A (en) | A semi-supervised surgical video process recognition method | |
CN111582358A (en) | Training method and device for house type recognition model and house type weight judging method and device | |
CN116738551B (en) | Intelligent processing method for acquired data of BIM model | |
CN113487610A (en) | Herpes image recognition method and device, computer equipment and storage medium | |
CN111553898A (en) | A fabric defect detection method based on convolutional neural network | |
CN118247205A (en) | A distribution network insulator defect detection method based on Efficient-YOLOv8 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |