English

Fast Hierarchical Learning for Few-Shot Object Detection

Computer Vision and Pattern Recognition 2022-10-12 v1 Robotics

Abstract

Transfer learning based approaches have recently achieved promising results on the few-shot detection task. These approaches however suffer from ``catastrophic forgetting'' issue due to finetuning of base detector, leading to sub-optimal performance on the base classes. Furthermore, the slow convergence rate of stochastic gradient descent (SGD) results in high latency and consequently restricts real-time applications. We tackle the aforementioned issues in this work. We pose few-shot detection as a hierarchical learning problem, where the novel classes are treated as the child classes of existing base classes and the background class. The detection heads for the novel classes are then trained using a specialized optimization strategy, leading to significantly lower training times compared to SGD. Our approach obtains competitive novel class performance on few-shot MS-COCO benchmark, while completely retaining the performance of the initial model on the base classes. We further demonstrate the application of our approach to a new class-refined few-shot detection task.

Keywords

Cite

@article{arxiv.2210.05008,
  title  = {Fast Hierarchical Learning for Few-Shot Object Detection},
  author = {Yihang She and Goutam Bhat and Martin Danelljan and Fisher Yu},
  journal= {arXiv preprint arXiv:2210.05008},
  year   = {2022}
}

Comments

8 pages, 5 figures, accepted by IROS2022

R2 v1 2026-06-28T03:11:30.869Z