PulseAugur
LIVE 00:59:14
research · [1 source] ·
0
research

New UCB strategies enhance adaptive deep neural networks for edge computing

Researchers have introduced four new Upper Confidence Bound (UCB) strategies to Adaptive Deep Neural Networks (ADNNs) for edge computing environments. These strategies, including UCB-Bayes, UCB-Tuned, and UCB-V, aim to dynamically balance accuracy with energy consumption and latency. Experiments on ResNet and MobileViT models using CIFAR datasets showed that UCB-Bayes converged fastest, while UCB-V and UCB-Tuned offered the best trade-offs between accuracy, latency, and energy usage. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Introduces new adaptive inference strategies for efficient deep learning on edge devices, potentially improving performance and resource utilization.

RANK_REASON This is a research paper introducing new algorithms and comparative analysis.

Read on arXiv cs.LG →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 · Grigorios Papanikolaou, Ioannis Kontopoulos, Konstantinos Tserpes ·

    A Comparative Analysis on the Performance of Upper Confidence Bound Algorithms in Adaptive Deep Neural Networks

    arXiv:2604.24810v1 Announce Type: new Abstract: Edge computing environments impose strict constraints on energy consumption and latency, making the deployment of deep neural networks a significant challenge. Therefore, smart and adaptive inference strategies that dynamically bala…