Document Checkpoint Recovery for Network Path Anomaly Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing document processing systems fail to efficiently detect and mitigate anomalies along a network path, leading to incomplete or corrupted data that propagates downstream, wasting computational and network resources.

Innovation Solution

Implement a checkpoint recovery technique that generates images of document data, infuses noise, and stores them in a database, allowing for automatic detection and reconstruction of corrupted data from the last safe state, thus preventing further failures and conserving resources.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If document processing is restarted from the beginning after an error, then the document can be reprocessed, but computational and network resources are wasted and processing time increases

Engineering Contradiction:
Improvedocument processing reliabilityVSAvoiddocument processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system generates hash values of document data at each processing stage and stores them in advance. When an error is detected, the pre-computed hash values enable rapid identification of the corruption point without reprocessing the entire document from the beginning, thus maintaining reliability while reducing time loss

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system creates copies of document data at each processing checkpoint and stores them with associated hash values. These copies serve as reference points for recovery, allowing the system to skip reprocessing of unchanged sections and only reprocess from the identified error point, reducing computational waste and time consumption

Inventive Principle:
Principle #26Copying

2Reliability

If document data is reprocessed after corruption, then complete data can be recovered, but computational resources are consumed

Engineering Contradiction:
Improvedata integrityVSAvoidcomputational resource consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The system extracts and stores hash values of document data at each processing stage separately from the main document flow. When corruption is detected, only the specific corrupted section needs to be reprocessed based on hash comparison, rather than reprocessing the entire document, thus maintaining data integrity while reducing computational resource consumption

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system replaces full mechanical reprocessing of document data with a lightweight hash-based verification mechanism. By substituting the heavy operation of complete document reprocessing with efficient hash value comparison, the system maintains data integrity while dramatically reducing computational energy consumption

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Productivity

If corrupted document data propagates downstream, then processing continues, but further failures occur in downstream devices

Engineering Contradiction:
Improvedocument processing throughputVSAvoiddownstream processing reliability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system implements feedback by continuously monitoring document data integrity through hash value comparison at each processing stage. When corruption is detected, the feedback mechanism triggers an immediate stop to prevent propagation, and activates recovery procedures. This maintains overall system reliability while allowing uninterrupted processing of unaffected documents, preserving productivity

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system segments the document processing flow into discrete stages with independent hash verification at each checkpoint. This segmentation allows the system to isolate and handle only the corrupted segment without affecting other segments, preventing downstream failures while maintaining throughput of unaffected processing streams

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260051141A1System and method for document anomaly detection along a network path of the document
Publication Date: 2026.02.19 BANK OF AMERICA CORP
  • US20260051141A1 patent drawing
  • US20260051141A1 patent drawing
  • US20260051141A1 patent drawing

AI summary

A system for document anomaly detection along a network path of a document is disclosed. The system receives a first document data that is generated based on a first processing operation on the document at a first computing device. The system generates a first image for the first document data. The first image uniquely identifies the first document data. The system encrypts the first image with a first noise filter. The system receives a second document data that is generated based on a second processing operation on the document at a second computing device. The system determines that the second document data is anomalous. In response, the system performs the second processing operation on the document.