Discover, Segment, and Select: A Progressive Mechanism for Zero-shot Camouflaged Object Segmentation
AI 摘要
提出了一种用于零样本伪装对象分割的渐进式发现-分割-选择(DSS)机制。
主要贡献
- 提出了 Feature-coherent Object Discovery (FOD) 模块
- 提出了 Semantic-driven Mask Selection (SMS) 模块
- 提出了 Discover-Segment-Select (DSS) 框架
方法论
利用视觉特征生成对象提议,通过SAM分割细化,最后使用MLLM评估并选择最佳分割掩码。
原文摘要
Current zero-shot Camouflaged Object Segmentation methods typically employ a two-stage pipeline (discover-then-segment): using MLLMs to obtain visual prompts, followed by SAM segmentation. However, relying solely on MLLMs for camouflaged object discovery often leads to inaccurate localization, false positives, and missed detections. To address these issues, we propose the \textbf{D}iscover-\textbf{S}egment-\textbf{S}elect (\textbf{DSS}) mechanism, a progressive framework designed to refine segmentation step by step. The proposed method contains a Feature-coherent Object Discovery (FOD) module that leverages visual features to generate diverse object proposals, a segmentation module that refines these proposals through SAM segmentation, and a Semantic-driven Mask Selection (SMS) module that employs MLLMs to evaluate and select the optimal segmentation mask from multiple candidates. Without requiring any training or supervision, DSS achieves state-of-the-art performance on multiple COS benchmarks, especially in multiple-instance scenes.