Single-Stage Digit Inference from Unsegmented Images

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for recognizing and parsing digits in digital displays require large datasets, user input to specify regions, or network connections, making them inefficient and costly for applications like healthcare and chemical processes.

Innovation Solution

A lightweight, single-stage digit detection system using a convolutional network with two layers of fully connected non-linear units that can identify up to eight digits and decimal points without user input, trained on synthetic images and augmented data to generalize across various display styles.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional multi-stage methods with image preprocessing and segmentation are used, then digit recognition accuracy can be improved, but device complexity and processing time increase

Engineering Contradiction:
Improvedigit recognition accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent combines multiple traditional processing stages (image preprocessing, segmentation, and classification) into a single integrated neural network model. The network directly processes raw images and outputs digit recognitions without requiring separate preprocessing or segmentation steps, thereby reducing system complexity while maintaining recognition accuracy through the unified learning approach.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The neural network internally performs segmentation by learning to identify and isolate digit regions through its convolutional and fully connected layers. The architecture automatically segments relevant features from the input image during the forward propagation process, eliminating the need for explicit preprocessing segmentation steps while preserving digit recognition precision.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If large datasets with hand labeling are used for training, then recognition accuracy improves, but data preparation time and cost increase

Engineering Contradiction:
Improverecognition accuracyVSAvoiddata preparation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies image augmentation techniques during the training phase to artificially expand the training dataset. By generating transformed versions of limited training images (rotations, flips, brightness adjustments), the system prepares a diverse training set in advance, reducing the need for large manually labeled datasets while maintaining high recognition accuracy through exposure to varied digit appearances.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If user input to specify regions is required, then processing accuracy improves, but ease of operation deteriorates

Engineering Contradiction:
Improvedigit detection accuracyVSAvoiduser input requirement
Core Design Contradiction:
Measurement precisionVSEase of operation

Solution Approach 1:

The neural network performs automatic region detection and digit identification without requiring user input to specify regions. The model independently processes the entire input image, automatically identifying digit locations and values through its learned features, thereby eliminating the need for manual region specification while maintaining accurate digit detection.

Inventive Principle:
Principle #25Self-service

4Measurement precision

If network connections are required for commercial APIs, then recognition accuracy improves, but loss of time and cost increase

Engineering Contradiction:
Improvedigit recognition accuracyVSAvoidnetwork latency
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent extracts the digit recognition capability into a standalone neural network model that can execute locally on devices without requiring network connections to external commercial APIs. By deploying the trained model locally, the system eliminates network latency and associated costs while maintaining recognition accuracy through the self-contained inference process.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS20240242524A1A system and method for single stage digit inference from unsegmented displays in images
Publication Date: 2024.07.18 GENESEE VALLEY INNOVATIONS LLC
  • US20240242524A1 patent drawing
  • US20240242524A1 patent drawing
  • US20240242524A1 patent drawing

AI summary

A system and method for reading digits using VGG-16 backbone are provided to create visual features followed by two layers of non-linear fully connected units which are then fed to 8 categorical symbol units and a single linear length unit. The 8 categorical units provide an ordered representation of the numerical reading with required punctuation such as decimal points or colons. Training on synthetic digits followed by augmentations to create a robust detector are implemented without the need for real-world training data.