paper-with-me

Papers

HALO: Semantic-Aware Distributed LLM Inference in Lossy Edge Network

2026-01-16 · Peirong Zheng, Wenchao Xu, Haozhao Wang, Jinyu Chen, Xuemin Shen arxiv

The deployment of large language models' (LLMs) inference at the edge can facilitate prompt service responsiveness while protecting user privacy. However, it is critically challenged by the resource constraints of a single edge node. Distributed inference has emerged to aggregate and leverage computational resources across multiple devices. Yet, existing methods typically require strict synchronization, which is often infeasible due to the unreliable network conditions. In this paper, we propose HALO, a novel framework that can boost the distributed LLM inference in lossy edge network. The core idea is to enable a relaxed yet effective synchronization by strategically allocating less critical neuron groups to unstable devices, thus avoiding the excessive waiting time incurred by delayed packets. HALO introduces three key mechanisms: (1) a semantic-aware predictor to assess the significance of neuron groups prior to activation. (2) a parallel execution scheme of neuron group loading during the model inference. (3) a load-balancing scheduler that efficiently orchestrates multiple devices with heterogeneous resources. Experimental results from a Raspberry Pi cluster demonstrate that HALO achieves a 3.41x end-to-end speedup for LLaMA-series LLMs under unreliable network conditions. It maintains performance comparable to optimal conditions and significantly outperforms the state-of-the-art in various scenarios.

📄 PDF Abstract BibTeX arXiv:2601.11676

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Secure and Efficient Distributed Semantic Communication System for Heterogeneous Internet of Things

2024-07-19 · Weihao Zeng, Xinyu Xu, Qianyun Zhang, Jiting Shi 외

Semantic communications are expected to improve the transmission efficiency in Internet of Things (IoT) networks. However, the distributed nature of networks and heterogeneity of devices challenge the secure utilization …

Privacy PreservingSemantic Communication

Packet-Loss-Tolerant Split Inference for Delay-Sensitive Deep Learning in Lossy Wireless Networks

2021-04-28 · Sohei Itahara, Takayuki Nishio, Koji Yamamoto

The distributed inference framework is an emerging technology for real-time applications empowered by cutting-edge deep machine learning (ML) on resource-constrained Internet of things (IoT) devices. In distributed infer…

Communication-oriented Model Fine-tuning for Packet-loss Resilient Distributed Inference under Highly Lossy IoT Networks

2021-12-17 · Sohei Itahara, Takayuki Nishio, Yusuke Koda, Koji Yamamoto

The distributed inference (DI) framework has gained traction as a technique for real-time applications empowered by cutting-edge deep machine learning (ML) on resource-constrained Internet of things (IoT) devices. In DI,…

Memory-Efficient Distributed Unlearning

2025-05-06 · Natalie Lang, Alon Helvitz, Nir Shlezinger

Machine unlearning considers the removal of the contribution of a set of data points from a trained model. In a distributed setting, where a server orchestrates training using data available at a set of remote users, unl…

Machine Unlearning

Distributed Learning and Inference with Compressed Images

2020-04-22 · Sudeep Katakol, Basem Elbarashy, Luis Herranz, Joost Van de Weijer 외

Modern computer vision requires processing large amounts of data, both while training the model and/or during inference, once the model is deployed. Scenarios where images are captured and processed in physically separat…

Autonomous DrivingAutonomous VehiclesCloud ComputingImage Compression+2