Proposal Distribution Calibration for Few-Shot Object Detection

December 15, 2022 ยท Entered Twilight ยท ๐Ÿ› IEEE Transactions on Neural Networks and Learning Systems

๐Ÿ’ค TWILIGHT: Eternal Rest
Repo abandoned since publication

Repo contents: CITATION.cff, LICENSE, MANIFEST.in, MMDET_README.md, MMDET_README_zh-CN.md, README.md, README_zh-CN.md, configs, data, demo, docker, docs, figs, mmcv_custom, mmdet.egg-info, mmdet, model-index.yml, models, pytest.ini, requirements.txt, requirements, resources, run_train_pdc_few_shot.sh, setup.cfg, setup.py, tests, tools

Authors Bohao Li, Chang Liu, Mengnan Shi, Xiaozhong Chen, Xiangyang Ji, Qixiang Ye arXiv ID 2212.07618 Category cs.CV: Computer Vision Citations 12 Venue IEEE Transactions on Neural Networks and Learning Systems Repository https://github.com/Bohao-Lee/PDC โญ 17 Last Checked 6 months ago
Abstract
Adapting object detectors learned with sufficient supervision to novel classes under low data regimes is charming yet challenging. In few-shot object detection (FSOD), the two-step training paradigm is widely adopted to mitigate the severe sample imbalance, i.e., holistic pre-training on base classes, then partial fine-tuning in a balanced setting with all classes. Since unlabeled instances are suppressed as backgrounds in the base training phase, the learned RPN is prone to produce biased proposals for novel instances, resulting in dramatic performance degradation. Unfortunately, the extreme data scarcity aggravates the proposal distribution bias, hindering the RoI head from evolving toward novel classes. In this paper, we introduce a simple yet effective proposal distribution calibration (PDC) approach to neatly enhance the localization and classification abilities of the RoI head by recycling its localization ability endowed in base training and enriching high-quality positive samples for semantic fine-tuning. Specifically, we sample proposals based on the base proposal statistics to calibrate the distribution bias and impose additional localization and classification losses upon the sampled proposals for fast expanding the base detector to novel classes. Experiments on the commonly used Pascal VOC and MS COCO datasets with explicit state-of-the-art performances justify the efficacy of our PDC for FSOD. Code is available at github.com/Bohao-Lee/PDC.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision

๐ŸŒ… ๐ŸŒ… Old Age

Fast R-CNN

Ross Girshick

cs.CV ๐Ÿ› ICCV ๐Ÿ“š 27.7K cites 11 years ago