AI Model Block Replacement for Inference During Download

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Upgrading AI models at user devices requires significant storage space, delaying availability of new functionalities and potentially introducing reliability or accuracy issues due to the need for complete download and deployment, which can impact other device functions.

Innovation Solution

A method for continuous deployment of AI models by gradually replacing current blocks with replacement blocks during download, allowing inference to be processed using received sequential blocks, reducing storage requirements and enabling access to the new model before complete download.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If complete AI model download and deployment is required before use, then model reliability and accuracy are ensured, but storage space requirements increase and functionality availability is delayed

Engineering Contradiction:
Improvemodel reliabilityVSAvoidfunctionality availability time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The AI model is divided into multiple blocks that can be downloaded and processed sequentially. The system processes inference requests using partial blocks as they become available, rather than waiting for the complete model. This segmentation allows the model to be deployed incrementally, reducing the time until functionality becomes available while maintaining reliability through continuous processing of available blocks.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by downloading and storing model blocks in advance, then immediately begins processing inference requests with the available blocks. This preliminary preparation of model components enables faster functionality availability without compromising the eventual complete model deployment, as blocks are ready before full download completes.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If complete AI model is stored before upgrade, then model functionality is available, but storage space occupied by current model cannot be reused

Engineering Contradiction:
Improvemodel upgrade efficiencyVSAvoidstorage space
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

By segmenting the model into blocks, the system can delete current model blocks as replacement blocks are downloaded, rather than waiting for complete model replacement. This enables continuous storage optimization during the upgrade process, reducing the total storage space required compared to storing complete models simultaneously.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system discards current model blocks progressively as replacement blocks are downloaded and processed. This incremental discarding and recovering of storage space allows efficient use of available storage during model upgrades, freeing up space sooner than traditional complete-download approaches.

Inventive Principle:
Principle #34Discarding and recovering

3Quantity of substance

If sequential block processing is implemented, then storage requirements are reduced, but inference processing complexity increases

Engineering Contradiction:
Improvestorage spaceVSAvoidprocessing complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The system dynamically adapts its processing behavior based on the number of available model blocks. As blocks are downloaded and become available, the system progressively increases the complexity of processing by incorporating more blocks into inference requests. This dynamic approach manages processing complexity according to storage availability, rather than requiring full model processing capacity from the start.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20260023989A1Gradual joined inference during ai model downloading
Publication Date: 2026.01.22 HUAWEI TECH CO LTD
  • US20260023989A1 patent drawing
  • US20260023989A1 patent drawing
  • US20260023989A1 patent drawing

AI summary

A method and apparatus for gradual inference during continuous deployment of a replacement IA model replacing a current AI model is provided. Replacement blocks of the replacement AI model are provided to the computing device by an AI model provider directly or via one or more network element associated therewith to replace the current AI model. A computing device having the current AI model gradually receives replacement blocks and in response, deletes current blocks of the current AI model. Inference request can be processed gradually at the computing device as soon as at least the first replacement block is received thereat using received sequential replacement blocks to obtain a partial inference that is subsequently jointly processed at the AI model provider or one or more network element associated therewith to obtain an inference result, thereby enabling access to the replacement AI model for inference during its download at the computing device.