TIDE: Test Time Few Shot Object Detection

November 30, 2023 ยท Entered Twilight ยท ๐Ÿ› IEEE Transactions on Systems, Man, and Cybernetics: Systems

๐Ÿ’ค TWILIGHT: Eternal Rest
Repo abandoned since publication

Repo contents: BackboneFeatureExtraction, DETR_util, GradCAM, ModuleBuild, README.md, __pycache__, config, dataset, engine.py, engine_with_backbone.py, evaluation, inference_test_video.py, inference_with_backbone.py, model.py, model_with_backbone.py, models, tests, train_main.py, train_main_with_backbone.py, train_output, util

Authors Weikai Li, Hongfeng Wei, Yanlai Wu, Jie Yang, Yudi Ruan, Yuan Li, Ying Tang arXiv ID 2311.18358 Category cs.CV: Computer Vision Citations 11 Venue IEEE Transactions on Systems, Man, and Cybernetics: Systems Repository https://github.com/deku-0621/TIDE โญ 8 Last Checked 6 months ago
Abstract
Few-shot object detection (FSOD) aims to extract semantic knowledge from limited object instances of novel categories within a target domain. Recent advances in FSOD focus on fine-tuning the base model based on a few objects via meta-learning or data augmentation. Despite their success, the majority of them are grounded with parametric readjustment to generalize on novel objects, which face considerable challenges in Industry 5.0, such as (i) a certain amount of fine-tuning time is required, and (ii) the parameters of the constructed model being unavailable due to the privilege protection, making the fine-tuning fail. Such constraints naturally limit its application in scenarios with real-time configuration requirements or within black-box settings. To tackle the challenges mentioned above, we formalize a novel FSOD task, referred to as Test TIme Few Shot DEtection (TIDE), where the model is un-tuned in the configuration procedure. To that end, we introduce an asymmetric architecture for learning a support-instance-guided dynamic category classifier. Further, a cross-attention module and a multi-scale resizer are provided to enhance the model performance. Experimental results on multiple few-shot object detection platforms reveal that the proposed TIDE significantly outperforms existing contemporary methods. The implementation codes are available at https://github.com/deku-0621/TIDE
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision

๐ŸŒ… ๐ŸŒ… Old Age

Fast R-CNN

Ross Girshick

cs.CV ๐Ÿ› ICCV ๐Ÿ“š 27.7K cites 11 years ago