Cos R-CNN for Online Few-shot Object Detection
We propose Cos R-CNN, a simple exemplar-based R-CNN formulation that is designed for online few-shot object detection. That is, it is able to localise and classify novel object categories in images with few examples without fine-tuning. Cos R-CNN frames detection as a learning-to-compare task: unseen classes are represented as exemplar images, and objects are detected based on their similarity to these exemplars. The cosine-based classification head allows for dynamic adaptation of classification parameters to the exemplar embedding, and encourages the clustering of similar classes in embedding space without the need for manual tuning of distance-metric hyperparameters. This simple formulation achieves best results on the recently proposed 5-way ImageNet few-shot detection benchmark, beating the online 1/5/10-shot scenarios by more than 8/3/1%, as well as performing up to 20% better in online 20-way few-shot VOC across all shots on novel classes.
Code (0)
등록된 구현이 없습니다.
Tasks
Few-Shot Object DetectionObjectobject-detectionObject DetectionSimilar Papers 제목 키워드 기반
SMOT: Single-Shot Multi Object Tracking
We present single-shot multi-object tracker (SMOT), a new tracking framework that converts any single-shot detector (SSD) model into an online multiple object tracker, which emphasizes simultaneously detecting and tracki…
Multi-Object TrackingObjectObject TrackingMany-shot from Low-shot: Learning to Annotate using Mixed Supervision for Object Detection
Object detection has witnessed significant progress by relying on large, manually annotated datasets. Annotating such datasets is highly time consuming and expensive, which motivates the development of weakly supervised …
Few-Shot Object DetectionObjectobject-detectionObject DetectionAirShot: Efficient Few-Shot Detection for Autonomous Exploration
Few-shot object detection has drawn increasing attention in the field of robotic exploration, where robots are required to find unseen objects with a few online provided examples. Despite recent efforts have been made to…
Few-Shot Object Detectionobject-detectionObject DetectionMulti-Modal Few-Shot Object Detection with Meta-Learning-Based Cross-Modal Prompting
We study multi-modal few-shot object detection (FSOD) in this paper, using both few-shot visual examples and class semantic information for detection, which are complementary to each other by definition. Most of the prev…
Few-Shot LearningFew-Shot Object DetectionKnowledge DistillationMeta-Learning+3OSSID: Online Self-Supervised Instance Detection by (and for) Pose Estimation
Real-time object pose estimation is necessary for many robot manipulation algorithms. However, state-of-the-art methods for object pose estimation are trained for a specific set of objects; these methods thus need to be …
GPUObjectPose EstimationRobot Manipulation