LGAICVDCJul 9, 2022

Smart Multi-tenant Federated Learning

arXiv:2207.04202v12 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses resource management for edge devices in federated learning, but it is incremental as it builds on existing multi-tenant FL concepts with specific optimizations.

The paper tackles the problem of resource overload in federated learning when multiple training activities run simultaneously on edge devices, proposing a system called MuFL that reduces energy consumption by 40% compared to other methods.

Federated learning (FL) is an emerging distributed machine learning method that empowers in-situ model training on decentralized edge devices. However, multiple simultaneous training activities could overload resource-constrained devices. In this work, we propose a smart multi-tenant FL system, MuFL, to effectively coordinate and execute simultaneous training activities. We first formalize the problem of multi-tenant FL, define multi-tenant FL scenarios, and introduce a vanilla multi-tenant FL system that trains activities sequentially to form baselines. Then, we propose two approaches to optimize multi-tenant FL: 1) activity consolidation merges training activities into one activity with a multi-task architecture; 2) after training it for rounds, activity splitting divides it into groups by employing affinities among activities such that activities within a group have better synergy. Extensive experiments demonstrate that MuFL outperforms other methods while consuming 40% less energy. We hope this work will inspire the community to further study and optimize multi-tenant FL.

Foundations

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

Your Notes