Endoscopic Image Analysis with Dual-Network Lesion Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image analysis methods, particularly for endoscopic images, struggle to accurately distinguish between lesions and background due to low-quality imaging conditions, leading to false positives and incorrect judgments.

Innovation Solution

An image analysis method combining an image classification network and an object detection network to enhance the accuracy of lesion detection in endoscopic images, using DenseNet and YOLOv3 networks for classification and detection, respectively, and generating a comprehensive image analysis result based on both.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If only object detection network is used for lesion detection, then the detection process is simple, but the detection accuracy is low due to false positives

Engineering Contradiction:
Improvelesion detection accuracyVSAvoidanalysis system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The analysis system is segmented into two independent networks: an image classification network that first determines whether an image contains a lesion, and an object detection network that locates the lesion. This segmentation allows each network to specialize in its specific task, improving overall detection accuracy while maintaining manageable complexity through modular architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The image classification network performs preliminary action by first determining whether a lesion exists in the image before the object detection network attempts to locate it. This preliminary classification filters out negative cases early, preventing false positives from propagating to the detection stage and improving overall detection precision.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If image quality is low in endoscopic imaging, then imaging conditions are challenging, but false positives increase leading to incorrect judgments

Engineering Contradiction:
Improvediagnostic reliabilityVSAvoidfalse positives
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The dual-network architecture segments the diagnostic process into classification and detection stages, allowing each network to specialize and reduce false positives. The classification network first filters images to determine lesion presence, improving reliability by preventing false positives from reaching the detection stage.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system implements feedback by using the classification result to guide the detection process. When the classification network determines no lesion is present, the detection network is bypassed, providing feedback that prevents false positives. This feedback mechanism enhances diagnostic reliability under challenging imaging conditions.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12437507B2Image analysis method, image analysis apparatus, and image analysis system
Publication Date: 2025.10.07 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US12437507B2 patent drawing
  • US12437507B2 patent drawing
  • US12437507B2 patent drawing

AI summary

An image analysis method includes: obtaining an image; performing image classification on the image by using an image classification network, to obtain an image classification result of an image category of the image, the image category including a first category and a second category different from the first category; performing object detection on the image by using an object detection network, to obtain an object detection result of a target object associated with the first category; and generating an image analysis result of the image based on the image classification result and the object detection result.