CVOct 8, 2022

Hierarchical Few-Shot Object Detection: Problem, Benchmark and Method

arXiv:2210.03940v117 citationsh-index: 52
Originality Incremental advance
AI Analysis

This addresses the challenge of detecting objects with hierarchical fine-grained categories in few-shot settings, which is incremental as it extends FSOD to incorporate taxonomy structures.

The paper tackles the problem of hierarchical few-shot object detection (Hi-FSOD) by introducing a new benchmark dataset, HiFSOD-Bird, with 176,350 images across 1,432 categories organized in a 4-level taxonomy, and proposing a method, HiCLPL, that outperforms existing FSOD methods in experiments.

Few-shot object detection (FSOD) is to detect objects with a few examples. However, existing FSOD methods do not consider hierarchical fine-grained category structures of objects that exist widely in real life. For example, animals are taxonomically classified into orders, families, genera and species etc. In this paper, we propose and solve a new problem called hierarchical few-shot object detection (Hi-FSOD), which aims to detect objects with hierarchical categories in the FSOD paradigm. To this end, on the one hand, we build the first large-scale and high-quality Hi-FSOD benchmark dataset HiFSOD-Bird, which contains 176,350 wild-bird images falling to 1,432 categories. All the categories are organized into a 4-level taxonomy, consisting of 32 orders, 132 families, 572 genera and 1,432 species. On the other hand, we propose the first Hi-FSOD method HiCLPL, where a hierarchical contrastive learning approach is developed to constrain the feature space so that the feature distribution of objects is consistent with the hierarchical taxonomy and the model's generalization power is strengthened. Meanwhile, a probabilistic loss is designed to enable the child nodes to correct the classification errors of their parent nodes in the taxonomy. Extensive experiments on the benchmark dataset HiFSOD-Bird show that our method HiCLPL outperforms the existing FSOD methods.

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