Capsule Network Dynamic Routing Using GAN-Augmented Latent Features

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional capsule networks face challenges in feature integration and routing due to insufficient feature representation, limited feature diversity, reliance on static routing coefficients, and high training complexity, which affects their performance and generalization capabilities.

Innovation Solution

Integrate a generative adversarial network (GAN) to augment the latent space of capsule networks, generating synthetic features to enhance feature representation and dynamic routing, and use multi-objective GANs to optimize routing coefficients, while employing cross-domain and sequential GANs for further refinement.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional capsule networks use static routing coefficients, then the routing process is simple to implement, but the feature integration and routing performance are insufficient

Engineering Contradiction:
Improverouting performanceVSAvoidrouting mechanism complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent transforms static routing coefficients into dynamic routing coefficients that adapt based on input data characteristics. The GAN-generated features enable the routing mechanism to dynamically adjust coefficients during inference, improving feature integration and routing performance while maintaining computational efficiency through pre-generated feature libraries.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent pre-generates synthetic features using GANs during the training phase and stores them in a feature library. This preliminary action allows the capsule network to access diverse, informative features during routing without performing complex real-time generation, thus improving routing performance without proportionally increasing inference complexity.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If capsule networks rely on limited feature representation, then the model is simpler to train, but the generalization capability is reduced

Engineering Contradiction:
Improvegeneralization capabilityVSAvoidfeature diversity
Core Design Contradiction:
Adaptability or versatilityVSQuantity of substance

Solution Approach 1:

The patent uses GANs to generate synthetic copies of training features that capture the underlying data distribution. These copied features are stored in a library and used during routing to enhance feature diversity and improve generalization without requiring additional real training data, thus increasing adaptability without proportionally increasing training data requirements.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent transforms the feature representation by generating synthetic features with varied parameters through GANs. This changes the parameter space available to the capsule network, providing more diverse feature representations that improve generalization capability while maintaining a manageable feature quantity through efficient storage and retrieval mechanisms.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If capsule networks use comprehensive feature integration, then the routing accuracy improves, but the training complexity increases

Engineering Contradiction:
Improverouting accuracyVSAvoidtraining complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent performs feature generation and integration preparation during the training phase by pre-generating synthetic features and building the feature library. This preliminary action reduces the computational burden during inference, allowing comprehensive feature integration to achieve high routing accuracy without proportionally increasing real-time training complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces a feature library as an intermediary between the GAN generator and the capsule routing mechanism. This intermediary stores pre-processed synthetic features and provides efficient access during routing, enabling comprehensive feature integration for high routing accuracy while managing training and inference complexity through organized feature storage and retrieval.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20260017499A1Modulation of dynamic routing in capsule networks using generative adversarial networks
Publication Date: 2026.01.15 LEPTUDE INC
  • US20260017499A1 patent drawing
  • US20260017499A1 patent drawing
  • US20260017499A1 patent drawing

AI summary

A method is provided for enhancing feature integration in capsule networks using GAN-augmented latent space. The method comprises training an autoencoder to encode input data into a latent space representation that captures essential features; training a generative adversarial network (GAN) to generate synthetic features, wherein the GAN includes (a) a generator configured to produce synthetic features from random noise, and (b) a discriminator configured to evaluate the quality of the synthetic features by comparing them with real features from the latent space representation; combining the latent space representation with the synthetic features to form an augmented latent space; generating routing coefficients for the capsule network based on the augmented latent space; and applying the routing coefficients to modulate dynamic routing between capsule layers in the capsule network.