DCCVMar 15

Covariance-Guided Resource Adaptive Learning for Efficient Edge Inference

arXiv:2603.1457724.3h-index: 10
AI Analysis

This work addresses the challenge of power-efficient inference for edge computing practitioners, offering an incremental improvement over prior profiling-based approaches.

The paper tackles the problem of inefficient hardware configuration selection for deep learning inference on edge devices, where existing methods require exhaustive profiling or static presets, and presents CORAL, an online optimization method that achieves 96%–100% of optimal performance in single-target scenarios and finds proper configurations under strict dual constraints.

For deep learning inference on edge devices, hardware configurations achieving the same throughput can differ by 2$\times$ in power consumption, yet operators often struggle to find the efficient ones without exhaustive profiling. Existing approaches often rely on inefficient static presets or require expensive offline profiling that must be repeated for each new model or device. To address this problem, we present CORAL, an online optimization method that discovers near-optimal configurations without offline profiling. CORAL leverages distance covariance to statistically capture the non-linear dependencies between hardware settings, e.g., DVFS and concurrency levels, and performance metrics. Unlike prior work, we explicitly formulate the challenge as a throughput-power co-optimization problem to satisfy power budgets and throughput targets simultaneously. We evaluate CORAL on two NVIDIA Jetson devices across three object detection models ranging from lightweight to heavyweight. In single-target scenarios, CORAL achieves 96% $\unicode{x2013}$ 100% of the optimal performance found by exhaustive search. In strict dual-constraint scenarios where baselines fail or exceed power budgets, CORAL consistently finds proper configurations online with minimal exploration.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes