WO2017010612A1 - Système et méthode de prédiction de diagnostic pathologique reposant sur une analyse d'image médicale - Google Patents

Système et méthode de prédiction de diagnostic pathologique reposant sur une analyse d'image médicale Download PDF

Info

Publication number
WO2017010612A1
WO2017010612A1 PCT/KR2015/009311 KR2015009311W WO2017010612A1 WO 2017010612 A1 WO2017010612 A1 WO 2017010612A1 KR 2015009311 W KR2015009311 W KR 2015009311W WO 2017010612 A1 WO2017010612 A1 WO 2017010612A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
classifier
tagged
tag information
analysis
Prior art date
Application number
PCT/KR2015/009311
Other languages
English (en)
Korean (ko)
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 WO2017010612A1 publication Critical patent/WO2017010612A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16ZINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS, NOT OTHERWISE PROVIDED FOR
    • G16Z99/00Subject matter not provided for in other main groups of this subclass

Definitions

  • the present invention relates to a system and method for predicting pathological diagnosis based on medical image analysis. More particularly, the present invention relates to a medical image analysis-based pathological predictive prediction system capable of reliably and efficiently performing pathological diagnosis by analyzing medical images. And to a method.
  • Pathology is the field of medicine in which tissue samples are examined by naked eye or under a microscope and analyzed to determine abnormalities. For example, in order to diagnose cancer, a tissue sample of a suspected tissue is examined by a pathologist and a doctor through a microscope and diagnosed by determining the presence of cancer cells. This is called pathology diagnosis, and this pathology diagnosis is a final step of diagnosis as a confirmation procedure for diagnosis of a suspected lesion of a patient.
  • an existing image for comparing and analyzing an input query image and an image and pathological diagnosis data in which a corresponding pathological diagnosis result is databased are required.
  • the database to be analyzed should store the normal / abnormal images, the medical image including information on whether the lesion is present, the pathological diagnosis of the lesion, and the location of the lesion. Comparative analysis should be performed on query images. The presence or absence of such lesions, pathological diagnosis results and location information of the lesions may be referred to as tag information.
  • the database to be subjected to the comparative analysis will have more reliability as more images including the tag information exist. In particular, by using the image including the tag information such as machine learning (learning) to learn from a large amount of data to ensure that only the information optimized for prediction to always maintain more accurate results It can be predicted.
  • the present invention has been made in view of the above-described problems, and an object of the present invention is to provide a system and a method capable of efficiently and efficiently analyzing a location of a lesion and a pathological diagnosis result of the lesion with respect to a medical image.
  • Another object of the present invention is to provide a system and method for improving analysis accuracy by keeping a classifier always up to date by performing learning based on machine learning for medical image analysis.
  • the present invention provides a system and method for improving the learning efficiency and reliability by appropriately utilizing the location information of the small amount of lesions, the presence or absence of relatively large amount of lesion information and the pathological diagnosis of the lesions for the learning of the classifier. To do it for another purpose.
  • the present invention provides a pathological diagnosis prediction system based on medical image analysis, comprising: an untagged image database storing untagged images without tag information; A tagged image database storing a tagged image having tag information; A classifier configured to output a classification result for the input image; A learning unit learning the classifier based on a tagged image stored in the tagged image database; An image processing unit for receiving the query image, storing the image in the untagged image database, and transmitting the image to the classifier; And an analyzer configured to generate an analysis result of the query image based on the classification result of the query image output from the classifier.
  • the tag information is preferably first tag information indicating the presence or absence of a lesion on a corresponding image and a pathological diagnosis result of the lesion.
  • the tag information may further include second tag information indicating a location of a lesion with respect to the corresponding image.
  • the classifier may be configured to extract feature data of an input image, and to probabilistically predict and output a classification result of pathology based on the extracted feature data.
  • the classifier may further include a feature extractor which extracts feature data of an input image; A feature vector converter converting the extracted feature data into a feature vector; And a classification unit configured to output a classification result of pathological diagnosis on an input image based on the feature vector.
  • a feature extraction variable for extracting feature data from the feature extraction unit a conversion variable for transforming a feature vector in the feature vector converter, and a classification variable for determining a classification result in the classification unit are tagged.
  • the tag image stored in the image database may be configured to be learned by the learner.
  • the learning unit may estimate the feature extraction variable based on the second tag information of the tag image, and estimate the conversion variable and the classification variable based on at least one of the first tag information and the second tag information of the tag image. It may be configured to train the classifier.
  • the analysis result generated by the analysis unit may be configured to include final pathological diagnosis information including a classification result of the pathological diagnosis output from the classifier and information related to the classification result of the pathological diagnosis.
  • the image processing unit receives the query image, stored in the untagged image database and transmitted to the classifier A first step of doing; A second step of outputting a classification result of pathological diagnosis on an image input by the classifier; And a third step of generating an analysis result based on the classification result of the pathological diagnosis outputted by the analysis unit.
  • the image processing unit receives the tagged image and transmits it to the tagged image database; And training the classifier based on the tagged image stored in the tagged image.
  • the present invention can provide a system and method that can improve the accuracy of analysis by keeping the classifier (up-to-date) by performing the learning based on machine learning for medical image analysis.
  • the present invention can provide a system and method that can increase the learning efficiency and reliability by appropriately using a small amount of location information of the lesion, the presence of a relatively large amount of lesions and pathological diagnosis information of the lesion for learning the classifier. Can be.
  • FIG. 1 is a view showing a connection relationship of the pathological diagnosis prediction system 100 according to the present invention.
  • FIG. 2 is a diagram illustrating an internal configuration of the pathological diagnosis prediction system 100.
  • 3 is a diagram illustrating an embodiment of a configuration of the classifier 130.
  • FIGS. 1 to 3 is a flowchart illustrating an embodiment of a method performed by the pathological diagnosis prediction system 100 according to the present invention described with reference to FIGS. 1 to 3.
  • FIG. 5 is a flowchart illustrating an example of a learning process of the classifier 130 performed in the pathological diagnosis prediction system 100 according to the present invention.
  • FIG. 6 is a flowchart illustrating another example of a learning process of the classifier 130 performed in the pathological diagnosis prediction system 100 according to the present invention.
  • FIG. 1 is a diagram illustrating a connection relationship between a pathology diagnosis prediction system 100 based on medical image analysis according to the present invention.
  • a pathology diagnosis prediction system 100 based on medical image analysis (hereinafter, simply referred to as “pathology diagnosis prediction system 100”) is connected to a client terminal 200 through a network.
  • the network means a known internet network, a wired or wireless communication network, or a combination thereof.
  • the client terminal 200 is a means for transmitting the medical image to be analyzed to the pathological diagnosis prediction system 100, for example, a medical image supply system such as a picture archiving and communication system (PACS), or an MRI, CT, X-ray photographing apparatus. It means various medical equipment such as. In addition, it may be a computer that is connected to such medical equipment or independently stores a medical image, or a smartphone or tablet PC that can be connected to them.
  • a medical image supply system such as a picture archiving and communication system (PACS), or an MRI, CT, X-ray photographing apparatus.
  • PACS picture archiving and communication system
  • MRI magnetic resonance imaging
  • CT magnetic resonance imaging
  • X-ray photographing apparatus e.g., X-ray photographing apparatus
  • It means various medical equipment such as.
  • it may be a computer that is connected to such medical equipment or independently stores a medical image, or a smartphone or tablet PC that can be connected to them.
  • the client terminal 200 performs a pathology through a network on a query image, which is a medical image for analyzing lesion information such as the presence or absence of a lesion, the pathological diagnosis result of the lesion, or the location of the lesion, in the pathology diagnosis prediction system 100.
  • the diagnostic prediction system 100 analyzes the received Curie image and analyzes the received Curie image and transmits analysis results including lesion information such as the presence or absence of the lesion and the pathological diagnosis result of the lesion or the location of the lesion. Send to 200.
  • FIG. 2 is a diagram illustrating an internal configuration of the pathological diagnosis prediction system 100.
  • the pathological diagnosis prediction system 100 includes an untagged image database 110, a tagged image database 120, a classifier 130, a learner 140, an image processor 150, and an analyzer. 160.
  • the untagged image database 110 stores an untagged image without tag information
  • the tagged image database 120 is a means for storing a tagged image with tag information. .
  • tag information refers to additional information associated with a corresponding image, for example, information indicating whether a lesion exists in the image, information indicating a pathological diagnosis result of the lesion, information indicating a location of the lesion, Means information related to the corresponding image, such as comment information of the diagnoser.
  • an image having such tag information is called a tagged image
  • an image without tag information is called an untagged image
  • these are respectively tagged image database 120 and untagged image database.
  • the present invention relates to a system for predicting a diagnosis of pathology by analyzing a medical image, in particular, among the tag information, the presence or absence of pathology information and pathological diagnosis information indicating the presence or absence of a lesion on the image and the pathology diagnosis result of the first
  • the location information indicating the location of the lesion in the image, called tag information is called a second tag.
  • the lesion presence information may be information on whether a tumor exists in the corresponding image
  • the pathological diagnosis information refers to pathological diagnostic information on whether the tumor is malignant or benign.
  • the second tag information which is the lesion position information
  • the tagged image has only the presence or absence information of the lesion and the first tag information that is pathological diagnosis information, or has the first tag information that is the lesion presence information and the pathological diagnosis information and the second tag information that is the lesion position information.
  • a tag having only the presence tag information and the pathological diagnosis information, the first tag information is called a weak tag
  • the tag having the location information of the lesion together with the first tag information is called a rich tag. I'll call you.
  • an image having a weak tag is called a weak tag image and an image having a rich tag is called a rich tag image.
  • the untagged image database 110 is a means for storing an untagged image without the tag information as described above.
  • the untagged image may be received from the client terminal 200 or collected from other medical imaging equipment. Save only untagged images without information.
  • the tagged image database 120 separately stores only tagged images having tag information.
  • the tagged images may also be received from the client terminal 200 or collected from other medical imaging equipment.
  • the classifier 130 performs a function of outputting a classification result for the input image.
  • the classifier 130 extracts a pattern or feature data of an input image, and probably predicts and outputs a classification result based on the extracted pattern or feature data.
  • the classifier 130 may be learned based on an image including reliable classification results accumulated in the past. This learning is made by the learning unit 140 described later.
  • the classifier 130 may include a tagged image database (eg, a tag image database) in the learning unit 140 according to a learning method such as, for example, an artificial neural network, a support vector machine (SVM), and the like known in the art.
  • the classification result of the input image may be more accurately determined by periodically learning the images stored in the reference numeral 120.
  • 3 is a diagram illustrating an embodiment of a configuration of the classifier 130.
  • the classifier 130 includes a feature extractor 131, a feature vector converter 132, and a classifier 133.
  • the feature extractor 131 extracts feature data of an input image, and the feature vector converter 132 converts the extracted feature data into a feature vector.
  • the classification unit 133 outputs a classification result of the input image based on the feature vector.
  • the feature extractor 131 extracts feature data representing a feature of the input image from the input image
  • the feature vector converter 132 extracts the extracted feature data from a predetermined dimension ( to a feature vector of dimension).
  • the classifier 133 outputs the classification result of the corresponding image based on the probability value based on the feature vector.
  • the classifier 130 includes a feature extraction parameter for extracting feature data and a classification parameter for predicting a classification result.
  • the learner 140 learns periodically based on image data including reliable classification results accumulated in the past. This learning method will be described below with respect to the learning unit 140.
  • the classifier 130 maintains the latest state through such learning, extracts feature data from an input image, converts the extracted feature data into a feature vector, and determines a classification result of the transformed feature vector.
  • the classification result may be information on the presence or absence of the lesion, such as the first tag information, pathological diagnosis information on the lesion, and location information of the lesion, such as the second tag information.
  • the presence information of the lesion, pathological diagnosis information and location information of the lesion may be generated based on the probability value.
  • the learner 140 performs a function of learning the classifier 130 based on the tagged images stored in the tagged image database 120.
  • the classifier 130 includes a feature extraction variable for extracting feature data and a classification variable for determining a classification result.
  • the learner 140 stores existing data, that is, the tagged image database 120. These variables are trained periodically or whenever needed.
  • the tagged image refers to an image having tag information
  • the tag information includes first tag information indicating the presence or absence of a lesion and pathological diagnosis information of the lesion, and second tag information indicating the location information of the lesion.
  • first tag information indicating the presence or absence of a lesion and pathological diagnosis information of the lesion
  • second tag information indicating the location information of the lesion.
  • the learner 140 estimates a feature extraction variable to be used by the feature extractor 131 based on the tag image having the second tag information, that is, the location information of the lesion, and at least one of the first tag information and the second tag information. After estimating the conversion variable in the feature vector converter 132 using the tag image having any one, the classifier 133 using the tag image having at least one of the first tag information and the second tag information.
  • the classifier 130 may be trained by using the plurality of first tag information and the plurality of second tag information together by estimating the classification variable to be used in the.
  • a specific method of estimating each variable may use a conventionally known learning algorithm, which is not a direct object of the present invention, and thus detailed description thereof will be omitted.
  • the above-described learning method in the learning unit 140 is also exemplary and other learning methods may be used.
  • the image processor 150 receives a query image and stores the query image in an untagged image database.
  • the query image is transmitted from the client terminal 200, and the query image is a medical image to be analyzed for lesion information such as the presence or absence of a lesion, the diagnosis result of the lesion, or the location of the lesion. It is a tagged image or a tagged image having only first tag information on the presence or absence of a lesion.
  • the image processor 150 receives the query image and stores it in the untagged image database 110.
  • the image processor 150 is suitable for pre-processing the query image and storing the queried image in the untagged image database 110. It is desirable to perform the process of structuring into a form.
  • a preprocessing process for example, interpolation, color / gamma correction, and color space conversion for converting a raw data for a query image into a high quality color image signal (eg, YCbCr) ) May be included. It may also include processes such as histogram equalization, image filtering, edge / contour detection, and the like. This preprocessing process may be configured as a combination of various detailed steps as necessary, and may be processed by the client terminal 200.
  • the image processor 150 transmits the preprocessed and structured image to the classifier 130, and the classifier 130 operates as described above to output the classification result for the query image.
  • the analyzer 160 is responsible for generating an analysis result for the query image based on the classification result for the query image output from the classifier 130. In addition, the analyzer 160 transmits the generated analysis result to the client terminal 200.
  • the classifier 130 outputs a classification result with respect to the input query image, wherein the classification result is lesion presence information indicating the presence or absence of the lesion and pathological diagnosis result information of the lesion, or the lesion indicating the position of the lesion together with these information.
  • the location information can be output as a probability value.
  • the analysis unit 160 receives the classification result, generates, processes, and processes other analysis information related to the classification result to generate a final analysis result for the query image, and transmits it to the client terminal 200.
  • the other analysis information may include comprehensive diagnostic information (such as abnormality) including a final pathological diagnosis result in consideration of the number of lesion positions and the number of lesion positions on the query image.
  • the final pathological diagnosis result information may be expressed as a probability value based on the probability value of the lesion output from the classifier 130.
  • FIGS. 1 to 3 is a flowchart illustrating an embodiment of a method performed by the pathological diagnosis prediction system 100 according to the present invention described with reference to FIGS. 1 to 3.
  • the client terminal 200 transmits a query image, that is, a medical image to be analyzed in the pathological diagnosis prediction system 100, to the pathological diagnosis prediction system 100 (S100).
  • a query image that is, a medical image to be analyzed in the pathological diagnosis prediction system 100
  • S100 pathological diagnosis prediction system 100
  • the Curie image processing unit 150 of the pathological diagnosis prediction system 100 receives the query image, performs a predetermined preprocessing and structuring process as described above, and stores the query image in the untagged image database 110 ( S110, S120).
  • the image processor 150 transmits the query image to the classifier 130.
  • the classifier 130 receives the query image and outputs a classification result through the process as described above (S130).
  • the output classification result is transmitted to the analysis unit 140 and the analysis unit 140 generates an analysis result as described above (S140), and transmits the generated analysis result to the client terminal 200 (S150).
  • the client terminal 200 When the client terminal 200 receives the analysis result, the client terminal 200 performs necessary processing such as parsing the received analysis result (S160), for example, displays it on the display unit and provides the result to the user (S170).
  • necessary processing such as parsing the received analysis result (S160), for example, displays it on the display unit and provides the result to the user (S170).
  • FIG. 5 is a flowchart illustrating an example of a learning process of the classifier 130 performed in the pathological diagnosis prediction system 100 according to the present invention.
  • the pathology diagnosis prediction system 100 receives a tagged image from the client terminal 200 (S200).
  • the tagged image may be a weak tag image having only the presence information and the first tag information, which is pathological diagnosis information, or the rich tag image having the second tag information, which is location information of the lesion, in addition to the first tag information. Can be.
  • the tagged image is stored in the tagged image database 120 through preprocessing and structuring in the Curie image processor 150 (S210 and S220).
  • the learner 150 trains the classifier 130 based on the tagged image including the tagged image newly stored in the tagged image database 120 (S230).
  • This learning process means learning feature extraction variables, transformation variables, and classification variables used in the classifier 130 using the weak tag image or the rich tag image as described above.
  • the learning process of the classifier 130 includes a verification process for evaluating whether learning has been well performed through the verification data and repeats the learning / verification process.
  • the classifier 130 is updated to the latest version (S240).
  • FIG. 6 is a flowchart illustrating another example of a learning process of the classifier 130 performed in the pathological diagnosis prediction system 100 according to the present invention.
  • the user terminal 200 obtains an untagged image from the untagged image database 110 of the pathological diagnosis prediction system 100 (S300), and the diagnostic information is tagged with the tag for the untagged image. Except for attaching the tag information in the form of recording (S310), the following process is the same as the embodiment of FIG.
  • the tagged image may be secured by attaching tag information of a diagnosis person using an untagged image, and the classifier 130 may be trained using the tagged image.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

La présente invention concerne un système de prédiction de diagnostic pathologique reposant sur une analyse d'image médicale et une méthode faisant intervenir ledit système, le système comprenant : une base de données d'images non étiquetées servant à conserver en mémoire une image non étiquetée ne comportant pas d'informations d'étiquette ; une base de données d'images étiquetées servant à conserver en mémoire une image étiquetée comportant des informations d'étiquette ; un classificateur servant à délivrer en sortie un résultat de classification d'une image d'entrée ; une unité d'apprentissage destinée soumettre le classificateur à un apprentissage sur la base d'une image étiquetée mémorisée dans la base de données d'images étiquetées ; une unité de traitement d'images destinée à recevoir une image interrogée, à mémoriser l'image interrogée dans la base de données d'images non étiquetées, et à transmettre l'image interrogée au classificateur ; et une unité d'analyse destinée à générer un résultat d'analyse associé à une image interrogée sur la base d'un résultat de classification de l'image interrogée délivré en sortie du classificateur.
PCT/KR2015/009311 2015-07-10 2015-09-03 Système et méthode de prédiction de diagnostic pathologique reposant sur une analyse d'image médicale WO2017010612A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR20150098659 2015-07-10
KR10-2015-0098659 2015-07-10

Publications (1)

Publication Number Publication Date
WO2017010612A1 true WO2017010612A1 (fr) 2017-01-19

Family

ID=57757478

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2015/009311 WO2017010612A1 (fr) 2015-07-10 2015-09-03 Système et méthode de prédiction de diagnostic pathologique reposant sur une analyse d'image médicale

Country Status (1)

Country Link
WO (1) WO2017010612A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108629777A (zh) * 2018-04-19 2018-10-09 麦克奥迪(厦门)医疗诊断系统有限公司 一种数字病理全切片图像病变区域自动分割方法
CN110444297A (zh) * 2019-08-06 2019-11-12 重庆仙桃前沿消费行为大数据有限公司 医疗信息推荐方法、装置、设备及可读存储介质
US11037295B2 (en) 2018-11-09 2021-06-15 Oxipit, Uab Methods, systems and use for detecting irregularities in medical images by means of a machine learning model

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090002123A (ko) * 2007-06-18 2009-01-09 금오공과대학교 산학협력단 영상 기반의 아토피 진단 지원 방법 및 장치
KR20100110840A (ko) * 2007-12-27 2010-10-13 제임스 쥐. 막스 워크 플로우 프로세싱을 위한 시스템 및 방법
KR101352999B1 (ko) * 2013-04-03 2014-02-05 주식회사 인피니트헬스케어 특성정보를 활용하는 의료영상 북마크 장치 및 방법
KR20140101205A (ko) * 2013-02-08 2014-08-19 삼성전자주식회사 효율적인 진단 정보 제공을 통한 진단 지원 장치 및 방법과, 진단 시스템
JP2014521137A (ja) * 2011-06-27 2014-08-25 コーニンクレッカ フィリップス エヌ ヴェ 画像データにおける所見の解剖学的タグ付けの方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090002123A (ko) * 2007-06-18 2009-01-09 금오공과대학교 산학협력단 영상 기반의 아토피 진단 지원 방법 및 장치
KR20100110840A (ko) * 2007-12-27 2010-10-13 제임스 쥐. 막스 워크 플로우 프로세싱을 위한 시스템 및 방법
JP2014521137A (ja) * 2011-06-27 2014-08-25 コーニンクレッカ フィリップス エヌ ヴェ 画像データにおける所見の解剖学的タグ付けの方法
KR20140101205A (ko) * 2013-02-08 2014-08-19 삼성전자주식회사 효율적인 진단 정보 제공을 통한 진단 지원 장치 및 방법과, 진단 시스템
KR101352999B1 (ko) * 2013-04-03 2014-02-05 주식회사 인피니트헬스케어 특성정보를 활용하는 의료영상 북마크 장치 및 방법

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108629777A (zh) * 2018-04-19 2018-10-09 麦克奥迪(厦门)医疗诊断系统有限公司 一种数字病理全切片图像病变区域自动分割方法
US11037295B2 (en) 2018-11-09 2021-06-15 Oxipit, Uab Methods, systems and use for detecting irregularities in medical images by means of a machine learning model
CN110444297A (zh) * 2019-08-06 2019-11-12 重庆仙桃前沿消费行为大数据有限公司 医疗信息推荐方法、装置、设备及可读存储介质

Similar Documents

Publication Publication Date Title
WO2020207377A1 (fr) Procédé, dispositif et système de formation de modèle de reconnaissance d'image et de reconnaissance d'image
WO2018074739A1 (fr) Procédé et système de diagnostic et de pronostic d'un accident vasculaire cérébral
WO2017095014A1 (fr) Système de diagnostic d'anomalie cellulaire utilisant un apprentissage dnn, et procédé de gestion de diagnostic de celui-ci
WO2017022882A1 (fr) Appareil de classification de diagnostic pathologique d'image médicale, et système de diagnostic pathologique l'utilisant
WO2017022908A1 (fr) Procédé et programme de calcul de l'âge osseux au moyen de réseaux neuronaux profonds
WO2019088462A1 (fr) Système et procédé pour générer un modèle d'estimation de pression artérielle, et système et procédé d'estimation de pression artérielle
WO2019103440A1 (fr) Procédé permettant de prendre en charge la lecture d'une image médicale d'un sujet et dispositif utilisant ce dernier
WO2019132168A1 (fr) Système d'apprentissage de données d'images chirurgicales
US20170061608A1 (en) Cloud-based pathological analysis system and method
WO2015072818A1 (fr) Appareil de diagnostic d'une maladie cérébrale et méthode de diagnostic d'une maladie cérébrale
WO2019098415A1 (fr) Procédé permettant de déterminer si un sujet a développé un cancer du col de l'utérus, et dispositif utilisant ledit procédé
CN109460717B (zh) 消化道共聚焦激光显微内镜病变图像识别方法及装置
WO2016159726A1 (fr) Dispositif pour détecter automatiquement l'emplacement d'une lésion à partir d'une image médicale et procédé associé
WO2013151289A1 (fr) Système et procédé de compression d'image médicale utilisant une compression visuellement sans perte
WO2017010612A1 (fr) Système et méthode de prédiction de diagnostic pathologique reposant sur une analyse d'image médicale
CN112309566A (zh) 影像智能识别与医学智能推理的远程自动诊断系统及方法
WO2021034138A1 (fr) Procédé d'évaluation de la démence et appareil utilisant un tel procédé
WO2020032562A2 (fr) Système de diagnostic d'image biologique, procédé de diagnostic d'image biologique et terminal pour l'exécuter
WO2022197044A1 (fr) Procédé de diagnostic de lésion de la vessie utilisant un réseau neuronal, et système associé
WO2014157796A1 (fr) Système d'endoscope pour prise en charge de diagnostic et son procédé de commande
CN111226287B (zh) 用于分析医学成像数据集的方法、系统、程序产品和介质
WO2020179950A1 (fr) Procédé et dispositif à base d'apprentissage profond pour la prédiction de la progression d'une maladie cérébrale
WO2021054700A1 (fr) Procédé pour fournir des informations de lésion dentaire et dispositif l'utilisant
WO2016204535A1 (fr) Procédé et serveur de gestion d'analyse d'image pour des tests médicaux
EP3951794A1 (fr) Programme d'analyse de maladie de la peau, procédé d'analyse de maladie de la peau, dispositif d'analyse de maladie de la peau et système d'analyse de maladie de la peau

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15898373

Country of ref document: EP

Kind code of ref document: A1