LGAIDCSPMar 17, 2024

A learning-based solution approach to the application placement problem in mobile edge computing under uncertainty

arXiv:2403.11259v21 citationsh-index: 14
Originality Incremental advance
AI Analysis

This provides a more efficient approach for handling high-dimensional and uncertain scenarios in mobile edge computing, though it is incremental as it applies existing ML methods to a known optimization bottleneck.

The paper tackled the application placement problem in mobile edge computing under uncertainty by using machine learning models (SVM and MLP) to mimic optimal solutions, achieving over 80% execution effectiveness and significantly improving solution times compared to conventional methods.

Placing applications in mobile edge computing servers presents a complex challenge involving many servers, users, and their requests. Existing algorithms take a long time to solve high-dimensional problems with significant uncertainty scenarios. Therefore, an efficient approach is required to maximize the quality of service while considering all technical constraints. One of these approaches is machine learning, which emulates optimal solutions for application placement in edge servers. Machine learning models are expected to learn how to allocate user requests to servers based on the spatial positions of users and servers. In this study, the problem is formulated as a two-stage stochastic programming. A sufficient amount of training records is generated by varying parameters such as user locations, their request rates, and solving the optimization model. Then, based on the distance features of each user from the available servers and their request rates, machine learning models generate decision variables for the first stage of the stochastic optimization model, which is the user-to-server request allocation, and are employed as independent decision agents that reliably mimic the optimization model. Support Vector Machines (SVM) and Multi-layer Perceptron (MLP) are used in this research to achieve practical decisions from the stochastic optimization models. The performance of each model has shown an execution effectiveness of over 80%. This research aims to provide a more efficient approach for tackling high-dimensional problems and scenarios with uncertainties in mobile edge computing by leveraging machine learning models for optimal decision-making in request allocation to edge servers. These results suggest that machine-learning models can significantly improve solution times compared to conventional approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes