paper-with-me

홈 › Papers

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

2023-05-02 · Yang Zhang, Le Cheng, Yuting Peng, Chengming Xu, Yanwei Fu, Bo Wu, Guodong Sun

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.

📄 PDF Abstract BibTeX arXiv:2305.01183

Code (1)

mvme-hbut/faster-orefsdet 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

LightTrack: Finding Lightweight Neural Networks for Object Tracking via One-Shot Architecture Search

2021-04-29 · CVPR 2021 1 · Bin Yan, Houwen Peng, Kan Wu, Dong Wang 외

Object tracking has achieved significant progress over the past few years. However, state-of-the-art trackers become increasingly heavy and expensive, which limits their deployments in resource-constrained applications. …

GPUNeural Architecture SearchObjectObject Tracking+1

Meta Faster R-CNN: Towards Accurate Few-Shot Object Detection with Attentive Feature Alignment

2021-04-15 · Guangxing Han, Shiyuan Huang, Jiawei Ma, Yicheng He 외

Few-shot object detection (FSOD) aims to detect objects using only a few examples. How to adapt state-of-the-art object detectors to the few-shot domain remains challenging. Object proposal is a key ingredient in modern …

Few-Shot LearningFew-Shot Object DetectionMeta-LearningMetric Learning+3

Lightweight Zero-shot Text-to-Speech with Mixture of Adapters

2024-07-01 · Kenichi Fujita, Takanori Ashihara, Marc Delcroix, Yusuke Ijima

The advancements in zero-shot text-to-speech (TTS) methods, based on large-scale models, have demonstrated high fidelity in reproducing speaker characteristics. However, these models are too large for practical daily use…

DecoderSpeech Synthesistext-to-speechText to Speech

FasterX: Real-Time Object Detection Based on Edge GPUs for UAV Applications

2022-09-07 · Wei Zhou, Xuanlin Min, Rui Hu, Yiwen Long 외

Real-time object detection on Unmanned Aerial Vehicles (UAVs) is a challenging issue due to the limited computing resources of edge GPU devices as Internet of Things (IoT) nodes. To solve this problem, in this paper, we …

GPUobject-detectionObject DetectionReal-Time Object Detection

An Energy and GPU-Computation Efficient Backbone Network for Real-Time Object Detection

2019-04-22 · Youngwan Lee, Joong-won Hwang, Sangrok Lee, Yuseok Bae 외

As DenseNet conserves intermediate features with diverse receptive fields by aggregating them with dense connection, it shows good performance on the object detection task. Although feature reuse enables DenseNet to prod…

GPUobject-detectionObject DetectionReal-Time Object Detection+2