paper-with-me

Papers

LiteVLA-Edge: Quantized On-Device Multimodal Control for Embedded Robotics

2026-03-03 · Justin Williams, Kishor Datta Gupta, Roy George, Mrinmoy Sarkar arxiv

Vision-Language-Action (VLA) models provide a unified framework for perception, language conditioning, and action generation, but many existing systems remain difficult to deploy in embedded robotic settings because of their computational requirements and inference latency. In this paper, we present LiteVLA-Edge, a deployment-oriented VLA pipeline for fully on-device inference on Jetson Orin-class hardware. Our approach combines supervised image-to-action fine-tuning in FP32 with post-training 4-bit GGUF quantization and GPU-accelerated inference through the \texttt{llama.cpp} runtime. Under our deployment configuration, LiteVLA-Edge achieves a mean end-to-end latency of 150.5\,ms (approximately 6.6\,Hz) while operating entirely offline within a ROS~2-integrated perception--reasoning--action pipeline. Rather than introducing a new policy objective, our contribution is a practical systems path for executing compact multimodal control models locally on embedded hardware while preserving modular interfaces between perception, reasoning, and actuation. These results establish timing feasibility for reactive language-conditioned control and provide a reproducible baseline for future task-level evaluation of on-device VLAs in robotics.

📄 PDF Abstract BibTeX arXiv:2603.03380

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LiteVLA-H: Dual-Rate Vision-Language-Action Inference for Onboard Aerial Guidance and Semantic Perception

2026-04-27 · Justin williams, Kishor Datta Gupta, Roy George, Mrinmoy Sarkar arxiv

Vision-language-action (VLA) models have shown strong semantic grounding and task generalization in manipulation, but aerial deployment remains difficult because drones require low-latency closed-loop guidance under stri…

Scene Understanding

BitMar: Low-Bit Multimodal Fusion with Episodic Memory for Edge Devices

2025-10-12 · Euhid Aman, Esteban Carlin, Hsing-Kuo Pao, Giovanni Beltrame 외 arxiv

Cross-attention transformers and other multimodal vision-language models excel at grounding and generation; however, their extensive, full-precision backbones make it challenging to deploy them on edge devices. Memory-au…

Text Generation

Quantized deep learning models on low-power edge devices for robotic systems

2019-11-30 · Anugraha Sinha, Naveen Kumar, Murukesh Mohanan, MD Muhaimin Rahman 외

In this work, we present a quantized deep neural network deployed on a low-power edge device, inferring learned motor-movements of a suspended robot in a defined space. This serves as the fundamental building block for t…

QKVShare: Quantized KV-Cache Handoff for Multi-Agent On-Device LLMs

2026-05-05 · Pratik Honavar, Tejpratap GVSL arxiv

Multi-agent LLM systems on edge devices need to hand off latent context efficiently, but the practical choices today are expensive re-prefill or full-precision KV transfer. We study QKVShare, a framework for quantized KV…

Neural Network Quantization for Microcontrollers: A Comprehensive Survey of Methods, Platforms, and Applications

2025-08-20 · Hamza A. Abushahla, Dara Varam, Ariel Justine N. Panopio, Mohamed I. AlHajri arxiv

The deployment of Quantized Neural Networks (QNNs) on resource-constrained edge devices, such as microcontrollers (MCUs), introduces fundamental challenges in balancing model performance, computational complexity, and me…