ROCVSep 25, 2025

RAM-NAS: Resource-aware Multiobjective Neural Architecture Search Method for Robot Vision Tasks

arXiv:2509.20688v12 citationsh-index: 14IROS
Originality Incremental advance
AI Analysis

This work addresses the need for efficient neural architecture search tailored to robot vision tasks, offering incremental improvements in resource-awareness for edge hardware.

The paper tackles the problem of neural architecture search (NAS) being insufficient for robot hardware resources by proposing RAM-NAS, a resource-aware multi-objective method that improves supernet pretraining and incorporates hardware latency predictors, resulting in models achieving 76.7% to 81.4% top-1 accuracy on ImageNet and reduced inference latency on edge hardware.

Neural architecture search (NAS) has shown great promise in automatically designing lightweight models. However, conventional approaches are insufficient in training the supernet and pay little attention to actual robot hardware resources. To meet such challenges, we propose RAM-NAS, a resource-aware multi-objective NAS method that focuses on improving the supernet pretrain and resource-awareness on robot hardware devices. We introduce the concept of subnets mutual distillation, which refers to mutually distilling all subnets sampled by the sandwich rule. Additionally, we utilize the Decoupled Knowledge Distillation (DKD) loss to enhance logits distillation performance. To expedite the search process with consideration for hardware resources, we used data from three types of robotic edge hardware to train Latency Surrogate predictors. These predictors facilitated the estimation of hardware inference latency during the search phase, enabling a unified multi-objective evolutionary search to balance model accuracy and latency trade-offs. Our discovered model family, RAM-NAS models, can achieve top-1 accuracy ranging from 76.7% to 81.4% on ImageNet. In addition, the resource-aware multi-objective NAS we employ significantly reduces the model's inference latency on edge hardware for robots. We conducted experiments on downstream tasks to verify the scalability of our methods. The inference time for detection and segmentation is reduced on all three hardware types compared to MobileNetv3-based methods. Our work fills the gap in NAS for robot hardware resource-aware.

Foundations

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

Your Notes