paper-with-me

Papers

Workflow Optimization for Parallel Split Learning

2024-02-01 · Joana Tirana, Dimitra Tsigkari, George Iosifidis, Dimitris Chatzopoulos

Split learning (SL) has been recently proposed as a way to enable resource-constrained devices to train multi-parameter neural networks (NNs) and participate in federated learning (FL). In a nutshell, SL splits the NN model into parts, and allows clients (devices) to offload the largest part as a processing task to a computationally powerful helper. In parallel SL, multiple helpers can process model parts of one or more clients, thus, considerably reducing the maximum training time over all clients (makespan). In this paper, we focus on orchestrating the workflow of this operation, which is critical in highly heterogeneous systems, as our experiments show. In particular, we formulate the joint problem of client-helper assignments and scheduling decisions with the goal of minimizing the training makespan, and we prove that it is NP-hard. We propose a solution method based on the decomposition of the problem by leveraging its inherent symmetry, and a second one that is fully scalable. A wealth of numerical evaluations using our testbed's measurements allow us to build a solution strategy comprising these methods. Moreover, we show that this strategy finds a near-optimal solution, and achieves a shorter makespan than the baseline scheme by up to 52.3%.

📄 PDF Abstract BibTeX arXiv:2402.10092

Code (1)

jtirana98/sfl-workflow-optimization 공식 구현

Tasks

Federated LearningScheduling

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

HedraRAG: Coordinating LLM Generation and Database Retrieval in Heterogeneous RAG Serving

2025-07-12 · Zhengding Hu, Vibha Murthy, Zaifeng Pan, Wanlu Li 외 arxiv

This paper addresses emerging system-level challenges in heterogeneous retrieval-augmented generation (RAG) serving, where complex multi-stage workflows and diverse request patterns complicate efficient execution. We pre…

Predictive GAN-powered Multi-Objective Optimization for Hybrid Federated Split Learning

2022-09-02 · Benshun Yin, Zhiyong Chen, Meixia Tao

As an edge intelligence algorithm for multi-device collaborative training, federated learning (FL) can reduce the communication burden but increase the computing load of wireless devices. In contrast, split learning (SL)…

Federated LearningGenerative Adversarial Network

VS-Net: Variable splitting network for accelerated parallel MRI reconstruction

2019-07-19 · Jinming Duan, Jo Schlemper, Chen Qin, Cheng Ouyang 외

In this work, we propose a deep learning approach for parallel magnetic resonance imaging (MRI) reconstruction, termed a variable splitting network (VS-Net), for an efficient, high-quality reconstruction of undersampled …

compressed sensingDeep LearningMRI ReconstructionRolling Shutter Correction

PriCE: Privacy-Preserving and Cost-Effective Scheduling for Parallelizing the Large Medical Image Processing Workflow over Hybrid Clouds

2024-05-24 · Yuandou Wang, Neel Kanwal, Kjersti Engan, Chunming Rong 외

Running deep neural networks for large medical images is a resource-hungry and time-consuming task with centralized computing. Outsourcing such medical image processing tasks to hybrid clouds has benefits, such as a sign…

Artifact DetectionPrivacy PreservingScheduling

Dynamic Parallel and Distributed Graph Cuts

2015-12-01 · Miao Yu, Shuhan Shen, Zhanyi Hu

Graph-cuts are widely used in computer vision. In order to speed up the optimization process and improve the scalability for large graphs, Strandmark and Kahl introduced a splitting method to split a graph into multiple …