paper-with-me

Papers

Nano-U: Efficient Terrain Segmentation for Tiny Robot Navigation

2026-05-11 · Federico Pizzolato, Francesco Pasti, Nicola Bellotto arxiv

Terrain segmentation is a fundamental capability for autonomous mobile robots operating in unstructured outdoor environments. However, state-of-the-art models are incompatible with the memory and compute constraints typical of microcontrollers, limiting scalable deployment in small robotics platforms. To address this gap, we develop a complete framework for robust binary terrain segmentation on a low-cost microcontroller. At the core of our approach we design Nano-U, a highly compact binary segmentation network with a few thousand parameters. To compensate for the network's minimal capacity, we train Nano-U via Quantization-Aware Distillation (QAD), combining knowledge distillation and quantization-aware training. This allows the final quantized model to achieve excellent results on the Botanic Garden dataset and to perform very well on TinyAgri, a custom agricultural field dataset with more challenging scenes. We deploy the quantized Nano-U on a commodity microcontroller by extending MicroFlow, a compiler-based inference engine for TinyML implemented in Rust. By eliminating interpreter overhead and dynamic memory allocation, the quantized model executes on an ESP32-S3 with a minimal memory footprint and low latency. This compiler-based execution demonstrates a viable and energy-efficient solution for perception on low-cost robotic platforms.

📄 PDF Abstract BibTeX arXiv:2605.10210

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationRobot Navigation

Similar Papers 제목 키워드 기반

OmniUnet: A Multimodal Network for Unstructured Terrain Segmentation on Planetary Rovers Using RGB, Depth, and Thermal Imagery

2025-08-01 · Raul Castilla-Arquillo, Carlos Perez-del-Pulgar, Levin Gerdes, Alfonso Garcia-Cerezo 외 arxiv

Robot navigation in unstructured environments requires multimodal perception systems that can support safe navigation. Multimodality enables the integration of complementary information collected by different sensors. Ho…

Semantic SegmentationRobot Navigation

Tiny-PULP-Dronets: Squeezing Neural Networks for Faster and Lighter Inference on Multi-Tasking Autonomous Nano-Drones

2024-07-02 · Lorenzo Lamberti, Vlad Niculescu, Michał Barcis, Lorenzo Bellone 외

Pocket-sized autonomous nano-drones can revolutionize many robotic use cases, such as visual inspection in narrow, constrained spaces, and ensure safer human-robot interaction due to their tiny form factor and weight -- …

Autonomous Navigation

Constrained Robotic Navigation on Preferred Terrains Using LLMs and Speech Instruction: Exploiting the Power of Adverbs

2024-04-02 · Faraz Lotfi, Farnoosh Faraji, Nikhil Kakodkar, Travis Manderson 외

This paper explores leveraging large language models for map-free off-road navigation using generative AI, reducing the need for traditional data collection and annotation. We propose a method where a robot receives verb…

Language ModelingLanguage ModellingLarge Language ModelSemantic Segmentation

Tiny Robotics Dataset and Benchmark for Continual Object Detection

2024-09-24 · Francesco Pasti, Riccardo De Monte, Davide Dalle Pezze, Gian Antonio Susto 외

Detecting objects in mobile robotics is crucial for numerous applications, from autonomous navigation to inspection. However, robots often need to operate in different domains from those they were trained in, requiring t…

Autonomous NavigationContinual LearningObjectobject-detection+2

Real-Time Freespace Segmentation on Autonomous Robots for Detection of Obstacles and Drop-Offs

2019-02-03 · Anish Singhani

Mobile robots navigating in indoor and outdoor environments must be able to identify and avoid unsafe terrain. Although a significant amount of work has been done on the detection of standing obstacles (solid obstruction…

GPUSegmentationSemantic Segmentation