Character Noise Classification Using Confidence and Distance

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing character recognition methods often incorrectly determine large non-character objects as characters or separate characters as noise, due to reliance on size and distance alone, leading to erroneous classifications.

Innovation Solution

An information processing apparatus that calculates a feature vector for each character, including size, distance from the nearest character, and confidence level, and uses a classification model to determine whether the character is a noise or an actual character, thereby reducing erroneous determinations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If character recognition is performed based only on size and distance from neighboring characters, then the classification process is simple and fast, but erroneous determination occurs where large non-character objects are misidentified as characters or separated characters are wrongly classified as noise

Engineering Contradiction:
Improvecharacter-noise classification accuracyVSAvoidclassification model complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent introduces a confidence level parameter from the character recognition result, in addition to size and distance parameters. This multi-parameter approach transforms the classification from a simple binary decision based on limited parameters to a more nuanced evaluation using multiple parameters including recognition confidence, thereby improving classification accuracy without excessive complexity increase

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent employs a classification model as an intermediary component that processes multiple parameters (size, distance, confidence level) and produces a refined classification decision. This intermediary layer separates the raw feature extraction from the final classification decision, allowing complex multi-parameter evaluation while maintaining system modularity and managing overall complexity

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If image compression is applied to decrease the number of pixels, then processing speed increases, but recognition accuracy may be affected by loss of character details

Engineering Contradiction:
Improveprocessing speedVSAvoidcharacter detail preservation
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent performs character recognition and noise classification on compressed image data before any restoration or expansion operations. By making classification decisions on the compressed data while it still contains the essential character features, the system achieves fast processing without needing to restore full-resolution details first, thus maintaining productivity while ensuring accurate classification

Inventive Principle:
Principle #10Preliminary action

3Adaptability or versatility

If a fixed threshold for size and distance is used to determine noise, then the classification process is straightforward, but it cannot adapt to varying document layouts and character sizes

Engineering Contradiction:
Improveadaptation to varying document layoutsVSAvoidclassification model complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent replaces fixed static thresholds with a dynamic classification model that adapts its decision boundaries based on the input data characteristics. The model processes size, distance, and confidence level parameters in a flexible manner that automatically adjusts to different document layouts, character fonts, and sizes, thereby achieving high adaptability while the model structure itself remains relatively simple and efficient

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11361529B2Information processing apparatus and non-transitory computer readable medium
Publication Date: 2022.06.14 FUJIFILM BUSINESS INNOVATION CORP
  • US11361529B2 patent drawing
  • US11361529B2 patent drawing
  • US11361529B2 patent drawing

AI summary

An information processing apparatus includes a processor configured to obtain, for each character of plural characters recognized from an image, (a) position of the character in the image, (b) size of the character, and (c) confidence level of a character recognition result of the character; and determine whether to regard the character as a noise based on a distance between the character and its nearest character, the size of the character, and the confidence level of the character recognition result of the character.