paper-with-me

홈 › Papers

RefineDetLite: A Lightweight One-stage Object Detection Framework for CPU-only Devices

2019-11-20 · Chen Chen, Mengyuan Liu, Xiandong Meng, Wanpeng Xiao, Qi Ju

Previous state-of-the-art real-time object detectors have been reported on GPUs which are extremely expensive for processing massive data and in resource-restricted scenarios. Therefore, high efficiency object detectors on CPU-only devices are urgently-needed in industry. The floating-point operations (FLOPs) of networks are not strictly proportional to the running speed on CPU devices, which inspires the design of an exactly "fast" and "accurate" object detector. After investigating the concern gaps between classification networks and detection backbones, and following the design principles of efficient networks, we propose a lightweight residual-like backbone with large receptive fields and wide dimensions for low-level features, which are crucial for detection tasks. Correspondingly, we also design a light-head detection part to match the backbone capability. Furthermore, by analyzing the drawbacks of current one-stage detector training strategies, we also propose three orthogonal training strategies---IOU-guided loss, classes-aware weighting method and balanced multi-task training approach. Without bells and whistles, our proposed RefineDetLite achieves 26.8 mAP on the MSCOCO benchmark at a speed of 130 ms/pic on a single-thread CPU. The detection accuracy can be further increased to 29.6 mAP by integrating all the proposed training strategies, without apparent speed drop.

📄 PDF Abstract BibTeX arXiv:1911.08855

Code (1)

2023-MindSpore-1/ms-code-216/tree/main/RefineDet mindspore

Tasks

CPUHead DetectionObjectobject-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 제목 키워드 기반

TinyDet: Accurate Small Object Detection in Lightweight Generic Detectors

2023-04-07 · Shaoyu Chen, Tianheng Cheng, Jiemin Fang, Qian Zhang 외

Small object detection requires the detection head to scan a large number of positions on image feature maps, which is extremely hard for computation- and energy-efficient lightweight generic detectors. To accurately det…

object-detectionObject DetectionSmall Object Detection

ThunderNet: Towards Real-Time Generic Object Detection on Mobile Devices

2019-10-01 · ICCV 2019 10 · Zheng Qin, Zeming Li, Zhaoning Zhang, Yiping Bao 외

Real-time generic object detection on mobile platforms is a crucial but challenging computer vision task. Prior lightweight CNN-based detectors are inclined to use one-stage pipeline. In this paper, we investigate the ef…

object-detectionObject Detection

ThunderNet: Towards Real-time Generic Object Detection

2019-03-28 · Zheng Qin, Zeming Li, Zhaoning Zhang, Yiping Bao 외

Real-time generic object detection on mobile platforms is a crucial but challenging computer vision task. However, previous CNN-based detectors suffer from enormous computational cost, which hinders them from real-time i…

Objectobject-detectionObject Detection

A Coarse to Fine Framework for Object Detection in High Resolution Image

2023-03-02 · Jinyan Liu, Jie Chen

Object detection is a fundamental problem in computer vision, aiming at locating and classifying objects in image. Although current devices can easily take very high-resolution images, current approaches of object detect…

Objectobject-detectionObject Detection

CSL-YOLO: A New Lightweight Object Detection System for Edge Computing

2021-07-10 · Yu-Ming Zhang, Chun-Chieh Lee, Jun-Wei Hsieh, Kuo-Chin Fan

The development of lightweight object detectors is essential due to the limited computation resources. To reduce the computation cost, how to generate redundant features plays a significant role. This paper proposes a ne…

Edge-computingobject-detectionObject Detection