paper-with-me

Papers

SparseDVFS: Sparse-Aware DVFS for Energy-Efficient Edge Inference

2026-03-23 · Ziyang Zhang, Zheshun Wu, Jie Liu, Luca Mottola arxiv

Deploying deep neural networks (DNNs) on power-sensitive edge devices presents a formidable challenge. While Dynamic Voltage and Frequency Scaling (DVFS) is widely employed for energy optimization, traditional model-level scaling is often too coarse to capture intra-inference variations, whereas fine-grained operator-level scaling suffers from prohibitive performance degradation due to significant hardware switching latency. This paper presents SparseDVFS, a fine-grained, sparse-aware DVFS framework designed for energy-efficient edge inference. Our key insight is that operator sparsity is a primary metric for hardware frequency modulation. By distinguishing between compute-bound dense operators and memory-bound sparse operators, the system can apply specialized frequency triplets to maximize energy efficiency. To overcome switching overheads and component interference, SparseDVFS incorporates three key innovations: (1) an offline modeler that established a deterministic mapping between operator sparsity and optimal frequency triplets (CPU/GPU/EMC) via white-box timeline analysis; (2) a runtime graph partitioner that utilizes a greedy merging heuristic to aggregate operators into super-blocks, balancing scaling granularity and DVFS switching latency through a latency amortization constraint; and (3) a unified co-governor that employs a frequency unified scaling engine (FUSE) and a look-ahead instruction queue to eliminate antagonistic effects between independent controllers and hide hardware transition latencies. Extensive evaluations show that SparseDVFS achieves an average 78.17% energy efficiency gain over state-of-the-art solutions while maintaining a superior 14% cost-gain ratio.

📄 PDF Abstract BibTeX arXiv:2603.21908

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HiDVFS: Hierarchical Multi-Agent DVFS for Real-Time OpenMP DAG Workloads

2026-01-10 · Mohammad Pivezhandi, Abusayeed Saifullah, Ali Jannesari arxiv

Leakage power in multicore embedded systems now rivals dynamic power, so DVFS schedulers must respect deadlines and thermal limits, not just average makespan. Existing heuristics lack per-core, temperature-aware control …

DVFS-Aware DNN Inference on GPUs: Latency Modeling and Performance Analysis

2025-02-10 · Yunchu Han, Zhaojun Nan, Sheng Zhou, Zhisheng Niu

The rapid development of deep neural networks (DNNs) is inherently accompanied by the problem of high computational costs. To tackle this challenge, dynamic voltage frequency scaling (DVFS) is emerging as a promising tec…

CPUInference Optimization

Sustainable Edge Vision via Empirically Calibrated DVFS: Eliminating Thermal Throttling on Passively Cooled Hardware

2026-09-04 · Aayush Marasini, Zhaoxian Zhou arxiv

Passive cooling eliminates the energy overhead and mechanical failure modes of fans, making it attractive for edge deployment, yet sustained Deep Neural Network (DNN) inference on passively cooled edge Systems-on-Chip (S…

DVFO: Learning-Based DVFS for Energy-Efficient Edge-Cloud Collaborative Inference

2023-06-02 · Ziyang Zhang, Yang Zhao, Huan Li, Changyao Lin 외

Due to limited resources on edge and different characteristics of deep neural network (DNN) models, it is a big challenge to optimize DNN inference performance in terms of energy consumption and end-to-end latency on edg…

Collaborative InferenceCPUDeep Reinforcement LearningGPU

EdgeBERT: Sentence-Level Energy Optimizations for Latency-Aware Multi-Task NLP Inference

2020-11-28 · Thierry Tambe, Coleman Hooper, Lillian Pentecost, Tianyu Jia 외

Transformer-based language models such as BERT provide significant accuracy improvement for a multitude of natural language processing (NLP) tasks. However, their hefty computational and memory demands make them challeng…

Edge-computingGPUNetwork PruningQuantization+1