paper-with-me

Papers

Benchmarking Deep Learning Models for Object Detection on Edge Computing Devices

2024-09-25 · Daghash K. Alqahtani, Aamir Cheema, Adel N. Toosi

Modern applications, such as autonomous vehicles, require deploying deep learning algorithms on resource-constrained edge devices for real-time image and video processing. However, there is limited understanding of the efficiency and performance of various object detection models on these devices. In this paper, we evaluate state-of-the-art object detection models, including YOLOv8 (Nano, Small, Medium), EfficientDet Lite (Lite0, Lite1, Lite2), and SSD (SSD MobileNet V1, SSDLite MobileDet). We deployed these models on popular edge devices like the Raspberry Pi 3, 4, and 5 with/without TPU accelerators, and Jetson Orin Nano, collecting key performance metrics such as energy consumption, inference time, and Mean Average Precision (mAP). Our findings highlight that lower mAP models such as SSD MobileNet V1 are more energy-efficient and faster in inference, whereas higher mAP models like YOLOv8 Medium generally consume more energy and have slower inference, though with exceptions when accelerators like TPUs are used. Among the edge devices, Jetson Orin Nano stands out as the fastest and most energy-efficient option for request handling, despite having the highest idle energy consumption. These results emphasize the need to balance accuracy, speed, and energy efficiency when deploying deep learning models on edge devices, offering valuable guidance for practitioners and researchers selecting models and devices for their applications.

📄 PDF Abstract BibTeX arXiv:2409.16808

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesBenchmarkingEdge-computingobject-detectionObject DetectionRaspberry Pi 3

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
BiFPN A BiFPN, or Weighted Bi-directional Feature Pyramid Network, is a type of feature pyramid network which allows easy and fast multi-scale feature fusion. It incorporates…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…

Similar Papers 제목 키워드 기반

SC-MII: Infrastructure LiDAR-based 3D Object Detection on Edge Devices for Split Computing with Multiple Intermediate Outputs Integration

2026-01-12 · Taisuke Noguchi, Takayuki Nishio, Takuya Azumi arxiv

3D object detection using LiDAR-based point cloud data and deep neural networks is essential in autonomous driving technology. However, deploying state-of-the-art models on edge devices present challenges due to high com…

3D Object DetectionAutonomous DrivingPoint Clouds

3D Point Cloud Object Detection on Edge Devices for Split Computing

2025-11-04 · Taisuke Noguchi, Takuya Azumi arxiv

The field of autonomous driving technology is rapidly advancing, with deep learning being a key component. Particularly in the field of sensing, 3D point cloud data collected by LiDAR is utilized to run deep neural netwo…

3D Object DetectionAutonomous Driving

Achieving Real-Time LiDAR 3D Object Detection on a Mobile Device

2020-12-26 · Pu Zhao, Wei Niu, Geng Yuan, Yuxuan Cai 외

3D object detection is an important task, especially in the autonomous driving application domain. However, it is challenging to support the real-time performance with the limited computation and memory resources on edge…

3D Object DetectionAutonomous DrivingEdge-computingObject+4

Sparse Federated Training of Object Detection in the Internet of Vehicles

2023-09-07 · Luping Rao, Chuan Ma, Ming Ding, Yuwen Qian 외

As an essential component part of the Intelligent Transportation System (ITS), the Internet of Vehicles (IoV) plays a vital role in alleviating traffic issues. Object detection is one of the key technologies in the IoV, …

Federated LearningObjectobject-detectionObject Detection

Smart Surveillance as an Edge Network Service: from Harr-Cascade, SVM to a Lightweight CNN

2018-04-24 · Seyed Yahya Nikouei, Yu Chen, Sejun Song, Ronghua Xu 외

Edge computing efficiently extends the realm of information technology beyond the boundary defined by cloud computing paradigm. Performing computation near the source and destination, edge computing is promising to addre…

Cloud ComputingEdge-computingHuman Detectionobject-detection+1