paper-with-me

Papers

PIPO: Pipelined Offloading for Efficient Inference on Consumer Devices

2025-03-15 · Yangyijian Liu, Jun Li, Wu-Jun Li

The high memory and computation demand of large language models (LLMs) makes them challenging to be deployed on consumer devices due to limited GPU memory. Offloading can mitigate the memory constraint but often suffers from low GPU utilization, leading to low inference efficiency. In this work, we propose a novel framework, called pipelined offloading (PIPO), for efficient inference on consumer devices. PIPO designs a fine-grained offloading pipeline, complemented with optimized data transfer and computation, to achieve high concurrency and efficient scheduling for inference. Experimental results show that compared with state-of-the-art baseline, PIPO increases GPU utilization from below 40% to over 90% and achieves up to 3.1$\times$ higher throughput, running on a laptop equipped with a RTX3060 GPU of 6GB memory.

📄 PDF Abstract BibTeX arXiv:2504.03664

Code (0)

등록된 구현이 없습니다.

Tasks

GPUScheduling

Similar Papers 제목 키워드 기반

Automated Tensor Scheduling for Hybrid CPU-GPU LLM Inference on Consumer Devices

2026-07-11 · Yangyijian Liu, Hongyi Ye, Mingyang Li, Wu-jun Li arxiv

Running large language models on consumer devices such as laptops and desktops is challenging because model weights often exceed GPU memory capacity, making offloading inference necessary to extend effective model capaci…

VeriSplit: Secure and Practical Offloading of Machine Learning Inferences across IoT Devices

2024-06-02 · Han Zhang, Zifan Wang, Mihir Dhamankar, Matt Fredrikson 외

Many Internet-of-Things (IoT) devices rely on cloud computation resources to perform machine learning inferences. This is expensive and may raise privacy concerns for users. Consumers of these devices often have hardware…

Enabling Next-Generation Consumer Experience with Feature Coding for Machines

2025-12-10 · Md Eimran Hossain Eimon, Juan Merlos, Ashan Perera, Hari Kalva 외 arxiv

As consumer devices become increasingly intelligent and interconnected, efficient data transfer solutions for machine tasks have become essential. This paper presents an overview of the latest Feature Coding for Machines…

Efficient, VRAM-Constrained xLM Inference on Clients

2026-04-29 · Aditya Ukarande, Deep Shekhar, Marc Blackstein, Ram Rangan arxiv

To usher in the next round of client AI innovation, there is an urgent need to enable efficient, lossless inference of high-accuracy large language models (LLMs) and vision language models (VLMs), jointly referred to as …

Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI

2023-12-21 · Kai Huang, Wei Gao

With the wide adoption of AI applications, there is a pressing need of enabling real-time neural network (NN) inference on small embedded devices, but deploying NNs and achieving high performance of NN inference on these…