Few-Shot Object Detection

77 papers with code • 8 benchmarks • 7 datasets

Few-Shot Object Detection is a computer vision task that involves detecting objects in images with limited training data. The goal is to train a model on a few examples of each object class and then use the model to detect objects in new images.

Libraries

Use these libraries to find Few-Shot Object Detection models and implementations

Multi-modal Queried Object Detection in the Wild

yifanxu74/mq-det NeurIPS 2023

To address the learning inertia problem brought by the frozen detector, a vision conditioned masked language prediction strategy is proposed.

228
30 May 2023

Identification of Novel Classes for Improving Few-Shot Object Detection

zshanggu/htrpn 18 Mar 2023

Our improved hierarchical sampling strategy for the region proposal network (RPN) also boosts the perception ability of the object detection model for large objects.

16
18 Mar 2023

DiGeo: Discriminative Geometry-Aware Learning for Generalized Few-Shot Object Detection

phoenix-v/digeo CVPR 2023

Generalized few-shot object detection aims to achieve precise detection on both base classes with abundant annotations and novel classes with limited training data.

36
16 Mar 2023

LEDetection: A Simple Framework for Semi-Supervised Few-Shot Object Detection

lexisnexis-risk-open-source/ledetection 10 Mar 2023

Few-shot object detection (FSOD) is a challenging problem aimed at detecting novel concepts from few exemplars.

31
10 Mar 2023

Incremental Few-Shot Object Detection via Simple Fine-Tuning Approach

tmiu/itfa 20 Feb 2023

In this paper, we explore incremental few-shot object detection (iFSD), which incrementally learns novel classes using only a few examples without revisiting base classes.

10
20 Feb 2023

Few-Shot Object Detection via Variational Feature Aggregation

csuhan/vfa 31 Jan 2023

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.

76
31 Jan 2023

Reference Twice: A Simple and Unified Baseline for Few-Shot Instance Segmentation

hanyue1648/reft 3 Jan 2023

In this work, we explore a simple yet unified solution for FSIS as well as its incremental variants, and introduce a new framework named Reference Twice (RefT) to fully explore the relationship between support/query features based on a Transformer-like framework.

12
03 Jan 2023

Proposal Distribution Calibration for Few-Shot Object Detection

bohao-lee/pdc 15 Dec 2022

Adapting object detectors learned with sufficient supervision to novel classes under low data regimes is charming yet challenging.

15
15 Dec 2022

Multi-Modal Few-Shot Temporal Action Detection

sauradip/muppet 27 Nov 2022

In this work, we introduce a new multi-modality few-shot (MMFS) TAD problem, which can be considered as a marriage of FS-TAD and ZS-TAD by leveraging few-shot support videos and new class names jointly.

13
27 Nov 2022

Time-rEversed diffusioN tEnsor Transformer: A new TENET of Few-Shot Object Detection

zs123-lang/tenet 30 Oct 2022

To address these drawbacks, we propose a Time-rEversed diffusioN tEnsor Transformer (TENET), which i) forms high-order tensor representations that capture multi-way feature occurrences that are highly discriminative, and ii) uses a transformer that dynamically extracts correlations between the query image and the entire support set, instead of a single average-pooled support embedding.

4
30 Oct 2022