Quaternion Nuclear Norm Minus Frobenius Norm
- QNMF is a regularization framework that uses quaternions to jointly process RGB channels, effectively preserving inter-channel correlations in color images.
- It employs a hybrid non-convex penalty combining the quaternion nuclear norm and a scaled Frobenius norm, closely approximating true rank minimization.
- The ADMM-based optimization framework in QNMF delivers state-of-the-art performance in denoising, deblurring, inpainting, and impulse noise removal with strong theoretical guarantees.
Quaternion Nuclear Norm Minus Frobenius Norm (QNMF) is a regularization framework designed to improve color image reconstruction by leveraging quaternion algebra to jointly process RGB channels. QNMF addresses inter-channel correlation and enforces low-rank structure through a non-convex penalty. Its formulation enables accurate recovery in tasks such as denoising, deblurring, inpainting, and random impulse noise removal, consistently demonstrating state-of-the-art results in both synthetic and real-world scenarios (Guo et al., 12 Sep 2024).
1. Quaternion Representation of Color Images
Quaternion algebra offers a natural mechanism for encoding color images holistically. A quaternion is written as
with the imaginary units satisfying . The conjugate is , and the modulus is .
A quaternion matrix expands as
with . The trace inner product is , and the Frobenius norm is .
RGB images are encoded as pure quaternion matrices: where denote red, green, and blue channel matrices, respectively, and the real part is zero.
2. The QNMF Regularizer: Formulation and Properties
The QNMF regularization term penalizes the difference of the quaternion nuclear norm and a scaled Frobenius norm: with . Here, the quaternion nuclear norm is defined by the sum of singular values, , and the Frobenius norm by .
This penalty is non-convex, constructed as a difference of convex functions. The nuclear norm component encourages singular value sparsity (lower effective rank), while the negative Frobenius norm selectively preserves large singular values, yielding a closer approximation to true rank minimization compared to the nuclear norm alone.
3. Optimization and Algorithmic Framework
Color image reconstruction under QNMF is formulated as a regularized inverse problem. For denoising, the minimization is: and for general linear inverse problems (e.g., deblurring),
An ADMM splitting is employed, introducing an auxiliary variable with . The augmented Lagrangian is
where variables are updated as follows:
- X-subproblem: Closed-form update via quaternion FFT,
- Z-subproblem (QNMF proximal step):
Given QSVD , the new singular values are updated by
with . The new iterate is .
- Multiplier and penalty updates: , .
Convergence is guaranteed under monotonic penalty update (), with subproblem Z having a global solution and overall iterates converging such that and (Guo et al., 12 Sep 2024).
4. Parameterization and Theoretical Guarantees
Parameter selection is data- and task-dependent. For denoising, recommended settings are patch size , number of similar patches dependent on noise standard deviation , with , and . For deblurring, penalty and weighting (, ) are tuned per blur kernel. In inpainting and RPCA, is kept fixed and is adapted for the error term. The framework is theoretically supported by optimality results for the Z-subproblem and general non-convex recovery guarantees.
QNMF is non-convex but structured as a difference of convex functions, enabling tractable optimization. The singular value shrinkage in the Z-step admits closed-form evaluation.
5. Empirical Evaluation and Comparative Results
The efficacy of QNMF is established across multiple benchmarks:
- Synthetic Gaussian Denoising: On CSet12, McMaster, and Kodak datasets, QNMF achieves average PSNR/SSIM improvements over CBM3D, McWNNM, SV-TV, QLRMA, QWNNM, and QWSNM across all noise levels. For CSet12, QNMF yields 31.36/0.8764 vs. QWNNM 31.25/0.8748 and QWSNM 31.30/0.8715.
- Real Image Denoising: On CC, PolyU, and SIDD, QNMF attains leading performance, e.g., 36.53 dB/0.9166 (SIDD).
- Deblurring: QNMF gives best or equivalent PSNR/SSIM for uniform, Gaussian, and motion blur settings, visually minimizing ringing artifacts and producing sharper edges.
- Matrix Completion (MC): At 80% missing, QNMF (patch-based) secures PSNR 31.80/SSIM 0.9397 compared to nearest baseline 25.47/0.6993.
- RPCA: With 10% impulse noise, QNMF-G records 29.34/0.8895 vs. TRPCA 28.80/0.9170 (a trade-off in SSIM).
- Runtime Considerations: For denoising images, QNMF runs in ≈620 s versus QWNNM 580 s and QWSNM 955 s; for deblurring, QNMF (≈2155 s) is notably faster than QWNNM (3831 s). For matrix completion, QNMF (≈10.8 s) is substantially faster than QMC (168 s) (Guo et al., 12 Sep 2024).
6. Strengths, Limitations, and Potential Extensions
QNMF's principal strength lies in its quaternion-based joint processing of RGB channels, preserving color structure and minimizing channel-specific artifacts. The hybrid nuclear–Frobenius penalty approximates rank more effectively than conventional convex relaxations, and the ADMM framework accommodates a range of low-level vision tasks with mathematically guaranteed convergence to stationary points.
However, the approach is constrained by the high computational complexity of QSVD and requires manual parameter tuning (patch size, , etc.). Potential future directions include the development of QSVD-free quaternion factorization techniques, exploration of additional hybrid norms (e.g., other nuclear/Frobenius norm combinations), and integration of quaternion low-rank priors into deep neural network architectures.
7. Context and Research Impact
QNMF advances low-rank color image modeling by embedding the intrinsic correlation of RGB channels via quaternion algebra and leveraging a non-convex low-rank surrogate. The method attains state-of-the-art quantitative and visual outcomes across a comprehensive array of color restoration tasks while upholding rigorous mathematical guarantees (Guo et al., 12 Sep 2024). Its modular optimization scheme and adaptability across different degradation modalities position QNMF as a significant development in color image reconstruction research.