Progressive Neural Networks With Lateral Knowledge Transfer

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing neural network systems struggle with transfer learning across multiple tasks, often discarding previously learned knowledge and assuming related tasks, leading to inefficiencies and forgetting.

Innovation Solution

A progressive neural network system that integrates previously learned knowledge through lateral connections between deep neural networks, allowing for seamless transfer of knowledge across unrelated or adversarial tasks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a neural network is retrained for new tasks, then learning speed is improved, but previously learned knowledge is discarded (catastrophic forgetting)

Engineering Contradiction:
Improvelearning speedVSAvoidpreviously learned knowledge
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The neural network is divided into multiple independent DNNs, each dedicated to a specific task. Each DNN has its own set of layers and parameters, allowing them to be trained and updated independently without affecting other tasks. This segmentation enables the system to learn new tasks quickly while preserving knowledge from previous tasks, as each DNN maintains its own learned representations.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system implements a universal architecture where multiple DNNs share common infrastructure (such as the indexed layers structure and lateral connection mechanisms) while maintaining task-specific functionality. This multi-functionality allows the system to handle diverse tasks through a unified framework, improving learning efficiency while preventing knowledge loss through the shared architectural patterns.

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

2Adaptability or versatility

If task features are preserved across DNNs, then knowledge transfer is improved, but system complexity increases

Engineering Contradiction:
Improveknowledge transferVSAvoidsystem architecture
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system employs a nested structure where indexed layers are organized hierarchically. Lower-indexed layers (representing more general or foundational features) are nested within the architecture of higher-indexed layers (representing more specific or task-specific features). This nesting enables knowledge transfer from simpler to more complex tasks while maintaining a manageable organizational structure that reduces perceived system complexity.

Inventive Principle:
Principle #7Nested doll (Nesting)

Solution Approach 2:

Lateral connections serve as intermediaries between different DNNs, enabling the transfer of task features and knowledge without requiring direct integration of all task-specific parameters. These intermediary connections allow efficient knowledge transfer while maintaining the independence of individual DNNs, thus balancing adaptability with architectural manageability.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If lateral connections are added between DNNs, then knowledge preservation is improved, but computational cost increases

Engineering Contradiction:
Improveknowledge preservationVSAvoidcomputational cost
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The lateral connections are strategically positioned at specific locations within the network architecture rather than being uniformly distributed. Each lateral connection is localized to connect corresponding layers between adjacent DNNs, preserving task features only where needed. This local quality approach maintains knowledge preservation effectiveness while minimizing the total number of connections and associated computational costs compared to a fully connected approach.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS12462145B2Progressive neural networks
Publication Date: 2025.11.04 GDM HOLDING LLC
  • US12462145B2 patent drawing
  • US12462145B2 patent drawing
  • US12462145B2 patent drawing

AI summary

Methods and systems for performing a sequence of machine learning tasks. One system includes a sequence of deep neural networks (DNNs), including: a first DNN corresponding to a first machine learning task, wherein the first DNN comprises a first plurality of indexed layers, and each layer in the first plurality of indexed layers is configured to receive a respective layer input and process the layer input to generate a respective layer output; and one or more subsequent DNNs corresponding to one or more respective machine learning tasks, wherein each subsequent DNN comprises a respective plurality of indexed layers, and each layer in a respective plurality of indexed layers with index greater than one receives input from a preceding layer of the respective subsequent DNN, and one or more preceding layers of respective preceding DNNs, wherein a preceding layer is a layer whose index is one less than the current index.