Bit-depth color recovery via off-the-shelf super-resolution models
Xuanshuo Fu, Danna Xue, Javier Vazquez-Corral
TL;DR
The paper addresses the challenge of recovering high-bit-depth color representations from lower-bit-depth images, a problem prone to banding and texture loss. It introduces a framework that recovers color depth bit-by-bit by leveraging off-the-shelf super-resolution priors, using a multi-scale feature extractor to provide rich spatial context and an attention-augmented bit-plane predictor to refine each added bit-plane. Key contributions include (i) using frozen pre-trained SR encoders at multiple scales as priors, (ii) a multi-path feature extractor with CBAM fusion, and (iii) a lightweight, attention-enabled bit-plane prediction network that progressively reconstructs higher bit-depth images. Experiments on Sintel, TESTIMAGES, Kodak, and ESPL v2 demonstrate consistent improvements in PSNR and SSIM over state-of-the-art methods, underscoring the practical impact of SR-informed priors for high-fidelity color restoration.
Abstract
Advancements in imaging technology have enabled hardware to support 10 to 16 bits per channel, facilitating precise manipulation in applications like image editing and video processing. While deep neural networks promise to recover high bit-depth representations, existing methods often rely on scale-invariant image information, limiting performance in certain scenarios. In this paper, we introduce a novel approach that integrates a super-resolution architecture to extract detailed a priori information from images. By leveraging interpolated data generated during the super-resolution process, our method achieves pixel-level recovery of fine-grained color details. Additionally, we demonstrate that spatial features learned through the super-resolution process significantly contribute to the recovery of detailed color depth information. Experiments on benchmark datasets demonstrate that our approach outperforms state-of-the-art methods, highlighting the potential of super-resolution for high-fidelity color restoration.
