Data Classification Models With Unlabeled Data And Knowledge Distillation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The challenge of training classification models for rare diseases is exacerbated by the scarcity of labeled data, leading to low training efficiency and accuracy due to the difficulty in collecting and labeling image data for these conditions.

Innovation Solution

A data classification and recognition method involving unsupervised training with unlabeled data and supervised training with labeled data to create a first classification model, followed by knowledge distillation using a teacher model to obtain a student model with higher performance and precision, relying on a large amount of unlabeled data and a small amount of labeled data to improve training efficiency and accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a classification model is trained using only labeled rare disease data, then the model can achieve high accuracy for rare disease diagnosis, but the training efficiency is low and the model requires a large amount of difficult-to-obtain labeled data

Engineering Contradiction:
Improveclassification accuracyVSAvoidtraining efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The training process is segmented into two distinct phases: unsupervised pre-training on abundant unlabeled medical images to learn general features, followed by supervised fine-tuning on limited labeled rare disease data to specialize in disease classification. This segmentation allows the model to leverage both large-scale unlabeled data and small-scale labeled data effectively, resolving the contradiction between training efficiency and classification accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The model performs preliminary unsupervised learning on unlabeled data before the actual disease classification task. This preliminary action enables the model to acquire general medical image features and representations from the large unlabeled dataset, which then serves as a foundation for the subsequent supervised fine-tuning on rare disease data, thereby improving overall training efficiency without sacrificing accuracy.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If a classification model is trained using only labeled data, then the model can achieve high classification accuracy, but the complexity of data collection and labeling increases significantly

Engineering Contradiction:
Improveclassification accuracyVSAvoiddata labeling complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The approach extracts and utilizes the abundant unlabeled data from the medical image database, which would otherwise be wasted. By taking out the unlabeled data and using it for unsupervised pre-training, the system reduces the relative importance of the complex labeling process, as only a small portion of data needs manual labeling for the fine-tuning stage.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The model performs self-service learning through unsupervised pre-training on unlabeled data, automatically learning useful features and representations without requiring manual labeling. This self-service capability reduces the dependency on complex data labeling processes, allowing the model to achieve high accuracy with minimal human annotation effort.

Inventive Principle:
Principle #25Self-service

3Adaptability or versatility

If a classification model is trained on a large amount of data, then the model can improve its generalization capability, but the difficulty of collecting and labeling rare disease data increases

Engineering Contradiction:
Improvegeneralization capabilityVSAvoiddata collection difficulty
Core Design Contradiction:
Adaptability or versatilityVSDifficulty of detecting and measuring

Solution Approach 1:

The data utilization is segmented into two parts: large-scale unlabeled data for unsupervised pre-training to build generalization capability, and small-scale labeled data for supervised fine-tuning to specialize in rare disease diagnosis. This segmentation allows the model to access both abundant data for generalization and sufficient labeled data for accurate rare disease classification, resolving the contradiction between generalization capability and data collection difficulty.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The unsupervised pre-training phase acts as an intermediary that bridges the gap between abundant unlabeled data and limited labeled data. It transforms the raw unlabeled data into useful feature representations that facilitate subsequent supervised learning, thereby enabling the model to achieve good generalization capability without requiring easy-to-obtain large amounts of labeled rare disease data.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12450873B2Data classification and recognition method and apparatus, device, and medium
Publication Date: 2025.10.21 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US12450873B2 patent drawing
  • US12450873B2 patent drawing
  • US12450873B2 patent drawing

AI summary

A data classification and recognition method includes: obtaining a first data set and a second data set, the second data set including second data, samples in the second data being labeled; performing training using first data in an unsupervised training mode and using the second data in a supervised training mode to obtain a first classification model; obtaining a second classification model; performing distillation training on a model parameter of the second classification model to obtain a data classification model; and performing class prediction on target data by using the data classification model.