Abstract
With the rapid development of large language models (LLM), robots arestarting to enjoy the benefits of new interaction methods that large languagemodels bring. Because edge computing fulfills the needs for rapid response,privacy, and network autonomy, we believe it facilitates the extensivedeployment of large models for robot navigation across various industries. Toenable local deployment of language models on edge devices, we adopt some modelboosting methods. In this paper, we propose FASTNav - a method for boostinglightweight LLMs, also known as small language models (SLMs), for robotnavigation. The proposed method contains three modules: fine-tuning,teacher-student iteration, and language-based multi-point robot navigation. Wetrain and evaluate models with FASTNav in both simulation and real robots,proving that we can deploy them with low cost, high accuracy and low responsetime. Compared to other model compression methods, FASTNav shows potential inthe local deployment of language models and tends to be a promising solutionfor language-guided robot navigation on edge devices.