CoolFace
Modelpublic

chocopan/openvla_oft_plus_int8

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes16downloads
Model Card

<h1 align="center"> LIBERO-Plus: In-depth Robustness Analysis of Vision-Language-Action Models </h1>

<p align="center"> ๐Ÿ“„ <a href="https://arxiv.org/pdf/2510.13626v1"><strong>Paper</strong></a> | ๐Ÿ—๏ธ <a href="https://github.com/sylvestf/LIBERO-plus"><strong>Repo</strong></a> | ๐ŸŒ <a href="https://sylvestf.github.io/LIBERO-plus"><strong>Website</strong></a> </p>

๐Ÿ”ฅ Overview

This repository contains the official implementation and benchmark for our paper "In-depth Robustness Analysis for Vision-Language-Action Models". We systematically expose the hidden vulnerabilities of contemporary VLA models through comprehensive robustness evaluation across seven perturbation dimensions. You can simply replace the original libero with a pip install -e . without modifying your code.

๐Ÿš€ Key Findings

  • โ€”Significant Fragility: VLA models exhibit extreme sensitivity to camera viewpoints and robot initial states, with performance dropping from 95% to below 30% under modest perturbations
  • โ€”Language Ignorance: Models largely ignore language instructions, functioning more like Vision-Action models
  • โ€”Negative Compositional Generalization: Combined perturbations reveal complex interaction effects beyond independent factors

๐Ÿ“Š LIBERO-plus Benchmark

7 Perturbation Dimensions

We introduce LIBERO-plus, a comprehensive benchmark with 10,030 tasks spanning:

  1. 1.Objects Layout - Confounding objects and target object displacement
  2. 2.Camera Viewpoints - Position, orientation, and field-of-view changes
  3. 3.Robot Initial States - Manipulator initial pose variations
  4. 4.Language Instructions - LLM-based instruction rewriting
  5. 5.Light Conditions - Intensity, direction, color, and shadow variations
  6. 6.Background Textures - Scene and surface appearance changes
  7. 7.Sensor Noise - Photometric distortions and image degradation

Evaluated Models

  • โ€”OpenVLA and variants (OFT, OFTw, OFTm)
  • โ€”ฯ€โ‚€ and ฯ€โ‚€-fast
  • โ€”Nora, WorldVLA, UniVLA, RIPT-VLA

๐Ÿ› ๏ธ Installation

Please refer to our github repo for more installation details. You can download our OpenVLA-OFT weights after mix-SFT from this hf repo. You can also find the assets and the training dataset.

The extracted directory structure should look like:

text
LIBERO-plus/
โ””โ”€โ”€ libero/
    โ””โ”€โ”€ libero/
        โ””โ”€โ”€ assets/
            โ”œโ”€โ”€ articulated_objects/
            โ”œโ”€โ”€ new_objects/
            โ”œโ”€โ”€ scenes/
            โ”œโ”€โ”€ stable_hope_objects/
            โ”œโ”€โ”€ stable_scanned_objects/
            โ”œโ”€โ”€ textures/
            โ”œโ”€โ”€ turbosquid_objects/
            โ”œโ”€โ”€ serving_region.xml
            โ”œโ”€โ”€ wall_frames.stl
            โ””โ”€โ”€ wall.xml

๐Ÿ”ง Evaluation

The evaluation method is almost identical to LIBERO. The only required modification is adjusting num_trials_per_task from 50 to 1 in your configuration.

๐Ÿ“Š LIBERO-Plus Benchmark Leaderboard

ModelCameraRobotLanguageLightBackgroundNoiseLayoutTotal
OpenVLA0.83.523.08.150.415.228.517.3
OpenVLA-OFT56.431.979.588.797.375.874.270.0
OpenVLA-OFT_w10.438.770.576.899.249.969.956.4
NORA2.237.065.145.765.512.862.139.8
WorldVLA0.127.941.643.719.810.938.025.3
UniVLA1.846.269.669.090.721.231.943.9
ฯ€โ‚€13.86.058.885.090.779.068.954.6
ฯ€โ‚€-Fast65.121.661.073.297.774.468.864.2
RIPT-VLA55.231.277.688.4100.073.574.269.3
OpenVLA-OFT_m55.621.781.092.792.378.668.768.1
[OpenVLA-OFT+ (Ours)](https://github.com/moojink/openvla-oft)92.830.385.894.993.989.377.679.6

Origin LIBERO Benchmark Leaderboard

To make it easier to get all the results in one place, we've compiled the evaluation results of current VLA models on the original LIBERO benchmark in this table.

Citation

If you find this work useful for your research, please cite our paper:

bibtex
@article{fei25libero-plus,
    title={LIBERO-Plus: In-depth Robustness Analysis of Vision-Language-Action Models},
    author={Senyu Fei and Siyin Wang and Junhao Shi and Zihao Dai and Jikun Cai and Pengfang Qian and Li Ji and Xinzhe He and Shiduo Zhang and Zhaoye Fei and Jinlan Fu and Jingjing Gong and Xipeng Qiu},
    journal = {arXiv preprint arXiv:2510.13626},
    year={2025},
}