KR102211851B1 - 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 - Google Patents
데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 Download PDFInfo
- Publication number
- KR102211851B1 KR102211851B1 KR1020200034456A KR20200034456A KR102211851B1 KR 102211851 B1 KR102211851 B1 KR 102211851B1 KR 1020200034456 A KR1020200034456 A KR 1020200034456A KR 20200034456 A KR20200034456 A KR 20200034456A KR 102211851 B1 KR102211851 B1 KR 102211851B1
- Authority
- KR
- South Korea
- Prior art keywords
- data
- machine learning
- feature
- analysis target
- model
- 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
- 238000010801 machine learning Methods 0.000 title abstract description 435
- 238000000034 method Methods 0.000 title abstract description 60
- 238000004458 analytical method Methods 0.000 abstract description 214
- 238000012549 training Methods 0.000 description 50
- 238000012360 testing method Methods 0.000 description 27
- 230000015654 memory Effects 0.000 description 23
- 238000010586 diagram Methods 0.000 description 22
- 238000011156 evaluation Methods 0.000 description 21
- 238000013528 artificial neural network Methods 0.000 description 15
- 238000012545 processing Methods 0.000 description 7
- 230000006835 compression Effects 0.000 description 6
- 238000007906 compression Methods 0.000 description 6
- 238000004891 communication Methods 0.000 description 5
- 230000014509 gene expression Effects 0.000 description 4
- 230000000306 recurrent effect Effects 0.000 description 4
- 238000013473 artificial intelligence Methods 0.000 description 3
- 238000013527 convolutional neural network Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 3
- 238000011176 pooling Methods 0.000 description 3
- 238000007781 pre-processing Methods 0.000 description 3
- 230000002457 bidirectional effect Effects 0.000 description 2
- 238000013136 deep learning model Methods 0.000 description 2
- 238000003745 diagnosis Methods 0.000 description 2
- 201000010099 disease Diseases 0.000 description 2
- 208000037265 diseases, disorders, signs and symptoms Diseases 0.000 description 2
- 230000005291 magnetic effect Effects 0.000 description 2
- 238000005259 measurement Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000006403 short-term memory Effects 0.000 description 2
- 238000003491 array Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000003902 lesion Effects 0.000 description 1
- 238000009607 mammography Methods 0.000 description 1
- 230000001902 propagating effect Effects 0.000 description 1
- 230000002787 reinforcement Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
- 230000001131 transforming effect Effects 0.000 description 1
- 238000002604 ultrasonography Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/44—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
- G06V10/443—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
- G06V10/449—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters
- G06V10/451—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters with interaction between the filter responses, e.g. cortical complex cells
- G06V10/454—Integrating the filters into a hierarchical structure, e.g. convolutional neural networks [CNN]
-
- 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/08—Learning methods
- G06N3/09—Supervised learning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/217—Validation; Performance evaluation; Active pattern learning techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/25—Fusion techniques
- G06F18/254—Fusion techniques of classification results, e.g. of results related to same input data
-
- 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
-
- 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/042—Knowledge-based neural networks; Logical representations of neural 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/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G06N3/0454—
-
- 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/0464—Convolutional networks [CNN, ConvNet]
-
- 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
- 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
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/764—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/80—Fusion, i.e. combining data from various sources at the sensor level, preprocessing level, feature extraction level or classification level
- G06V10/809—Fusion, i.e. combining data from various sources at the sensor level, preprocessing level, feature extraction level or classification level of classification results, e.g. where the classifiers operate on the same input data
-
- 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
- G16H30/00—ICT specially adapted for the handling or processing of medical images
- G16H30/20—ICT specially adapted for the handling or processing of medical images for handling medical images, e.g. DICOM, HL7 or PACS
-
- 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/20—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for computer-aided diagnosis, e.g. based on medical expert systems
-
- 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
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- General Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Computing Systems (AREA)
- Biomedical Technology (AREA)
- Life Sciences & Earth Sciences (AREA)
- General Engineering & Computer Science (AREA)
- Molecular Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Biophysics (AREA)
- Medical Informatics (AREA)
- Multimedia (AREA)
- Databases & Information Systems (AREA)
- Public Health (AREA)
- Primary Health Care (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Epidemiology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Biodiversity & Conservation Biology (AREA)
- Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
- Radiology & Medical Imaging (AREA)
- Pathology (AREA)
- Image Analysis (AREA)
Abstract
Description
도 2는 본 개시의 일 실시예에 따른 기계학습장치를 나타낸 도면이다.
도 3은 본 개시의 일 실시예에 따른 기계학습장치의 동작을 나타내는 흐름도이다.
도 4는 본 개시의 일 실시예에 따라 통합기계학습모델을 획득하는 과정을 나타낸 도면이다.
도 5는 본 개시의 일 실시예에 따라 서브 기계학습모델을 생성하는 과정을 설명하기 위한 도면이다.
도 6은 본 개시의 일 실시예에 따라 최종기계학습모델을 생성하는 방법을 나타낸 흐름도이다.
도 7은 본 개시의 일 실시예에 따른 최종기계학습모델을 생성하는 방법을 설명하기 위한 도면이다.
도 8은 본 개시의 일 실시예에 따른 특징 데이터를 설명하기 위한 도면이다.
도 9는 본 개시의 일 실시예에 따라 특징 데이터를 생성하는 과정을 설명하기 위한 도면이다.
도 10은 본 개시의 일 실시예에 따라 특징 데이터를 생성하는 과정을 설명하기 위한 도면이다.
도 11은 본 개시의 일 실시예에 따라 최종기계학습모델(710)을 생성하는 과정을 나타낸 도면이다.
도 12는 본 개시의 일 실시예에 따른 기계학습장치의 동작을 나타내는 흐름도이다.
도 13은 본 개시의 일 실시예에 따라 기계학습장치의 동작을 설명하기 위한 도면이다.
Claims (20)
- 컴퓨터로 구현되는 기계학습장치에 의해 수행되는 기계학습방법으로서,
제 1 분석 대상 데이터에 기본모델을 적용하여 획득된 제 1 특징 데이터를 수신하는 단계;
제 2 분석 대상 데이터에 상기 기본모델을 적용하여 획득된 제 2 특징 데이터를 수신하는 단계; 및
상기 제 1 특징 데이터 및 제 1 분석 결과 데이터의 상관 관계 그리고 상기 제 2 특징 데이터 및 제 2 분석 결과 데이터의 상관 관계를 기계학습하여 최종기계학습모델을 획득하는 단계를 포함하고,
상기 제 1 특징 데이터는 상기 제 1 분석 대상 데이터를 상기 기본모델에 적용하여 획득되는 제 1 복수의 특징 레이어들 중 적어도 하나의 레이어이고,
상기 제 2 특징 데이터는 상기 제 2 분석 대상 데이터를 상기 기본모델에 적용하여 획득되는 제 2 복수의 특징 레이어들 중 적어도 하나의 레이어인, 기계학습방법.
- 제 1 항에 있어서,
테스트 데이터에 상기 기본모델을 적용하여 획득된 예측 특징 데이터를 수신하는 단계;
상기 예측 특징 데이터에 상기 최종기계학습모델을 적용하여 상기 테스트 데이터에 대응하는 예측 결과 데이터를 획득하는 단계를 더 포함하는 기계학습방법.
- 제 1 항에 있어서,
상기 제 1 분석 대상 데이터 및 상기 제 2 분석 대상 데이터는 서로 다른 환경에서 획득된 의료 영상과 관련된 데이터인 기계학습방법.
- 제 2 항에 있어서,
상기 제 1 특징 데이터, 상기 제 2 특징 데이터 및 상기 예측 특징 데이터는 상기 제 1 분석 대상 데이터, 상기 제 2 분석 대상 데이터 및 상기 테스트 데이터를 손실 압축한 데이터인 기계학습방법.
- 제 2 항에 있어서,
상기 제 1 분석 대상 데이터, 상기 제 2 분석 대상 데이터 및 상기 테스트 데이터는 개인정보가 포함되고,
상기 제 1 특징 데이터, 상기 제 2 특징 데이터 및 상기 예측 특징 데이터는 개인정보가 식별되지 않는 기계학습방법.
- 제 1 항에 있어서,
상기 제 1 분석 결과 데이터는 상기 제 1 분석 대상 데이터를 사용자가 분석한 결과이고, 상기 제 2 분석 결과 데이터는 상기 제 2 분석 대상 데이터를 사용자가 분석한 결과인 기계학습방법.
- 삭제
- 제 1 항에 있어서,
상기 제 1 복수의 특징 레이어들 및 상기 제 2 복수의 특징 레이어들에서 동일 위치의 레이어를 선택하여 상기 제 1 특징 데이터 및 상기 제 2 특징 데이터를 각각 획득하는 기계학습방법.
- 제 1 항에 있어서,
상기 기본모델은 영상을 분류하기 위하여 미리 학습된 기계학습모델인 기계학습방법.
- 제 1 항에 있어서,
상기 기본모델은 제 1 분석 대상 데이터 및 상기 제 1 분석 결과 데이터를 포함하는 제 1 학습 데이터 세트를 기계학습하여 획득된 서브 기계학습모델인 기계학습방법.
- 기계학습장치는 프로세서 및 메모리를 포함하고,
상기 프로세서는 상기 메모리에 저장된 명령어에 기초하여,
제 1 분석 대상 데이터에 기본모델을 적용하여 획득된 제 1 특징 데이터를 수신하고,
제 2 분석 대상 데이터에 상기 기본모델을 적용하여 획득된 제 2 특징 데이터를 수신하고,
상기 제 1 특징 데이터 및 제 1 분석 결과 데이터의 상관 관계 그리고 상기 제 2 특징 데이터 및 제 2 분석 결과 데이터의 상관 관계를 기계학습하여 최종기계학습모델을 획득하며,
상기 제 1 특징 데이터는 상기 제 1 분석 대상 데이터를 상기 기본모델에 적용하여 획득되는 제 1 복수의 특징 레이어들 중 적어도 하나의 레이어이고,
상기 제 2 특징 데이터는 상기 제 2 분석 대상 데이터를 상기 기본모델에 적용하여 획득되는 제 2 복수의 특징 레이어들 중 적어도 하나의 레이어인, 기계학습장치.
- 제 11 항에 있어서,
상기 프로세서는 상기 메모리에 저장된 명령어에 기초하여,
테스트 데이터에 상기 기본모델을 적용하여 획득된 예측 특징 데이터를 수신하고,
상기 예측 특징 데이터에 상기 최종기계학습모델을 적용하여 상기 테스트 데이터에 대응하는 예측 결과 데이터를 획득하는 기계학습장치.
- 제 11 항에 있어서,
상기 제 1 분석 대상 데이터 및 상기 제 2 분석 대상 데이터는 서로 다른 환경에서 획득된 의료 영상과 관련된 데이터인 기계학습장치.
- 제 12 항에 있어서,
상기 제 1 특징 데이터, 상기 제 2 특징 데이터 및 상기 예측 특징 데이터는 상기 제 1 분석 대상 데이터, 상기 제 2 분석 대상 데이터 및 상기 테스트 데이터를 손실 압축한 데이터인 기계학습장치.
- 제 12 항에 있어서,
상기 제 1 분석 대상 데이터, 상기 제 2 분석 대상 데이터 및 상기 테스트 데이터는 개인정보가 포함되고,
상기 제 1 특징 데이터, 상기 제 2 특징 데이터 및 상기 예측 특징 데이터는 개인정보가 식별되지 않는 기계학습장치.
- 제 11 항에 있어서,
상기 제 1 분석 결과 데이터는 상기 제 1 분석 대상 데이터를 사용자가 분석한 결과이고, 상기 제 2 분석 결과 데이터는 상기 제 2 분석 대상 데이터를 사용자가 분석한 결과인 기계학습장치.
- 삭제
- 제 11 항에 있어서,
상기 제 1 복수의 특징 레이어들 및 상기 제 2 복수의 특징 레이어들에서 동일 위치의 레이어를 선택하여 상기 제 1 특징 데이터 및 상기 제 2 특징 데이터를 각각 획득하는 기계학습장치.
- 제 11 항에 있어서,
상기 기본모델은 영상을 분류하기 위하여 미리 학습된 기계학습모델인 기계학습장치.
- 제 11 항에 있어서,
상기 기본모델은 제 1 분석 대상 데이터 및 상기 제 1 분석 결과 데이터를 포함하는 제 1 학습 데이터 세트를 기계학습하여 획득된 서브 기계학습모델인 기계학습장치.
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020200034456A KR102211851B1 (ko) | 2020-03-20 | 2020-03-20 | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 |
US17/077,114 US20210295151A1 (en) | 2020-03-20 | 2020-10-22 | Method of machine-learning by collecting features of data and apparatus thereof |
KR1020210007193A KR102394759B1 (ko) | 2020-03-20 | 2021-01-19 | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020200034456A KR102211851B1 (ko) | 2020-03-20 | 2020-03-20 | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020210007193A Division KR102394759B1 (ko) | 2020-03-20 | 2021-01-19 | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 |
Publications (1)
Publication Number | Publication Date |
---|---|
KR102211851B1 true KR102211851B1 (ko) | 2021-02-03 |
Family
ID=74572232
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020200034456A Active KR102211851B1 (ko) | 2020-03-20 | 2020-03-20 | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 |
KR1020210007193A Active KR102394759B1 (ko) | 2020-03-20 | 2021-01-19 | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020210007193A Active KR102394759B1 (ko) | 2020-03-20 | 2021-01-19 | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 |
Country Status (2)
Country | Link |
---|---|
US (1) | US20210295151A1 (ko) |
KR (2) | KR102211851B1 (ko) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11348035B2 (en) * | 2020-10-27 | 2022-05-31 | Paypal, Inc. | Shared prediction engine for machine learning model deployment |
CN114446468B (zh) * | 2022-01-20 | 2025-02-11 | 广州卓悦云科技有限公司 | 一种基于云的poct数据分析方法及系统 |
KR102684383B1 (ko) * | 2022-12-22 | 2024-07-12 | 서울과학기술대학교 산학협력단 | 블록체인 기반 부분 모델 동기화 방법 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20150019214A1 (en) * | 2013-07-10 | 2015-01-15 | Tencent Technology (Shenzhen) Company Limited | Method and device for parallel processing in model training |
JP2015011686A (ja) * | 2013-07-02 | 2015-01-19 | 日本電信電話株式会社 | 統合識別器学習装置、統合識別器学習方法、及び統合識別器学習プログラム |
KR20190032433A (ko) * | 2016-07-18 | 2019-03-27 | 난토믹스, 엘엘씨 | 분산 머신 학습 시스템들, 장치, 및 방법들 |
KR20200014510A (ko) * | 2018-08-01 | 2020-02-11 | 삼성에스디에스 주식회사 | 기계 학습 기반의 예측 서비스 제공 방법 및 그 장치 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9846938B2 (en) * | 2015-06-01 | 2017-12-19 | Virtual Radiologic Corporation | Medical evaluation machine learning workflows and processes |
JP6898561B2 (ja) * | 2017-09-08 | 2021-07-07 | 富士通株式会社 | 機械学習プログラム、機械学習方法、および機械学習装置 |
US20210240853A1 (en) * | 2018-08-28 | 2021-08-05 | Koninklijke Philips N.V. | De-identification of protected information |
US11556846B2 (en) * | 2018-10-03 | 2023-01-17 | Cerebri AI Inc. | Collaborative multi-parties/multi-sources machine learning for affinity assessment, performance scoring, and recommendation making |
US10957442B2 (en) * | 2018-12-31 | 2021-03-23 | GE Precision Healthcare, LLC | Facilitating artificial intelligence integration into systems using a distributed learning platform |
KR20220016487A (ko) * | 2019-05-31 | 2022-02-09 | 인포메드 데이터 시스템즈 아이엔씨 디/비/에이 원 드롭 | 생체 모니터링 및 혈당 예상을 위한 시스템들, 및 연관된 방법들 |
US11183294B2 (en) * | 2019-08-30 | 2021-11-23 | International Business Machines Corporation | Automatic detection and replacement of identifying information in images using machine learning |
US11334773B2 (en) * | 2020-06-26 | 2022-05-17 | Amazon Technologies, Inc. | Task-based image masking |
-
2020
- 2020-03-20 KR KR1020200034456A patent/KR102211851B1/ko active Active
- 2020-10-22 US US17/077,114 patent/US20210295151A1/en active Pending
-
2021
- 2021-01-19 KR KR1020210007193A patent/KR102394759B1/ko active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015011686A (ja) * | 2013-07-02 | 2015-01-19 | 日本電信電話株式会社 | 統合識別器学習装置、統合識別器学習方法、及び統合識別器学習プログラム |
US20150019214A1 (en) * | 2013-07-10 | 2015-01-15 | Tencent Technology (Shenzhen) Company Limited | Method and device for parallel processing in model training |
KR20190032433A (ko) * | 2016-07-18 | 2019-03-27 | 난토믹스, 엘엘씨 | 분산 머신 학습 시스템들, 장치, 및 방법들 |
KR20200014510A (ko) * | 2018-08-01 | 2020-02-11 | 삼성에스디에스 주식회사 | 기계 학습 기반의 예측 서비스 제공 방법 및 그 장치 |
Also Published As
Publication number | Publication date |
---|---|
US20210295151A1 (en) | 2021-09-23 |
KR20210117918A (ko) | 2021-09-29 |
KR102394759B1 (ko) | 2022-05-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102211852B1 (ko) | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 | |
US11948298B2 (en) | System to collect and identify medical conditions from images and expert knowledge | |
KR102075293B1 (ko) | 의료 영상의 메타데이터 예측 장치 및 방법 | |
KR102211851B1 (ko) | 데이터의 특징점을 취합하여 기계 학습하는 방법 및 장치 | |
WO2020016736A1 (en) | Knockout autoencoder for detecting anomalies in biomedical images | |
KR102639807B1 (ko) | 시계열 데이터에 기반한 알츠하이머병 진행감지를 위한 멀티모드 멀티테스크 딥 러닝 모델 | |
US20220198668A1 (en) | Method for analyzing lesion based on medical image | |
US12321866B2 (en) | Data diversity visualization and quantification for machine learning models | |
US12229685B2 (en) | Model suitability coefficients based on generative adversarial networks and activation maps | |
CN118797292A (zh) | 一种基于深度学习的医疗数据智能识别方法及系统 | |
WO2023274599A1 (en) | Methods and systems for automated follow-up reading of medical image data | |
US20210335481A1 (en) | Augmented inspector interface with targeted, context-driven algorithms | |
JP6915604B2 (ja) | 装置、方法およびプログラム | |
KR20220082456A (ko) | 의료 영상을 기반으로 하는 관심 대상의 상태 판독 방법 | |
Tousignant | Prediction of Future Multiple Sclerosis Disease Progression Using Deep Learning Analysis of MRI Data | |
KR102464887B1 (ko) | 의료 영상의 메타데이터 예측 장치 및 방법 | |
KR102433054B1 (ko) | 의료 영상의 메타데이터 예측 장치 및 방법 | |
Vidhyalakshmi et al. | Diagnosis of Ovarian Cancer Using Convolutional Neural Network and Attention Mechanism | |
Tousignant Duran | Prediction of future Multiple Sclerosis disease progression using deep learning analysis of MRI data | |
HK40071091A (en) | System to collect and identify skin conditions from images and expert knowledge | |
KR20230147494A (ko) | 호흡기 질환 탐지 방법 및 장치 | |
CN114329580A (zh) | 基于持续学习的医疗数据隐私保护与资源利用方法及装置 | |
Rashid | ANN based Expert System to Predict Disease in Cardiac Patients at Initial Stages | |
Pedersen | Demographic bias in public neuroimaging databases, and its effect on AI systems for computer-aided diagnosis | |
Rao et al. | A Contemporary Technique for Lung Disease Prediction using Deep Learning |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20200320 |
|
PA0201 | Request for examination | ||
PA0302 | Request for accelerated examination |
Patent event date: 20200519 Patent event code: PA03022R01D Comment text: Request for Accelerated Examination Patent event date: 20200320 Patent event code: PA03021R01I Comment text: Patent Application |
|
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20200715 Patent event code: PE09021S01D |
|
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20201113 |
|
A107 | Divisional application of patent | ||
PA0107 | Divisional application |
Comment text: Divisional Application of Patent Patent event date: 20210119 Patent event code: PA01071R01D |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20210128 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20210128 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
PR1001 | Payment of annual fee |
Payment date: 20231218 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20241219 Start annual number: 5 End annual number: 5 |