Graph Contrastive Learning With Information Bottleneck Guidance

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing graph contrastive learning models require substantial domain expertise for customization and are challenging to design for specific datasets due to unique graph data properties, lacking guiding principles for selecting optimal components.

Innovation Solution

The Information Bottleneck (IB) principle is applied to decouple graph contrastive learning into three modules: view augmentation, view encoding, and representation contrasting, optimizing these components to maximize task-relevant information while minimizing task-irrelevant information, using InfoGCL framework.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If existing graph contrastive learning models are used, then graph representation learning can be performed without label information, but the models require substantial domain expertise for customization and are challenging to design for specific datasets

Engineering Contradiction:
Improveperformance without label informationVSAvoidmodel customization complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The model is segmented into three distinct modules: view augmentation module, view encoding module, and representation contrasting module. Each module handles a specific aspect of the contrastive learning process, making the overall system more manageable and easier to customize for different datasets without requiring extensive domain expertise.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The framework is designed with universal components that can be applied across different graph datasets and tasks. The view augmentation module supports multiple augmentation strategies, the view encoding module can handle different graph neural network architectures, and the representation contrasting module provides flexible contrastive learning objectives, enabling the model to adapt to various datasets without extensive reconfiguration.

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

2Reliability

If graph contrastive learning is performed by creating two augmented views and maximizing feature consistency, then label information reliance is reduced, but the models lack guiding principles for selecting optimal components

Engineering Contradiction:
Improveperformance on unlabeled dataVSAvoidease of component selection
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The framework incorporates feedback mechanisms through its modular architecture, where each module's output feeds into the next module in a structured manner. The view augmentation module generates augmented views that are processed by the view encoding module, which then feeds into the representation contrasting module. This structured feedback flow provides implicit guidance for component selection and interaction.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The view encoding module acts as an intermediary between view augmentation and representation contrasting. It transforms augmented views into latent representations that preserve both structural and attribute information, providing a standardized interface that simplifies the selection and coordination of other components in the framework.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Adaptability or versatility

If traditional contrastive learning methods are applied to graphs, then self-supervised learning advantages are inherited, but information loss occurs during the contrastive learning process

Engineering Contradiction:
Improveself-supervised learning capabilityVSAvoidinformation loss in graph representations
Core Design Contradiction:
Adaptability or versatilityVSLoss of information

Solution Approach 1:

The view encoding module performs preliminary action by extracting latent representations that preserve both structural and attribute information before the contrastive learning process begins. This pre-processing step ensures that critical graph information is captured and maintained throughout the subsequent contrastive learning operations, minimizing information loss.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The framework combines multiple types of information (structural information from graph topology and attribute information from node features) into a composite latent representation. This composite approach ensures that diverse information types are preserved simultaneously during contrastive learning, reducing overall information loss.

Inventive Principle:
Principle #40Composite materials

Data Source

PatentUS12518162B2Information-aware graph contrastive learning
Publication Date: 2026.01.06 NEC CORP
  • US12518162B2 patent drawing
  • US12518162B2 patent drawing
  • US12518162B2 patent drawing

AI summary

A method for performing contrastive learning for graph tasks and datasets by employing an information-aware graph contrastive learning framework is presented. The method includes obtaining two semantically similar views of a graph coupled with a label for training by employing a view augmentation component, feeding the two semantically similar views into respective encoder networks to extract latent representations preserving both structure and attribute information in the two views, optimizing a contrastive loss based on a contrastive mode by maximizing feature consistency between the latent representations, training a neural network with the optimized contrastive loss, and predicting a new graph label or a new node label in the graph.