Recovering Sign Bits of DCT Coefficients in Digital Images as an Optimization Problem
Ruiyuan Lin, Sheng Liu, Jun Jiang, Shujun Li, Chengqing Li, C. -C. Jay Kuo
TL;DR
We address recovering unknown sign bits in DCT coefficients for digital images by formulating it as a mixed integer linear programming problem, which is NP-hard. To achieve practical performance, we propose two approximations: (i) LP relaxation that solves a continuous problem and derives signs from the solution, and (ii) a divide-and-conquer hierarchical MILP/LP approach that recovers regionwise signs and then globally aligns brightness. Applied to JPEG-encoded images, the methods accommodate encoding specifics such as DC level shifting, quantization, and DC differential encoding, and extensive experiments on 30 standard images show substantial improvements in PSNR and SSIM over naive methods. The results suggest these methods are applicable to selective encryption, error concealment, and efficient image restoration in error-prone environments, with potential extensions to color and video domains.
Abstract
Recovering unknown, missing, damaged, distorted, or lost information in DCT coefficients is a common task in multiple applications of digital image processing, including image compression, selective image encryption, and image communication. This paper investigates the recovery of sign bits in DCT coefficients of digital images, by proposing two different approximation methods to solve a mixed integer linear programming (MILP) problem, which is NP-hard in general. One method is a relaxation of the MILP problem to a linear programming (LP) problem, and the other splits the original MILP problem into some smaller MILP problems and an LP problem. We considered how the proposed methods can be applied to JPEG-encoded images and conducted extensive experiments to validate their performances. The experimental results showed that the proposed methods outperformed other existing methods by a substantial margin, both according to objective quality metrics and our subjective evaluation.
