paper-with-me

Papers

MP-SL: Multihop Parallel Split Learning

2024-01-31 · Joana Tirana, Spyros Lalis, Dimitris Chatzopoulos

Federated Learning (FL) stands out as a widely adopted protocol facilitating the training of Machine Learning (ML) models while maintaining decentralized data. However, challenges arise when dealing with a heterogeneous set of participating devices, causing delays in the training process, particularly among devices with limited resources. Moreover, the task of training ML models with a vast number of parameters demands computing and memory resources beyond the capabilities of small devices, such as mobile and Internet of Things (IoT) devices. To address these issues, techniques like Parallel Split Learning (SL) have been introduced, allowing multiple resource-constrained devices to actively participate in collaborative training processes with assistance from resourceful compute nodes. Nonetheless, a drawback of Parallel SL is the substantial memory allocation required at the compute nodes, for instance training VGG-19 with 100 participants needs 80 GB. In this paper, we introduce Multihop Parallel SL (MP-SL), a modular and extensible ML as a Service (MLaaS) framework designed to facilitate the involvement of resource-constrained devices in collaborative and distributed ML model training. Notably, to alleviate memory demands per compute node, MP-SL supports multihop Parallel SL-based training. This involves splitting the model into multiple parts and utilizing multiple compute nodes in a pipelined manner. Extensive experimentation validates MP-SL's capability to handle system heterogeneity, demonstrating that the multihop configuration proves more efficient than horizontally scaled one-hop Parallel SL setups, especially in scenarios involving more cost-effective compute nodes.

📄 PDF Abstract BibTeX arXiv:2402.00208

Code (1)

jtirana98/multihop-federeated-split-learning 공식 구현 pytorch

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
VGG-19 설명 없음

Similar Papers 제목 키워드 기반

Calibrated Fusion for Heterogeneous Graph-Vector Retrieval in Multi-Hop QA

2026-03-30 · Andre Bacellar arxiv

Graph-augmented retrieval combines dense similarity with graph-based relevance signals such as Personalized PageRank (PPR), but these scores have different distributions and are not directly comparable. We study this as …

Multi-hop Question Answering

Hybrid-DMKG: A Hybrid Reasoning Framework over Dynamic Multimodal Knowledge Graphs for Multimodal Multihop QA with Knowledge Editing

2025-11-30 · Li Yuan, Qingfei Huang, Bingshan Zhu, Yi Cai 외 arxiv

Multimodal Knowledge Editing (MKE) extends traditional knowledge editing to settings involving both textual and visual modalities. However, existing MKE benchmarks primarily assess final answer correctness while neglecti…

Multimodal ReasoningQuestion Answeringknowledge editingKnowledge Graphs

Causal Reasoning Favors Encoders: On The Limits of Decoder-Only Models

2025-12-11 · Amartya Roy, Elamparithy M, Kripabandhu Ghosh, Ponnurangam Kumaraguru 외 arxiv

In context learning (ICL) underpins recent advances in large language models (LLMs), although its role and performance in causal reasoning remains unclear. Causal reasoning demands multihop composition and strict conjunc…

MuSiQue: Multihop Questions via Single-hop Question Composition

2021-08-02 · Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, Ashish Sabharwal

Multihop reasoning remains an elusive goal as existing multihop benchmarks are known to be largely solvable via shortcuts. Can we create a question answering (QA) dataset that, by construction, \emph{requires} proper mul…

Multi-hop Question AnsweringQuestion Answering

GSplit: Scaling Graph Neural Network Training on Large Graphs via Split-Parallelism

2023-03-24 · Sandeep Polisetty, Juelin Liu, Kobi Falus, Yi Ren Fung 외

Graph neural networks (GNNs), an emerging class of machine learning models for graphs, have gained popularity for their superior performance in various graph analytical tasks. Mini-batch training is commonly used to trai…

Graph Neural NetworkRecommendation Systems