Interface Neural Network for Feature Conversion Between AI Models

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing neural networks face challenges in seamlessly integrating and maintaining compatibility when replaced or upgraded, leading to potential loss of previously trained information and inefficiencies in data exchange.

Innovation Solution

An interface neural network is introduced to manage the conversion between features output from one neural network and input to another, using optimized conversion rules that adapt to changes in network configurations, allowing for efficient integration and compatibility without requiring full system retraining.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If neural networks are directly connected without interface conversion, then integration is simple, but compatibility is lost when networks are replaced or upgraded

Engineering Contradiction:
ImprovecompatibilityVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

An interface neural network is introduced as an intermediary component between the first neural network and the second neural network. This interface network receives output signals from the first neural network, converts features according to conversion rules, and transmits converted signals to the second neural network. When either neural network is replaced or upgraded, the interface neural network maintains compatibility through its conversion rules, preventing direct connection issues while managing system complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If conversion rules are updated when neural networks are replaced, then compatibility is maintained, but retraining is required

Engineering Contradiction:
ImprovecompatibilityVSAvoidretraining time
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

Conversion rules are pre-established and stored in advance for different neural network configurations. When a neural network is replaced or upgraded, the system retrieves and applies the appropriate pre-defined conversion rule from storage, rather than creating new conversion rules through time-consuming retraining processes. This preliminary preparation of conversion rules significantly reduces the time required to maintain compatibility upon network replacement.

Inventive Principle:
Principle #10Preliminary action

3Productivity

If direct connection between neural networks is used, then data exchange is efficient, but information loss occurs during network replacement

Engineering Contradiction:
Improvedata exchange efficiencyVSAvoidtrained information loss
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The interface neural network serves as a mediator that preserves trained information during network replacements. It stores conversion rules that map features between different neural network output and input formats, ensuring that knowledge and patterns learned by replaced networks are not lost. The interface network converts output signals from the first neural network into appropriate input signals for the second neural network, maintaining data exchange efficiency while preventing information loss through its feature conversion capability.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12572779B2Interface neural network
Publication Date: 2026.03.10 SAMSUNG ELECTRONICS CO LTD
  • US12572779B2 patent drawing
  • US12572779B2 patent drawing
  • US12572779B2 patent drawing

AI summary

An operation method of a neural network, a training method, and a signal processing apparatus are provided. The operation method includes receiving an output signal from a first neural network, and converting a first feature included in the output signal to a second feature configured to be input to a second neural network, based on a conversion rule controlling conversion between a feature to be output from the first neural network and a feature to be input to the second neural network. The operation method further includes generating an input signal to be input to the second neural network, based on the second feature, and transmitting the input signal to the second neural network.