Bit-Plane Data Compression for Reversible Image Quality Preservation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional data compression techniques, such as JPEG, require long processing times and degrade image quality, especially when applied to continuous tone (CT) data, and there is a need for a reversible compression method that maintains high image quality without degrading it.

Innovation Solution

A data compression apparatus and program that perform a reversible compression process by determining the type of data, generating differences between adjacent values, offsetting and dividing the data into higher and lower order bits, and applying reversible compression methods based on the determined type, using techniques like Huffman coding and run length coding to achieve efficient compression.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If JPEG compression is applied to CT data, then compression rate is improved, but image quality is degraded and processing time is prolonged

Engineering Contradiction:
Improvecompression rateVSAvoidimage quality
Core Design Contradiction:
Quantity of substanceVSManufacturing precision

Solution Approach 1:

The patent segments the 8-bit pixel data into two 4-bit subplanes (lower-order and higher-order bits). This segmentation allows different compression strategies to be applied to each subplane, enabling reversible compression while maintaining image quality. The lower-order subplane contains finer detail information while the higher-order subplane contains coarser information, and processing them separately optimizes both compression efficiency and quality preservation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies parameter changes by performing bit-plane decomposition and applying different compression algorithms (Huffman coding, run-length encoding) to different bit planes. This transforms the original 8-bit data into a structured format where compression parameters can be optimized for each segment, achieving both high compression rates and reversible reconstruction without quality degradation.

Inventive Principle:
Principle #35Parameter changes

2Quantity of substance

If JPEG compression is applied to CT data, then compression rate is improved, but processing time is prolonged

Engineering Contradiction:
Improvecompression rateVSAvoidprocessing time
Core Design Contradiction:
Quantity of substanceVSLoss of time

Solution Approach 1:

By segmenting the data into two 4-bit subplanes, the patent enables parallel processing and more efficient compression algorithms. The segmented structure allows for faster encoding and decoding operations compared to traditional JPEG, reducing processing time while maintaining high compression rates.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent replaces the complex mechanical filtering and transformation processes of JPEG (DCT, quantization) with more efficient bit-plane based compression techniques. This substitution uses simpler, faster operations like bit shifting, Huffman coding, and run-length encoding, significantly reducing processing time while achieving comparable or better compression rates.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Productivity

If data is divided into higher and lower order bits, then compression efficiency is improved, but device complexity is increased

Engineering Contradiction:
Improvecompression efficiencyVSAvoidprocessing complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent uses segmentation to divide data into bit planes, which simplifies the compression process by allowing independent processing of each plane. While this adds a segmentation step, the overall complexity is reduced because each segment can be processed with simpler, more efficient algorithms rather than complex full-data transformations.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameter representation from 8-bit values to separate 4-bit subplanes, enabling more efficient compression operations. This parameter transformation allows for specialized compression techniques on each bit plane, improving compression efficiency while the structured approach keeps implementation complexity manageable through standardized processing steps.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS7899262B2Data compression apparatus and data compressing program storage medium
Publication Date: 2011.03.01 FUJIFILM CORP
  • US7899262B2 patent drawing
  • US7899262B2 patent drawing
  • US7899262B2 patent drawing

AI summary

A data compression apparatus includes: a type determination section which determines a type of data to be compressed; a difference generation section which obtains a difference between adjacent values in a sequence of values forming data to be compressed, and generates new data to be compressed; and an offset section which offsets each value forming the new data to be compressed by a predetermined value. The apparatus further includes a division section which divides values of the data to be compressed whose values are offset into a higher order bit portion and a lower order bit portion at a predetermined number of division bits lower than the number of unit bits, thereby dividing the data to be compressed into higher order data including a sequence of higher order bit portions of the values and lower order data including a sequence of lower order bit portions of the values.