CVIVMay 2, 2023

Faster OreFSDet : A Lightweight and Effective Few-shot Object Detector for Ore Images

arXiv:2305.01183v115 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of expensive data labeling for ore images, though it is incremental as it builds on existing few-shot detection methods.

The paper tackles the problem of ore particle size detection with limited labeled data by proposing Faster OreFSDet, a lightweight few-shot object detector that achieves competitive performance with general object detectors while requiring only a few samples, with results including a model size of 19MB and detection speed of 50 FPS.

For the ore particle size detection, obtaining a sizable amount of high-quality ore labeled data is time-consuming and expensive. General object detection methods often suffer from severe over-fitting with scarce labeled data. Despite their ability to eliminate over-fitting, existing few-shot object detectors encounter drawbacks such as slow detection speed and high memory requirements, making them difficult to implement in a real-world deployment scenario. To this end, we propose a lightweight and effective few-shot detector to achieve competitive performance with general object detection with only a few samples for ore images. First, the proposed support feature mining block characterizes the importance of location information in support features. Next, the relationship guidance block makes full use of support features to guide the generation of accurate candidate proposals. Finally, the dual-scale semantic aggregation module retrieves detailed features at different resolutions to contribute with the prediction process. Experimental results show that our method consistently exceeds the few-shot detectors with an excellent performance gap on all metrics. Moreover, our method achieves the smallest model size of 19MB as well as being competitive at 50 FPS detection speed compared with general object detectors. The source code is available at https://github.com/MVME-HBUT/Faster-OreFSDet.

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