通过知识迁移提升少样本语义分割泛化能力
Enhancing Generalized Few-Shot Semantic Segmentation via Effective Knowledge Transfer
- 设计原型调制模块,利用基类与新类的关联调制新类原型
- 在PASCAL-5i和COCO-20i上达到新基准,平均mIoU提升显著
- 适合关注少样本分割泛化性能的研究者与应用开发者
通用少样本语义分割(GFSS)旨在用充足基类样本和少量新类样本对基类和新类进行分割。现有方法多采用两阶段训练:先预训练基类,再微调新类。但该过程存在基类与新类之间的分布差异。为此,本文提出有效知识迁移策略:首先设计原型调制模块,利用基类与新类间的相关性调制新类原型;其次提出分类器校准模块,根据基类分类器权重分布校准新类分类器权重;此外,针对新类样本少导致上下文信息不足的问题,引入上下文一致性学习机制,将基类的上下文知识迁移到新类。在PASCAL-5i和COCO-20i数据集上的大量实验表明,该方法显著超越现有最先进水平。代码已开源。
原文摘要 · Abstract (English)
Generalized few-shot semantic segmentation (GFSS) aims to segment objects of both base and novel classes, using sufficient samples of base classes and few samples of novel classes. Representative GFSS approaches typically employ a two-phase training scheme, involving base class pre-training followed by novel class fine-tuning, to learn the classifiers for base and novel classes respectively. Nevertheless, distribution gap exists between base and novel classes in this process. To narrow this gap, we exploit effective knowledge transfer from base to novel classes. First, a novel prototype modulation module is designed to modulate novel class prototypes by exploiting the correlations between base and novel classes. Second, a novel classifier calibration module is proposed to calibrate the weight distribution of the novel classifier according to that of the base classifier. Furthermore, existing GFSS approaches suffer from a lack of contextual information for novel classes due to their limited samples, we thereby introduce a context consistency learning scheme to transfer the contextual knowledge from base to novel classes. Extensive experiments on PASCAL-5$^i$ and COCO-20$^i$ demonstrate that our approach significantly enhances the state of the art in the GFSS setting. The code is available at: https://github.com/HHHHedy/GFSS-EKT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。