Sparse Ordered Series Compression for Floating-Point Spectral Data

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional data compression methods are ineffective for large datasets of sparse multidimensional ordered series data, particularly spectroscopic data, as they fail to exploit the data's structural characteristics, leading to suboptimal compression ratios and increased data size.

Innovation Solution

The method involves defining a predictor to model the data, assigning amplitude and hop code words based on value and frequency, and generating a compressed output with a decoder legend and code word dictionaries, specifically tailored for sparse multidimensional ordered series data like mass spectrometry data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If conventional compression algorithms (GZIP, LZW, BZIP2, etc.) are applied to sparse multidimensional ordered series data, then the data can be compressed with general-purpose methods, but the compression ratio is suboptimal and data size remains large

Engineering Contradiction:
Improvedata sizeVSAvoidcompression ratio
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The patent transforms the data representation by changing parameters: converting absolute values to relative differences (delta encoding), transforming floating-point numbers to integers, and reorganizing multidimensional data into linear sequences. These parameter changes enable conventional compressors to achieve much better compression ratios on spectroscopic data.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent segments the large spectroscopic dataset into smaller chunks or blocks, applying compression transformations to each segment. This allows the compression algorithm to exploit local patterns and correlations within each segment while managing memory requirements efficiently.

Inventive Principle:
Principle #1Segmentation

2Reliability

If lossless compression is applied to preserve all data information, then no information is lost during compression, but the compression ratio is far lower than lossy compression

Engineering Contradiction:
Improvedata accuracyVSAvoiddata size
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent applies parameter changes that are reversible, allowing lossless compression. By transforming data to a different representation (delta encoding, integer conversion) and storing transformation metadata, the original data can be perfectly reconstructed, achieving both high compression ratio and full data fidelity.

Inventive Principle:
Principle #35Parameter changes

3Quantity of substance

If lossy compression is applied to achieve higher compression ratios, then data size is reduced more effectively, but the accuracy of the restored data cannot be guaranteed

Engineering Contradiction:
Improvedata sizeVSAvoiddata accuracy
Core Design Contradiction:
Quantity of substanceVSMeasurement precision

Solution Approach 1:

The patent implements reversible parameter changes that maintain data accuracy while achieving high compression. The transformation from floating-point to integer representation, combined with delta encoding, allows lossless compression that preserves measurement precision without sacrificing compression effectiveness.

Inventive Principle:
Principle #35Parameter changes

4Ease of manufacture

If general-purpose compression algorithms are used without data-specific optimizations, then the algorithms are simple to implement, but they fail to exploit the structural characteristics of spectroscopic data

Engineering Contradiction:
Improveimplementation simplicityVSAvoidcompression ratio
Core Design Contradiction:
Ease of manufactureVSProductivity

Solution Approach 1:

The patent performs preliminary data transformations (delta encoding, integer conversion, flattening) before applying conventional compression algorithms. These preliminary actions prepare the data in a format that exploits its structural characteristics, enabling simple compressors to achieve superior compression ratios without complex algorithm modifications.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS9859917B2Enhanced data compression for sparse multidimensional ordered series data
Publication Date: 2018.01.02 PROTEIN METRICS LLC
  • US9859917B2 patent drawing
  • US9859917B2 patent drawing
  • US9859917B2 patent drawing

AI summary

Disclosed are methods and systems for significantly compressing sparse multidimensional ordered series data comprised of indexed data sets, wherein each data set comprises an index, a first variable and a second variable. The methods and systems are particularly suited for compression of data recorded in double precision floating point format.