Differentiable JPEG: The Devil is in the Details
Christoph Reich, Biplob Debnath, Deep Patel, Srimat Chakradhar
TL;DR
The paper tackles the non-differentiable nature of JPEG and its hindrance to gradient-based learning. It introduces a differentiable JPEG framework that models core JPEG steps and provides gradients with respect to input, quality, quantization tables, and color conversion, including a STE variant. Through extensive forward and backward evaluations and ablations, it demonstrates superior fidelity to standard JPEG across compression strengths and delivers more effective gradients for optimization and adversarial attacks. The work shows clear advantages for integrating JPEG into deep learning workflows and sets a benchmark for future differentiable image-compression research.
Abstract
JPEG remains one of the most widespread lossy image coding methods. However, the non-differentiable nature of JPEG restricts the application in deep learning pipelines. Several differentiable approximations of JPEG have recently been proposed to address this issue. This paper conducts a comprehensive review of existing diff. JPEG approaches and identifies critical details that have been missed by previous methods. To this end, we propose a novel diff. JPEG approach, overcoming previous limitations. Our approach is differentiable w.r.t. the input image, the JPEG quality, the quantization tables, and the color conversion parameters. We evaluate the forward and backward performance of our diff. JPEG approach against existing methods. Additionally, extensive ablations are performed to evaluate crucial design choices. Our proposed diff. JPEG resembles the (non-diff.) reference implementation best, significantly surpassing the recent-best diff. approach by $3.47$dB (PSNR) on average. For strong compression rates, we can even improve PSNR by $9.51$dB. Strong adversarial attack results are yielded by our diff. JPEG, demonstrating the effective gradient approximation. Our code is available at https://github.com/necla-ml/Diff-JPEG.
