paper-with-me

홈 › Papers

Efficient Single Object Detection on Image Patches with Early Exit Enhanced High-Precision CNNs

2023-09-07 · Arne Moos

This paper proposes a novel approach for detecting objects using mobile robots in the context of the RoboCup Standard Platform League, with a primary focus on detecting the ball. The challenge lies in detecting a dynamic object in varying lighting conditions and blurred images caused by fast movements. To address this challenge, the paper presents a convolutional neural network architecture designed specifically for computationally constrained robotic platforms. The proposed CNN is trained to achieve high precision classification of single objects in image patches and to determine their precise spatial positions. The paper further integrates Early Exits into the existing high-precision CNN architecture to reduce the computational cost of easily rejectable cases in the background class. The training process involves a composite loss function based on confidence and positional losses with dynamic weighting and data augmentation. The proposed approach achieves a precision of 100% on the validation dataset and a recall of almost 87%, while maintaining an execution time of around 170 $\mu$s per hypotheses. By combining the proposed approach with an Early Exit, a runtime optimization of more than 28%, on average, can be achieved compared to the original CNN. Overall, this paper provides an efficient solution for an enhanced detection of objects, especially the ball, in computationally constrained robotic platforms.

📄 PDF Abstract BibTeX arXiv:2309.03530

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Patch-based Selection and Refinement for Early Object Detection

2023-11-03 · Tianyi Zhang, Kishore Kasichainula, Yaoxin Zhuo, Baoxin Li 외

Early object detection (OD) is a crucial task for the safety of many dynamic systems. Current OD algorithms have limited success for small objects at a long distance. To improve the accuracy and efficiency of such a task…

Objectobject-detectionObject Detection

The Weaknesses of Adversarial Camouflage in Overhead Imagery

2022-07-06 · Adam Van Etten

Machine learning is increasingly critical for analysis of the ever-growing corpora of overhead imagery. Advanced computer vision object detection techniques have demonstrated great success in identifying objects of inter…

Objectobject-detectionObject Detection

Exploring the Vulnerability of Single Shot Module in Object Detectors via Imperceptible Background Patches

2018-09-16 · Yuezun Li, Xiao Bian, Ming-Ching Chang, Siwei Lyu

Recent works succeeded to generate adversarial perturbations on the entire image or the object of interests to corrupt CNN based object detectors. In this paper, we focus on exploring the vulnerability of the Single Shot…

ObjectRegion Proposal

Speed Up Object Detection on Gigapixel-Level Images With Patch Arrangement

2022-01-01 · CVPR 2022 1 · Jiahao Fan, Huabin Liu, Wenjie Yang, John See 외

With the appearance of super high-resolution (e.g., gigapixel-level) images, performing efficient object detection on such images becomes an important issue. Most existing works for efficient object detection on high…

Objectobject-detectionObject DetectionReal-Time Object Detection

Fewer is More: Efficient Object Detection in Large Aerial Images

2022-12-26 · Xingxing Xie, Gong Cheng, Qingyang Li, Shicheng Miao 외

Current mainstream object detection methods for large aerial images usually divide large images into patches and then exhaustively detect the objects of interest on all patches, no matter whether there exist objects or n…

4kObjectobject-detectionObject Detection+1