Ensemble Learning Meta-Feature Integration via Landmarking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current ensemble learning methods face challenges in achieving increased accuracy during the integration phase without overfitting, particularly in combining results from individual pre-trained models for regression tasks.

Innovation Solution

The method employs lightweight landmarking algorithms on perturbed data to generate meta-features that correlate with the learning properties of input models, using these features to build decision trees that reduce bias and variance, thereby enhancing the generalization ability of the meta-learner.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional model integration methods (voting, averaging, stacking) are used to combine predictions from individual models, then the ensemble accuracy is improved, but overfitting increases and generalization ability deteriorates

Engineering Contradiction:
Improveensemble accuracyVSAvoidgeneralization ability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent transforms the integration problem by changing parameters: instead of directly combining model predictions, it converts predictions into meta-features through landmarking operations. This parameter transformation allows the system to capture learning properties without directly overfitting to prediction patterns, resolving the contradiction between accuracy improvement and generalization maintenance

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent introduces meta-features as an intermediary between individual model predictions and the final ensemble decision. These meta-features serve as a mediating representation that captures essential learning properties while preventing direct overfitting to prediction outcomes, thereby improving accuracy without sacrificing generalization ability

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If complex integration methods with multiple parameters are employed to increase accuracy, then model performance is improved, but the complexity of the integration system increases

Engineering Contradiction:
Improveintegration accuracyVSAvoidintegration system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent extracts essential learning properties from individual models through landmarking operations, creating a simplified meta-feature representation. This extraction process separates the critical information needed for accurate integration from the complex prediction patterns, achieving high accuracy with reduced system complexity

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The integration process is segmented into distinct phases: generating perturbed data, performing landmarking operations to create meta-features, and training the final model. This segmentation breaks down the complex integration task into manageable steps, reducing overall system complexity while maintaining accuracy

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS11423336B2Method and system for model integration in ensemble learning
Publication Date: 2022.08.23 NEC CORP
  • US11423336B2 patent drawing
  • US11423336B2 patent drawing
  • US11423336B2 patent drawing

AI summary

A method for ensemble machine learning includes: receiving input data and input models, the input models each having learning properties; generating perturbed data by adding noise to the input data; performing a landmarking operation on the perturbed data to generate meta-features that correlate with the learning properties of the input models; generating decision trees based on the input models and the meta-features.