Dynamic Bitset Index Coding for Sparse Image Compression

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image compression techniques are inefficient in reducing the data size of bitsets, leading to increased time and resource consumption in rendering images.

Innovation Solution

A method for decoding bitsets by decoding indexes from a compressed bitstream, setting bits to a first value, and complementing the remaining bits, utilizing various coding modes to optimize bitset compression based on bit characteristics.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If traditional compression techniques are used for bitsets, then the compression is simple to implement, but the data size reduction is insufficient

Engineering Contradiction:
Improvedata sizeVSAvoidcoding complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The patent divides the bitset into multiple groups based on the distribution of set bits. Different coding techniques are applied to different groups: run-length encoding for consecutive bits, index-based coding for sparse bits, and unary coding for specific patterns. This segmentation allows the system to achieve better overall compression by selecting the most appropriate method for each segment rather than using a single uniform approach.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent dynamically changes coding parameters based on the characteristics of the bitset being compressed. It analyzes the density and distribution of set bits to select appropriate coding modes (e.g., choosing between encoding all bits explicitly vs. encoding only indices of set bits). This parameter adaptation enables optimal compression for varying bitset patterns while maintaining reasonable implementation complexity.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If more bits are transmitted in the compressed bitstream, then the bitset can be more accurately reconstructed, but the transmission time and bandwidth increase

Engineering Contradiction:
Improvereconstruction accuracyVSAvoidtransmission time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent extracts only the essential information needed to reconstruct the bitset accurately. Instead of transmitting all bit values, it identifies and transmits only the indices of set bits using variable-length encoding. This extraction approach maintains perfect reconstruction accuracy while significantly reducing the number of bits that need to be transmitted, especially for sparse bitsets where most bits are zero.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent uses partial action by selectively encoding only the necessary portions of the bitset. For example, when a bitset has mostly zero bits, it only encodes the positions of the one bits rather than all bits. This partial encoding approach achieves sufficient reconstruction accuracy with minimal transmission data, balancing reliability and transmission efficiency.

Inventive Principle:
Principle #16Partial or excessive action

3Ease of operation

If the bitset is fully decoded and stored before processing, then all operations can be performed, but the memory usage and processing overhead increase

Engineering Contradiction:
Improveprocessing flexibilityVSAvoidmemory usage
Core Design Contradiction:
Ease of operationVSQuantity of substance

Solution Approach 1:

The patent performs preliminary organization of bitset data during the compression phase. By grouping consecutive bits and identifying patterns before compression, it creates a compressed representation that maintains the spatial relationships and patterns needed for efficient processing. This preliminary organization allows subsequent operations to work directly on the compressed form or with minimal expansion, reducing memory requirements while preserving processing flexibility.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12368897B2Dynamic bitset coding
Publication Date: 2025.07.22 GOOGLE LLC
  • US12368897B2 patent drawing
  • US12368897B2 patent drawing
  • US12368897B2 patent drawing

AI summary

Decoding a bitset, each bit of the bitset corresponding to a respective value in a range of a minimum value to a maximum value, includes decoding, from a compressed bitstream, indexes of bits of the bitset, each bit of the bits having a first value. Decoding the bitset also includes setting all other bits of the bitset not decoded from the compressed bitstream to a second value. Decoding the indexes of bits of the bitset includes decoding a number of the indexes of the bits of the bitset, decoding a first index of the indexes in a first range having a first lower bound and a first upper bound, and decoding a last index of the indexes in a second range having a second lower bound and a second upper bound.