Part 1 of Response to reviewer zVyp
We thank you for your comments and the approval that our method is efficient and works well. In addition to the general response, we address your concerns here.
___
> W1: Although the result proves its effectiveness, the paper is more like a technical report and lack academic insight.
Exploring new capabilities of foundation models to handle various downstream tasks is an emerging research trend. In the NLP field, in-context learning and chain-of-thought are extensively studied to improve the complex reasoning capability of LLMs. Similarly, exploring the application potential of vision foundation models (VFMs) is non-trivial, but related research in the CV field lags far behind NLP. Therefore, our **novelty** lies in exploring a new visual research paradigm: investigating the capabilities of off-the-shelf VFMs to accomplish various complex segmentation tasks.
To contextualize the results in this paper, we now summarize our **insights**:
- **Investigating the capabilities of VFMs.** Utilizing VFMs to address various tasks is becoming a research trend [1,2,3,4]. We transfer off-the-shelf VFMs into a general segmentation model, which is meaningful (**supported by Reviewer PEjB**).
- **Proposing a proper outlier detection pipeline.** We transform the in-context segmentation task into a matching problem between the objects in the reference and target images and utilize off-the-shelf VFMs to achieve this goal. Simply concatenating these models will **produce many outliers** (see Figure 7) and **perform badly.** Outlier detection is a **challenging academic problem [5].** The outliers are often detected with algorithms, e.g. RANSAC given a predefined loss function. In Matcher, we consider **proposing a proper outlier detection pipeline is important and nontrivial.**
- **Impressive performance**. Matcher has achieved impressive performance across multiple segmentation tasks, and extensive ablation studies have confirmed that the proposed components are effective and necessary.
- **Serve as an evaluation criterion for VFMs.** Matcher has a high upper bound of performance. It can serve as an evaluation criterion for VFMs, assessing the performance of different vision models from a general segmentation perspective. Based on the above contributions, Matcher is helpful to the vision community and provides academic insight.
Taken together, these contributions represent novel insights to the academic community.
[1] A Tale of Two Features: Stable Diffusion Complements DINO for Zero-Shot Semantic Correspondence, NIPS23.
[2] LMC: Large Model Collaboration with Cross-assessment for Training-Free Open-Set Object Recognition, NIPS23.
[3] Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners, CVPR23.
[4] CNOS: A Strong Baseline for CAD-based Novel Object Segmentation.
[5] Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography. Communications of the ACM.
> W2: Does the selection of encoders outweigh all the designs in Matcher?
The table below represents the upper-bound analysis of Matcher (details can be found in the **response of Q5** for **3ZxQ**). The experiment shows that the Matcher framework has a high upper bound of performance. Different models exhibit performance differences. Table 7(a) validates that DINOv2 performs better. However, Table 4 shows that *simply using DINOv2 does not perform well*. *VFMs and the proposed Matcher components must work in synergy* and complement each other to be effective. Therefore, the designs in Matcher are very important.
| | COCO-20$^i$ | LVIS-92$^i$ | PACO-Part | FSS-1000|
|-|-|-|-|-|
|Upper Bound| 83.6|75.4|67.5| 93.1|
|Matcher|52.7|31.4|32.7|87.0|
Like Semantic-SAM can replace SAM, we believe that with the development of the study of VFMs, there will be better models in the future that can achieve higher performance within Matcher. In addition, Matcher is a flexible training-free framework. It can be directly deployed with different VFMs without any training. Therefore, *Matcher can serve as an evaluation criterion for VFMs, assessing the performance of different VFMs from a general segmentation perspective without any training cost*. Therefore, we believe that Matcher is helpful to the vision community and provides academic insight.
> W3: More ablation is needed for the selection of promptable segmenters.
We have added the ablation study of different segmenters in Table 7(c) of the draft. The table below shows the results when using Semantic-SAM as Matcher’s segmenter. Semantic-SAM achieves comparable performance with SAM on four benchmarks. Because Semantic-SAM can output more fine-grained masks, it performs better than SAM on PACO-Part. *The results indicate that Matcher is a general segmentation framework*.
| | COCO-20$^i$ | LVIS-92$^i$ | FSS-1000 | PACO-Part |
|-|-|-|-|-|
|SAM | 52.7 | 31.4 | 87.0 | 32.7 |
|Semantic-SAM|51.1|30.1|87.5|36.0|