CVMar 25, 2022

Sylph: A Hypernetwork Framework for Incremental Few-shot Object Detection

arXiv:2203.13903v242 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently learning new object classes with limited data for computer vision applications, offering a practical solution with incremental learning and no forgetting.

The paper tackles incremental few-shot object detection by proposing Sylph, a hypernetwork framework that decouples classification from localization, achieving up to 17% AP on rare classes in LVIS without test-time training.

We study the challenging incremental few-shot object detection (iFSD) setting. Recently, hypernetwork-based approaches have been studied in the context of continuous and finetune-free iFSD with limited success. We take a closer look at important design choices of such methods, leading to several key improvements and resulting in a more accurate and flexible framework, which we call Sylph. In particular, we demonstrate the effectiveness of decoupling object classification from localization by leveraging a base detector that is pretrained for class-agnostic localization on a large-scale dataset. Contrary to what previous results have suggested, we show that with a carefully designed class-conditional hypernetwork, finetune-free iFSD can be highly effective, especially when a large number of base categories with abundant data are available for meta-training, almost approaching alternatives that undergo test-time-training. This result is even more significant considering its many practical advantages: (1) incrementally learning new classes in sequence without additional training, (2) detecting both novel and seen classes in a single pass, and (3) no forgetting of previously seen classes. We benchmark our model on both COCO and LVIS, reporting as high as 17% AP on the long-tail rare classes on LVIS, indicating the promise of hypernetwork-based iFSD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes