CoolFace
Modelpublic

figai/UI-TARS-1.5-7B-GUI-Perturbed

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes
Model Card

UI-TARS-1.5-7B-GUI-Perturbed

Introduction

This checkpoint was produced as part of a study on GUI grounding robustness. We investigate whether synthetically perturbed training data generated via GUI-DR, a data augmentation pipeline applied to the Mind2Web training set, can improve model performance on visually diverse web UIs.

We release this checkpoint to support further research into synthetic data strategies and LoRA-based post-training for GUI grounding models. See our technical report for the full experimental discussion.

Training Configuration

Training configValue
Base modelByteDance-Seed/UI-TARS-1.5-7B
Fine-tuning methodLoRA (PEFT)
Training infrastructureQwen-VL-Series-Finetune
LoRA rank8
Training epochs1
Training samples24,935

Training Data

Data was generated from the Mind2Web training set using the GUI-DR data augmentation pipeline and quality-filtered using Holo2-30B-A3B (ScreenSpot-Pro SOTA, 66.1% accuracy).

Perturbation TypeVariantsDescription
Style5Visual domain randomization (colors, themes, fonts, element orders)
Text Shrink1Reduced font sizes
Precision1Changed page zoom level to 0.7
Combined11 original + 5 style + 1 precision + 1 text shrink
Total8~4,319 steps per variant

Results

Fine-tuning on this dataset did not improve GUI grounding performance over the base model UI-TARS-1.5-7B on ScreenSpot-V2 and GUI-Perturbed. See the technical report for full benchmark results and comparison experiments.

Citation

If you find this model helpful, please cite our technical report and paper:

bibtex
@misc{wang2026guiperturbeddomainrandomizationreveals,
      title={GUI-Perturbed: Domain Randomization Reveals Systematic Brittleness in GUI Grounding Models},
      author={Yangyue Wang and Harshvardhan Sikka and Yash Mathur and Tony Zhou and Jinu Nyachhyon and Pranav Guruprasad},
      year={2026},
      eprint={2604.14262},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2604.14262},
}

@online{training_on_gui_perturbed_technical_report_2026,
  title   = {Training on GUI-Perturbed: Why More Data Isn’t Enough},
  author  = {Wang, Yangyue and Sikka, Harsh and Mathur, Yash, and Zhou, Tony and Nyachhyon, Jinu and Guruprasad, Pranav},
  year    = {2026},
  url     = {https://blog.fig.inc/training-on-gui-perturbed-why-more-data-isnt-enough},
  note    = {Part 3: Finetuning Experiments}
}

Acknowledgements