arXiv:2508.04190cs.CV2025-08被引 12

用深度网络提升稀疏物体分割的鲁棒性与可解释性

RPCANet++: Deep Interpretable Robust PCA for Sparse Object Segmentation

  • 将松弛版RPCA拆解为三模块网络,实现背景、对象分离
  • 在多个数据集上达到当前最佳性能,且保持高可解释性
  • 适合需要可靠分割结果的视觉任务,如医学图像分析

鲁棒主成分分析(RPCA)能将观测矩阵分解为低秩背景和稀疏物体成分,广泛应用于图像修复与分割。但传统方法存在计算负担重、超参数敏感、先验固定等问题。为此,我们提出RPCANet++,融合RPCA可解释性与深度网络效率。该框架将松弛版RPCA展开为三层结构:背景近似模块(BAM)、物体提取模块(OEM)和图像恢复模块(IRM)。为缓解BAM中特征丢失,引入记忆增强模块(MAM)以强化背景特征保留;通过深度对比先验模块(DCPM)利用显著性线索加速物体提取。在多种数据集上的实验表明,RPCANet++在不同成像条件下均达到领先性能。进一步通过可视化与数值测量低秩性与稀疏性提升可解释性。结合RPCA理论优势与深度网络高效性,本方法为可靠且可解释的稀疏物体分割树立新基准。代码已公开于项目网页 https://fengyiwu98.github.io/rpcanetx。

原文摘要 · Abstract (English)

Robust principal component analysis (RPCA) decomposes an observation matrix into low-rank background and sparse object components. This capability has enabled its application in tasks ranging from image restoration to segmentation. However, traditional RPCA models suffer from computational burdens caused by matrix operations, reliance on finely tuned hyperparameters, and rigid priors that limit adaptability in dynamic scenarios. To solve these limitations, we propose RPCANet++, a sparse object segmentation framework that fuses the interpretability of RPCA with efficient deep architectures. Our approach unfolds a relaxed RPCA model into a structured network comprising a Background Approximation Module (BAM), an Object Extraction Module (OEM), and an Image Restoration Module (IRM). To mitigate inter-stage transmission loss in the BAM, we introduce a Memory-Augmented Module (MAM) to enhance background feature preservation, while a Deep Contrast Prior Module (DCPM) leverages saliency cues to expedite object extraction. Extensive experiments on diverse datasets demonstrate that RPCANet++ achieves state-of-the-art performance under various imaging scenarios. We further improve interpretability via visual and numerical low-rankness and sparsity measurements. By combining the theoretical strengths of RPCA with the efficiency of deep networks, our approach sets a new baseline for reliable and interpretable sparse object segmentation. Codes are available at our Project Webpage https://fengyiwu98.github.io/rpcanetx.

稀疏分割可解释性深度网络图像修复

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。