EBench-18K
收藏LMM4Edit数据集概述
基本信息
- 数据集名称: LMM4Edit
- 相关论文: LMM4Edit: Benchmarking and Evaluating Multimodal Image Editing with LMMs
- 会议: ACM MM 2025
- 研究领域: 多模态图像编辑与大型多模态模型(LMMs)
数据集内容
- 数据类型: 多模态图像编辑数据
- 训练数据:
./data/train_v.json - 验证数据:
./data/test_v.json
下载信息
- 数据集下载链接: 百度网盘
- 预训练权重: 需下载Qwen2.5-VL预训练权重并放置于
./weights/qwen2_5目录
使用方式
训练
bash CUDA_VISIBLE_DEVICES=0 swift sft --model_type qwen2_5_vl --model ./weights/qwen2_5 --dataset ./data/train_v.json --val_dataset ./data/test_v.json --max_length 4096 --num_train_epochs 2 --save_steps 16 --eval_steps 16 --per_device_train_batch_size 1 --per_device_eval_batch_size 1 --gradient_accumulation_steps 16 --freeze_llm false --freeze_vit false
评估
bash python evaluate.py --model_path ./weights/qwen2_5 --ckpt_path ./weights/checkpoints/model_weights_v.pth --val_dataset ./data/test_v.json --output_json /path/to/output_predictions.json --QA False
引用信息
bash @misc{xu2025lmm4editbenchmarkingevaluatingmultimodal, title={LMM4Edit: Benchmarking and Evaluating Multimodal Image Editing with LMMs}, author={Zitong Xu and Huiyu Duan and Bingnan Liu and Guangji Ma and Jiarui Wang and Liu Yang and Shiqi Gao and Xiaoyu Wang and Jia Wang and Xiongkuo Min and Guangtao Zhai and Weisi Lin}, year={2025}, eprint={2507.16193}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2507.16193}, }




