Lesion Tracking via Siamese Network for Endoscopic Video

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current AI-assisted endoscopic detection methods for target lesions, such as colorectal polyps, face challenges in speed and robustness due to high frame rates and lack of timing information consideration, leading to inaccurate positioning and excessive alerts.

Innovation Solution

A target positioning method that detects a target lesion in a video frame and triggers a tracking process, using a siamese network to track the lesion across consecutive frames, incorporating timing information to enhance accuracy and reduce false alerts.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If target detection method is used to detect each video frame image, then lesion detection accuracy is improved, but processing speed deteriorates and frame rate is missed

Engineering Contradiction:
Improvelesion detection accuracyVSAvoidprocessing speed
Core Design Contradiction:
Measurement precisionVSSpeed

Solution Approach 1:

The system performs preliminary detection on selected frames to identify potential lesions, then uses tracking algorithms to follow the lesion across subsequent frames. This preliminary action on key frames rather than all frames resolves the contradiction by maintaining detection accuracy while improving processing speed.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The video stream processing is segmented into detection phases and tracking phases. Detection is performed on sampled frames rather than every frame, while tracking continuously monitors the lesion across all frames. This segmentation allows accurate lesion detection without processing every frame at full detection cost.

Inventive Principle:
Principle #1Segmentation

2Device complexity

If frame-by-frame detection is performed without timing information, then detection simplicity is maintained, but robustness deteriorates due to false positive alerts

Engineering Contradiction:
Improvedetection simplicityVSAvoidrobustness
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The system uses tracking information as feedback to verify detection results. When a lesion is detected, the tracking module continuously monitors its position across frames, providing feedback that confirms whether the detected lesion is real or a false positive. This feedback mechanism improves robustness while maintaining relatively simple detection processes.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

Instead of independent frame-by-frame detection, the system establishes continuous tracking of detected lesions across the video stream. This continuity allows the system to distinguish real lesions (which persist across frames) from false positives (which disappear), thereby improving reliability without significantly increasing detection complexity.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS12183006B2Target positioning method, apparatus and system
Publication Date: 2024.12.31 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US12183006B2 patent drawing
  • US12183006B2 patent drawing
  • US12183006B2 patent drawing

AI summary

A target positioning method is provided to include: determining, in response to determining that a video frame image including a target lesion is detected from a video stream, location information of the target lesion on the video frame image; tracking the target lesion according to the location information of the target lesion on the video frame image, and determining location information of the target lesion on a video frame image in the video stream.