JQF: Optimal JPEG Quantization Table Fusion by Simulated Annealing on Texture Images and Predicting Textures
Chen-Hsiu Huang, Ja-Ling Wu

TL;DR
This paper introduces JQF, a method that uses simulated annealing on texture mosaic images and CNN-based texture prediction to optimize JPEG quantization tables, achieving significant size reduction with minimal quality loss.
Contribution
It presents a novel approach combining texture mosaic images and CNN features to optimize JPEG quantization tables efficiently for each texture category.
Findings
23.5% size reduction over standard JPEG tables
0.35% FSIM decrease, visually imperceptible
Less than one second additional encoding time
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image Enhancement Techniques · Advanced Image and Video Retrieval Techniques
