arXiv:2411.11917cs.CV2024-11被引 1

用跨层像素关联提升少样本分割性能

FCC: Fully Connected Correlation for One-Shot Segmentation

  • 通过全连接相关性融合多层特征,捕捉目标特定模式
  • 在PASCAL、COCO及域迁移测试中达最优表现
  • 适合需要强先验信息的少样本分割场景

少样本分割(FSS)旨在仅使用少量支持图像和掩码,对查询图像中的目标对象进行分割。因此,利用支持集获取目标对象的强先验信息对引导FSS初始训练至关重要,尤其在目标对象在外观、纹理或尺度上存在显著变化时。以往方法通过最终层或同层特征的像素级相关性生成先验信息,但当采用Vision Transformer等先进模型作为主干网络时,这些方法提供的信息有限且不完整。Vision Transformer编码器具有多层结构,各中间层形状相同,利用编码器中所有层的特征对比可提升少样本分割性能。本文提出完全连接相关性(FCC),整合支持与查询特征间的像素级相关性,捕捉同层与跨层的目标特定模式和对应关系。FCC挖掘了以往无法获取的目标信息,有效缓解了支持掩码的局限性。在PASCAL、COCO及域迁移测试中,该方法持续达到最先进水平。消融实验与跨层相关性分析验证了FCC的核心机制,揭示其在增强先验信息与整体模型性能方面的有效性。

原文摘要 · Abstract (English)

Few-shot segmentation (FSS) aims to segment the target object in a query image using only a small set of support images and masks. Therefore, having strong prior information for the target object using the support set is essential for guiding the initial training of FSS, which leads to the success of few-shot segmentation in challenging cases, such as when the target object shows considerable variation in appearance, texture, or scale across the support and query images. Previous methods have tried to obtain prior information by creating correlation maps from pixel-level correlation on final-layer or same-layer features. However, we found these approaches can offer limited and partial information when advanced models like Vision Transformers are used as the backbone. Vision Transformer encoders have a multi-layer structure with identical shapes in their intermediate layers. Leveraging the feature comparison from all layers in the encoder can enhance the performance of few-shot segmentation. We introduce FCC (Fully Connected Correlation) to integrate pixel-level correlations between support and query features, capturing associations that reveal target-specific patterns and correspondences in both same-layers and cross-layers. FCC captures previously inaccessible target information, effectively addressing the limitations of support mask. Our approach consistently demonstrates state-of-the-art performance on PASCAL, COCO, and domain shift tests. We conducted an ablation study and cross-layer correlation analysis to validate FCC's core methodology. These findings reveal the effectiveness of FCC in enhancing prior information and overall model performance.

少样本分割视觉变换器相关性建模

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