Data-Free Knowledge Amalgamation for Heterogeneous Text Classifiers

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing machine learning models face challenges in integrating knowledge from multiple pre-trained teacher models without access to their original training data, particularly when these models have diverse and potentially non-overlapping label sets, leading to inefficiencies in data-free knowledge amalgamation.

Innovation Solution

The STRATANET framework employs a steerable data generator to create pseudo-data samples tailored to each teacher model's expertise and a block-wise amalgamation module to selectively integrate knowledge based on confidence scores, using a selective transformer to align intermediate representations, enabling a lightweight student model to learn from multiple heterogeneous teachers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional knowledge distillation methods are used to transfer knowledge from multiple teacher models, then knowledge integration is attempted, but the process becomes inefficient and fails when original training data is unavailable

Engineering Contradiction:
Improveknowledge transfer effectivenessVSAvoidknowledge amalgamation efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent creates pseudo-training data that copies the statistical characteristics and label distributions of the original training data without requiring access to the actual original data. This copying approach enables the student model to learn from teacher models even when their original training data is unavailable, thus resolving the contradiction between reliable knowledge transfer and operational efficiency

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent introduces pseudo-training data as an intermediary between the teacher models and the student model. This intermediary enables knowledge transfer by providing a surrogate training dataset that captures the essential characteristics of the original data, allowing efficient amalgamation of knowledge from multiple teachers without direct access to their private training data

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If multiple teacher models with diverse label sets are integrated, then the student model becomes more versatile, but the complexity of integrating heterogeneous knowledge increases

Engineering Contradiction:
Improvestudent model capabilityVSAvoidknowledge integration complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent applies local quality by creating separate pseudo-training data for each teacher model based on their specific label sets and knowledge domains. Each teacher's knowledge is amalgamated separately through targeted pseudo-data generation, then integrated into the student model. This approach maintains the unique characteristics of each teacher while simplifying the overall integration process, resolving the contradiction between versatility and complexity

Inventive Principle:
Principle #3Local quality

3Productivity

If a lightweight student model is created, then deployment efficiency improves, but the ability to capture complex knowledge from multiple teachers is reduced

Engineering Contradiction:
Improvemodel deployment efficiencyVSAvoidknowledge capture capability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent performs preliminary action by generating comprehensive pseudo-training data that pre-encodes the knowledge from multiple teacher models before the student model training. This pre-processing ensures that all necessary knowledge is captured in the pseudo-data, allowing the lightweight student model to achieve high deployment efficiency without sacrificing knowledge capture capability, as the complex knowledge integration work is done in advance

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20260030511A1Data-free knowledge amalgamation for text classification
Publication Date: 2026.01.29 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US20260030511A1 patent drawing
  • US20260030511A1 patent drawing
  • US20260030511A1 patent drawing

AI summary

A method, computer system, and a computer program product for data-free knowledge amalgamation are provided. Multiple pre-trained teacher machine learning models are obtained. Each is trained on a respective different set of training data. Pseudo-data samples that mimic original training data of the teacher models are generated. A block-wise amalgamation with a self-regulative strategy to integrate knowledge from the multiple teacher models is implemented by inputting the pseudo-data samples into the teacher models and into a student machine learning model. The implementing also includes aligning intermediate representations of the student model with a unified representation capturing relevant features from the teacher models.