CVJan 31, 2023

Few-Shot Object Detection via Variational Feature Aggregation

arXiv:2301.13411v1137 citationsh-index: 42Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of improving few-shot object detection for computer vision applications, offering incremental advancements through novel feature aggregation techniques.

The paper tackles the problem of bias and sensitivity in few-shot object detection by proposing a meta-learning framework with variational feature aggregation, achieving up to 16% improvement over baselines and 4% average gain over state-of-the-art methods on PASCAL VOC and COCO datasets.

As few-shot object detectors are often trained with abundant base samples and fine-tuned on few-shot novel examples,the learned models are usually biased to base classes and sensitive to the variance of novel examples. To address this issue, we propose a meta-learning framework with two novel feature aggregation schemes. More precisely, we first present a Class-Agnostic Aggregation (CAA) method, where the query and support features can be aggregated regardless of their categories. The interactions between different classes encourage class-agnostic representations and reduce confusion between base and novel classes. Based on the CAA, we then propose a Variational Feature Aggregation (VFA) method, which encodes support examples into class-level support features for robust feature aggregation. We use a variational autoencoder to estimate class distributions and sample variational features from distributions that are more robust to the variance of support examples. Besides, we decouple classification and regression tasks so that VFA is performed on the classification branch without affecting object localization. Extensive experiments on PASCAL VOC and COCO demonstrate that our method significantly outperforms a strong baseline (up to 16\%) and previous state-of-the-art methods (4\% in average). Code will be available at: \url{https://github.com/csuhan/VFA}

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