PulseAugur
LIVE 08:24:26
research · [1 source] ·
0
research

Researchers benchmark object detection models for edge devices

Researchers have benchmarked several deep learning object detection models, including YOLOv8, EfficientDet Lite, and SSD variants, on various edge computing devices like Raspberry Pi and Jetson Orin Nano. The study evaluated performance based on energy consumption, inference time, and accuracy (mAP). Results indicate a trade-off between model accuracy and resource efficiency, with lower mAP models like SSD MobileNet V1 being faster and more energy-efficient, while higher mAP models like YOLOv8 Medium are more resource-intensive, though TPUs can mitigate this. The Jetson Orin Nano emerged as the most performant device for request handling. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Provides guidance for optimizing deep learning model deployment on resource-constrained edge devices, balancing accuracy with efficiency.

RANK_REASON This is a research paper evaluating existing models and hardware for a specific application.

Read on arXiv cs.LG →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 · Daghash K. Alqahtani, Aamir Cheema, Adel N. Toosi ·

    Benchmarking Deep Learning Models for Object Detection on Edge Computing Devices

    arXiv:2409.16808v1 Announce Type: cross Abstract: 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 …