LGAICLCVHCJan 4, 2025

Optimizing Small Language Models for In-Vehicle Function-Calling

arXiv:2501.02342v15 citationsh-index: 19
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of enabling real-time, on-device AI for vehicle control systems, offering a more flexible alternative to rule-based systems, but it is incremental as it builds on existing compression methods.

The paper tackled deploying Small Language Models (SLMs) as function-calling agents in vehicles by applying model compression techniques to fit hardware constraints, achieving a generation speed of 11 tokens per second while preserving task accuracy despite removing up to 2 billion parameters.

We propose a holistic approach for deploying Small Language Models (SLMs) as function-calling agents within vehicles as edge devices, offering a more flexible and robust alternative to traditional rule-based systems. By leveraging SLMs, we simplify vehicle control mechanisms and enhance the user experience. Given the in-vehicle hardware constraints, we apply state-of-the-art model compression techniques, including structured pruning, healing, and quantization, ensuring that the model fits within the resource limitations while maintaining acceptable performance. Our work focuses on optimizing a representative SLM, Microsoft's Phi-3 mini, and outlines best practices for enabling embedded models, including compression, task-specific fine-tuning, and vehicle integration. We demonstrate that, despite significant reduction in model size which removes up to 2 billion parameters from the original model, our approach preserves the model's ability to handle complex in-vehicle tasks accurately and efficiently. Furthermore, by executing the model in a lightweight runtime environment, we achieve a generation speed of 11 tokens per second, making real-time, on-device inference feasible without hardware acceleration. Our results demonstrate the potential of SLMs to transform vehicle control systems, enabling more intuitive interactions between users and their vehicles for an enhanced driving experience.

Foundations

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

Your Notes