Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Bin-Bin Gao, Xiaochen Chen, Zhongyi Huang, Congchong Nie, Jun Liu, Jinxiang Lai, Guannan Jiang, Xi Wang, Chengjie Wang• 2025

Related benchmarks

TaskDatasetResultRank
Instance SegmentationCOCO 2017 (val)--
1144
Object DetectionPASCAL VOC (Novel Set 1)
mAP@5068
223
Object DetectionPASCAL VOC Novel Set 3
mAP@0.563.3
175
Object DetectionMS COCO novel classes
nAP22.7
132
Object DetectionMS COCO novel classes 2017 (val)
AP22.73
123
Object DetectionPASCAL VOC Novel Set 2--
100
Object DetectionMS-COCO
AP32.3
38
Generalized Few-Shot Object DetectionMS-COCO 2017 (val)
Novel AP21.9
30
Object DetectionMS-COCO 2017 (val)
Base Avg AP5055.05
27
Instance SegmentationMS COCO novel classes val5k (minival)
AP18.34
26
Showing 10 of 18 rows

Other info

Code

Follow for update