Vehicle-Cloud Multimodal Data Mining for Scalable Autonomous Driving

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current autonomous driving data mining methods require large amounts of training data and labor resources, are not extensible, and lack scalability, leading to inefficiencies in optimizing autonomous driving algorithms.

Innovation Solution

A device-cloud collaborative data mining method using a large image-text multimodal model, where the cloud encodes target text and the vehicle encodes image data, with model compression and fine-tuning to reduce complexity and resource requirements, enabling efficient data mining and algorithm optimization.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a large image-text multimodal model is deployed on the vehicle for data mining, then the precision and generalization performance are improved, but the device complexity and resource requirements increase

Engineering Contradiction:
Improvedata mining precisionVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the large image-text multimodal model into two parts: the text encoder is deployed on the cloud server, while only the picture encoder is deployed on the vehicle. This segmentation allows the vehicle to perform data mining with reduced model complexity while maintaining precision through cloud-based text processing support.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a cloud server as an intermediary between the vehicle and the full multimodal model. The cloud server hosts the text encoder and provides text features to the vehicle, allowing the vehicle to perform data mining without running the complete complex model locally.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If the full large image-text multimodal model is run on the vehicle, then the data mining precision is improved, but the use of energy and computational resources increase

Engineering Contradiction:
Improvedata mining precisionVSAvoidcomputational resource consumption
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent segments the computational workload by deploying only the picture encoder on the vehicle and the text encoder on the cloud. This reduces the computational resource consumption on the vehicle while maintaining data mining precision through collaborative processing.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The cloud server acts as an intermediary that handles the computationally intensive text encoding tasks, allowing the vehicle to conserve energy by not running the complete multimodal model locally while still achieving accurate data mining results.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Ease of operation

If traditional task models are designed and developed for specific requirements, then the ease of operation is improved, but the adaptability and scalability are reduced

Engineering Contradiction:
Improvetask model operationVSAvoidrequirement extensibility
Core Design Contradiction:
Ease of operationVSAdaptability or versatility

Solution Approach 1:

The patent employs a universal picture encoder model that can handle multiple data mining tasks through a single deployed module on the vehicle. The model's generalization capability allows it to adapt to different requirements without needing separate task-specific models, thereby improving scalability while maintaining ease of operation.

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

Data Source

PatentUS20260024328A1Device-cloud collaborative data mining method, apparatus, and system, and computer cluster
Publication Date: 2026.01.22 HUAWEI TECH CO LTD
  • US20260024328A1 patent drawing
  • US20260024328A1 patent drawing
  • US20260024328A1 patent drawing

AI summary

A device-cloud collaborative data mining method includes: A cloud determines a target text and a task configuration file based on a service requirement; encodes the target text by using a text encoder to obtain a text feature; and places the text feature in the task configuration file and delivers the task configuration file to a vehicle. The vehicle encodes image data by using a first picture encoder to obtain an image feature; calculates a value of a similarity between the text feature and the image feature; determines a target picture based on the value of the similarity and the task configuration file; and uploads the target picture to the cloud. The first picture encoder is obtained by compressing and tuning a second picture encoder, and the text encoder and the second picture encoder are two modules of a large image-text multimodal model.