paper-with-me

Papers

Deploying Machine Learning Models to Ahead-of-Time Runtime on Edge Using MicroTVM

2023-04-10 · Chen Liu, Matthias Jobst, Liyuan Guo, Xinyue Shi, Johannes Partzsch, Christian Mayr

In the past few years, more and more AI applications have been applied to edge devices. However, models trained by data scientists with machine learning frameworks, such as PyTorch or TensorFlow, can not be seamlessly executed on edge. In this paper, we develop an end-to-end code generator parsing a pre-trained model to C source libraries for the backend using MicroTVM, a machine learning compiler framework extension addressing inference on bare metal devices. An analysis shows that specific compute-intensive operators can be easily offloaded to the dedicated accelerator with a Universal Modular Accelerator (UMA) interface, while others are processed in the CPU cores. By using the automatically generated ahead-of-time C runtime, we conduct a hand gesture recognition experiment on an ARM Cortex M4F core.

📄 PDF Abstract BibTeX arXiv:2304.04842

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Similar Papers 제목 키워드 기반

Deep-Learning-Driven Prefetching for Far Memory

2025-05-31 · Yutong Huang, Zhiyuan Guo, Yiying Zhang

Modern software systems face increasing runtime performance demands, particularly in emerging architectures like far memory, where local-memory misses incur significant latency. While machine learning (ML) has proven eff…

Deep Learning

On-Meter Graph Machine Learning: A Case Study of PV Power Forecasting for Grid Edge Intelligence

2026-04-10 · Jian Huang, Zixiang Ming, Yongli Zhu, Linna Xu arxiv

This paper presents a detailed study of how graph neural networks can be used on edge intelligent meters in a microgrid to forecast photovoltaic power generation. The problem background and the adopted technologies are i…

Real-Time Instrument Planning and Perception for Novel Measurements of Dynamic Phenomena

2025-09-03 · Itai Zilberstein, Alberto Candela, Steve Chien arxiv

Advancements in onboard computing mean remote sensing agents can employ state-of-the-art computer vision and machine learning at the edge. These capabilities can be leveraged to unlock new rare, transient, and pinpoint m…

Trajectory Planning

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…

CLARITree: Cholesky and Lookahead Accelerations for Regression with Interpretable Piecewise Linear Trees

2026-06-11 · Yixiao Wang, Hayden McTavish, Varun Babbar, Margo Seltzer 외 arxiv

Regression trees are among the most interpretable yet expressive model classes in machine learning. Historically, greedy induction has been the dominant approach for constructing well-performing regression trees. While o…

Computational Efficiency