paper-with-me

Papers

Squeezed Edge YOLO: Onboard Object Detection on Edge Devices

2023-12-18 · Edward Humes, Mozhgan Navardi, Tinoosh Mohsenin

Demand for efficient onboard object detection is increasing due to its key role in autonomous navigation. However, deploying object detection models such as YOLO on resource constrained edge devices is challenging due to the high computational requirements of such models. In this paper, an compressed object detection model named Squeezed Edge YOLO is examined. This model is compressed and optimized to kilobytes of parameters in order to fit onboard such edge devices. To evaluate Squeezed Edge YOLO, two use cases - human and shape detection - are used to show the model accuracy and performance. Moreover, the model is deployed onboard a GAP8 processor with 8 RISC-V cores and an NVIDIA Jetson Nano with 4GB of memory. Experimental results show Squeezed Edge YOLO model size is optimized by a factor of 8x which leads to 76% improvements in energy efficiency and 3.3x faster throughout.

📄 PDF Abstract BibTeX arXiv:2312.11716

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous NavigationObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Real-Time Onboard Object Detection for Augmented Reality: Enhancing Head-Mounted Display with YOLOv8

2023-06-06 · Mikołaj Łysakowski, Kamil Żywanowski, Adam Banaszczyk, Michał R. Nowicki 외

This paper introduces a software architecture for real-time object detection using machine learning (ML) in an augmented reality (AR) environment. Our approach uses the recent state-of-the-art YOLOv8 network that runs on…

Edge-computingobject-detectionObject DetectionReal-Time Object Detection

xYOLO: A Model For Real-Time Object Detection In Humanoid Soccer On Low-End Hardware

2019-10-08 · Daniel Barry, Munir Shah, Merel Keijsers, Humayun Khan 외

With the emergence of onboard vision processing for areas such as the internet of things (IoT), edge computing and autonomous robots, there is increasing demand for computationally efficient convolutional neural network …

CPUEdge-computingGPUObject+4

Explaining raw data complexity to improve satellite onboard processing

2025-10-08 · Adrien Dorise, Marjorie Bellizzi, Adrien Girard, Benjamin Francesconi 외 arxiv

With increasing processing power, deploying AI models for remote sensing directly onboard satellites is becoming feasible. However, new constraints arise, mainly when using raw, unprocessed sensor data instead of preproc…

Object Detection

Tiny SSD: A Tiny Single-shot Detection Deep Convolutional Neural Network for Real-time Embedded Object Detection

2018-02-19 · Alexander Wong, Mohammad Javad Shafiee, Francis Li, Brendan Chwyl

Object detection is a major challenge in computer vision, involving both object classification and object localization within a scene. While deep neural networks have been shown in recent years to yield very powerful tec…

Objectobject-detectionObject DetectionObject Localization+1

A Comparison of Embedded Deep Learning Methods for Person Detection

2018-12-09 · Chloe Eunhyang Kim, Mahdi Maktab Dar Oghaz, Jiri Fajtl, Vasileios Argyriou 외

Recent advancements in parallel computing, GPU technology and deep learning provide a new platform for complex image processing tasks such as person detection to flourish. Person detection is fundamental preliminary oper…

Deep LearningGPUHuman Detection