σ-Adaptive Decoupled Prototype for Few-Shot Object Detection

Jinhao Du, Shan Zhang, Qiang Chen, Haifeng Le, Yanpeng Sun +4 more
2/14/2026

Abstract

Meta-learning-based few-shot detectors use one K-average-pooled prototype (averaging along K-shot dimension) in both Region Proposal Network (RPN) and Detection head (DH) for query detection. Such plain operation would harm the FSOD performance in two aspects: 1) the poor quality of the prototype, and 2) the equivocal guidance due to the contradictions between RPN and DH. In this paper, we look closely into those critical issues and propose the σ-Adaptive Decoupled Prototype (σ-ADP) as a solution. To generate the high-quality prototype, we prioritize salient representations and deemphasize trivial variations by accessing both angle distance and magnitude dispersion (σ) across K-support samples. To provide precise information for the query image, the prototype is decoupled into task-specific ones, which provide tailored guidance for ‘where to look’ and ‘what to look for’, respectively.Beyond that, we find our σ-ADP can gradually strengthen the generalization power of encoding network during meta-training. So it can robustly deal with intra-class variations and a simple K- average pooling is enough to generate a high-quality prototype at meta-testing. We provide theoretical analysis to support its rationality. Extensive experiments on Pascal VOC, MS-COCO and FSOD datasets demonstrate that the proposed method achieves new state-of-the-art performance. Notably, our method surpasses the baseline model by a large margin – up to around 5.0% AP50 and 8.0% AP75 on novel classes.

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. 1 weaker match is hidden by default — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{du2026adaptive,
  title  = {σ-Adaptive Decoupled Prototype for Few-Shot Object Detection},
  author = {Jinhao Du and Shan Zhang and Qiang Chen and Haifeng Le and Yanpeng Sun and Yao Ni and Jian Wang and Bin He and Jingdong Wang},
  year   = {2026},
  doi    = {10.1109/ICCV51070.2023.01737},
  url    = {https://doi.org/10.1109/ICCV51070.2023.01737},
  journal = {ICCV 2023 2023}
}

Discussion