MNDR Model for Signal Quality Estimation in Optical Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for estimating signal transmission quality in optical network devices are inadequate as they rely on labeled training data from experimental environments, which may not reflect actual deployment conditions, leading to poor generalization and accuracy in practical network deployments.

Innovation Solution

A modular network with dynamic routing (MNDR) model is trained using both labeled and unlabeled data, featuring a shared encoder and device-specific decoder, which adapts to operational conditions through meta-learning, incorporating k-nearest neighbor classification and metric learning to estimate signal quality effectively.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a model is trained only on labeled training data from experimental environments, then the training process is simple and fast, but the model's accuracy and generalization performance in practical deployment conditions deteriorates

Engineering Contradiction:
Improvesignal quality estimation accuracyVSAvoidmodel training complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The model is segmented into a shared encoder that processes all input data and device-specific decoders that are adapted to individual devices. This segmentation allows the complex adaptation task to be divided into manageable parts, where the shared encoder learns general features from all data while device-specific decoders learn device-specific characteristics from unlabeled data, resolving the contradiction between accuracy and training complexity

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The shared encoder is pre-trained on labeled training data from multiple devices before deployment. This preliminary action allows the encoder to learn general signal processing capabilities that can be transferred to new devices, reducing the complexity of on-device training while maintaining high estimation accuracy

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If a model is trained on diverse labeled data from multiple devices, then the model's adaptability to different devices improves, but the amount of labeled training data required increases

Engineering Contradiction:
Improvedevice-specific adaptation capabilityVSAvoidlabeled training data volume
Core Design Contradiction:
Adaptability or versatilityVSQuantity of substance

Solution Approach 1:

Each device performs self-service adaptation by using its own unlabeled operational data to train its device-specific decoder. This eliminates the need for extensive labeled data collection from each device, as the system uses readily available unlabeled data from normal operation to achieve device-specific adaptation, resolving the contradiction between adaptability and data quantity requirements

Inventive Principle:
Principle #25Self-service

3Adaptability or versatility

If unlabeled data from operational conditions is used for model adaptation, then the model's applicability to real-world conditions improves, but the training time and computational resources increase

Engineering Contradiction:
Improveoperational condition adaptabilityVSAvoidmodel adaptation time
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

Instead of retraining the entire model from scratch using all unlabeled operational data, the system performs partial adaptation by training only the device-specific decoder while keeping the pre-trained shared encoder fixed. This partial action approach achieves operational condition adaptability with significantly reduced training time and computational resources

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20230130188A1Model estimation for signal transmission quality determination
Publication Date: 2023.04.27 NEC LABORATORIES AMERICA INC
  • US20230130188A1 patent drawing
  • US20230130188A1 patent drawing
  • US20230130188A1 patent drawing

AI summary

Methods and systems for training a model include collecting unlabeled training data during operation of a device. A model is adapted to operational conditions of the device using the unlabeled training data. The model includes a shared encoder that is trained on labeled training data from multiple devices and further includes a device-specific decoder that is trained on labeled training data corresponding to the device.