TIGER-Lab/EditReward-Bench

Dataset

4

stars

6

commits

2

linked in READMEs

Dec 1, 2025

updated

benchmark
human-preferences
image-editing
instruction-guided
reward-model

README

EditReward-Bench: A Human-Aligned Reward Model Benchmark for Instruction-Guided Image Editing

Project Website arXiv Hugging Face Model Hugging Face Dataset GitHub

This repository contains EditReward-Bench, a new benchmark introduced in the paper EditReward: A Human-Aligned Reward Model for Instruction-Guided Image Editing.

Introduction

Recent advances in image editing with natural language instructions have shown promising progress, particularly with closed-source models. However, open-source models often lag due to the lack of a reliable reward model for scaling up high-quality synthetic training data. To address this critical bottleneck, the paper introduces EditReward, a human-aligned reward model trained with a new large-scale human preference dataset called EditReward-Data (over 200K preference pairs).

To rigorously assess EditReward and future models, we also introduce EditReward-Bench, a new benchmark built upon high-quality annotations, which includes more difficult multi-way preference prediction tasks. EditReward demonstrates superior alignment with human preferences in instruction-guided image editing tasks, achieving state-of-the-art human correlation on established benchmarks and on EditReward-Bench itself.

Dataset Statistics

DatasetOriginal SamplesPairwise ComparisonsFile Size
2-pair133133~333 MB
3-pair150450~833 MB
4-pair148888~1.5 GB
Total4311471~2.7 GB
  • Total unique instructions: 431
  • Score range: 2.0 - 8.0 (Overall score = Instruction Following + Visual Quality)
  • Average score difference: 2.23
  • Total images: 1,739 (all embedded in parquet files)

Download EditReward-Bench

You can download the EditReward-Bench dataset using the Hugging Face CLI:

huggingface-cli download --repo-type dataset TIGER-Lab/EditReward-Bench --local-dir /your-local-dataset-path

Usage

Please refer to the github code for evaluation! The EditReward-bench's evaluation is available at EditReward/evaluate.

Benchmark Results: Alignment with Humans

The following tables present the experimental results from the paper, showcasing various models' alignment with human preferences on established benchmarks and on EditReward-Bench.

Experimental Results: Alignment with Humans
MethodGenAI-BenchAURORA-BenchImagenHubEditReward-Bench (Overall)
Random25.9033.43--13.84
Human-to-Human----41.84--
Proprietary Models
GPT-4o53.5450.8138.2128.31
GPT-559.6147.2740.8537.81
Gemini-2.0-Flash53.3244.3123.6933.47
Gemini-2.5-Flash57.0147.6341.6238.02
Open-Source VLMs
Qwen2.5-VL-3B-Inst42.7630.69-2.5426.86
Qwen2.5-VL-7B-Inst40.4838.6218.5929.75
Qwen2.5-VL-32B-Inst39.2837.0626.8728.72
MiMo-VL-7B-SFT-250857.8930.4322.1431.19
ADIEE59.9655.5634.50--
Reward Models (Ours)
EditReward (on Qwen2.5-VL-7B)63.9759.5036.1836.78
EditReward (on MiMo-VL-7B)65.7263.6235.2038.42

EditReward-Bench Results (K-way preference prediction)
MethodEditReward-Bench (K=2)EditReward-Bench (K=3)EditReward-Bench (K=4)EditReward-Bench (Overall)
Random25.8111.331.3513.84
Human-to-Human--------
Proprietary Models
GPT-4o45.6927.337.3128.31
GPT-557.5338.5112.8437.81
Gemini-2.0-Flash52.4333.3313.5133.47
Gemini-2.5-Flash58.6139.8612.1638.02
Open-Source VLMs
Qwen2.5-VL-3B-Inst51.0720.272.7126.86
Qwen2.5-VL-7B-Inst52.6924.673.3829.75
Qwen2.5-VL-32B-Inst50.5425.274.0528.72
MiMo-VL-7B-SFT-250849.4630.419.4631.19
ADIEE--------
Reward Models (Ours)
EditReward (on Qwen2.5-VL-7B)56.9936.0010.8136.78
EditReward (on MiMo-VL-7B)56.4542.6711.4938.42

Citation

Please kindly cite our paper if you use our code, data, models or results:

@article{wu2025editreward,
  title={EditReward: A Human-Aligned Reward Model for Instruction-Guided Image Editing},
  author={Wu, Keming and Jiang, Sicong and Ku, Max and Nie, Ping and Liu, Minghao and Chen, Wenhu},
  journal={arXiv preprint arXiv:2509.26346},
  year={2025}
}

Contributors

wukeming11

6 commits

TIGER-Lab/EditReward-Bench

Dataset

4

stars

6

commits

2

linked in READMEs

Dec 1, 2025

updated

benchmark
human-preferences
image-editing
instruction-guided
reward-model

README

EditReward-Bench: A Human-Aligned Reward Model Benchmark for Instruction-Guided Image Editing

Project Website arXiv Hugging Face Model Hugging Face Dataset GitHub

This repository contains EditReward-Bench, a new benchmark introduced in the paper EditReward: A Human-Aligned Reward Model for Instruction-Guided Image Editing.

Introduction

Recent advances in image editing with natural language instructions have shown promising progress, particularly with closed-source models. However, open-source models often lag due to the lack of a reliable reward model for scaling up high-quality synthetic training data. To address this critical bottleneck, the paper introduces EditReward, a human-aligned reward model trained with a new large-scale human preference dataset called EditReward-Data (over 200K preference pairs).

To rigorously assess EditReward and future models, we also introduce EditReward-Bench, a new benchmark built upon high-quality annotations, which includes more difficult multi-way preference prediction tasks. EditReward demonstrates superior alignment with human preferences in instruction-guided image editing tasks, achieving state-of-the-art human correlation on established benchmarks and on EditReward-Bench itself.

Dataset Statistics

DatasetOriginal SamplesPairwise ComparisonsFile Size
2-pair133133~333 MB
3-pair150450~833 MB
4-pair148888~1.5 GB
Total4311471~2.7 GB
  • Total unique instructions: 431
  • Score range: 2.0 - 8.0 (Overall score = Instruction Following + Visual Quality)
  • Average score difference: 2.23
  • Total images: 1,739 (all embedded in parquet files)

Download EditReward-Bench

You can download the EditReward-Bench dataset using the Hugging Face CLI:

huggingface-cli download --repo-type dataset TIGER-Lab/EditReward-Bench --local-dir /your-local-dataset-path

Usage

Please refer to the github code for evaluation! The EditReward-bench's evaluation is available at EditReward/evaluate.

Benchmark Results: Alignment with Humans

The following tables present the experimental results from the paper, showcasing various models' alignment with human preferences on established benchmarks and on EditReward-Bench.

Experimental Results: Alignment with Humans
MethodGenAI-BenchAURORA-BenchImagenHubEditReward-Bench (Overall)
Random25.9033.43--13.84
Human-to-Human----41.84--
Proprietary Models
GPT-4o53.5450.8138.2128.31
GPT-559.6147.2740.8537.81
Gemini-2.0-Flash53.3244.3123.6933.47
Gemini-2.5-Flash57.0147.6341.6238.02
Open-Source VLMs
Qwen2.5-VL-3B-Inst42.7630.69-2.5426.86
Qwen2.5-VL-7B-Inst40.4838.6218.5929.75
Qwen2.5-VL-32B-Inst39.2837.0626.8728.72
MiMo-VL-7B-SFT-250857.8930.4322.1431.19
ADIEE59.9655.5634.50--
Reward Models (Ours)
EditReward (on Qwen2.5-VL-7B)63.9759.5036.1836.78
EditReward (on MiMo-VL-7B)65.7263.6235.2038.42

EditReward-Bench Results (K-way preference prediction)
MethodEditReward-Bench (K=2)EditReward-Bench (K=3)EditReward-Bench (K=4)EditReward-Bench (Overall)
Random25.8111.331.3513.84
Human-to-Human--------
Proprietary Models
GPT-4o45.6927.337.3128.31
GPT-557.5338.5112.8437.81
Gemini-2.0-Flash52.4333.3313.5133.47
Gemini-2.5-Flash58.6139.8612.1638.02
Open-Source VLMs
Qwen2.5-VL-3B-Inst51.0720.272.7126.86
Qwen2.5-VL-7B-Inst52.6924.673.3829.75
Qwen2.5-VL-32B-Inst50.5425.274.0528.72
MiMo-VL-7B-SFT-250849.4630.419.4631.19
ADIEE--------
Reward Models (Ours)
EditReward (on Qwen2.5-VL-7B)56.9936.0010.8136.78
EditReward (on MiMo-VL-7B)56.4542.6711.4938.42

Citation

Please kindly cite our paper if you use our code, data, models or results:

@article{wu2025editreward,
  title={EditReward: A Human-Aligned Reward Model for Instruction-Guided Image Editing},
  author={Wu, Keming and Jiang, Sicong and Ku, Max and Nie, Ping and Liu, Minghao and Chen, Wenhu},
  journal={arXiv preprint arXiv:2509.26346},
  year={2025}
}

Contributors

wukeming11

6 commits