Extracting Regions of Interest from Annotated Images with Occluding Labels

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods struggle to efficiently extract human knowledge from images where annotations are directly drawn, especially in cases where region of interest annotations are not continuous and perfectly closed, and where filtering techniques fail to separate regions of interest from textual labels.

Innovation Solution

A method involving the extraction of annotations from images using an excess color filter, followed by the separation of region of interest and text labels through erosion and subtraction, and the reconstruction of boundaries using bipartite matching and a greedy algorithm to create a filled-in polygon.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If filtering techniques are used to extract annotations, then extraction speed is improved, but the ability to separate regions of interest from textual labels deteriorates

Engineering Contradiction:
Improveextraction speedVSAvoidseparation accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The annotation extraction process is divided into distinct stages: initial filtering to isolate colored pixels, skeletonization to reduce boundary thickness, erosion to separate text from regions, and gap closing to complete boundaries. Each stage processes the data incrementally, maintaining both speed and accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The method performs preliminary skeletonization to reduce annotation boundaries to single-pixel lines before attempting separation. This preliminary structuring makes subsequent erosion and text separation operations more effective and reliable.

Inventive Principle:
Principle #10Preliminary action

2Device complexity

If simple color filtering is used, then processing complexity is reduced, but the ability to handle non-continuous and imperfectly closed boundaries deteriorates

Engineering Contradiction:
Improveprocessing complexityVSAvoidboundary completeness
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

Boundary reconstruction is segmented into identifying dead-end vertices, finding complementary segments through bipartite matching, and joining segments to close gaps. This systematic approach handles non-continuous boundaries reliably while maintaining manageable complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The skeletonized representation serves as an intermediary structure between the raw annotation and the final closed boundary. This intermediate form simplifies the identification of gaps and facilitates systematic reconstruction of complete boundaries.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Difficulty of detecting and measuring

If image subtraction is used to lift annotations, then extraction capability is improved, but the ability to separate regions of interest from text labels and repair boundaries deteriorates

Engineering Contradiction:
Improveextraction capabilityVSAvoidseparation and repair capability
Core Design Contradiction:
Difficulty of detecting and measuringVSDevice complexity

Solution Approach 1:

The method segments the annotation processing into distinct operational phases: extraction via subtraction, skeletonization for structure, erosion for separation, and gap closing for completion. This segmentation makes the complex overall task manageable and effective.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Skeletonization is performed as a preliminary action before separation and gap closing operations. This preliminary structuring of the annotation data enables subsequent operations to work more effectively with reduced complexity.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12321380B2Automatic extraction of regions of interest from annotated images with occluding labels
Publication Date: 2025.06.03 GENESEE VALLEY INNOVATIONS LLC
  • US12321380B2 patent drawing
  • US12321380B2 patent drawing
  • US12321380B2 patent drawing

AI summary

A system and method provide extractions of regions of interest from images hand annotated by reviewers by lifting annotations from images, filtering out text labels, reconstructing continuous closed boundaries, and marking the contained region.