paper-with-me

Papers

Zygarde: Time-Sensitive On-Device Deep Inference and Adaptation on Intermittently-Powered Systems

2019-05-05 · Bashima Islam, Shahriar Nirjon

We propose Zygarde -- which is an energy -- and accuracy-aware soft real-time task scheduling framework for batteryless systems that flexibly execute deep learning tasks1 that are suitable for running on microcontrollers. The sporadic nature of harvested energy, resource constraints of the embedded platform, and the computational demand of deep neural networks (DNNs) pose a unique and challenging real-time scheduling problem for which no solutions have been proposed in the literature. We empirically study the problem and model the energy harvesting pattern as well as the trade-off between the accuracy and execution of a DNN. We develop an imprecise computing-based scheduling algorithm that improves the timeliness of DNN tasks on intermittently powered systems. We evaluate Zygarde using four standard datasets as well as by deploying it in six real-life applications involving audio and camera sensor systems. Results show that Zygarde decreases the execution time by up to 26% and schedules 9%-34% more tasks with up to 21% higher inference accuracy, compared to traditional schedulers such as the earliest deadline first (EDF).

📄 PDF Abstract BibTeX arXiv:1905.03854

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Floe: Federated Specialization for Real-Time LLM-SLM Inference

2026-02-15 · Chunlin Tian, Kahou Tam, Yebo Wu, Shuaihang Zhong 외 arxiv

Deploying large language models (LLMs) in real-time systems remains challenging due to their substantial computational demands and privacy concerns. We propose Floe, a hybrid federated learning framework designed for lat…

Federated LearningGeneral Knowledge

EdgeMA: Model Adaptation System for Real-Time Video Analytics on Edge Devices

2023-08-17 · Liang Wang, Nan Zhang, Xiaoyang Qu, Jianzong Wang 외

Real-time video analytics on edge devices for changing scenes remains a difficult task. As edge devices are usually resource-constrained, edge deep neural networks (DNNs) have fewer weights and shallower architectures th…

Prada: Black-Box LLM Adaptation with Private Data on Resource-Constrained Devices

2025-03-19 · Ziyao Wang, Yexiao He, Zheyu Shen, Yu Li 외

In recent years, Large Language Models (LLMs) have demonstrated remarkable abilities in various natural language processing tasks. However, adapting these models to specialized domains using private datasets stored on re…

Privacy Preserving

SNAP: Low-Latency Test-Time Adaptation with Sparse Updates

2025-11-19 · Hyeongheon Cha, Dong Min Kim, Hye Won Chung, Taesik Gong 외 arxiv

Test-Time Adaptation (TTA) adjusts models using unlabeled test data to handle dynamic distribution shifts. However, existing methods rely on frequent adaptation and high computational cost, making them unsuitable for res…

Test-time Adaptation

AdaShadow: Responsive Test-time Model Adaptation in Non-stationary Mobile Environments

2024-10-10 · Cheng Fang, Sicong Liu, Zimu Zhou, Bin Guo 외

On-device adapting to continual, unpredictable domain shifts is essential for mobile applications like autonomous driving and augmented reality to deliver seamless user experiences in evolving environments. Test-time ada…

Autonomous DrivingSchedulingTest-time Adaptation