paper-with-me

Papers

DepthCache: Depth-Guided Training-Free Visual Token Merging for Vision-Language-Action Model Inference

2026-03-11 · Yuquan Li, Lianjie Ma, Han Ding, Lijun Zhu arxiv

Vision-Language-Action (VLA) models enable generalist robotic manipulation but suffer from high inference latency. This bottleneck stems from the massive number of visual tokens processed by large language backbones. Existing methods either prune or merge tokens uniformly, degrading the spatial reasoning essential for robotic control. We present DepthCache, a training-free framework that leverages depth as a structural prior for visual token compression. It partitions observations into depth-based regions and applies spatially differentiated merge ratios, preserving the near-field workspace while compressing the distant background. To exploit temporal redundancy, DepthCache distributes the merging process across consecutive frames, ensuring consistent representations while reducing per-step computation. A motion-adaptive pipeline further optimizes auxiliary view compression based on end-effector dynamics. The framework requires no model modification, generalizing across diverse VLA architectures. On the LIBERO benchmark, DepthCache achieves up to 1.28x inference speedup with less than 1% average success rate degradation across three VLA models (pi_0.5, OpenVLA, GR00T), whereas pruning and merging baselines incur 4--24% degradation at comparable compression. Real-world experiments on a physical manipulator demonstrate that DepthCache enables faster task throughput and more responsive closed-loop control in latency-sensitive scenarios.

📄 PDF Abstract BibTeX arXiv:2603.10469

Code (0)

등록된 구현이 없습니다.

Tasks

Spatial Reasoning

Similar Papers 제목 키워드 기반

See in Depth: Training-Free Surgical Scene Segmentation with Monocular Depth Priors

2025-12-05 · Kunyi Yang, Qingyu Wang, Cheng Yuan, Yutong Ban arxiv

Pixel-wise segmentation of laparoscopic scenes is essential for computer-assisted surgery but difficult to scale due to the high cost of dense annotations. We propose depth-guided surgical scene segmentation (DepSeg), a …

Monocular Depth EstimationScene Segmentation

DepthArb: Training-Free Depth-Arbitrated Generation for Occlusion-Robust Image Synthesis

2026-03-25 · Hongjin Niu, Jiahao Wang, Xirui Hu, Weizhan Zhang 외 arxiv

Text-to-image diffusion models frequently exhibit deficiencies in synthesizing accurate occlusion relationships of multiple objects, particularly within dense overlapping regions. Existing training-free layout-guided met…

Depth-Attentional Features for Single-Image Rain Removal

2019-06-01 · CVPR 2019 6 · Xiaowei Hu, Chi-Wing Fu, Lei Zhu, Pheng-Ann Heng

Rain is a common weather phenomenon, where object visibility varies with depth from the camera and objects faraway are visually blocked more by fog than by rain streaks. Existing methods and datasets for rain removal, ho…

Rain RemovalSingle Image Deraining

Depth-Copy-Paste: Multimodal and Depth-Aware Compositing for Robust Face Detection

2025-12-12 · Qiushi Guo arxiv

Data augmentation is crucial for improving the robustness of face detection systems, especially under challenging conditions such as occlusion, illumination variation, and complex environments. Traditional copy paste aug…

Data AugmentationFace Detection

CLIP Tricks You: Training-free Token Pruning for Efficient Pixel Grounding in Large VIsion-Language Models

2026-05-13 · Sangin Lee, Yukyung Choi arxiv

In large vision-language models, visual tokens typically constitute the majority of input tokens, leading to substantial computational overhead. To address this, recent studies have explored pruning redundant or less inf…