Deep Learning Architecture for Fundus Image Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Deep learning neural networks face challenges in efficiently processing fundus images due to the vanishing gradient problem, requiring large amounts of data for training and struggling to effectively transfer information across layers, which hinders accurate diagnosis and lesion detection.

Innovation Solution

A deep learning architecture system comprising a trunk module for feature extraction, branch modules for lesion identification, and a final diagnosis unit, which minimizes data requirements by combining common CNN architectures and allowing partial training of the system, reducing computational and storage needs, and enabling efficient classification and detection of fundus images.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Extent of automation

If a deep learning neural network is used for fundus image reading, then automatic diagnosis capability is improved, but the amount of learning data required increases significantly

Engineering Contradiction:
Improveautomatic diagnosis capabilityVSAvoidamount of learning data
Core Design Contradiction:
Extent of automationVSQuantity of substance

Solution Approach 1:

The neural network is divided into a trunk module that processes overall image features and branch modules that detect specific lesions. This segmentation allows the system to learn from fewer images by separating global context learning from local lesion detection, reducing the total learning data requirement while maintaining automation.

Inventive Principle:
Principle #1Segmentation

2Reliability

If the entire neural network is trained from scratch, then comprehensive feature learning is achieved, but training time and computational resources increase significantly

Engineering Contradiction:
Improvecomprehensive feature learningVSAvoidtraining time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The trunk module is pre-trained to learn general fundus image features before the branch modules are added and trained for specific lesion detection. This preliminary action allows the system to achieve comprehensive feature learning more efficiently by building a foundation first, then specializing, thereby reducing total training time while maintaining reliability.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If more convolutional layers are added to the neural network, then feature extraction capability is improved, but the vanishing gradient problem worsens

Engineering Contradiction:
Improvefeature extraction capabilityVSAvoidinformation transfer efficiency
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

Skip connection layers are introduced as intermediaries between deeper convolutional layers to directly transfer gradient information and features. These intermediary connections prevent the vanishing gradient problem by providing alternative pathways for information flow, enabling the network to maintain both deep feature extraction capability and reliable gradient propagation.

Inventive Principle:
Principle #24Intermediary (Mediator)

4Stability of the object's composition

If the neural network architecture is fixed, then training stability is improved, but adaptability to new disease types decreases

Engineering Contradiction:
Improvetraining stabilityVSAvoidadaptability to new disease types
Core Design Contradiction:
Stability of the object's compositionVSAdaptability or versatility

Solution Approach 1:

The neural network architecture is made dynamic by allowing new branch modules to be added or removed based on the disease types being detected. The trunk module remains stable and pre-trained, while the branch modules can be dynamically configured to adapt to new disease types, maintaining training stability for common features while enabling versatility for specific applications.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12165313B2Deep learning architecture system for automatic fundus image reading and automatic fundus image reading method using deep learning architecture system
Publication Date: 2024.12.10 ARK
  • US12165313B2 patent drawing
  • US12165313B2 patent drawing
  • US12165313B2 patent drawing

AI summary

Disclosed are an algorithm for automatic fundus image reading, and a deep learning architecture for automatic fundus image reading, which are capable of minimizing the amount of data required for learning by training and reading artificial intelligence in a manner similar to that of an ophthalmologist who acquires medical knowledge.