paper-with-me

Papers

s-Adaptive Decoupled Prototype for Few-Shot Object Detection

2023-01-01 · ICCV 2023 1 · Jinhao Du, Shan Zhang, Qiang Chen, Haifeng Le, Yanpeng Sun, Yao Ni, Jian Wang, Bin He, Jingdong Wang

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 s-Adaptive Decoupled Prototype (s-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 (s) 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 s-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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Object DetectionMeta-LearningObjectobject-detectionObject DetectionRegion Proposal

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Decoupled Prototype Matching with Vision Foundation Models for Few-Shot Industrial Object Detection

2026-04-29 · Hari Prasanth S. M., Nilusha Jayawickrama, Risto Ojala arxiv

Industrial object detection systems typically rely on large annotated datasets, which are expensive to collect and challenging to maintain in industrial scenarios where the inventory of objects changes frequently. This w…

Few-Shot Object Detection2D Object DetectionPose Estimation

Spatio-temporal Decoupled Knowledge Compensator for Few-Shot Action Recognition

2026-02-20 · Hongyu Qu, Xiangbo Shu, Rui Yan, Hailiang Gao 외 arxiv

Few-Shot Action Recognition (FSAR) is a challenging task that requires recognizing novel action categories with a few labeled videos. Recent works typically apply semantically coarse category names as auxiliary contexts …

Action Recognition

DeFRCN: Decoupled Faster R-CNN for Few-Shot Object Detection

2021-08-20 · ICCV 2021 10 · Limeng Qiao, Yuxuan Zhao, Zhiyuan Li, Xi Qiu 외

Few-shot object detection, which aims at detecting novel objects rapidly from extremely few annotated examples of previously unseen classes, has attracted significant research interest in the community. Most existing app…

ClassificationCross-Domain Few-Shot Object DetectionFew-Shot Object Detectionobject-detection+1

Few-Shot Open-Set Audio Classification via Transductive Prototype Refinement and Class Logit Enhancement

2026-07-29 · Tianyan Deng, Yanxiong Li, Rui Gao, Jiahao Du arxiv

Few-shot Open-set audio classification requires classifying query samples from known classes with a few labeled support samples while rejecting query samples from unknown classes. Transductive inference jointly observes …

Audio Classification

DeCo-DETR: Decoupled Cognition DETR for efficient Open-Vocabulary Object Detection

2026-04-03 · Siheng Wang, Yanshu Li, Bohan Hu, Zhengdao Li 외 arxiv

Open-vocabulary object detection (OVOD) enables models to recognize objects beyond predefined categories, but existing approaches remain limited in practical deployment. On the one hand, multimodal designs often incur su…

Object Detection