paper-with-me

Papers

EnerInfer: Energy-Aware On-Device LLM Inference

2026-06-22 · Bohua Zou, Nian Liu, Binqi Sun, Matteo Mascherin, Debayan Roy, Yutao Liu, Yu Peng, Ning Jia, Haibo Chen arxiv

On-device LLM inference is increasingly attractive for privacy-preserving, reliable, and cost-effective deployment, yet its energy and thermal costs remain a critical bottleneck. Existing systems primarily optimize for decoding speed, implicitly assuming that faster execution is always preferable. We show instead that on-device LLM inference often has exploitable configuration slack: modestly lowering NPU and memory frequencies preserves quality of experience (QoE) while substantially improving energy efficiency and reducing heat. Realizing this opportunity in production is challenging. The most energy-efficient NPU/DDR setting varies with the model, inference engine, platform, and runtime conditions, with no stable ranking across configurations. Commercial devices further lack component-level power sensing, and shell temperature evolves with request arrivals, response lengths, and thermal history. To address these challenges, we propose EnerInfer, the first on-device LLM inference framework that jointly manages energy efficiency, throughput, and thermal comfort for LLM workloads. EnerInfer replaces per-model profiling and sensor-heavy control with disaggregated, model-structure-aware prediction and ranking-driven online feedback. It predicts throughput and power for unseen LLMs across NPU/DDR frequency settings, selects QoE-satisfying efficient configurations under runtime interference, and uses lightweight limited-horizon thermal prediction to dynamically switch between energy-optimized and thermally constrained inference. Evaluations on real-world LLMs show that EnerInfer improves energy efficiency by up to 65%, 12%, and 24% on phones, a laptop, and a development board, respectively, without QoE violation.

📄 PDF Abstract BibTeX arXiv:2606.23001

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Energy-Aware Deep Learning on Resource-Constrained Hardware

2025-05-18 · Josh Millar, Hamed Haddadi, Anil Madhavapeddy

The use of deep learning (DL) on Internet of Things (IoT) and mobile devices offers numerous advantages over cloud-based processing. However, such devices face substantial energy constraints to prolong battery-life, or m…

Deep Learning

Energy-Aware Dynamic Neural Inference

2024-11-04 · Marcello Bullo, Seifallah Jardak, Pietro Carnelli, Deniz Gündüz

The growing demand for intelligent applications beyond the network edge, coupled with the need for sustainable operation, are driving the seamless integration of deep learning (DL) algorithms into energy-limited, and eve…

Model Selection

Intermittent Inference with Nonuniformly Compressed Multi-Exit Neural Network for Energy Harvesting Powered Devices

2020-04-23 · Yawen Wu, Zhepeng Wang, Zhenge Jia, Yiyu Shi 외

This work aims to enable persistent, event-driven sensing and decision capabilities for energy-harvesting (EH)-powered devices by deploying lightweight DNNs onto EH-powered devices. However, harvested energy is usually w…

Sustainable Edge Intelligence Through Energy-Aware Early Exiting

2023-05-23 · Marcello Bullo, Seifallah Jardak, Pietro Carnelli, Deniz Gündüz

Deep learning (DL) models have emerged as a promising solution for the Internet of Things (IoT). However, due to their computational complexity, DL models consume significant amounts of energy, which can rapidly drain th…

GCoDE: Efficient Device-Edge Co-Inference for GNNs via Architecture-Mapping Co-Search

2025-12-05 · Ao Zhou, Jianlei Yang, Tong Qiao, Yingjie Qi 외 arxiv

Graph Neural Networks (GNNs) have emerged as the state-of-the-art graph learning method. However, achieving efficient GNN inference on edge devices poses significant challenges, limiting their application in real-world e…

Graph Learning