Debiasing Network for Low-Power Feature Extraction Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional feature extractors trained on specific datasets often produce biased results when applied to real-world data from different sources or sensors, leading to increased error rates in classification and regression tasks, particularly in devices with limited processing power.

Innovation Solution

A debiasing network is introduced to refine feature extraction by receiving the output from a pre-trained feature extractor, allowing adaptation to real-world data without modifying the feature extractor, and trained on lower dimensionality to reduce processing power requirements, enabling accurate feature extraction even in low-power devices.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the feature extractor is re-trained on real-world data to remove bias, then classification accuracy is improved, but processing power requirements increase significantly

Engineering Contradiction:
Improveclassification accuracyVSAvoidprocessing power
Core Design Contradiction:
ReliabilityVSPower

Solution Approach 1:

The system segments the feature extraction process into two independent components: a pre-trained feature extractor that maintains its original training data, and a separate debiasing network that handles adaptation to real-world data. This segmentation allows each component to be optimized independently, with the debiasing network being computationally lightweight enough for low-power devices while the feature extractor retains its high accuracy through comprehensive pre-training.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The debiasing network acts as an intermediary component between the pre-trained feature extractor and the classification task. It receives features from the extractor, removes biases through learned transformations, and outputs debiased features for classification. This intermediary approach enables bias removal without requiring re-training of the entire feature extraction pipeline, thus maintaining low processing power requirements.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If the feature extractor is re-trained on additional datasets to adapt to real-world data, then adaptability is improved, but device complexity increases

Engineering Contradiction:
Improveadaptation to real-world dataVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system divides the adaptation function into a separate debiasing network module that is added to the existing feature extractor. This segmentation allows the feature extractor to remain unchanged and reusable, while only the debiasing network needs to be trained and updated for different real-world scenarios, simplifying the overall system architecture and reducing device complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The debiasing network is pre-trained offline on representative real-world data to learn bias removal transformations. Once trained, it can be deployed to various devices without requiring them to perform computationally intensive re-training operations. This preliminary action enables adaptability while keeping device complexity low, as the heavy training work is done beforehand.

Inventive Principle:
Principle #10Preliminary action

3Speed

If conventional feature extractors are used without debiasing, then processing speed is maintained, but measurement precision deteriorates due to bias in results

Engineering Contradiction:
Improveprocessing speedVSAvoidfeature extraction accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The debiasing network serves as an intermediary processing stage that operates on the output of the feature extractor. It applies learned transformations to remove biases while maintaining the processing pipeline's efficiency. The network is designed to be computationally lightweight, ensuring that the additional processing step does not significantly impact overall processing speed while substantially improving measurement precision.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The debiasing network learns optimal transformation parameters through training on real-world data. By adjusting these learned parameters, the system can dynamically adapt to different data distributions and bias patterns without requiring structural changes to the processing pipeline, thus maintaining processing speed while improving accuracy through parameter optimization.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentEP4475039A1Debiasing network and system and vehicle including the same
Publication Date: 2024.12.11 E SOLUTIONS
  • EP4475039A1 patent drawingFigure 1
  • EP4475039A1 patent drawingFigure 2
  • EP4475039A1 patent drawingFigure 3

AI summary

The present disclosure relates to a system (100) for refining feature extraction. The system comprises a pre-trained feature extractor (130) configured to receive input data and extract a basic feature (140) from the received data, a debiasing network (150) configured to receive the basic feature as an input and to extract a debiased feature (154) therefrom, and a classifier (170) configured to classify the debiased feature and to output a classification result. The debiasing network (150) has an input dimensionality corresponding to the basic feature (140) and an output dimensionality that is equal to the input dimensionality.