中文
相关论文

相关论文: SmartSplit: Latency-Energy-Memory Optimisation for…

200 篇论文

Data processing on convolutional neural networks (CNNs) places a heavy burden on energy-constrained mobile platforms. This work optimizes energy on a mobile client by partitioning CNN computations between in situ processing on the client…

分布式、并行与集群计算 · 计算机科学 2020-09-09 Susmita Dey Manasi , Farhana Sharmin Snigdha , Sachin S. Sapatnekar

With the increasing reliance of users on smart devices, bringing essential computation at the edge has become a crucial requirement for any type of business. Many such computations utilize Convolution Neural Networks (CNNs) to perform AI…

机器学习 · 计算机科学 2022-01-17 Tanmay Jain , Avaneesh , Rohit Verma , Rajeev Shorey

Mobile devices such as smartphones and autonomous vehicles increasingly rely on deep neural networks (DNNs) to execute complex inference tasks such as image classification and speech recognition, among others. However, continuously…

信号处理 · 电气工程与系统科学 2025-01-03 Yoshitomo Matsubara , Marco Levorato , Francesco Restuccia

Split Computing (SC), where a Deep Neural Network (DNN) is intelligently split with a part of it deployed on an edge device and the rest on a remote server is emerging as a promising approach. It allows the power of DNNs to be leveraged for…

机器学习 · 计算机科学 2024-07-09 Luigi Capogrosso , Enrico Fraccaroli , Samarjit Chakraborty , Franco Fummi , Marco Cristani

Deploying deep neural networks (DNNs) on IoT and mobile devices is a challenging task due to their limited computational resources. Thus, demanding tasks are often entirely offloaded to edge servers which can accelerate inference, however,…

计算机视觉与模式识别 · 计算机科学 2022-06-20 Arian Bakhtiarnia , Nemanja Milošević , Qi Zhang , Dragana Bajović , Alexandros Iosifidis

Mobile devices increasingly rely on deep neural networks (DNNs) for complex inference tasks, but running entire models locally drains the device battery quickly. Offloading computation entirely to cloud or edge servers reduces processing…

网络与互联网体系结构 · 计算机科学 2025-09-03 Tam Thanh Nguyen , Tuan Van Ngo , Long Thanh Le , Yong Hao Pua , Mao Van Ngo , Binbin Chen , Tony Q. S. Quek

With mobile networks expected to support services with stringent requirements that ensure high-quality user experience, the ability to apply Feed-Forward Neural Network (FFNN) models to User Equipment (UE) use cases has become critical.…

网络与互联网体系结构 · 计算机科学 2025-09-09 Andrea Tassi , Oluwatayo Yetunde Kolawole , Joan Pujol Roig , Daniel Warren

Although the computing power of mobile devices is increasing, machine learning models are also growing in size. This trend creates problems for mobile devices due to limitations like their memory capacity and battery life. While many…

分布式、并行与集群计算 · 计算机科学 2024-02-27 Ruiqi Xu , Tianchi Zhang

We focus on computation offloading of applications based on convolutional neural network (CNN) from moving devices, such as mobile robots or autonomous vehicles, to MultiAccess Edge Computing (MEC) servers via a mobile network. In order to…

网络与互联网体系结构 · 计算机科学 2025-05-29 Jan Danek , Zdenek Becvar , Adam Janes

Split learning (SL) is a collaborative learning framework, which can train an artificial intelligence (AI) model between a device and an edge server by splitting the AI model into a device-side model and a server-side model at a cut layer.…

网络与互联网体系结构 · 计算机科学 2023-01-03 Wen Wu , Mushu Li , Kaige Qu , Conghao Zhou , Xuemin , Shen , Weihua Zhuang , Xu Li , Weisen Shi

Deep Neural Network (DNN) splitting is one of the key enablers of edge Artificial Intelligence (AI), as it allows end users to pre-process data and offload part of the computational burden to nearby Edge Cloud Servers (ECSs). This opens new…

信号处理 · 电气工程与系统科学 2024-01-31 Francesco Binucci , Mattia Merluzzi , Paolo Banelli , Emilio Calvanese Strinati , Paolo Di Lorenzo

In this paper, we propose a novel approach to minimize the inference delay in semantic segmentation using split learning (SL), tailored to the needs of real-time computer vision (CV) applications for resource-constrained devices. Semantic…

计算机视觉与模式识别 · 计算机科学 2024-12-20 Nikos G. Evgenidis , Nikos A. Mitsiou , Sotiris A. Tegos , Panagiotis D. Diamantoulakis , George K. Karagiannidis

Running deep neural networks on microcontroller units (MCUs) is severely constrained by limited memory resources. While TinyML techniques reduce model size and computation, they often fail in practice due to excessive peak Random Access…

分布式、并行与集群计算 · 计算机科学 2026-05-12 Junyu Lu , Shashwath Suresh , Hao Liu , Qi Hong , Qing Wang

Federated Learning (FL) enables multiple devices to collaboratively train a shared model while preserving data privacy. Ever-increasing model complexity coupled with limited memory resources on the participating devices severely bottlenecks…

分布式、并行与集群计算 · 计算机科学 2024-10-16 Chunlin Tian , Li Li , Kahou Tam , Yebo Wu , Chengzhong Xu

The deployment of ML models on edge devices is challenged by limited computational resources and energy availability. While split computing enables the decomposition of large neural networks (NNs) and allows partial computation on both edge…

分布式、并行与集群计算 · 计算机科学 2024-11-01 Daniel May , Alessandro Tundo , Shashikant Ilager , Ivona Brandic

Convolutional Neural Networks (CNNs) exhibit remarkable performance in various machine learning tasks. As sensor-equipped internet of things (IoT) devices permeate into every aspect of modern life, it is increasingly important to run CNN…

分布式、并行与集群计算 · 计算机科学 2016-11-23 Mohammad Motamedi , Daniel Fong , Soheil Ghiasi

Deep learning models are being deployed in many mobile intelligent applications. End-side services, such as intelligent personal assistants, autonomous cars, and smart home services often employ either simple local models on the mobile or…

分布式、并行与集群计算 · 计算机科学 2020-02-06 Amir Erfan Eshratifar , Mohammad Saeed Abrishami , Massoud Pedram

Although the latest high-end smartphone has powerful CPU and GPU, running deeper convolutional neural networks (CNNs) for complex tasks such as ImageNet classification on mobile devices is challenging. To deploy deep CNNs on mobile devices,…

计算机视觉与模式识别 · 计算机科学 2016-02-25 Yong-Deok Kim , Eunhyeok Park , Sungjoo Yoo , Taelim Choi , Lu Yang , Dongjun Shin

Nowadays, many AI applications utilizing resource-constrained edge devices (e.g., small mobile robots, tiny IoT devices, etc.) require Convolutional Neural Network (CNN) inference on a distributed system at the edge due to limited resources…

人工智能 · 计算机科学 2022-10-18 Erqian Tang , Xiaotian Guo , Todor Stefanov

In split inference, a deep neural network (DNN) is partitioned to run the early part of the DNN at the edge and the later part of the DNN in the cloud. This meets two key requirements for on-device machine learning: input privacy and…

机器学习 · 计算机科学 2024-01-22 Mohammad Malekzadeh , Fahim Kawsar
‹ 上一页 1 2 3 10 下一页 ›