LGPFSDASSPDec 10, 2025

TinyDéjàVu: Smaller Memory Footprint & Faster Inference on Sensor Data Streams with Always-On Microcontrollers

arXiv:2512.09786v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying tiny ML models on battery-powered microcontrollers for continuous sensor data inference, representing an incremental optimization for embedded systems.

The paper tackles the problem of high memory and computational demands for neural network inference on always-on microcontrollers with limited RAM, introducing TinyDéjàVu to reduce RAM usage by over 60% and eliminate up to 90% of redundant compute on sensor data streams.

Always-on sensors are increasingly expected to embark a variety of tiny neural networks and to continuously perform inference on time-series of the data they sense. In order to fit lifetime and energy consumption requirements when operating on battery, such hardware uses microcontrollers (MCUs) with tiny memory budget e.g., 128kB of RAM. In this context, optimizing data flows across neural network layers becomes crucial. In this paper, we introduce TinyDéjàVu, a new framework and novel algorithms we designed to drastically reduce the RAM footprint required by inference using various tiny ML models for sensor data time-series on typical microcontroller hardware. We publish the implementation of TinyDéjàVu as open source, and we perform reproducible benchmarks on hardware. We show that TinyDéjàVu can save more than 60% of RAM usage and eliminate up to 90% of redundant compute on overlapping sliding window inputs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes