paper-with-me

Papers

Optimizing Neural Network for Computer Vision task in Edge Device

2021-10-02 · Ranjith M S, S Parameshwara, Pavan Yadav A, Shriganesh Hegde

The field of computer vision has grown very rapidly in the past few years due to networks like convolution neural networks and their variants. The memory required to store the model and computational expense are very high for such a network limiting it to deploy on the edge device. Many times, applications rely on the cloud but that makes it hard for working in real-time due to round-trip delays. We overcome these problems by deploying the neural network on the edge device itself. The computational expense for edge devices is reduced by reducing the floating-point precision of the parameters in the model. After this the memory required for the model decreases and the speed of the computation increases where the performance of the model is least affected. This makes an edge device to predict from the neural network all by itself.

📄 PDF Abstract BibTeX arXiv:2110.00791

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Comprehensive Survey of Model Compression and Speed up for Vision Transformers

2024-04-16 · Feiyang Chen, Ziqian Luo, Lisang Zhou, Xueting Pan 외

Vision Transformers (ViT) have marked a paradigm shift in computer vision, outperforming state-of-the-art models across diverse tasks. However, their practical deployment is hampered by high computational and memory dema…

Computational EfficiencyEdge-computingKnowledge DistillationModel Compression+1

Efficient Computer Vision on Edge Devices with Pipeline-Parallel Hierarchical Neural Networks

2021-09-27 · Abhinav Goel, Caleb Tung, Xiao Hu, George K. Thiruvathukal 외

Computer vision on low-power edge devices enables applications including search-and-rescue and security. State-of-the-art computer vision algorithms, such as Deep Neural Networks (DNNs), are too large for inference on lo…

Optimizing Vision Transformers with Data-Free Knowledge Transfer

2024-08-12 · Gousia Habib, Damandeep Singh, Ishfaq Ahmad Malik, Brejesh lall

The groundbreaking performance of transformers in Natural Language Processing (NLP) tasks has led to their replacement of traditional Convolutional Neural Networks (CNNs), owing to the efficiency and accuracy achieved th…

Knowledge Distillationobject-detectionObject DetectionTransfer Learning

Boosting performance of computer vision applications through embedded GPUs on the edge

2025-11-03 · Fabio Diniz Rossi arxiv

Computer vision applications, especially those using augmented reality technology, are becoming quite popular in mobile devices. However, this type of application is known as presenting significant demands regarding reso…

Vision Transformers on the Edge: A Comprehensive Survey of Model Compression and Acceleration Strategies

2025-02-26 · Shaibal Saha, Lanyu Xu

In recent years, vision transformers (ViTs) have emerged as powerful and promising techniques for computer vision tasks such as image classification, object detection, and segmentation. Unlike convolutional neural networ…

image-classificationImage ClassificationModel Compressionobject-detection+1