paper-with-me

홈 › Papers

REDS: Resource-Efficient Deep Subnetworks for Dynamic Resource Constraints

2023-11-22 · Francesco Corti, Balz Maag, Joachim Schauer, Ulrich Pferschy, Olga Saukh

Deep models deployed on edge devices frequently encounter resource variability, which arises from fluctuating energy levels, timing constraints, or prioritization of other critical tasks within the system. State-of-the-art machine learning pipelines generate resource-agnostic models, not capable to adapt at runtime. In this work we introduce Resource-Efficient Deep Subnetworks (REDS) to tackle model adaptation to variable resources. In contrast to the state-of-the-art, REDS use structured sparsity constructively by exploiting permutation invariance of neurons, which allows for hardware-specific optimizations. Specifically, REDS achieve computational efficiency by (1) skipping sequential computational blocks identified by a novel iterative knapsack optimizer, and (2) leveraging simple math to re-arrange the order of operations in REDS computational graph to take advantage of the data cache. REDS support conventional deep networks frequently deployed on the edge and provide computational benefits even for small and simple networks. We evaluate REDS on seven benchmark architectures trained on the Visual Wake Words, Google Speech Commands, Fashion-MNIST and CIFAR10 datasets, and test on four off-the-shelf mobile and embedded hardware platforms. We provide a theoretical result and empirical evidence for REDS outstanding performance in terms of submodels' test set accuracy, and demonstrate an adaptation time in response to dynamic resource constraints of under 40$\mu$s, utilizing a 2-layer fully-connected network on Arduino Nano 33 BLE.

📄 PDF Abstract BibTeX arXiv:2311.13349

Code (1)

FraCorti/Deep_Subnetworks_for_Dynamic_Resource_Constraints 공식 구현 tf

Tasks

Computational EfficiencyMath

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Proactive Radio Resource Allocation for 6G In-Factory Subnetworks

2025-04-20 · Hossam Farag, Mohamed Ragab, Gilberto Berardinelli, Cedomir Stefanovic

6G In-Factory Subnetworks (InF-S) have recently been introduced as short-range, low-power radio cells installed in robots and production modules to support the strict requirements of modern control systems. Information f…

Polynomial-Time Algorithms for Multi-Agent Minimal-Capacity Planning

2021-05-04 · Murat Cubuktepe, František Blahoudek, Ufuk Topcu

We study the problem of minimizing the resource capacity of autonomous agents cooperating to achieve a shared task. More specifically, we consider high-level planning for a team of homogeneous agents that operate under r…

OFA$^2$: A Multi-Objective Perspective for the Once-for-All Neural Architecture Search

2023-03-23 · Rafael C. Ito, Fernando J. Von Zuben

Once-for-All (OFA) is a Neural Architecture Search (NAS) framework designed to address the problem of searching efficient architectures for devices with different resources constraints by decoupling the training and the …

AllDecision MakingNeural Architecture Search

Low-rank lottery tickets: finding efficient low-rank neural networks via matrix differential equations

2022-05-26 · Steffen Schotthöfer, Emanuele Zangrando, Jonas Kusch, Gianluca Ceruti 외

Neural networks have achieved tremendous success in a large variety of applications. However, their memory footprint and computational demand can render them impractical in application settings with limited hardware or e…

OFA-Diffusion Compression: Compressing Diffusion Model in One-Shot Manner

2026-04-14 · Haoyang Jiang, Zekun Wang, Mingyang Yi, Xiuyu Li 외 arxiv

The Diffusion Probabilistic Model (DPM) achieves remarkable performance in image generation, while its increasing parameter size and computational overhead hinder its deployment in practical applications. To improve this…

Model CompressionImage Generation