Sparse Dictionary Compression for Low-Loss Data Transmission

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current data compression methods for large data transmission in communication scenarios, such as point cloud and AI model data transmission, result in low compression rates and significant data loss.

Innovation Solution

Decompose data into dictionary and sparse matrices to perform effective data compression, using location indication information and element sequences to express data, thereby improving compression efficiency and reliability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If scalar quantization or vector quantization is used for data compression, then transmission resources are saved and transmission delay is reduced, but compression rate is low and data loss is large

Engineering Contradiction:
Improvecompression rateVSAvoiddata loss
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The patent segments the original data into multiple subdata blocks, and each block is independently compressed using dictionary learning. This segmentation allows for more granular control over the compression process, enabling higher compression rates while maintaining data quality by preserving important features in each segment separately.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the data representation by changing from traditional scalar/vector quantization parameters to dictionary learning parameters (dictionary matrix and sparse coefficient matrix). This parameter transformation enables more efficient compression by capturing data characteristics in a more compact form, achieving both high compression rate and low data loss.

Inventive Principle:
Principle #35Parameter changes

2Productivity

If traditional quantization methods are used, then compression is achieved, but compression rate remains low

Engineering Contradiction:
Improvecompression rateVSAvoiddata size
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The patent changes the compression parameters from fixed quantization steps to adaptive dictionary learning parameters. By learning the underlying structure of the data, the dictionary matrix and sparse coefficients achieve much higher compression rates, reducing the quantity of data to be transmitted while preserving essential information.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent performs preliminary dictionary learning and training before the actual compression process. This preliminary action creates an optimized dictionary matrix that captures the essential features of the data, enabling subsequent compression operations to achieve high compression rates without losing critical information.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250253865A1Data compression and transmission method, apparatus, device, and storage medium
Publication Date: 2025.08.07 HUAWEI TECH CO LTD
  • US20250253865A1 patent drawing
  • US20250253865A1 patent drawing
  • US20250253865A1 patent drawing

AI summary

The present disclosure relates to data compression and transmission methods, apparatuses, devices, and storage mediums. In one example method, a first communication apparatus decomposes an ith piece of subdata Yi in M pieces of subdata into a dictionary matrix Di and a sparse matrix Xi, where the sparse matrix Xi is used to express the ith piece of subdata Yi based on the dictionary matrix Di, the M pieces of subdata are included in to-be-transmitted first data, M is an integer greater than or equal to 1, and i is an integer greater than or equal to 1 and less than or equal to M. The first communication apparatus performs data compression based on the dictionary matrix Di and the sparse matrix Xi, to obtain compressed data Zi of the ith piece of subdata Yi; and then sends the compressed data Zi to a second communication apparatus.