paper-with-me

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 strict onboard compute and communication constraints. We present LiteVLA-H, a compact 256M-parameter VLA system designed for dual-rate operation on an NVIDIA Jetson AGX Orin: a fast outer-loop guidance mode for short action-token outputs and a slower semantic mode for scene understanding, hazard description, and operator-facing narration. The central empirical observation is that, in this compact edge regime, end-to-end latency is dominated by multimodal pre-fill rather than by the marginal cost of decoding a few extra tokens. This motivates a scheduler that issues reactive action tokens at 50.65,ms (19.74,Hz) while still supporting sentence-level semantic outputs at 149.90--164.57\ms (6.08--6.67,Hz) on the same embedded platform. To specialize the model without collapsing its descriptive competence, we use a knowledge-preserving fine-tuning recipe that mixes reactive flight data, aerial semantic data, and generic caption/VQA supervision. Beyond reporting current latency measurements, we position the system against recent state-of-the-art architectures, including AnywhereVLA, FutureVLA, and ReMem-VLA, showing that the measured action branch reaches a higher edge inference rate under our deployment conditions while retaining periodic semantic awareness.

📄 PDF Abstract BibTeX arXiv:2605.00884

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Understanding

Similar 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 t…

X-Tokenizer: A Multimodal Action Tokenizer for Vision-Language-Action Pretraining

2026-06-07 · Miracle Kang, Lights Shi, Lucy Liang, Roy Gan 외 arxiv

Modern Vision-Language-Action (VLA) models must bridge pretrained vision-language reasoning and precise continuous robot control. Existing action tokenizers discretize actions primarily for reconstruction, producing code…

Multimodal Reasoning

Distilled Dual-Encoder Model for Vision-Language Understanding

2021-12-16 · Zekun Wang, Wenhui Wang, Haichao Zhu, Ming Liu 외

We propose a cross-modal attention distillation framework to train a dual-encoder model for vision-language understanding tasks, such as visual reasoning and visual question answering. Dual-encoder models have a faster i…

Image to textmodelQuestion AnsweringVisual Entailment+3

Co-VLA: Coordination-Aware Structured Action Modeling for Dual-Arm Vision-Language-Action Systems

2026-06-18 · Yandong Wang, Jiaqian Yu, Xiongfeng Peng, Lu Xu 외 arxiv

Vision-language-action (VLA) models show strong capabilities in single and dual-arm robotic manipulation. Prior works show coordinated bimanual behaviors can emerge from end-to-end learning, leveraging large vision-langu…

Ground Slow, Move Fast: A Dual-System Foundation Model for Generalizable Vision-and-Language Navigation

2025-12-09 · Meng Wei, Chenyang Wan, Jiaqi Peng, Xiqian Yu 외 arxiv

While recent large vision-language models (VLMs) have improved generalization in vision-language navigation (VLN), existing methods typically rely on end-to-end pipelines that map vision-language inputs directly to short…

Vision-Language Navigation