arXiv:2505.14239cs.CV2025-05NeurIPS被引 49

解耦分类器提升少样本目标检测与实例分割性能

Decoupling Classifier for Boosting Few-shot Object Detection and Instance Segmentation

  • 将分类头拆分为两个独立分支,分别处理正样本和负样本
  • 在PASCAL VOC和MS-COCO上显著超越基线与现有最优方法
  • 无需额外参数或计算开销,适合高效部署的少样本场景

本文聚焦少样本目标检测(FSOD)与实例分割(FSIS),要求模型在仅有少量标注样本的情况下快速适应新类别。现有方法严重受限于实例级少样本场景中的标签缺失问题,该问题首次由我们正式提出。分析表明,主流FSOD/FSIS模型的标准分类头需解耦以缓解偏置分类。为此,我们提出一种简单有效的方法:将标准分类头拆分为两个独立分支,分别处理清晰正样本和由标签缺失引起的噪声负样本。该机制使模型能有效学习新类别,同时降低噪声负样本影响。无需额外计算成本或参数,本方法在PASCAL VOC和MS-COCO基准上持续大幅超越基线与当前最优模型。代码已公开于https://csgaobb.github.io/Projects/DCFS。

原文摘要 · Abstract (English)

This paper focus on few-shot object detection~(FSOD) and instance segmentation~(FSIS), which requires a model to quickly adapt to novel classes with a few labeled instances. The existing methods severely suffer from bias classification because of the missing label issue which naturally exists in an instance-level few-shot scenario and is first formally proposed by us. Our analysis suggests that the standard classification head of most FSOD or FSIS models needs to be decoupled to mitigate the bias classification. Therefore, we propose an embarrassingly simple but effective method that decouples the standard classifier into two heads. Then, these two individual heads are capable of independently addressing clear positive samples and noisy negative samples which are caused by the missing label. In this way, the model can effectively learn novel classes while mitigating the effects of noisy negative samples. Without bells and whistles, our model without any additional computation cost and parameters consistently outperforms its baseline and state-of-the-art by a large margin on PASCAL VOC and MS-COCO benchmarks for FSOD and FSIS tasks. The Code is available at https://csgaobb.github.io/Projects/DCFS.

少样本学习目标检测实例分割分类解耦

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