paper-with-me

Papers

AsyncShield: A Plug-and-Play Edge Adapter for Asynchronous Cloud-based VLA Navigation

2026-04-27 · Kai Yang, Zedong Chu, Yingnan Guo, Zhengbo Wang, Shichao Xie, Yanfen Shen, Xiaolong Wu, Xing Li, Mu Xu arxiv

While Vision-Language-Action (VLA) models have been demonstrated possessing strong zero-shot generalization for robot control, their massive parameter sizes typically necessitate cloud-based deployment. However, cloud deployment introduces network jitter and inference latency, which can induce severe spatiotemporal misalignment in mobile navigation under continuous displacement, so that the stale intents expressed in past ego frames may become spatially incorrect in the current frame and lead to collisions. To address this issue, we propose AsyncShield, a plug-and-play asynchronous control framework. AsyncShield discards traditional black-box time-series prediction in favor of a deterministic physical white-box spatial mapping. By maintaining a temporal pose buffer and utilizing kinematic transformations, the system accurately converts temporal lag into spatial pose offsets to restore the VLA's original geometric intent. To balance intent restoration fidelity and physical safety, the edge adaptation is formulated as a constrained Markov decision process (CMDP). Solved via the PPO-Lagrangian algorithm, a reinforcement learning adapter dynamically trades off between tracking the VLA intent and responding to high-frequency LiDAR obstacle avoidance hard constraints. Furthermore, benefiting from a standardized universal sub-goal interface, domain randomization, and perception-level adaptation via Collision Radius Inflation, AsyncShield operates as a lightweight, plug-and-play module. Simulation and real-world experiments demonstrate that, without fine-tuning any cloud-based foundation models, the framework exhibits zero-shot and robust generalization capabilities, effectively improving the success rate and physical safety of asynchronous navigation.

📄 PDF Abstract BibTeX arXiv:2604.24086

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot GeneralizationReinforcement Learning

Similar Papers 제목 키워드 기반

Trans-Adapter: A Plug-and-Play Framework for Transparent Image Inpainting

2025-08-01 · Yuekun Dai, Haitian Li, Shangchen Zhou, Chen Change Loy arxiv

RGBA images, with the additional alpha channel, are crucial for any application that needs blending, masking, or transparency effects, making them more versatile than standard RGB images. Nevertheless, existing image inp…

Image InpaintingImage Matting

PlugSI: Plug-and-Play Test-Time Graph Adaptation for Spatial Interpolation

2026-02-10 · Xuhang Wu, Zhuoxuan Liang, Wei Li, Xiaohua Jia 외 arxiv

With the rapid advancement of IoT and edge computing, sensor networks have become indispensable, driving the need for large-scale sensor deployment. However, the high deployment cost hinders their scalability. To tackle …

X-Adapter: Adding Universal Compatibility of Plugins for Upgraded Diffusion Model

2023-12-04 · CVPR 2024 1 · Lingmin Ran, Xiaodong Cun, Jia-Wei Liu, Rui Zhao 외

We introduce X-Adapter, a universal upgrader to enable the pretrained plug-and-play modules (e.g., ControlNet, LoRA) to work directly with the upgraded text-to-image diffusion model (e.g., SDXL) without further retrainin…

Denoising

NVS-Adapter: Plug-and-Play Novel View Synthesis from a Single Image

2023-12-12 · Yoonwoo Jeong, Jinwoo Lee, Chiheon Kim, Minsu Cho 외

Transfer learning of large-scale Text-to-Image (T2I) models has recently shown impressive potential for Novel View Synthesis (NVS) of diverse objects from a single image. While previous methods typically train large mode…

Novel View SynthesisTransfer Learning

PEA-Diffusion: Parameter-Efficient Adapter with Knowledge Distillation in non-English Text-to-Image Generation

2023-11-28 · Jian Ma, Chen Chen, Qingsong Xie, Haonan Lu

Text-to-image diffusion models are well-known for their ability to generate realistic images based on textual prompts. However, the existing works have predominantly focused on English, lacking support for non-English te…

Cross-lingual Text-to-Image GenerationImage GenerationKnowledge DistillationText to Image Generation+1