Handwriting Layout Analysis Using Graph Neural Stroke Classification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing layout analysis systems for online handwriting documents struggle to effectively utilize two-dimensional spatial information and feature engineering, and are limited in their ability to integrate multiple content types such as text, charts, and mathematical formulas, failing to meet the complexity of actual document content.

Innovation Solution

An online handwriting document layout analysis system utilizing a combination of bidirectional recursive neural networks and graphical neural networks to generate undirected graphs, perform feature vector initialization, and employ fully connected neural networks for simultaneous segmentation and classification of multiple granularity objects, including text lines, charts, and mathematical formulas.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional recurrent neural networks are used for layout analysis, then the system can process sequential data, but it fails to effectively utilize two-dimensional spatial information in the document

Engineering Contradiction:
Improvespatial information utilizationVSAvoidnetwork architecture limitation
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent replaces the sequential processing mechanism of traditional RNNs with a graph-based neural network that processes spatial relationships directly. The graph structure allows nodes (strokes) to be connected based on spatial proximity, enabling the network to capture two-dimensional spatial information while maintaining the sequential processing capability through graph traversal and message passing mechanisms.

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

2Adaptability or versatility

If graphical neural networks are used for layout analysis, then spatial relationships can be captured, but the system is unable to fully utilize feature engineering of the information

Engineering Contradiction:
Improvefeature engineering utilizationVSAvoidspatial relationship capture
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The patent merges the strengths of both RNNs and GNNs by combining sequential feature extraction with spatial relationship modeling. The system first extracts features using RNN-based approaches, then integrates spatial relationships through graph connectivity, and finally combines both types of features through a unified neural network that performs both segmentation and classification tasks simultaneously, fully utilizing feature engineering capabilities.

Inventive Principle:
Principle #5Merging (Combining)

3Adaptability or versatility

If traditional layout analysis methods are used, then specific tasks like text line segmentation can be performed, but the system cannot be integrated to analyze all content types (tables, charts, text, formulas) at the same time

Engineering Contradiction:
Improvemulti-content type analysisVSAvoidsystem integration capability
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent creates a universal layout analysis system that can handle multiple content types simultaneously. The graph-based neural network is designed to be content-agnostic, processing any stroke-based document content through the same architecture. The system performs multi-task learning by jointly optimizing for segmentation, classification, and various content-type detection tasks, enabling it to analyze tables, charts, text, and formulas in a single integrated framework without requiring separate specialized models for each content type.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS12555400B2Online handwriting document layout analysis system
Publication Date: 2026.02.17 FLUXINK PTE LTD
  • US12555400B2 patent drawing
  • US12555400B2 patent drawing
  • US12555400B2 patent drawing

AI summary

An online handwriting document layout analysis system includes a preprocess unit serving to receive a document composed of a plurality of strokes and to generate an undirected graph including a plurality of nodes and a plurality of edges for representing relations between different strokes. A bidirectional recursive neural network unit for initializing a feature vector of each of the nodes and initializing a feature vector of each of edges. A graphic neural network unit serves to update the feature vectors of the nodes and the edges for obtaining updated feature vectors. A fully connected neural network unit serves for performing a coarse-grained object classifying and a fine-grained object classifying for each of the nodes and the edges based on the updated feature vectors. A document restoration unit serves for restoring a tree structure of the document.