ZhangGongjie/Meta-DETR
A PyTorch implementation of Meta-DETR, a meta-learning-based few-shot object detector published in IEEE T-PAMI 2022.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
Meta-DETR performs image-level few-shot object detection by directly predicting bounding boxes without region proposal networks, bypassing the proposal quality gap that limits R-CNN-based detectors. It exploits inter-class correlation to improve generalization from base to novel classes. The model uses meta-learning on object queries rather than region proposals to achieve state-of-the-art few-shot detection performance.