LGDec 20, 2024

Theory of Mixture-of-Experts for Mobile Edge Computing

arXiv:2412.15690v216 citationsh-index: 4INFOCOM
Originality Incremental advance
AI Analysis

This work addresses continual learning challenges for mobile users in MEC networks, offering a novel theoretical approach but with incremental application of MoE to a new domain.

The paper tackles the problem of severe overfitting or catastrophic forgetting in mobile edge computing (MEC) networks by introducing a mixture-of-experts (MoE) theory to improve continual learning performance for online tasks, resulting in reduced generalization error over time, with experiments on real datasets verifying the theoretical results.

In mobile edge computing (MEC) networks, mobile users generate diverse machine learning tasks dynamically over time. These tasks are typically offloaded to the nearest available edge server, by considering communication and computational efficiency. However, its operation does not ensure that each server specializes in a specific type of tasks and leads to severe overfitting or catastrophic forgetting of previous tasks. To improve the continual learning (CL) performance of online tasks, we are the first to introduce mixture-of-experts (MoE) theory in MEC networks and save MEC operation from the increasing generalization error over time. Our MoE theory treats each MEC server as an expert and dynamically adapts to changes in server availability by considering data transfer and computation time. Unlike existing MoE models designed for offline tasks, ours is tailored for handling continuous streams of tasks in the MEC environment. We introduce an adaptive gating network in MEC to adaptively identify and route newly arrived tasks of unknown data distributions to available experts, enabling each expert to specialize in a specific type of tasks upon convergence. We derived the minimum number of experts required to match each task with a specialized, available expert. Our MoE approach consistently reduces the overall generalization error over time, unlike the traditional MEC approach. Interestingly, when the number of experts is sufficient to ensure convergence, adding more experts delays the convergence time and worsens the generalization error. Finally, we perform extensive experiments on real datasets in deep neural networks (DNNs) to verify our theoretical results.

Foundations

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

Your Notes