CN113435607B - Disease screening method based on federal learning - Google Patents
Disease screening method based on federal learning Download PDFInfo
- Publication number
- CN113435607B CN113435607B CN202110641862.2A CN202110641862A CN113435607B CN 113435607 B CN113435607 B CN 113435607B CN 202110641862 A CN202110641862 A CN 202110641862A CN 113435607 B CN113435607 B CN 113435607B
- Authority
- CN
- China
- Prior art keywords
- training
- client
- model
- data set
- sets
- 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.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
- G06N20/20—Ensemble learning
-
- 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
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H50/00—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
- G16H50/70—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for mining of medical data, e.g. analysing previous cases of other patients
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02A—TECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
- Y02A90/00—Technologies having an indirect contribution to adaptation to climate change
- Y02A90/10—Information and communication technologies [ICT] supporting adaptation to climate change, e.g. for weather forecasting or climate simulation
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- Mathematical Physics (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Computational Linguistics (AREA)
- Biophysics (AREA)
- Molecular Biology (AREA)
- Public Health (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Databases & Information Systems (AREA)
- Pathology (AREA)
- Epidemiology (AREA)
- Primary Health Care (AREA)
- Medical Treatment And Welfare Office Work (AREA)
- Measuring And Recording Apparatus For Diagnosis (AREA)
Abstract
The invention discloses a disease screening method based on federal learning, which comprises the following steps: 1) Constructing a shared data set; 2) Pre-training; 3) Calculating an accuracy average value; 4) Calculating the data quantity; 5) And (5) convergence. The invention belongs to the technical field of federal learning and deep learning, in particular to a disease screening method based on federal learning, which combines knowledge of federal learning and deep learning, can more fully utilize data of various places and can efficiently and accurately diagnose diseases.
Description
Technical Field
The invention belongs to the technical field of federal learning and deep learning, and particularly relates to a disease screening method based on federal learning.
Background
A medical image is an image reflecting the internal structure or function of an anatomical region, and is composed of a set of image elements, either pixels (2D) or voxels (3D). Medical images are characterized by discrete images produced by sampling or reconstruction that map values to different spatial locations. The number of pixels is used to describe medical imaging under a certain imaging device and is also an expression describing anatomical and functional details thereof. The specific values expressed by the pixels are determined by the imaging equipment, the imaging protocol, the image reconstruction and the post-processing. But sometimes each patient examines data even up to thousands of images, assuming that the disease is in a concentrated outbreak, more images. Diagnosis by a physician alone results in a slow efficiency. The federal learning is combined with the deep learning to process the image data, so that the data can be comprehensively utilized, the image can be rapidly analyzed, and the diagnosis is accurate.
The technology closest to the invention is as follows:
1. image classification algorithm based on deep learning: image classification is to distinguish different types of images according to semantic information of the images, and is an important basic problem in computer vision. In deep learning, a convolutional neural network (Convolution Neural Network, CNN) is mainly used for image classification, pixel information of an image is taken as input, feature extraction and high-level abstraction are carried out through convolution operation, and model output is directly the result of image recognition. Currently, the common image classification CNN networks include Lenet, alxnet, vgg series, resnet series, acceptance series, densenet series, google et, and the like. However, the method cannot comprehensively utilize the data of hospitals in all places to carry out comprehensive treatment, so that the accuracy is low and the performance is poor.
2. DeCoVNet networks are weak supervised learning algorithms. The method has a heavy practical significance under the conditions of uneven distribution of disease cases and small total quantity. The method has the characteristics of high operation speed and less requirement on solving the data label, but still has the defect of low accuracy so as to easily generate misdiagnosis.
Disclosure of Invention
Aiming at the situation, in order to overcome the defects of the prior art, the invention provides a disease screening method based on federal learning, which combines knowledge of federal learning and deep learning, can more fully utilize data of various places and can efficiently and accurately diagnose diseases.
The technical scheme adopted by the invention is as follows: the invention relates to a disease screening method based on federal learning, which comprises the following steps:
1) The server builds a shared data set and transmits an initial model (U-Net++, deCoVNet) to the participating training clients;
2) When a client runs a first epoch, performing pre-training on a U-Net++ model by using an unsupervised learning training to obtain a mask with a mark and a training set with the mark; obtaining masks of all training sets by the U-Net++ model after the training sets are pre-trained; the mask of all training sets, the training sets and the labels enter a judgment model DeCoVNet together, and training is carried out on the training sets; the masks of all the test sets and the test sets enter a judgment model DeCoVNet for testing; calculating local precision and uploading the local precision to a server;
3) The server collects the accuracy of the clients participating in training and calculates an accuracy average value;
4) And before the second epoch is operated, if the precision of a certain client is smaller than the precision average value, issuing m pieces of data to the client. The formula is as follows: m=i×n, where i= (acc) avg -acc i )/(acc avg -acc min ) N is the size of the shared data set, and the issued data set is not larger than the data volume of the client;
5) After the second epoch, the client with the issued shared data set trains the model together with the own data set until the whole model converges. .
The beneficial effects obtained by the invention by adopting the structure are as follows: according to the disease screening method based on federal learning, a model is built on a medical image through a deep learning convolutional neural network, so that the disease diagnosis accuracy is effectively improved; the node data of each hospital is comprehensively utilized by utilizing federal learning, and the generalization capability of the model is improved; a dynamic fusion strategy is provided, and the overall accuracy of the system is improved.
Drawings
FIG. 1 is a block diagram of a federal learning fusion method of the federal learning-based disease screening method of the present invention;
fig. 2 is a block diagram of a medical image deep learning method of the disease screening method based on federal learning.
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate the invention and together with the embodiments of the invention, serve to explain the invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all embodiments of the invention; all other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
As shown in fig. 1-2, the federal learning-based disease screening method of the present invention comprises the steps of:
1) The server builds a shared data set and transmits an initial model (U-Net++, deCoVNet) to the participating training clients;
2) When a client runs a first epoch, performing pre-training on a U-Net++ model by using an unsupervised learning training to obtain a mask with a mark and a training set with the mark; obtaining masks of all training sets by the U-Net++ model after the training sets are pre-trained; the mask of all training sets, the training sets and the labels enter a judgment model DeCoVNet together, and training is carried out on the training sets; the masks of all the test sets and the test sets enter a judgment model DeCoVNet for testing; calculating local precision and uploading the local precision to a server;
3) The server collects the accuracy of the clients participating in training and calculates an accuracy average value;
4) And before the second epoch is operated, if the precision of a certain client is smaller than the precision average value, issuing m pieces of data to the client. The formula is as follows: m=i×n, where i= (acc) avg -acc i )/(acc avg -acc min ) N is the size of the shared data set, and the issued data set is not larger than the data volume of the client;
5) After the second epoch, the client with the issued shared data set trains the model together with the own data set until the whole model converges.
When the method is specifically used, a user firstly sets a shared data set, then in the first epoch, after n iterations are carried out on the client, the precision is uploaded to a server, and the server collects all the precision of the client participating in training and calculates a mean value. If the precision of the ith client is lower than the precision average value, the data volume of the issued shared data (the data volume is not greater than the data volume of the client itself) is calculated, and if the precision of the ith client is higher than the precision average value, the shared data value is not issued. Finally, clients with shared datasets in the remaining epochs are trained until the model converges. Aiming at the characteristic that the dense population cities lead to the fact that the daily diagnosis of medical images is more, doctors can face the situation that the judging speed of a plurality of medical images is low, and therefore an artificial intelligent model is needed to help the doctors to judge diseases. The U-Net++ model is utilized to divide the medical image (judge the disease area), then the judgment model (DeCoVNet) is utilized to judge whether the disease exists in the divided part, and the above is the whole working flow of the invention, and the step is repeated when the method is used next time.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
Although embodiments of the present invention have been shown and described, it will be understood by those skilled in the art that various changes, modifications, substitutions and alterations can be made therein without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.
The invention and its embodiments have been described above with no limitation, and the actual construction is not limited to the embodiments of the invention as shown in the drawings. In summary, if one of ordinary skill in the art is informed by this disclosure, a structural manner and an embodiment similar to the technical solution should not be creatively devised without departing from the gist of the present invention.
Claims (1)
1. A disease screening method based on federal learning, characterized in that; the method comprises the following steps:
1) The server builds a shared data set and transmits the initial model to the training client;
2) When a client runs a first epoch, performing pre-training on a U-Net++ model by using an unsupervised learning training to obtain a mask with a mark and a training set with the mark; obtaining masks of all training sets by the U-Net++ model after the training sets are pre-trained; the mask of all training sets, the training sets and the labels enter a judgment model DeCoVNet together, and training is carried out on the training sets; the masks of all the test sets and the test sets enter a judgment model DeCoVNet for testing; calculating local precision and uploading the local precision to a server;
3) The server collects the accuracy of the clients participating in training and calculates an accuracy average value;
4) Before the second epoch is operated, if the precision of a certain client is smaller than the precision average value, m pieces of data are issued to the client, and the formula is as follows: m=i×n, where i= (acc) avg -acc i )/(acc avg -acc min ) N is the size of the shared data set, and the issued data set is not larger than the data volume of the client;
5) After the second epoch, the client with the issued shared data set trains the model together with the own data set until the whole model converges.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110641862.2A CN113435607B (en) | 2021-06-09 | 2021-06-09 | Disease screening method based on federal learning |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110641862.2A CN113435607B (en) | 2021-06-09 | 2021-06-09 | Disease screening method based on federal learning |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113435607A CN113435607A (en) | 2021-09-24 |
CN113435607B true CN113435607B (en) | 2023-08-29 |
Family
ID=77755500
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110641862.2A Active CN113435607B (en) | 2021-06-09 | 2021-06-09 | Disease screening method based on federal learning |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113435607B (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019136946A1 (en) * | 2018-01-15 | 2019-07-18 | 中山大学 | Deep learning-based weakly supervised salient object detection method and system |
WO2019200535A1 (en) * | 2018-04-17 | 2019-10-24 | 深圳华大生命科学研究院 | Artificial intelligence-based ophthalmic disease diagnostic modeling method, apparatus, and system |
CN112116571A (en) * | 2020-09-14 | 2020-12-22 | 中国科学院大学宁波华美医院 | X-ray lung disease automatic positioning method based on weak supervised learning |
CN112201342A (en) * | 2020-09-27 | 2021-01-08 | 博雅正链(北京)科技有限公司 | Medical auxiliary diagnosis method, device, equipment and storage medium based on federal learning |
-
2021
- 2021-06-09 CN CN202110641862.2A patent/CN113435607B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019136946A1 (en) * | 2018-01-15 | 2019-07-18 | 中山大学 | Deep learning-based weakly supervised salient object detection method and system |
WO2019200535A1 (en) * | 2018-04-17 | 2019-10-24 | 深圳华大生命科学研究院 | Artificial intelligence-based ophthalmic disease diagnostic modeling method, apparatus, and system |
CN112116571A (en) * | 2020-09-14 | 2020-12-22 | 中国科学院大学宁波华美医院 | X-ray lung disease automatic positioning method based on weak supervised learning |
CN112201342A (en) * | 2020-09-27 | 2021-01-08 | 博雅正链(北京)科技有限公司 | Medical auxiliary diagnosis method, device, equipment and storage medium based on federal learning |
Also Published As
Publication number | Publication date |
---|---|
CN113435607A (en) | 2021-09-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20220148191A1 (en) | Image segmentation method and apparatus and storage medium | |
CN111476292B (en) | Small sample element learning training method for medical image classification processing artificial intelligence | |
WO2021017372A1 (en) | Medical image segmentation method and system based on generative adversarial network, and electronic equipment | |
CN205665697U (en) | Medical science video identification diagnostic system based on cell neural network or convolution neural network | |
CN111291825B (en) | Focus classification model training method, apparatus, computer device and storage medium | |
CN110414305A (en) | Artificial intelligence convolutional neural networks face identification system | |
CN110197492A (en) | A kind of cardiac MRI left ventricle dividing method and system | |
CN109325942A (en) | Eye fundus image Structural Techniques based on full convolutional neural networks | |
CN111477337B (en) | Infectious disease early warning method, system and medium based on individual self-adaptive transmission network | |
TWI728369B (en) | Method and system for analyzing skin texture and skin lesion using artificial intelligence cloud based platform | |
CN116110597B (en) | Digital twinning-based intelligent analysis method and device for patient disease categories | |
CN112614133A (en) | Three-dimensional pulmonary nodule detection model training method and device without anchor point frame | |
CN109685765A (en) | A kind of X-ray pneumonia prediction of result device based on convolutional neural networks | |
CN115018809A (en) | Target area segmentation and identification method and system of CT image | |
CN116051849B (en) | Brain network data feature extraction method and device | |
CN110910377A (en) | Cerebral infarction MRI image identification method based on neural network | |
CN113421228A (en) | Thyroid nodule identification model training method and system based on parameter migration | |
CN114241270A (en) | Intelligent monitoring method, system and device for home care | |
CN113435607B (en) | Disease screening method based on federal learning | |
CN116188435B (en) | Medical image depth segmentation method based on fuzzy logic | |
CN111798455A (en) | Thyroid nodule real-time segmentation method based on full convolution dense cavity network | |
Ma et al. | Beyond the Federation: Topology-aware Federated Learning for Generalization to Unseen Clients | |
CN114842020A (en) | Lightweight tumor image segmentation method | |
CN114972297A (en) | Oral health monitoring method and device | |
CN113936006A (en) | Segmentation method and device for processing high-noise low-quality medical image |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |