GrAMME Supra-Graph Attention for Multi-Layered Embeddings

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for constructing multi-layered graph embeddings are inefficient, particularly in semi-supervised learning tasks, as they often rely on separate stages of network embedding and classifier design, and require explicit node attributes, which are not always available, and struggle to effectively model inter-layer dependencies.

Innovation Solution

The Graph Attention Models for Multi-layered Embeddings (GrAMME) system uses a weighted attention mechanism and random features to construct multi-layered graph embeddings by introducing virtual edges between layers, forming a Supra Graph to parameterize dependencies and perform end-to-end feature learning, leveraging attention models for scalable and effective inter-layer dependency modeling.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If separate stages of network embedding and classifier design are used, then the learning process can be simplified, but the model performance and inter-layer dependency modeling are reduced

Engineering Contradiction:
Improvelearning process simplicityVSAvoidmodel performance
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent merges the network embedding and classifier design into a single unified model structure. The graph attention model integrates both embedding generation and classification capabilities in one end-to-end framework, allowing the model to learn inter-layer dependencies while performing classification tasks simultaneously, thereby resolving the contradiction between process simplicity and model performance.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The unified model serves multiple functions simultaneously: it generates node embeddings, models inter-layer dependencies, and performs classification. This multi-functionality eliminates the need for separate embedding and classification stages, improving both operational simplicity and performance by avoiding the loss of information that occurs during separate processing stages.

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

2Measurement precision

If explicit node attributes are required, then the feature learning can be more accurate, but the applicability to datasets without attributes is limited

Engineering Contradiction:
Improvefeature learning accuracyVSAvoidapplicability to attribute-less datasets
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The graph attention model is self-service in that it can generate meaningful node representations without requiring external node attributes. The model uses the graph structure itself and learned embeddings to perform classification, making it applicable to both attributed and unattributed graphs. This self-service capability resolves the contradiction by eliminating the dependency on explicit node attributes while maintaining feature learning accuracy.

Inventive Principle:
Principle #25Self-service

3Device complexity

If traditional network embedding methods are used, then the computational complexity can be reduced, but the inter-layer dependency modeling is insufficient

Engineering Contradiction:
Improvecomputational complexityVSAvoidinter-layer dependency modeling
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The graph attention model applies local quality by computing attention weights for different layers based on their specific contribution to node representations. Each layer's embeddings are weighted according to their relevance, allowing the model to capture inter-layer dependencies effectively while maintaining computational efficiency through localized processing rather than global computations.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11769055B2Systems and methods for a supra-graph based attention model for multi-layered embeddings and deep learning applications
Publication Date: 2023.09.26 LAWRENCE LIVERMORE NAT SECURITY LLC
  • US11769055B2 patent drawing
  • US11769055B2 patent drawing
  • US11769055B2 patent drawing

AI summary

Various embodiments of systems and methods for attention models with random features for multi-layered graph embeddings are disclosed.