菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-02
📄 Abstract - Graph Regularized Non-negative Reduced Biquaternion Matrix Factorization for Color Image Recognition

Non-negative reduced biquaternion matrix factorization (NRBMF) uses the product of reduced biquaternion (RB) matrices to incorporate the non-negativity constraints of color image pixels into the factorization process. However, NRBMF mainly focuses on reconstruction accuracy and does not exploit the local geometric structure of image data, which may limit the discriminative ability of the learned low-dimensional features. To address this issue, we propose a graph regularized non-negative reduced biquaternion matrix factorization (GNRBMF) model for color image recognition. The proposed model incorporates a graph Laplacian regularizer into the reduced biquaternion coefficient matrix, encouraging nearby samples in the original space to have similar representations in the learned feature space. Meanwhile, GNRBMF retains the non-negativity-preserving property of NRBMF in the reduced biquaternion domain. To solve the optimization problem, a component-wise alternating projected gradient algorithm is derived, and its convergence properties are analyzed. Experimental results demonstrate that the proposed GNRBMF model achieves competitive or superior recognition performance in some tested settings.

顶级标签: machine learning computer vision
详细标签: matrix factorization graph regularization color image recognition non-negative constraint biquaternion 或 搜索:

基于图正则化的非负简化四元数矩阵分解方法用于彩色图像识别 / Graph Regularized Non-negative Reduced Biquaternion Matrix Factorization for Color Image Recognition


1️⃣ 一句话总结

这篇论文提出了一种新的彩色图像识别方法,通过在矩阵分解中同时加入非负性和图像局部结构相似性约束,让算法不仅保留颜色信息,还能利用图像中相近像素之间的关联,从而在识别任务中表现出更好的效果。

源自 arXiv: 2606.03654