Neural Network Model Combining Episodic and Semantic Memory

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Machine learning models face inefficiencies when adapting to new tasks or detecting new types of objects, as retraining can reset accuracy and waste computing resources, and utilizing multiple models increases resource consumption.

Innovation Solution

Implementing a neural network model that combines episodic and semantic memory, where episodic memory stores discrete events and semantic memory recognizes patterns, allowing the model to transition from relying on episodic to semantic outputs as accuracy increases, and storing difficult samples to improve overall accuracy without retraining the semantic model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If retraining is performed to detect new types of objects, then the model can recognize new objects, but accuracy on known objects is reset and computing resources are wasted

Engineering Contradiction:
Improveability to detect new types of objectsVSAvoidtime and computing resources wasted on retraining
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

The system segments the detection task into two independent components: a pre-trained semantic model for known objects and a separate episodic model for new objects. This segmentation allows each component to specialize without interfering with the other, enabling new object detection while preserving accuracy on known objects.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The episodic memory acts as an intermediary between the semantic model and new object detection tasks. It stores and retrieves episodic information about new objects, allowing the system to adapt to new objects without retraining the semantic model, thus avoiding the loss of knowledge about known objects.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If multiple models are used to detect different types of objects, then detection capability is improved, but resource consumption increases

Engineering Contradiction:
Improvedetection capability for different object typesVSAvoidcomputing resource consumption
Core Design Contradiction:
Adaptability or versatilityVSUse of energy by moving object

Solution Approach 1:

The system merges the semantic model and episodic model into a unified architecture where both components work together on the same detection task. This combination allows the system to handle both known and new objects within a single processing framework, reducing resource consumption compared to running completely separate models.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The episodic model serves multiple functions: it detects new objects, stores episodic information for future reference, and works in conjunction with the semantic model. This multi-functionality reduces the need for separate specialized models, thereby decreasing overall resource consumption.

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

3Adaptability or versatility

If episodic memory is used to store discrete events, then adaptation to new tasks is improved, but system complexity increases

Engineering Contradiction:
Improveadaptation to new tasksVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The episodic memory uses a copy-based approach where episodic information about new objects is stored and retrieved as needed. This copying mechanism provides a simple and efficient way to adapt to new tasks without requiring complex restructuring of the system architecture.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS11651195B2Systems and methods for utilizing a machine learning model combining episodic and semantic information to process a new class of data without loss of semantic knowledge
Publication Date: 2023.05.16 VERIZON CONNECT DEVELOPMENT LTD
  • US11651195B2 patent drawing
  • US11651195B2 patent drawing
  • US11651195B2 patent drawing

AI summary

A device may receive an image. The device may utilize an episodic memory to determine a first classification associated with the image. The device may utilize a semantic memory to determine a second classification associated with the image. The device may determine an accuracy associated with utilizing the semantic memory to determine the second classification. The device may determine that the image is associated with the first classification when the accuracy fails to satisfy a threshold accuracy. The device may determine that the image is associated with the second classification when the accuracy satisfies the threshold accuracy.