Universal-Depth Graph Neural Networks for Heterophilic Graphs

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing graph neural networks (GNNs) are limited by fixed integer layers and rely on the homophily assumption, struggling with heterophilic graphs and requiring manual depth setting that is often suboptimal.

Innovation Solution

Introduce a trainable depth parameter for graph convolutional networks by applying a transformation function to a symmetrically normalized Laplacian matrix, generating a filter, and setting the depth as a power of eigenvalues to create a new symmetrically normalized Laplacian matrix for graph convolution, allowing non-integer depths and adaptive learning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If fixed integer layers are used in GNNs, then the model structure is simple, but the performance is limited and cannot adapt to different graph types

Engineering Contradiction:
Improveadaptability to different graph typesVSAvoidmodel structure complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent transforms the static, fixed integer layer structure into a dynamic, continuous depth parameter. By representing GNN depth as a continuous value that can be optimized during training, the model adapts its structural complexity based on the specific graph data characteristics, achieving better performance on both homophilic and heterophilic graphs without manual intervention.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the depth parameter from a discrete integer to a continuous value. This parameter transformation allows the model to explore a broader design space and find optimal depths that are not restricted to integer values, thereby improving adaptability across different graph types while maintaining reasonable model complexity.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If manual depth setting is used, then the model structure is predetermined, but the depth is often suboptimal for different graph types

Engineering Contradiction:
Improveperformance reliabilityVSAvoidmanual configuration requirement
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The patent enables the GNN model to automatically determine its own optimal depth through continuous depth optimization during training. The model self-adjusts its structural parameter based on the training data and performance feedback, eliminating the need for manual depth configuration and ensuring reliable performance without human intervention.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The continuous depth parameter is optimized through feedback from the training process. The model evaluates performance at different depth values and adjusts the depth parameter accordingly, creating a closed-loop system that automatically finds the optimal structural configuration for each specific graph type.

Inventive Principle:
Principle #23Feedback

3Adaptability or versatility

If homogeneous graph assumptions are made, then the model is simpler, but heterophilic graphs remain a challenge

Engineering Contradiction:
Improvehandling of heterophilic graphsVSAvoidmodel complexity for heterophily
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent creates a universal GNN framework with continuous depth optimization that works effectively on both homophilic and heterophilic graphs. By removing the assumption of graph homogeneity and allowing the depth parameter to adapt freely, the model achieves multi-functionality across different graph types without requiring separate specialized architectures.

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

Data Source

PatentUS12572776B2Method, system, and computer program product for universal depth graph neural networks
Publication Date: 2026.03.10 VISA INTERNATIONAL SERVICE ASSOCIATION
  • US12572776B2 patent drawing
  • US12572776B2 patent drawing
  • US12572776B2 patent drawing

AI summary

Methods, systems, and computer program products for universal depth graph neural networks may obtain a graph G including an adjacency matrix A and an attribute matrix X and train a graph convolutional network using according to the following updating Equation: H=σ(ŜdXW), where H is an output embedding matrix, σ(·) is a nonlinear activation function, Ŝ is a filter, X is an attribute matrix, W is a trainable weight matrix, and d is a trainable depth parameter.