paper-with-me

홈 › Papers

SplitPlace: AI Augmented Splitting and Placement of Large-Scale Neural Networks in Mobile Edge Environments

2022-05-21 · Shreshth Tuli, Giuliano Casale, Nicholas R. Jennings

In recent years, deep learning models have become ubiquitous in industry and academia alike. Deep neural networks can solve some of the most complex pattern-recognition problems today, but come with the price of massive compute and memory requirements. This makes the problem of deploying such large-scale neural networks challenging in resource-constrained mobile edge computing platforms, specifically in mission-critical domains like surveillance and healthcare. To solve this, a promising solution is to split resource-hungry neural networks into lightweight disjoint smaller components for pipelined distributed processing. At present, there are two main approaches to do this: semantic and layer-wise splitting. The former partitions a neural network into parallel disjoint models that produce a part of the result, whereas the latter partitions into sequential models that produce intermediate results. However, there is no intelligent algorithm that decides which splitting strategy to use and places such modular splits to edge nodes for optimal performance. To combat this, this work proposes a novel AI-driven online policy, SplitPlace, that uses Multi-Armed-Bandits to intelligently decide between layer and semantic splitting strategies based on the input task's service deadline demands. SplitPlace places such neural network split fragments on mobile edge devices using decision-aware reinforcement learning for efficient and scalable computing. Moreover, SplitPlace fine-tunes its placement engine to adapt to volatile environments. Our experiments on physical mobile-edge environments with real-world workloads show that SplitPlace can significantly improve the state-of-the-art in terms of average response time, deadline violation rate, inference accuracy, and total reward by up to 46, 69, 3 and 12 percent respectively.

📄 PDF Abstract BibTeX arXiv:2205.10635

Code (1)

imperial-qore/splitplace 공식 구현 pytorch

Tasks

Edge-computingMulti-Armed Bandits

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Optimal Model Placement and Online Model Splitting for Device-Edge Co-Inference

2021-05-28 · Jia Yan, Suzhi Bi, Ying-Jun Angela Zhang

Device-edge co-inference opens up new possibilities for resource-constrained wireless devices (WDs) to execute deep neural network (DNN)-based applications with heavy computation workloads. In particular, the WD executes…

model

On the Learning with Augmented Class via Forests

2025-05-14 · Fan Xu, Wuyang Chen, Wei Gao

Decision trees and forests have achieved successes in various real applications, most working with all testing classes known in training data. In this work, we focus on learning with augmented class via forests, where an…

Faster 3D Gaussian Splatting Convergence via Structure-Aware Densification

2026-04-30 · Linjie Lyu, Ayush Tewari, Jianchun Chen, Thomas Leimkühler 외 arxiv

3D Gaussian Splatting has emerged as a powerful scene representation for real-time novel-view synthesis. However, its standard adaptive density control relies on screen-space positional gradients, which do not distinguis…

DC4GS: Directional Consistency-Driven Adaptive Density Control for 3D Gaussian Splatting

2025-10-30 · Moonsoo Jeong, Dongbeen Kim, Minseong Kim, Sungkil Lee arxiv

We present a Directional Consistency (DC)-driven Adaptive Density Control (ADC) for 3D Gaussian Splatting (DC4GS). Whereas the conventional ADC bases its primitive splitting on the magnitudes of positional gradients, we …

Frank-Wolfe Splitting via Augmented Lagrangian Method

2018-04-09 · Gauthier Gidel, Fabian Pedregosa, Simon Lacoste-Julien

Minimizing a function over an intersection of convex sets is an important task in optimization that is often much more challenging than minimizing it over each individual constraint set. While traditional methods such as…