Synergy: Towards On-Body AI via Tiny AI Accelerator Collaboration on Wearables
Taesik Gong, Si Young Jang, Utku Günay Acer, Fahim Kawsar, Chulhong Min
TL;DR
Synergy addresses the challenge of running multiple on-body AI apps concurrently on wearable devices equipped with tiny AI accelerators. It introduces a device-agnostic programming interface, holistic collaboration planning, a clock-cycle based latency model, online throughput estimation, and adaptive task parallelization to maximize system throughput while reducing latency and energy. The system partitions model layers across distributed accelerators and coordinates sensing, model inference, and interaction tasks across wearables, avoiding offloading to smartphones. Evaluations on MAX78000/MAX78002 demonstrate substantial throughput gains (average 23×), with meaningful latency reductions and modest energy savings, underscoring the practicality of on-body AI collaboration.
Abstract
The advent of tiny artificial intelligence (AI) accelerators enables AI to run at the extreme edge, offering reduced latency, lower power cost, and improved privacy. When integrated into wearable devices, these accelerators open exciting opportunities, allowing various AI apps to run directly on the body. We present Synergy that provides AI apps with best-effort performance via system-driven holistic collaboration over AI accelerator-equipped wearables. To achieve this, Synergy provides device-agnostic programming interfaces to AI apps, giving the system visibility and controllability over the app's resource use. Then, Synergy maximizes the inference throughput of concurrent AI models by creating various execution plans for each app considering AI accelerator availability and intelligently selecting the best set of execution plans. Synergy further improves throughput by leveraging parallelization opportunities over multiple computation units. Our evaluations with 7 baselines and 8 models demonstrate that, on average, Synergy achieves a 23.0 times improvement in throughput, while reducing latency by 73.9% and power consumption by 15.8%, compared to the baselines.
