paper-with-me

홈 › Papers

Low-Latency Asynchronous Logic Design for Inference at the Edge

2020-12-07 · Adrian Wheeldon, Alex Yakovlev, Rishad Shafik, Jordan Morris

Modern internet of things (IoT) devices leverage machine learning inference using sensed data on-device rather than offloading them to the cloud. Commonly known as inference at-the-edge, this gives many benefits to the users, including personalization and security. However, such applications demand high energy efficiency and robustness. In this paper we propose a method for reduced area and power overhead of self-timed early-propagative asynchronous inference circuits, designed using the principles of learning automata. Due to natural resilience to timing as well as logic underpinning, the circuits are tolerant to variations in environment and supply voltage whilst enabling the lowest possible latency. Our method is exemplified through an inference datapath for a low power machine learning application. The circuit builds on the Tsetlin machine algorithm further enhancing its energy efficiency. Average latency of the proposed circuit is reduced by 10x compared with the synchronous implementation whilst maintaining similar area. Robustness of the proposed circuit is proven through post-synthesis simulation with 0.25 V to 1.2 V supply. Functional correctness is maintained and latency scales with gate delay as voltage is decreased.

📄 PDF Abstract BibTeX arXiv:2012.03402

Code (5)

cair/PyTsetlinMachineCUDA
cair/TsetlinMachine
cair/pyTsetlinMachine
cair/pyTsetlinMachineMT
cair/pyTsetlinMachineParallel

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Self-timed Reinforcement Learning using Tsetlin Machine

2021-09-02 · Adrian Wheeldon, Alex Yakovlev, Rishad Shafik

We present a hardware design for the learning datapath of the Tsetlin machine algorithm, along with a latency analysis of the inference datapath. In order to generate a low energy hardware which is suitable for pervasive…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Dynamic latency speech recognition with asynchronous revision

2020-11-03 · Mingkun Huang, Meng Cai, Jun Zhang, Yang Zhang 외

In this work we propose an inference technique, asynchronous revision, to unify streaming and non-streaming speech recognition models. Specifically, we achieve dynamic latency with only one model by using arbitrary right…

Decoderspeech-recognitionSpeech Recognition

FlashVLA: Streaming Action Decoding for Fast and Asynchronous VLA Inference

2026-08-27 · Zekai Li, Jiaming Tang, Zhijian Liu arxiv

Vision-Language-Action (VLA) models are increasingly promising for robotic manipulation, yet their real-world deployment remains bottlenecked by high inference latency and unstable asynchronous execution. This challenge …

Taming Asynchronous CPU-GPU Coupling for Frequency-aware Latency Estimation on Mobile Edge

2026-04-11 · Jiesong Chen, Jun You, Zhidan Liu, Zhenjiang Li arxiv

Precise estimation of model inference latency is crucial for time-critical mobile edge applications, enabling devices to calculate latency margins against deadlines and trade them for enhanced model performance or resour…

Learning to Act While Waiting: RL Finetuning of Generalist Robot Policies Under Inference Latency

2026-08-24 · Brian Zhu, Momen Khalil, E Harrison, Emanuele Poggi 외 arxiv

While reinforcement learning (RL) allows generalist robot policies to continually improve during deployment, the large model size of modern generalist policies, such as VLAs, poses a fundamental obstacle to effective RL …

Reinforcement Learning