paper-with-me

Papers

Benchmarking Deep Learning Models on NVIDIA Jetson Nano for Real-Time Systems: An Empirical Investigation

2024-06-25 · Tushar Prasanna Swaminathan, Christopher Silver, Thangarajah Akilan

The proliferation of complex deep learning (DL) models has revolutionized various applications, including computer vision-based solutions, prompting their integration into real-time systems. However, the resource-intensive nature of these models poses challenges for deployment on low-computational power and low-memory devices, like embedded and edge devices. This work empirically investigates the optimization of such complex DL models to analyze their functionality on an embedded device, particularly on the NVIDIA Jetson Nano. It evaluates the effectiveness of the optimized models in terms of their inference speed for image classification and video action detection. The experimental results reveal that, on average, optimized models exhibit a 16.11% speed improvement over their non-optimized counterparts. This not only emphasizes the critical need to consider hardware constraints and environmental sustainability in model development and deployment but also underscores the pivotal role of model optimization in enabling the widespread deployment of AI-assisted technologies on resource-constrained computational systems. It also serves as proof that prioritizing hardware-specific model optimization leads to efficient and scalable solutions that substantially decrease energy consumption and carbon footprint.

📄 PDF Abstract BibTeX arXiv:2406.17749

Code (1)

xtotodilex/deep-learning-model-optimization 공식 구현

Tasks

Action DetectionBenchmarkingimage-classificationImage ClassificationModel OptimizationVideo Action 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 제목 키워드 기반

DeepEdgeBench: Benchmarking Deep Neural Networks on Edge Devices

2021-08-21 · Stephan Patrick Baller, Anshul Jindal, Mohak Chadha, Michael Gerndt

EdgeAI (Edge computing based Artificial Intelligence) has been most actively researched for the last few years to handle variety of massively distributed AI applications to meet up the strict latency requirements. Meanwh…

BenchmarkingEdge-computingRaspberry Pi 4

Benchmarking Jetson Edge Devices with an End-to-end Video-based Anomaly Detection System

2023-07-28 · Hoang Viet Pham, Thinh Gia Tran, Chuong Dinh Le, An Dinh Le 외

Innovative enhancement in embedded system platforms, specifically hardware accelerations, significantly influence the application of deep learning in real-world scenarios. These innovations translate human labor efforts …

Anomaly DetectionAutonomous DrivingBenchmarkingDeep Learning+2

Device JNEEG to convert Jetson Nano to brain-Computer interfaces. Short report

2023-01-23 · Ildar Rakhmatulin

Artificial intelligence has made significant advances in recent years and this has had an impact on the field of neuroscience. As a result, different architectures have been implemented to extract features from EEG signa…

Brain Computer InterfaceEEGElectroencephalogram (EEG)

Benchmarking Edge Computing Devices for Grape Bunches and Trunks Detection using Accelerated Object Detection Single Shot MultiBox Deep Learning Models

2022-11-21 · Sandro Costa Magalhães, Filipe Neves Santos, Pedro Machado, António Paulo Moreira 외

Purpose: Visual perception enables robots to perceive the environment. Visual data is processed using computer vision algorithms that are usually time-expensive and require powerful devices to process the visual data in …

BenchmarkingEdge-computingGPUobject-detection+1

Training of SSD(Single Shot Detector) for Facial Detection using Nvidia Jetson Nano

2021-05-28 · Saif Ur Rehman, Muhammad Rashid Razzaq, Muhammad Hadi Hussian

In this project, we have used the computer vision algorithm SSD (Single Shot detector) computer vision algorithm and trained this algorithm from the dataset which consists of 139 Pictures. Images were labeled using Intel…