Two-Phase Object Processing with Pre-Trained Generic Models

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The inefficiency and high cost of training multiple machine learning models separately for different tasks, along with poor generalization ability and rapid performance decay, are significant challenges in multi-task scenarios.

Innovation Solution

A two-phase model architecture is employed, using a pre-trained generic model for initial feature extraction followed by individual model training based on generic features and annotation information, enhancing model training efficiency and generalization.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If multiple machine learning models are trained separately for different tasks, then each model can be optimized for its specific task, but the training time and computational resources increase significantly

Engineering Contradiction:
Improvetask-specific model performanceVSAvoidtraining time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The model training process is segmented into two distinct phases: a pre-training phase where a generic model learns from multi-task data, and a fine-tuning phase where individual models are trained for specific tasks. This segmentation allows the system to reuse the pre-trained generic model across multiple tasks, significantly reducing the total training time while maintaining task-specific performance optimization.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The pre-training phase performs preliminary action by training a generic model on diverse multi-task data before the specific task models are needed. This preliminary training establishes a strong foundation that can be quickly adapted to specific tasks through fine-tuning, reducing the time required for each individual model training while ensuring task-specific optimization.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If separate machine learning models are trained for each task, then each model can achieve high accuracy for its specific task, but the computational resources and data annotation requirements increase

Engineering Contradiction:
Improvemodel accuracyVSAvoiddata annotation requirements
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

A single generic model is trained to perform multiple tasks simultaneously during the pre-training phase, making it universal across different task types. This multi-functionality reduces the need for separate data annotation for each task, as the generic model learns shared patterns from diverse data. Individual models then leverage this pre-trained knowledge to achieve high accuracy with less task-specific annotated data.

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

3Device complexity

If fixed machine learning models are used, then the system structure is simple, but the models cannot meet processing requirements under different scenarios

Engineering Contradiction:
Improvesystem structureVSAvoidscenario-specific processing capability
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The system transitions from static fixed models to a dynamic two-phase architecture where a generic model can be adaptively fine-tuned for different tasks. The system dynamically selects and adapts the appropriate model configuration based on the specific task requirements, enabling versatility while maintaining a relatively simple overall structure through code reuse and parameter sharing.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20260080677A1Method, apparatus, device and medium for object processing based on pre-training and two-phase deployment
Publication Date: 2026.03.19 BEIJING YOUZHUJU NETWORK TECH CO LTD
  • US20260080677A1 patent drawing
  • US20260080677A1 patent drawing
  • US20260080677A1 patent drawing

AI summary

Embodiments of the disclosure provide a method, an apparatus, a device and a storage medium for object processing. The method for object processing includes: in response to receiving a predetermined operation by a user on a first selection control for pre-trained at least one generic model presented in a user interface, selecting the at least one generic model; at least acquiring at least one generic feature that is generated by the at least one generic model and associated with a sample of an object of a target category among a plurality of categories; and training an individual model for processing the object of the target category at least based at least on the at least one generic feature and annotation information of the sample of the object of the target category. Therefore, the efficiency of model training can be improved.