English

TinyNav: End-to-End TinyML for Real-Time Autonomous Navigation on Microcontrollers

Robotics 2026-03-13 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

Autonomous navigation typically relies on power-intensive processors, limiting accessibility in low-cost robotics. Although microcontrollers offer a resource-efficient alternative, they impose strict constraints on model complexity. We present TinyNav, an end-to-end TinyML system for real-time autonomous navigation on an ESP32 microcontroller. A custom-trained, quantized 2D convolutional neural network processes a 20-frame sliding window of depth data to predict steering and throttle commands. By avoiding 3D convolutions and recurrent layers, the 23k-parameter model achieves 30 ms inference latency. Correlation analysis and Grad-CAM validation indicate consistent spatial awareness and obstacle avoidance behavior. TinyNav demonstrates that responsive autonomous control can be deployed directly on highly constrained edge devices, reducing reliance on external compute resources.

Keywords

Cite

@article{arxiv.2603.11071,
  title  = {TinyNav: End-to-End TinyML for Real-Time Autonomous Navigation on Microcontrollers},
  author = {Pooria Roy and Nourhan Jadallah. Tomer Lapid and Shahzaib Ahmad and Armita Afroushe and Mete Bayrak},
  journal= {arXiv preprint arXiv:2603.11071},
  year   = {2026}
}

Comments

6 pages, 7 figures, presented at CUCAI2026 (Canadian Undergraduate Conference on AI, https://cucai.ca)

R2 v1 2026-07-01T11:15:11.792Z