Scene Text Area Detection With Context-Aware Upsampling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Deep learning models struggle with recognizing text areas in images due to their reliance on fixed geometric structures, which limits their ability to learn spatial transformations of curved shapes, and require complicated label assignments, making them inefficient for detecting arbitrarily-shaped scene text.

Innovation Solution

A real-time segmentation-based model using local context-aware upsampling (LCAU) and dynamic text-spine labeling (DTSL) to model local spatial transformations and simplify label assignments, enabling efficient detection of arbitrarily-shaped scene text.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If deep learning models use fixed geometric structures for text recognition, then the model structure is simple and easy to implement, but the model cannot learn spatial transformation of curved shapes and is limited in detecting arbitrarily-shaped text

Engineering Contradiction:
Improveability to detect arbitrarily-shaped textVSAvoidmodel structure complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent segments the text detection task into multiple stages: first detecting text regions using a segmentation model, then recognizing text content within those regions. This segmentation allows the system to handle arbitrarily-shaped text by breaking down the complex detection task into manageable parts, improving adaptability without requiring a completely complex unified model.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent employs dynamic text spine labeling where the labeling process adapts to the specific geometry and shape of each text region. The system dynamically adjusts labeling parameters and approaches based on the detected text characteristics, enabling the model to learn spatial transformations of curved shapes while maintaining a relatively simple base architecture.

Inventive Principle:
Principle #15Dynamics

2Reliability

If hand-crafted parameters with grid search are used for training, then state-of-the-art performance can be achieved, but the training process is time-consuming and computationally expensive

Engineering Contradiction:
Improveperformance accuracyVSAvoidtraining time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent replaces hand-crafted parameters with learnable parameters that are automatically optimized through training. Instead of requiring extensive grid search over multiple hand-tuned parameters, the system uses a unified model architecture where parameters are learned end-to-end, significantly reducing training time while maintaining high accuracy through automated optimization rather than manual parameter crafting.

Inventive Principle:
Principle #35Parameter changes

3Ease of manufacture

If text regions are scaled down with fixed ratio during training, then the training process is simplified, but the model struggles with text areas of varying sizes and shapes in real-world images

Engineering Contradiction:
Improvetraining process simplicityVSAvoidhandling text of varying sizes and shapes
Core Design Contradiction:
Ease of manufactureVSAdaptability or versatility

Solution Approach 1:

The patent employs dynamic text spine labeling where the labeling process adapts to the specific geometry and shape of each text region. The system dynamically adjusts labeling parameters and approaches based on the detected text characteristics, enabling the model to handle text of varying sizes and shapes while maintaining a relatively simple base architecture.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent applies different processing strategies to different regions of the image based on their characteristics. After initial text region detection, the system analyzes local text properties (shape, orientation, size) and applies appropriate labeling and recognition approaches tailored to each local region, enabling versatile handling of diverse text while keeping the overall training process manageable.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS12536819B2Real-time scene text area detection
Publication Date: 2026.01.27 INNOPEAK TECHNOLOGY INC
  • US12536819B2 patent drawing
  • US12536819B2 patent drawing
  • US12536819B2 patent drawing

AI summary

A computer system obtains the image including one or more text areas, and generates a sequence of feature maps from the image based on a downsampling rate. Each feature map has a first dimension and a second dimension, and the feature maps include a first feature map and a second feature map. Each of the first and second dimensions of the first feature map has a respective size that is reduced to that of a respective dimension of the second feature map by the downsampling rate. The second feature map is upsampled by an upsampling rate using a local context-aware upsampling network. The upsampled second feature map is aggregated with the first feature map to generate an aggregated first feature map. The one or more text areas are identified in the image based on the aggregated first feature map.