Passive and Active Outlier-Tolerant Learning With Test Correction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing machine learning methods lack effective solutions for identifying and tolerating outliers in training data, leading to poor passive and active outlier tolerance, resulting in regression and clustering deviations due to the presence of abnormal samples.

Innovation Solution

A passive and active outlier-tolerant learning method that involves acquiring a train and test set, judging the distribution of abnormal samples, applying corresponding outlier-tolerant algorithms for feature learning, training an initial model, processing the test set with an outlier-correction algorithm, and testing the intermediate model to obtain a final learning model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional machine learning methods are used without outlier handling, then the learning process is simple, but the reliability of learning results deteriorates due to outlier influence

Engineering Contradiction:
Improvereliability of learning resultsVSAvoidcomplexity of learning process
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies preliminary action by performing outlier detection and handling before the main learning process. The method first identifies abnormal samples in the training set, then processes them through imputation or removal operations before proceeding with model training. This preliminary processing ensures that the subsequent learning process works with cleaned data, improving reliability without adding complexity to the core learning algorithm.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces an intermediary component - the outlier detection and processing module - that acts as a mediator between the raw training data and the learning algorithm. This intermediary identifies and handles abnormal samples through statistical methods or machine learning-based outlier detection, then feeds processed data to the learning model, thereby protecting the learning process from outlier interference while maintaining a clear separation of concerns.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Manufacturing precision

If data cleaning is performed to remove abnormal samples, then the quality of training data improves, but the loss of useful information increases due to potential removal of valid samples

Engineering Contradiction:
Improvequality of training dataVSAvoidloss of useful information
Core Design Contradiction:
Manufacturing precisionVSLoss of information

Solution Approach 1:

The patent applies parameter changes by using statistical parameters (such as mean, standard deviation, or distribution characteristics) to identify outliers rather than using fixed thresholds. The method dynamically adjusts outlier detection parameters based on the data distribution, allowing it to distinguish between genuine outliers and valid but extreme samples. This parameter-based approach maintains data quality while minimizing information loss by only removing truly abnormal samples.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent incorporates feedback mechanisms where the outlier detection process iteratively refines its identification of abnormal samples. The system detects outliers, processes them, evaluates the impact on learning results, and adjusts the outlier handling strategy accordingly. This feedback loop ensures that useful information is preserved while effectively removing harmful outliers, as the system learns from the consequences of its outlier handling decisions.

Inventive Principle:
Principle #23Feedback

3Reliability

If outlier-tolerant algorithms are applied to handle abnormal samples, then the passive outlier tolerance improves, but the computational cost increases due to additional processing steps

Engineering Contradiction:
Improvepassive outlier toleranceVSAvoidcomputational cost
Core Design Contradiction:
ReliabilityVSUse of energy by stationary object

Solution Approach 1:

The patent applies segmentation by dividing the outlier handling process into distinct modular stages: outlier detection, outlier classification (determining whether to remove or impute), and outlier processing. Each stage can be independently optimized and executed only when necessary. This segmented approach improves passive outlier tolerance through systematic processing while controlling computational cost by avoiding redundant operations in each stage.

Inventive Principle:
Principle #1Segmentation

4Reliability

If comprehensive outlier detection and processing is implemented, then the active outlier tolerance improves, but the complexity of the system increases due to multiple processing stages

Engineering Contradiction:
Improveactive outlier toleranceVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies universality by designing a multi-functional outlier handling system that can perform multiple operations (detection, removal, imputation, transformation) through a unified framework. The same core infrastructure supports different outlier processing strategies, allowing the system to adapt to various data types and outlier patterns without requiring separate complex systems for each function. This universal approach improves active outlier tolerance while managing system complexity through code reuse and standardized interfaces.

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

Data Source

PatentUS12387139B2Passive outlier-tolerant and active outlier-tolerant learning method with abnormal samples and system thereof
Publication Date: 2025.08.12 GUANGDONG UNIV OF PETROCHEMICAL TECH
  • US12387139B2 patent drawing
  • US12387139B2 patent drawing
  • US12387139B2 patent drawing

AI summary

The present disclosure relates to a passive outlier-tolerant and active outlier-tolerant learning method with abnormal samples and a system thereof. The method includes the following steps: (1) judging the distribution of abnormal samples in a train set, and calling a corresponding outlier-tolerant algorithm based on the distribution to carry out feature learning on the sample feature quantity in the train set to obtain an outlier-tolerant learning result; (2) training an initial learning model by using the outlier-tolerant learning result to obtain an intermediate learning model; (3) processing the test set by a preset outlier-correction algorithm to obtain an outlier-corrected test set; (4) testing the intermediate learning model using the outlier-corrected test set to obtain a final learning model. The scheme of the present disclosure can improve the passive outlier tolerance and active outlier tolerance of a machine learning process to abnormal samples.