๐ค AI Summary
To address severe degradation and insufficient interpretability in underwater image enhancement, this paper proposes a channel-specific convolutional sparse coding (CCSC)-driven interpretable neural network. Methodologically, it is the first to embed โโ-regularized convolutional sparse coding into a deep network via algorithm unrolling, employing three Sparse Feature Estimation Blocks (SFEBs) to separately model physically salient features for the RGB channelsโenabling end-to-end optimization while preserving strong interpretability. The key contributions are: (1) unifying model lightweighting (reducing computational complexity by 3873ร) with physically traceable feature representations; and (2) achieving state-of-the-art performance on standard underwater image enhancement benchmarks, with a PSNR gain of +1.05 dB over prior methods. This work establishes a new paradigm for marine visual perception that jointly ensures high fidelity and trustworthy interpretability.
๐ Abstract
Improving the quality of underwater images is essential for advancing marine research and technology. This work introduces a sparsity-driven interpretable neural network (SINET) for the underwater image enhancement (UIE) task. Unlike pure deep learning methods, our network architecture is based on a novel channel-specific convolutional sparse coding (CCSC) model, ensuring good interpretability of the underlying image enhancement process. The key feature of SINET is that it estimates the salient features from the three color channels using three sparse feature estimation blocks (SFEBs). The architecture of SFEB is designed by unrolling an iterative algorithm for solving the $ell_1$ regularized convolutional sparse coding (CSC) problem. Our experiments show that SINET surpasses state-of-the-art PSNR value by $1.05$ dB with $3873$ times lower computational complexity. Code can be found at: https://github.com/gargi884/SINET-UIE/tree/main.