Summary
The paper argues that mining information from the support set does not effectively improve Few-shot Segmentation (FSS) results. Instead, the paper proposes an query-centric FSS model called AMFormer, which uses adversarial learning to generate segmentation results with only rough support guidance.
Strengths
1) The motivation in this paper is both convincing and novel.
2) The paper is well-organized and easy to follow.
3) The proposed AMFormer achieves SOTA performance on the two datasets.
Weaknesses
Major Weaknesses
1) Overpowered baseline model
In Tab5, the results of baseline model have surpassed most previous works, and the main module of this paper improves on the baseline by 5.7%. The authors should provide more details on the baseline model and explain why it achieves such good performance. (Earlier works use a similar ‘’MAP + cosine similarity’’ design [1*, 2*] and only achieve 45%~55% mIoU on Pascal)
In addition, in L282, the authors seem to add the cycle-consistant-transformer to the baseline model, which is not introduced in Sec. 3 and Fig. 3. I suggest that the authors use only the Discriminative Region Localization model (introduced in Sec. 3.3.2) as their baseline model.
Minor Weaknesses
1) Running time & inference speed
The proposed AMFormer exploits multi-scale transformers in G and D, which may increase the computational costs. Please discuss the impacts of different components brought to the model efficiency.
2) Learnable parameters in Tab. 4
Please check the learnable parameters in Tab. 4, e.g. HSNet, which is inconsistent with the corresponding paper.
3) More recent works
More recent works [3*, 4*, 5*] should include in Sec. 2.2 and Tab2, 3.
4) Generalization study of G and D
G and D should be easily applied to other methods, e.g., using an advanced method to generate the High-Confidence Map (Mqt), rather than Discriminative Region Localization model. Therefore, it is suggested the authors to investigate more about the G and D in different methods (HDMNet, BAM) to prove its effectiveness is generalizable enough.
[1*] PANet: Few-Shot Image Semantic Segmentation with Prototype Alignment, ICCV 2019
[2*] SG-One: Similarity Guidance Network for One-Shot Semantic Segmentation, Transactions on Cybernetics 2020
[3*] Mask Matching Transformer for Few-Shot Segmentation, NeurIPS 2022.
[4*] Singular Value Fine-tuning: Few-shot Segmentation requires Few-parameters Fine-tuning, NeurIPS 2022.
[5*] Feature-Proxy Transformer for Few-Shot Segmentation, NeurIPS 2022.
Questions
Although AMFormer achieves SOTA performance, I am confused about the results, so I give a rating of 4. I will increase the rating if the authors address all my concerns and questions.
Rating
4: Borderline reject: Technically solid paper where reasons to reject, e.g., limited evaluation, outweigh reasons to accept, e.g., good evaluation. Please use sparingly.
Confidence
5: You are absolutely certain about your assessment. You are very familiar with the related work and checked the math/other details carefully.
Limitations
More training epochs comparing with some previous methods.