SAFE-Pruner: Semantic Attention–Guided Future-Aware Token Pruning for Efficient Vision-Language-Action Manipulation

Accepted to ECCV 2026

Shilin Ma1Chubin Zhang1Changyuan Wang1Yuji Wang1Yue Wu1Zixuan Wang1Jingqi Tian1Zheng Zhu2Yansong Tang1,†

1 Tsinghua Shenzhen International Graduate School, Tsinghua University2 GigaAI

Corresponding author

Comparison between shallow-only token pruning and SAFE-Pruner
SAFE-Pruner predicts late-stage token importance before pruning, preventing the premature removal of visual evidence required by deeper layers.

TL;DR

SAFE-Pruner is a training-free, plug-and-play visual token pruning framework. It forecasts deep-layer token saliency from historical frames, achieving up to 1.89× speedup with less than 1.5% success-rate degradation.

Abstract

Real-time inference of vision–language–action (VLA) models is essential for robotic control. While visual token pruning has shown strong potential for accelerating inference, most existing methods mainly base pruning decisions on shallow-layer cues and risk discarding visual information required by deep layers. To address this issue, we propose SAFE-Pruner, a plug-and-play pruning framework that incorporates attention cues of future layers into pruning decisions. Specifically, we identify semantic attention consistency, the tendency that VLA models concentrate their attention probability mass on the same semantic entity across control timesteps. Based on this observation, we design a forward-looking strategy to forecast token saliency in deep layers, preventing the premature removal of critical tokens and enabling more stable acceleration. We further introduce a reference timestep refresh strategy that triggers updates upon attention shifts, improving forecasting accuracy and pruning reliability. Extensive experiments across diverse evaluation settings demonstrate up to 1.89× speedup with less than 1.5% degradation in success rate, while outperforming state-of-the-art methods by up to 1.9%.

Method

SAFE-Pruner pipeline
Overview of SAFE-Pruner. A lightweight attention-shift detector selects reliable key timesteps. At non-key timesteps, late-stage saliency is forecast from the latest reference and fused with current shallow attention to guide token pruning.

Experiments

Simulation Experiments

We evaluate SAFE-Pruner on LIBERO and SIMPLER across OpenVLA, OpenVLA-OFT, CogACT, and π₀.₅. The tables report task success together with model efficiency.

LIBERO

ModelMethodSuccess Rate (%) ↑FLOPs (T) ↓Latency (ms) ↓
SpatialObjectGoalLongAverage
OpenVLAVanilla84.686.678.253.275.71.86248.24
FastV81.870.671.844.667.20.81134.63
SparseVLM80.672.468.246.667.00.87634.32
DivPrune78.662.866.243.262.70.83237.18
VLA-Cache78.271.270.645.866.50.94135.21
VLA-Pruner82.084.477.852.674.20.79336.47
SAFE-Pruner82.284.877.652.074.20.74232.18
OpenVLA-OFTVanilla98.498.296.494.296.83.97070.25
FastV97.892.895.691.894.52.14150.24
SparseVLM98.691.894.892.094.32.28952.15
DivPrune97.290.093.489.692.62.12653.87
VLA-Cache97.092.294.691.093.72.73058.14
VLA-Pruner97.493.094.092.094.12.23454.53
SAFE-Pruner98.098.096.293.496.41.72237.22
π₀.₅Vanilla98.298.098.091.896.52.11535.28
FastV96.496.895.689.094.51.61228.64
SparseVLM94.697.294.889.294.01.71329.03
DivPrune93.896.692.488.092.71.57630.55
VLA-Cache94.896.096.488.293.91.63228.14
VLA-Pruner95.897.295.688.094.21.58332.64
SAFE-Pruner97.098.896.090.295.51.48224.33

Results across OpenVLA, OpenVLA-OFT, and π₀.₅. SAFE-Pruner consistently delivers the strongest accuracy–efficiency trade-off across different VLA architectures.

SIMPLER · Visual Matching & Variant Aggregation

MethodVisual MatchingVariant Aggregation
Success (%) ↑FLOPs (%) ↓Speedup ↑Success (%) ↑FLOPs (%) ↓Speedup ↑
CogACT74.8100.01.00×61.3100.01.00×
FastV74.142.01.21×62.142.01.19×
VLA-Cache74.480.11.38×62.382.61.37×
SAFE-Pruner74.537.41.73×61.936.21.67×

SAFE-Pruner achieves the strongest acceleration in both SIMPLER settings while maintaining success rates comparable to the unpruned CogACT baseline.

Real-World Experiments

Real-world evaluations use the Astribot S1 dual-arm platform and task-specific π₀.₅ policies.

MethodPick & PlaceThrow BasketballPack DollAverage ↑FLOPs (T) ↓Latency (ms) ↓
π₀.₅94%77%73%81.3%2.26480.36
FastV82%69%56%69.0%1.85756.93
SAFE-Pruner90%81%67%79.3%1.54343.56

SAFE-Pruner provides a substantially better accuracy–efficiency trade-off than FastV, with 79.3% average success and 43.56 ms backbone latency.

Rollouts

Simulation Rollouts

Representative SAFE-Pruner rollouts from the four LIBERO evaluation suites.

LIBERO-Spatial
LIBERO-Object
LIBERO-Goal
LIBERO-10

Real-World Rollouts

Astribot S1 executes three representative manipulation tasks, demonstrating that SAFE-Pruner preserves action continuity across diverse interactions.

Pick and Place
Pick and Place
Throw Basketball
Pack Doll

BibTeX

If you find SAFE-Pruner useful, please cite our work.

@article{ma2026safe,
  title={SAFE-Pruner: Semantic Attention-Guided Future-Aware Token Pruning for Efficient Vision-Language-Action Manipulation},
  author={Ma, Shilin and Zhang, Chubin and Wang, Changyuan and Wang, Yuji and Wu, Yue and Wang, Zixuan and Tian, Jingqi and Zhu, Zheng and Tang, Yansong},
  journal={arXiv preprint arXiv:2605.29662},
  year={2026}
}