paper-with-me

Papers

MAPLE-Edge: A Runtime Latency Predictor for Edge Devices

2022-04-27 · Saeejith Nair, Saad Abbasi, Alexander Wong, Mohammad Javad Shafiee

Neural Architecture Search (NAS) has enabled automatic discovery of more efficient neural network architectures, especially for mobile and embedded vision applications. Although recent research has proposed ways of quickly estimating latency on unseen hardware devices with just a few samples, little focus has been given to the challenges of estimating latency on runtimes using optimized graphs, such as TensorRT and specifically for edge devices. In this work, we propose MAPLE-Edge, an edge device-oriented extension of MAPLE, the state-of-the-art latency predictor for general purpose hardware, where we train a regression network on architecture-latency pairs in conjunction with a hardware-runtime descriptor to effectively estimate latency on a diverse pool of edge devices. Compared to MAPLE, MAPLE-Edge can describe the runtime and target device platform using a much smaller set of CPU performance counters that are widely available on all Linux kernels, while still achieving up to +49.6% accuracy gains against previous state-of-the-art baseline methods on optimized edge device runtimes, using just 10 measurements from an unseen target device. We also demonstrate that unlike MAPLE which performs best when trained on a pool of devices sharing a common runtime, MAPLE-Edge can effectively generalize across runtimes by applying a trick of normalizing performance counters by the operator latency, in the measured hardware-runtime descriptor. Lastly, we show that for runtimes exhibiting lower than desired accuracy, performance can be boosted by collecting additional samples from the target device, with an extra 90 samples translating to gains of nearly +40%.

📄 PDF Abstract BibTeX arXiv:2204.12950

Code (0)

등록된 구현이 없습니다.

Tasks

CPUEfficient Neural NetworkNeural Architecture Search

Similar Papers 제목 키워드 기반

MAPLE-X: Latency Prediction with Explicit Microprocessor Prior Knowledge

2022-05-25 · Saad Abbasi, Alexander Wong, Mohammad Javad Shafiee

Deep neural network (DNN) latency characterization is a time-consuming process and adds significant cost to Neural Architecture Search (NAS) processes when searching for efficient convolutional neural networks for embedd…

Neural Architecture SearchPrediction

EdgeVTP: Exploration of Latency-efficient Trajectory Prediction for Edge-based Embedded Vision Applications

2026-04-18 · Seungjin Kim, Reza Jafarpourmarzouni, Christopher Neff, Hamed Tabkhi 외 arxiv

Vehicle trajectory prediction is central to highway perception, but deployment on roadside edge devices necessitates bounded, deterministic end-to-end latency. We present EdgeVTP, an embedded-first trajectory predictor t…

Trajectory Prediction

MAPLE: Microprocessor A Priori for Latency Estimation

2021-11-30 · Saad Abbasi, Alexander Wong, Mohammad Javad Shafiee

Modern deep neural networks must demonstrate state-of-the-art accuracy while exhibiting low latency and energy consumption. As such, neural architecture search (NAS) algorithms take these two constraints into account whe…

CPUDomain AdaptationGPUNeural Architecture Search+1

EvoLP: Self-Evolving Latency Predictor for Model Compression in Real-Time Edge Systems

2026-07-10 · Shuo Huai, Hao Kong, Shiqing Li, Xiangzhong Luo 외 arxiv

Edge devices are increasingly utilized for deploying deep learning applications on embedded systems. The real-time nature of many applications and the limited resources of edge devices necessitate latency-targeted neural…

Neural Network CompressionModel Compression

Interference-Aware Edge Runtime Prediction with Conformal Matrix Completion

2025-03-09 · Tianshu Huang, Arjun Ramesh, Emily Ruppel, Nuno Pereira 외

Accurately estimating workload runtime is a longstanding goal in computer systems, and plays a key role in efficient resource provisioning, latency minimization, and various other system management tasks. Runtime predict…

Edge-computingMatrix CompletionPrediction