Document Noise Removal via Neural Network Feature Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current image processing technologies are inefficient and unreliable in detecting and removing noise artifacts from images, often mistakenly removing or failing to remove noise, which obstructs recognizable information.

Innovation Solution

A system trained on clean and noisy images extracts features to identify noise artifacts, using a neural network to filter out noise by disconnecting perceptrons representing noise artifacts from the output, and adapts its processing based on the device's capability to optimize resource usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If current image analysis and processing technologies are used to remove noise artifacts, then processing speed may be maintained, but reliability of noise removal deteriorates due to mistaken removal of desired items or failure to remove noise artifacts

Engineering Contradiction:
Improvereliability of noise artifact removalVSAvoidloss of desired information
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The system segments the image processing task into distinct phases: training phase where the system learns to distinguish noise from desired content using training images, and execution phase where the trained model processes new images. This segmentation allows the system to develop specialized knowledge for reliable noise detection without mistakenly removing valid information.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary training action before actual noise removal. During training, the system is fed training images with known noise patterns and learns to identify noise artifacts while preserving desired content. This preliminary learning process establishes the foundation for reliable noise removal in subsequent operations, preventing mistaken removal of valid information.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If complex image analysis algorithms are used to accurately detect noise artifacts, then detection precision improves, but device complexity and processing resources increase

Engineering Contradiction:
Improveprecision of noise artifact detectionVSAvoidcomplexity of image processing system
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system introduces a trained neural network model as an intermediary between the raw image data and the noise removal output. This intermediary has been pre-trained to recognize noise patterns, allowing it to perform accurate detection without requiring complex real-time analysis algorithms. The trained model acts as a mediator that translates image features into noise identification decisions with high precision while maintaining manageable system complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If comprehensive feature extraction is performed on all image data, then detection accuracy improves, but processing time and resource consumption increase

Engineering Contradiction:
Improveaccuracy of noise artifact identificationVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system extracts only the essential features needed for noise detection during the training phase, rather than performing comprehensive feature extraction on all possible image attributes. The training process identifies and extracts the most relevant features for distinguishing noise from valid content, discarding redundant information. This selective extraction maintains high detection accuracy while significantly reducing processing time and resource consumption during actual noise removal operations.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS11330145B1Image processing edge device for document noise removal
Publication Date: 2022.05.10 BANK OF AMERICA CORP
  • US11330145B1 patent drawing
  • US11330145B1 patent drawing
  • US11330145B1 patent drawing

AI summary

A device for removing a noise artifact from a document receives a scan of the document, where the document contains a noise artifact at least partially obstructing a portion of the document. The device generates an image of the document, and extracts a first set of features from the image. The device identifies noise artifact features from the first set of features, and generates a second set of features by removing the noise artifact features. The device generates a test clean image of the document based on the second set of features. The device determines whether a portion of the test clean image that previously displayed the noise artifact corresponds to a counterpart portion of the training clean image. If it is determined that the portion of the test clean image corresponds to the counterpart portion of the training clean image, the device outputs the test clean image.