Quaternion Fidelity Term in Color Deblurring
- Quaternion fidelity term is a loss function defined as the squared ℓ2-norm between a quaternion convolution output and an observed blurred image, ensuring cross-channel consistency.
- It leverages the full algebraic structure of quaternions to couple color channels and enforce intensity normalization, facilitating joint estimation of sharp images and blur kernels.
- Empirical results demonstrate improved PSNR, SSIM, and reduced color artifacts over standard deblurring methods, confirming its robust performance in blind deconvolution.
A quaternion fidelity term is a data-constrained loss expression central to recent advances in blind deconvolution for color images, designed to model and preserve both cross-channel dependencies and intensity normalization in the estimation of sharp images and blur kernels. In contrast to conventional approaches that treat RGB channels independently or via channel-wise convolution, the quaternion fidelity term leverages the full algebraic structure of quaternions to encode inter-channel correlations naturally and enforce physically consistent deblurring—a capability that is especially salient for color images subject to complex, spatially varying blur. The quaternion fidelity term is formulated as the squared -distance between an observed blurred image and the result of convolving a sharp color image with a four-component quaternion kernel. This term, together with normalized kernel constraints and additional regularizers, provides the backbone for robust alternating-minimization algorithms in color image blind deconvolution (Yang et al., 21 Nov 2025).
1. Quaternion Representation in Color Image Deconvolution
Let denote a sharp color image encoded in pure-imaginary quaternion form, where , , and correspond to the red, green, and blue channels, respectively. The observed blurred image is expressed similarly. The convolution kernel is a full quaternion with four real-valued spatial kernels (). Quaternion convolution, denoted , is defined according to quaternion algebra:
where denotes standard real-valued convolution per channel.
2. Formulation of the Quaternion Fidelity Term
The quaternion fidelity term is defined as the squared -norm of the difference between the model prediction and the observed image: Alternatively, upon vectorizing the RGB channels and employing a block-circulant matrix built from , this fidelity can be written as: This explicitly couples estimates of the sharp image and the quaternion kernel, facilitating joint optimization (Yang et al., 21 Nov 2025).
3. Normalization of the Quaternion Kernel
Typical real-valued blind deconvolution methods enforce kernel non-negativity and -sum-to-one normalization to guarantee intensity preservation. For a quaternion kernel, simply enforcing is insufficient for intensity conservation across all channels due to the interaction terms inherent in quaternion convolution. The proposed normalization seeks scalars such that the rescaled kernel exactly preserves channelwise -energy. This is imposed by solving the linear system: where is a matrix with entries (up to sign), computed per quaternion component and channel. This system is typically solved in a least-squares sense via the Moore–Penrose pseudo-inverse, producing the normalized kernel .
4. Complete Loss Function and Regularization
The full energy functional for blind deconvolution with the quaternion fidelity term in its basic form is: subject to normalization: after each -update, , where is obtained from the normalization procedure. In more general models, an auxiliary prior (such as a dark-channel or surface-aware prior) can be incorporated: The quaternion fidelity term thus encapsulates the data-consistency requirement, integrating the inter-channel structure enforced by the quaternion convolution.
5. Optimization and Algorithmic Framework
Optimization is performed via alternating minimization. At each iteration, three steps are executed:
- -step: Fix , minimize using half-quadratic splitting; threshold to obtain , and solve the resulting linear normal equations (which decouple into per-pixel systems in the Fourier domain).
- -step: Fix , solve via FFT-diagonalization or conjugate-gradient/least-squares techniques.
- Normalization (-step): Solve for , and update .
A coarse-to-fine pyramid over image scales is also employed to mitigate local minima (Yang et al., 21 Nov 2025).
6. Theoretical Properties
For fixed , the map is linear, making the fidelity term convex quadratic in . When optimizing while splitting off the -term with auxiliary variables, the normal equations involve block-circulant matrices and are efficiently solved in the frequency domain. For fixed , is likewise convex quadratic in the four real kernels, and the -subproblem remains a small linear system, usually regularized by and then normalized to enforce intensity conservation.
7. Empirical Performance and Significance
Extensive experiments on established benchmarks demonstrate that the quaternion fidelity term delivers superior quantitative and qualitative performance compared to standard channel-coupled kernel (CCK) models. On the Köhler dataset, the quaternion model with normalized kernel produces higher average PSNR (31.39 dB vs. 31.20 dB), lower S-CIELAB error (88364 vs. 96638), and higher SSIM on all tested images. On a 4738-pair real-blur dataset, it yields a significant increase in average PSNR (29.72 dB vs. 28.54 dB), higher SSIM (0.9314 vs. 0.9200), and lower S-CIELAB error (102707 vs. 159427), consistently outperforming baseline methods. Qualitative visual comparisons confirm that capturing cross-channel differences with the quaternion fidelity term results in fewer color artifacts and improved hue preservation relative to traditional fidelity measures (Yang et al., 21 Nov 2025).
In summary, the quaternion fidelity term, together with the normalization of the quaternion kernel, enables joint estimation of both sharp color images and structurally informed blur kernels that respect cross-channel interactions, with marked improvements over conventional blind deconvolution approaches for color images.