paper-with-me

Papers

Environment-Aware Adaptive Pruning with Interleaved Inference Orchestration for Vision-Language-Action Models

2026-01-31 · Yuting Huang, Leilei Ding, Zhipeng Tang, Zenghuan Zhu, Jiajun Deng, Xinrui Lin, Shuo Liu, Haojie Ren, Jianmin Ji, Yanyong Zhang arxiv

While Vision-Language-Action (VLA) models hold promise in embodied intelligence, their large parameter counts lead to substantial inference latency that hinders real-time manipulation, motivating parameter sparsification. However, as the environment evolves during VLA execution, the optimal sparsity patterns change accordingly. Static pruning lacks the adaptability required for environment dynamics, whereas fixed-interval dynamic layer pruning suffers from coarse granularity and high retraining overheads. To bridge this gap, we propose EcoVLA, a training-free, plug-and-play adaptive pruning framework that supports orthogonal combination with existing VLA acceleration methods. EcoVLA comprises two components: Environment-aware Adaptive Pruning (EAP) and Interleaved Inference Orchestration ($I^2O$). EAP is a lightweight adaptive channel pruning method that incorporates the temporal consistency of the physical environment to update sparsity patterns. $I^2O$ leverages the FLOPs bubbles inherent in VLA inference to schedule the pruning method in parallel, ensuring negligible impact on latency. Evaluated on diverse VLA models and benchmarks, EcoVLA delivers state-of-the-art performance, achieving up to 1.60$\times$ speedup with only a 0.4% drop in success rate, and further reaches 2.18$\times$ speedup with only a 0.5% degradation when combined with token pruning. We further validate the effectiveness of EcoVLA on real-world robots.

📄 PDF Abstract BibTeX arXiv:2602.00780

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CATP: Contextually Adaptive Token Pruning for Efficient and Enhanced Multimodal In-Context Learning

2025-08-11 · Yanshu Li, Jianjiang Yang, Zhennan Shen, Ligong Han 외 arxiv

Modern large vision-language models (LVLMs) convert each input image into a large set of tokens that far outnumber the text tokens. Although this improves visual perception, it also introduces severe image token redundan…

Domain Adaptation

Adaptive Pruning of Deep Neural Networks for Resource-Aware Embedded Intrusion Detection on the Edge

2025-05-20 · Alexandre Broggi, Nathaniel Bastian, Lance Fiondella, Gokhan Kul

Artificial neural network pruning is a method in which artificial neural network sizes can be reduced while attempting to preserve the predicting capabilities of the network. This is done to make the model smaller or fas…

Intrusion DetectionNetwork Pruning

Alignment-Constrained Dynamic Pruning for LLMs: Identifying and Preserving Alignment-Critical Circuits

2025-11-09 · Dev Patel, Gabrielle Gervacio, Diekola Raimi, Kevin Zhu 외 arxiv

Large Language Models require substantial computational resources for inference, posing deployment challenges. While dynamic pruning offers superior efficiency over static methods through adaptive circuit selection, it e…

PolyLUT: Ultra-low Latency Polynomial Inference with Hardware-Aware Structured Pruning

2025-01-14 · Marta Andronic, Jiawen Li, George A. Constantinides

Standard deep neural network inference involves the computation of interleaved linear maps and nonlinear activation functions. Prior work for ultra-low latency implementations has hardcoded these operations inside FPGA l…

Intrusion DetectionNetwork Intrusion Detection

Batch-wise Adaptive Pruning: Periodic Neuron Activation-Aware Weight Pruning for Language Reasoning Model

2026-08-14 · Yongmin Kim, Shota Takashiro, Yusuke Iwasawa, Takeshi Kojima 외 arxiv

Large Reasoning Models (LRMs) achieve strong performance on complex tasks through extended chain-of-thought generation, but incur substantial computational costs during inference. In production settings, batched inferenc…