2020/08/13 by Chen-Hsiu Huang, Huang, Chen-Hsiu, Ja‐Ling Wu +1
Computer Science · #Advanced Image Processing Techniques #Advanced Image and Video Retrieval Techniques #FOS: Computer and information sciences #FOS: Electrical engineering #Image Enhancement Techniques #Image and Video Processing (eess.IV) #Multimedia (cs.MM) #electronic engineering #information engineering
paper · pdf · doi:10.48550/arxiv.2008.05672
openalex publication_date 2020/08/13 · openalex created_date 2020/09/08 · openalex updated_date 2026/07/28
JPEG has been a widely used lossy image compression codec for nearly three decades. The JPEG standard allows to use customized quantization table; however, it's still a challenging problem to find an optimal quantization table within acceptable computational cost. This work tries to solve the dilemma of balancing between computational cost and image specific optimality by introducing a new concept of texture mosaic images. Instead of optimizing a single image or a collection of representative images, the simulated annealing technique is applied to texture mosaic images to search for an optimal quantization table for each texture category. We use pre-trained VGG-16 CNN model to learn those texture features and predict the new image's texture distribution, then fuse optimal texture tables to come out with an image specific optimal quantization table. On the Kodak dataset with the quality setting Q=95, our experiment shows a size reduction of 23.5% over the JPEG standard table with a slightly 0.35% FSIM decrease, which is visually unperceivable. The proposed JQF method achieves per image optimality for JPEG encoding with less than one second additional timing cost. The online demo is available at https://matthorn.s3.amazonaws.com/JQF/qtblvis.html