paper-with-me

Papers

Accelerate Intermittent Deep Inference

2024-07-01 · Ziliang Zhang

Emerging research in edge devices and micro-controller units (MCU) enables on-device computation of Deep Learning Training and Inferencing tasks. More recently, contemporary trends focus on making the Deep Neural Net (DNN) Models runnable on battery-less intermittent devices. One of the approaches is to shrink the DNN models by enabling weight sharing, pruning, and conducted Neural Architecture Search (NAS) with optimized search space to target specific edge devices \cite{Cai2019OnceFA} \cite{Lin2020MCUNetTD} \cite{Lin2021MCUNetV2MP} \cite{Lin2022OnDeviceTU}. Another approach analyzes the intermittent execution and designs the corresponding system by performing NAS that is aware of intermittent execution cycles and resource constraints \cite{iNAS} \cite{HW-NAS} \cite{iLearn}. However, the optimized NAS was only considering consecutive execution with no power loss, and intermittent execution designs only focused on balancing data reuse and costs related to intermittent inference and often with low accuracy. We proposed Accelerated Intermittent Deep Inference to harness the power of optimized inferencing DNN models specifically targeting SRAM under 256KB and make it schedulable and runnable within intermittent power. Our main contribution is: (1) Schedule tasks performed by on-device inferencing into intermittent execution cycles and optimize for latency; (2) Develop a system that can satisfy the end-to-end latency while achieving a much higher accuracy compared to baseline \cite{iNAS} \cite{HW-NAS}

📄 PDF Abstract BibTeX arXiv:2407.14514

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Predicting Intermittent Job Failure Categories for Diagnosis Using Few-Shot Fine-Tuned Language Models

2026-01-29 · Henri Aïdasso, Francis Bordeleau, Ali Tizghadam arxiv

In principle, Continuous Integration (CI) pipeline failures provide valuable feedback to developers on code-related errors. In practice, however, pipeline jobs often fail intermittently due to non-deterministic tests, ne…

Few-Shot Learning

Approximate Bayesian Inference in Linear State Space Models for Intermittent Demand Forecasting at Scale

2017-09-22 · Matthias Seeger, Syama Rangapuram, Yuyang Wang, David Salinas 외

We present a scalable and robust Bayesian inference method for linear state space models. The method is applied to demand forecasting in the context of a large e-commerce platform, paying special attention to intermitten…

Bayesian InferenceDemand ForecastingState Space Models

Bayesian Intermittent Demand Forecasting for Large Inventories

2016-12-01 · NeurIPS 2016 12 · Matthias W. Seeger, David Salinas, Valentin Flunkert

We present a scalable and robust Bayesian method for demand forecasting in the context of a large e-commerce platform, paying special attention to intermittent and bursty target statistics. Inference is approximated by t…

Demand Forecasting

Design-Time Optimization of Deep Neural Networks for Intermittent Learning on Microcontrollers

2026-08-04 · Jakob Schubert, Maximilian Kasper, Maximilian Linke, Benedict Herzog 외 arxiv

We present a method for designing deep neural networks (DNNs) for intermittent, energy-autonomous, on-device learning on microcontroller units (MCUs). In mobile applications where the energy can run out, e.g., when solar…

Anomaly Detection

Minibatch vs Local SGD for Heterogeneous Distributed Learning

2020-06-08 · NeurIPS 2020 12 · Blake Woodworth, Kumar Kshitij Patel, Nathan Srebro

We analyze Local SGD (aka parallel or federated SGD) and Minibatch SGD in the heterogeneous distributed setting, where each machine has access to stochastic gradient estimates for a different, machine-specific, convex ob…