FedZKT enables resource-constrained devices to participate in federated learning with heterogeneous models.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Energy savings for DNN inference on resource-constrained devices.
Federated Learning helps IoT devices learn without central servers.
Review of efficient neural networks for TinyML on resource-constrained devices.
This paper optimizes AI inference on edge devices with reduced communication and computation costs.
Paper proposes DP-PASGD for efficient, private IoT learning.
EC2T creates sparse and ternary neural networks for resource-constrained devices.
DBQ quantizes lightweight networks efficiently for resource-constrained devices.
DQA efficiently quantizes deep neural network activations for resource-constrained devices.
Implementing large-scale deep neural networks with high computational complexity on low-cost IoT devices may inevitably be constrained by limited computation resource, making the devices hard to respond in real-time. This disjunction makes the state-of-art deep learning algorithms, i.e. CNN (Convolutional Neural Networ…
Deep neural networks require large amounts of resources which makes them hard to use on resource constrained devices such as Internet-of-things devices. Offloading the computations to the cloud can circumvent these constraints but introduces a privacy risk since the operator of the cloud is not necessarily trustworthy.…
Recurrent Neural Networks (RNN) can be difficult to deploy on resource constrained devices due to their size. As a result, there is a need for compression techniques that can significantly compress RNNs without negatively impacting task accuracy. This paper introduces a method to compress RNNs for resource constrained …
The predominant paradigm for using machine learning models on a device is to train a model in the cloud and perform inference using the trained model on the device. However, with increasing number of smart devices and improved hardware, there is interest in performing model training on the device. Given this surge in i…
Paper proposes efficient pruning method for neural networks.
Recurrent Neural Networks (RNN) can be difficult to deploy on resource constrained devices due to their size.As a result, there is a need for compression techniques that can significantly compress RNNs without negatively impacting task accuracy. This paper introduces a method to compress RNNs for resource constrained e…
Convolutional neural networks have recently achieved significant breakthroughs in various image classification tasks. However, they are computationally expensive,which can make their feasible mplementation on embedded and low-power devices difficult. In this paper convolutional neural network binarization is implemente…
Recurrent neural networks (RNNs) achieve cutting-edge performance on a variety of problems. However, due to their high computational and memory demands, deploying RNNs on resource constrained mobile devices is a challenging task. To guarantee minimum accuracy loss with higher compression rate and driven by the mobile r…
Distributed learning adapts to diverse devices, improving performance.
Tiny Eats GRU detects eating episodes on a microcontroller.
EdgeLite detects hazardous supermarket floors, improving safety.
PyTorch adds tools for pruning neural networks.
Resource-constrained IoT devices, such as sensors and actuators, have become ubiquitous in recent years. This has led to the generation of large quantities of data in real-time, which is an appealing target for AI systems. However, deploying machine learning models on such end-devices is nearly impossible. A typical so…
The emergence of various intelligent mobile applications demands the deployment of powerful deep learning models at resource-constrained mobile devices. The device-edge co-inference framework provides a promising solution by splitting a neural network at a mobile device and an edge computing server. In order to balance…
Federated learning enables resource-constrained edge compute devices, such as mobile phones and IoT devices, to learn a shared model for prediction, while keeping the training data local. This decentralized approach to train models provides privacy, security, regulatory and economic benefits. In this work, we focus on …
CHOOSE enhances shallow Transformers for wireless symbol detection.
Edge language models show bias over time, especially on resource-constrained devices.
Survey of knowledge distillation for resource-limited devices.
Paper proposes an AutoML framework for efficient device-edge co-inference.
The paper uses information geometry to analyze model compression techniques, focusing on operator factorization.
Developing active inference agents for edge devices with limited resources.
SEFR is a fast, energy-efficient classifier for ultra-low power devices.
SWIFT improves time series forecasting on edge devices with wavelet decomposition.
This paper tackles energy-efficient machine learning on low-power devices.
Designing deep learning models for highly-constrained hardware would allow imbuing many edge devices with intelligence. Microcontrollers (MCUs) are an attractive platform for building smart devices due to their low cost, wide availability, and modest power usage. However, they lack the computational resources to run ne…
For successful deployment of deep neural networks on highly--resource-constrained devices (hearing aids, earbuds, wearables), we must simplify the types of operations and the memory/power resources used during inference. Completely avoiding inference-time floating-point operations is one of the simplest ways to design …
Convolutional Neural Networks (CNNs) are extremely computationally demanding, presenting a large barrier to their deployment on resource-constrained devices. Since such systems are where some of their most useful applications lie (e.g. obstacle detection for mobile robots, vision-based medical assistive technology), si…
Reducing the test time resource requirements of a neural network while preserving test accuracy is crucial for running inference on resource-constrained devices. To achieve this goal, we introduce a novel network reparameterization based on the Kronecker-factored eigenbasis (KFE), and then apply Hessian-based structure…
Edge devices adapt pre-trained models to local data without backpropagation.
MDLdroid improves mobile deep learning for personal sensing with faster training.
This paper proposes a new D2D data sharing approach to improve distributed machine learning training speed.
Regularizes decision trees to reduce inference time by up to 4x with minimal accuracy loss.
Optimized CNNs for AMC on edge devices reduce complexity without sacrificing accuracy.
T-Basis represents neural network tensors with fewer parameters.
A DRL approach optimizes resource allocation in BFL to reduce latency and energy consumption.
This work reduces computation cost for on-device CNN training.
Deep neural networks have demonstrated state-of-the-art performance in a variety of real-world applications. In order to obtain performance gains, these networks have grown larger and deeper, containing millions or even billions of parameters and over a thousand layers. The trade-off is that these large architectures r…
Neural network pruning is an important step in design process of efficient neural networks for edge devices with limited computational power. Pruning is a form of knowledge transfer from the weights of the original network to a smaller target subnetwork. We propose a new method for compute-constrained structured channe…
Deep neural networks have achieved increasingly accurate results on a wide variety of complex tasks. However, much of this improvement is due to the growing use and availability of computational resources (e.g use of GPUs, more layers, more parameters, etc). Most state-of-the-art deep networks, despite performing well,…