Incremental Augmented Graph Model for Dynamic Transaction Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for analyzing transactions between user accounts in computer-implemented services struggle with efficiently processing large volumes of data and identifying subsets of user accounts with shared characteristics, particularly in dynamic networks where new transactions and attributes are continuously added, leading to inefficiencies in resource utilization and accuracy.

Innovation Solution

The incremental Augmented Graph with Modularity Maximization and Refinement (inc-AGGMMR) framework allows for the incremental addition of transactions and attribute values to an augmented graph model without rebuilding the entire model, enabling the identification of user account subsets by adjusting groupings as the network evolves, using modularity maximization and refinement techniques to optimize community detection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If the entire augmented graph model is rebuilt to incorporate new transactions and attribute values, then the accuracy of user account subset identification is maintained, but the computational resources and time required increase significantly

Engineering Contradiction:
Improveaccuracy of user account subset identificationVSAvoidtime required for model updates
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent segments the graph update process into incremental operations. Instead of rebuilding the entire augmented graph model, only the affected subgraph containing new nodes and their connected components is updated. This segmentation allows the system to maintain accuracy by updating relevant portions while avoiding the computational overhead of full model reconstruction.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies preliminary action by pre-computing and storing graph structures, community assignments, and attribute information in an optimized format. When new transactions arrive, the system leverages these pre-computed structures to rapidly integrate new data without starting from scratch, thus maintaining accuracy while reducing update time.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If the entire augmented graph model is rebuilt to incorporate new transactions and attribute values, then the accuracy of user account subset identification is maintained, but the computational resources required increase significantly

Engineering Contradiction:
Improveaccuracy of user account subset identificationVSAvoidcomputational resources required
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent segments the computational workload by updating only the affected subgraph rather than the entire augmented graph model. This segmentation reduces the computational resources required while maintaining the accuracy of user account subset identification through localized updates that preserve the integrity of community structures.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent uses copying by maintaining copies of graph structures and community assignments in optimized formats. When updating with new transactions, the system copies and modifies only the necessary portions rather than processing the entire model, thereby reducing computational resource consumption while preserving accuracy.

Inventive Principle:
Principle #26Copying

3Quantity of substance

If traditional graph analysis methods are used to process large volumes of transaction data, then comprehensive analysis can be performed, but the processing efficiency decreases

Engineering Contradiction:
Improvevolume of transaction data processedVSAvoidprocessing efficiency
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The patent segments the large volume of transaction data into manageable subgraphs based on community structures and node connections. This segmentation enables the system to process comprehensive transaction data while maintaining high processing efficiency by focusing computational efforts on relevant subsets rather than analyzing the entire dataset uniformly.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies dynamics by implementing an adaptive, incremental update mechanism that dynamically adjusts the analysis scope based on new transactions. The system processes large volumes of data efficiently by dynamically identifying and updating only the affected portions of the augmented graph, rather than statically processing the entire dataset each time.

Inventive Principle:
Principle #15Dynamics

4Productivity

If the augmented graph model is updated incrementally to add new transactions, then processing efficiency improves, but the complexity of managing partial updates increases

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidcomplexity of managing partial updates
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent implements feedback mechanisms that automatically track which nodes and edges are affected by new transactions. This feedback system manages the complexity of partial updates by providing structured information about what needs to be updated, reducing the manual complexity of incremental graph maintenance while preserving processing efficiency.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent uses an intermediary mechanism in the form of an augmented graph structure that mediates between raw transaction data and the final community detection results. This intermediary structure simplifies the management of partial updates by providing a standardized framework for integrating new data, thereby reducing complexity while maintaining high processing efficiency.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20220044244A1Incremental addition to an augmented graph model
Publication Date: 2022.02.10 PAYPAL INC
  • US20220044244A1 patent drawing
  • US20220044244A1 patent drawing
  • US20220044244A1 patent drawing

AI summary

A computer system accesses an augmented graph model of (a) a set of transactions previously performed between respective pairs of initiator user accounts of a service and recipient user accounts of the service and (b) attribute values for a subset of the recipient user accounts. The computer system receives additional information indicative of an additional transaction involving an additional recipient user account that is not represented in the augmented graph model with a node. The computer system modifies the augmented graph model using the additional information and groups the user accounts represented in the modified augmented graph model into a plurality of groups.