Glaucoma Detection via Segmented Neural Network Risk Scores

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current techniques are inadequate for accurately, efficiently, and reliably predicting and detecting the onset of glaucoma, which often goes undiagnosed until it causes irreversible visual field loss, leading to significant social and economic costs.

Innovation Solution

A method using pre-trained neural network models, specifically the Optimizing Small Datasets Problem—Domain-Specific Pre-Training (OSDP-DSPT) algorithm, to generate risk scores from indications like cup-disc ratio, peripapillary atrophy, and disc hemorrhage, combined through a classification model to determine the likelihood of glaucoma, enhancing detection accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If current detection techniques are used, then the detection process is simple, but the accuracy and reliability of glaucoma detection is insufficient

Engineering Contradiction:
Improvedetection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments the glaucoma detection task into multiple independent neural network models, each specialized for detecting specific glaucoma indications (cup-disc ratio, peripapillary atrophy, disc hemorrhage, blood vessel structure). Each model processes a specific aspect separately and outputs an independent risk score, which are then combined to produce the final detection result. This segmentation allows each model to achieve high precision in its specialized domain while maintaining modular system architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Each neural network model is trained with domain-specific features and parameters optimized for its particular detection task. For example, the cup-disc ratio model uses features specific to optic disc morphology, while the peripapillary atrophy model focuses on retinal nerve fiber layer characteristics. This local optimization of model quality for each specific indication enhances overall detection accuracy without requiring a single overly complex monolithic model.

Inventive Principle:
Principle #3Local quality

2Reliability

If multiple neural network models are used to generate risk scores, then the detection accuracy improves, but the computational complexity increases

Engineering Contradiction:
Improvedetection reliabilityVSAvoidmodel complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system divides the complex glaucoma detection problem into multiple independent neural network models, each handling a specific glaucoma indication (cup-disc ratio, peripapillary atrophy, disc hemorrhage, blood vessel structure). Each model generates a separate risk score that is then combined through a classification model to produce the final detection result. This segmentation approach improves reliability by capturing multiple aspects of glaucoma independently while maintaining manageable model complexity through modular architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system merges the outputs of multiple independent neural network models through a classification model that combines their risk scores to produce a final glaucoma detection result. This merging strategy integrates the strengths of each specialized model, improving overall detection reliability by considering multiple glaucoma indications simultaneously rather than relying on a single model.

Inventive Principle:
Principle #5Merging (Combining)

3Adaptability or versatility

If comprehensive glaucoma indications are analyzed, then the detection coverage improves, but the processing time increases

Engineering Contradiction:
Improvedetection coverageVSAvoidprocessing time
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

The system segments the analysis of comprehensive glaucoma indications into parallel independent neural network models, each processing a specific indication (cup-disc ratio, peripapillary atrophy, disc hemorrhage, blood vessel structure) simultaneously. This parallel processing approach maintains comprehensive detection coverage while reducing overall processing time compared to sequential analysis of each indication.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Each neural network model is pre-trained on domain-specific datasets and features before deployment, performing preliminary learning of glaucoma patterns independently. This preliminary action allows the models to quickly process new input images without requiring extensive computation during actual detection, thereby maintaining comprehensive coverage while minimizing processing time for new cases.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11941809B1Glaucoma detection and early diagnosis by combined machine learning based risk score generation and feature optimization
Publication Date: 2024.03.26 IHEALTHSCREEN INC
  • US11941809B1 patent drawing
  • US11941809B1 patent drawing
  • US11941809B1 patent drawing

AI summary

Systems, methods of and computer program products for predicting and detecting the onset of glaucoma are provided.