paper-with-me

Papers

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 (SoCs) is bottlenecked by thermal throttling. To address this, we propose an empirically calibrated, state-aware Dynamic Voltage and Frequency Scaling (DVFS) scheduler. Unlike heuristic-driven controllers, our methodology utilizes time-domain guards and absolute temperature bounds, with derivative triggers acting as safeguards against sharp thermal spikes. Evaluated on a passively cooled Raspberry Pi 5 running YOLOv8n, our scheduler eliminates all observed thermal throttling events during sustained 30-minute workloads. It outperforms a temperature-only reactive baseline by achieving a 6.8% higher frame rate (Cohen's d = 8.73) while consuming 1.9% less energy per frame. Furthermore, our optimized passive scheduling surpasses an actively cooled reference system in energy efficiency (Joules/frame), though active cooling remains superior for raw throughput. Through isolated ablations, we show that the dwell guard is necessary for run-to-run reproducibility. Finally, exploratory boundary probes indicate that the passive operating envelope closes at ambient temperatures ($\ge 27^\circ$C) where nonlinear leakage defeats DVFS-based control. These results indicate that, within the mapped envelope, correct scheduling can make mechanical cooling unnecessary for sustained edge inference on this platform.

📄 PDF Abstract BibTeX arXiv:2609.04705

Code (2)

arxivsub/arXivSub_daily_arxiv ★ 4
doublepoints/cv-arxiv-daily

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 …

Metadata-Guided Adaptable Frequency Scaling across Heterogeneous Applications and Devices

2025-09-23 · Jinqi Yan, Fang He, Qianlong Sang, Bifeng Tong 외 arxiv

Dynamic Voltage and Frequency Scaling is essential for enhancing energy efficiency in mobile platforms. However, traditional heuristic-based governors are increasingly inadequate for managing the complexity of heterogene…

Reinforcement Learning

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-leve…

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

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