CVAIJul 26, 2025

Quaternion-Based Robust PCA for Efficient Moving Target Detection and Background Recovery in Color Videos

arXiv:2507.19730v1h-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses a domain-specific challenge in computer vision for enhancing video analysis and dataset generation, though it appears incremental by building on existing quaternion-based RPCA methods.

The paper tackles the problem of moving target detection and background recovery in color videos by proposing a quaternion-based robust PCA framework that reduces computational complexity and achieves state-of-the-art performance, with experiments showing superior results compared to existing methods.

Moving target detection is a challenging computer vision task aimed at generating accurate segmentation maps in diverse in-the-wild color videos captured by static cameras. If backgrounds and targets can be simultaneously extracted and recombined, such synthetic data can significantly enrich annotated in-the-wild datasets and enhance the generalization ability of deep models. Quaternion-based RPCA (QRPCA) is a promising unsupervised paradigm for color image processing. However, in color video processing, Quaternion Singular Value Decomposition (QSVD) incurs high computational costs, and rank-1 quaternion matrix fails to yield rank-1 color channels. In this paper, we reduce the computational complexity of QSVD to o(1) by utilizing a quaternion Riemannian manifold. Furthermor, we propose the universal QRPCA (uQRPCA) framework, which achieves a balance in simultaneously segmenting targets and recovering backgrounds from color videos. Moreover, we expand to uQRPCA+ by introducing the Color Rank-1 Batch (CR1B) method to further process and obtain the ideal low-rank background across color channels. Experiments demonstrate our uQRPCA+ achieves State Of The Art (SOTA) performance on moving target detection and background recovery tasks compared to existing open-source methods. Our implementation is publicly available on GitHub at https://github.com/Ruchtech/uQRPCA

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes