Reduced bit median quantization: A middle process for Efficient Image Compression

Fikresilase Wondmeneh Abebayew
2024-10-25
Abstract:Image compression techniques have made remarkable progress when it comes to file size reduction with a tolerable quality reduction; nonetheless, they are facing some challenges when it comes to applying more compression with the same perceptible quality or in accounting for specific use cases such as deep archive files and more efficient image transfers. Previous techniques have tried to solve the former problem by applying one specific or a combination of different algorithms. However, none of these methods were able to achieve additional file size reduction beyond a certain compression. I introduce Reduced Bit Median Quantization (RBMQ), a middle-process image compression technique designed to enhance file size reduction so that it can be stored with already existing file extension formats. In RBMQ by applying only the first step in which the quantization of valued further file size reduction can be achieved without a noticeable decrease in the image quality. Furthermore, more size reduction can be achieved by reducing the representing bits for the quantized values which can be optimal for deep archival storage or big-size image transfer in which the image quality is not suitable for the human eye since it is dark and dim but can be much efficient to interact with network and storage components later to be decoded to get the only quantized value image that almost the same quality with the original one. RBMQ introduces redundancy to the pixel values to be taken advantage of by existing compression techniques furthermore it introduces bit reduction from 8 to 5 bits for image file extensions such as jpeg which substantially reduces the file size to be used for JPEG file transfers and deep archive storage.
Image and Video Processing,Information Theory
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to achieve more efficient image compression while maintaining image quality. Although existing image compression techniques have made significant progress in reducing file size, they still face challenges in further reducing file size to maintain the same perceived quality or adapt to specific usage scenarios (such as deep archive files and more efficient image transmission). Although previous techniques attempted to solve these problems by applying single or multiple different algorithms, these methods cannot achieve additional file size reduction after exceeding a certain compression level. To solve this problem, the author introduced a new intermediate - process image compression technique - **Reduced Bit Median Quantization (RBMQ)**. The main objective of RBMQ is to enhance file size reduction through the following two stages: 1. **Median Quantization**: By mapping pixel values to predefined medians, the range of intensity values in the image is reduced, thereby introducing redundancy and reducing data complexity. 2. **Bit Reduction**: The number of bits representing each pixel is reduced from 8 bits to 5 bits, further improving the compression efficiency, especially suitable for deep - archive storage and large - volume image transmission. The design of RBMQ is intended to be used in combination with existing compression algorithms, thereby achieving a greater reduction in file size without significantly degrading image quality. Especially in extreme compression situations, although the image quality will decline to some extent, it can still be decoded back to an image close to the original quality, which makes RBMQ particularly suitable for long - term storage and long - distance transmission application scenarios.