paper-with-me

Papers

Optimising TinyML with Quantization and Distillation of Transformer and Mamba Models for Indoor Localisation on Edge Devices

2024-12-12 · Thanaphon Suwannaphong, Ferdian Jovan, Ian Craddock, Ryan McConville

This paper proposes small and efficient machine learning models (TinyML) for resource-constrained edge devices, specifically for on-device indoor localisation. Typical approaches for indoor localisation rely on centralised remote processing of data transmitted from lower powered devices such as wearables. However, there are several benefits for moving this to the edge device itself, including increased battery life, enhanced privacy, reduced latency and lowered operational costs, all of which are key for common applications such as health monitoring. The work focuses on model compression techniques, including quantization and knowledge distillation, to significantly reduce the model size while maintaining high predictive performance. We base our work on a large state-of-the-art transformer-based model and seek to deploy it within low-power MCUs. We also propose a state-space-based architecture using Mamba as a more compact alternative to the transformer. Our results show that the quantized transformer model performs well within a 64 KB RAM constraint, achieving an effective balance between model size and localisation precision. Additionally, the compact Mamba model has strong performance under even tighter constraints, such as a 32 KB of RAM, without the need for model compression, making it a viable option for more resource-limited environments. We demonstrate that, through our framework, it is feasible to deploy advanced indoor localisation models onto low-power MCUs with restricted memory limitations. The application of these TinyML models in healthcare has the potential to revolutionize patient monitoring by providing accurate, real-time location data while minimizing power consumption, increasing data privacy, improving latency and reducing infrastructure costs.

📄 PDF Abstract BibTeX arXiv:2412.09289

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationMambaModel CompressionQuantization

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Ternary Mamba: Grouped Quantization-Aware Training of W1.58A16 State Space Models

2026-06-16 · Ramprasath Ganesaraja, Sahil Dilip Panse, Swathika N arxiv

State Space Models (SSMs) such as Mamba-2 offer linear-time inference but their memory footprint limits edge deployment. Prior ternary SSM work (Slender-Mamba) trains from scratch on 150B tokens; we show a pretrained che…

Knowledge Distillation

Simulating Battery-Powered TinyML Systems Optimised using Reinforcement Learning in Image-Based Anomaly Detection

2024-03-08 · Jared M. Ping, Ken J. Nixon

Advances in Tiny Machine Learning (TinyML) have bolstered the creation of smart industry solutions, including smart agriculture, healthcare and smart cities. Whilst related research contributes to enabling TinyML solutio…

Anomaly DetectionReinforcement Learning (RL)

Attention to Mamba: A Recipe for Cross-Architecture Distillation

2026-04-01 · Abhinav Moudgil, Ningyuan Huang, Eeshan Gunesh Dhekane, Pau Rodríguez 외 arxiv

State Space Models (SSMs) such as Mamba have become a popular alternative to Transformer models, due to their reduced memory consumption and higher throughput at generation compared to their Attention-based counterparts.…

Work in Progress: Linear Transformers for TinyML

2024-03-25 · Design, Automation & Test in Europe Conference & Exhibition (DATE) 2024 3 · Moritz Scherer, Cristian Cioflan, Michele Magno, Luca Benini

We present the WaveFormer, a neural network architecture based on a linear attention transformer to enable long sequence inference for TinyML devices. Waveformer achieves a new state-of-the-art accuracy of 98.8 % and 99.…

Keyword SpottingKeyword Spotting on Google Speech CommandsQuantization

MambaQuant: Quantizing the Mamba Family with Variance Aligned Rotation Methods

2025-01-23 · Zukang Xu, Yuxuan Yue, Xing Hu, Zhihang Yuan 외

Mamba is an efficient sequence model that rivals Transformers and demonstrates significant potential as a foundational architecture for various tasks. Quantization is commonly used in neural networks to reduce model size…

MambaQuantization