--- license: other license_name: adobe-research-license license_link: LICENSE --- # EditVerse This repository contains the instruction-based video editing evaluation benchmark for EditVerseBench in paper "EditVerse: A Unified Framework for Editing and Generation via In-Context Learning". > [Xuan Ju](https://juxuan27.github.io/)12, [Tianyu Wang](https://scholar.google.com/citations?user=yRwZIN8AAAAJ&hl=zh-CN)1, [Yuqian Zhou](https://yzhouas.github.io/)1, [He Zhang](https://sites.google.com/site/hezhangsprinter)1, [Qing Liu](https://qliu24.github.io/)1, [Nanxuan Zhao](https://www.nxzhao.com/)1, [Zhifei Zhang](https://zzutk.github.io/)1, [Yijun Li](https://yijunmaverick.github.io/)1, [Yuanhao Cai](https://caiyuanhao1998.github.io/)3, [Shaoteng Liu](https://www.shaotengliu.com/)1, [Daniil Pakhomov](https://scholar.google.com/citations?user=UI10l34AAAAJ&hl=en)1, [Zhe Lin](https://sites.google.com/site/zhelin625/)1, [Soo Ye Kim](https://sites.google.com/view/sooyekim)1*, [Qiang Xu](https://cure-lab.github.io/)2*
> 1Adobe Research 2The Chinese University of Hong Kong 3Johns Hopkins University *Corresponding Author

🌐 Project Page || πŸ“œ Arxiv || ✨ Slides || πŸ‘€ Comparison || πŸ’» Evaluation Code

## ⏬ Download Benchmark **(1) Clone the EditVerseBench Repository** ``` git lfs install git clone https://huggingface.co/datasets/EditVerse/EditVerseBench ``` **(2) Download the Videos** The original source videos cannot be directly distributed due to licensing restrictions. Instead, you can download them using the provided script with the Pixabay API. (The network connection may occasionally fail, so you might need to run the script multiple times.) > ⚠️ Note: Please remember to revise the API key to your own key in `download_source_video.py`. You can find the API key [here](https://pixabay.com/api/docs/#api_search_images) (marked in Parameters-key(required) on the website). The API is free but you need to sign up an account to have the API key. ``` python download_source_video.py ``` **(3) Unpack comparison results (Optional)** Extract the comparison results and remove the archive: ``` cd EditVerseBench tar -zxvf EditVerse_Comparison_Results.tar.gz rm EditVerse_Comparison_Results.tar.gz ``` ## ✨ Benchmark Results
Method VLM evaluation Video Quality Text Alignment Temporal Consistency
Editing Quality ↑ Pick Score ↑ Frame ↑ Video ↑ CLIP ↑ DINO ↑
Attention Manipulation (Training-free)
TokenFlow 5.2619.7325.5722.7098.3698.09
STDF 4.4119.4525.2422.2696.0495.22
First-Frame Propagation (w/ End-to-End Training)
SeΓ±orita-2M 6.9719.7126.3423.2498.0597.99
Instruction-Guided (w/ End-to-End Training)
InsV2V 5.2119.3924.9922.5497.1596.57
Lucy Edit 5.8919.6726.0023.1198.4998.38
Ours (Ours) 7.6520.0726.7323.9398.5698.42
Closed-Source Commercial Models
Runway Aleph 7.4420.4227.7024.2798.9498.60
πŸ’Œ If you find our work useful for your research, please consider citing our paper: ``` @article{ju2025editverse, title = {EditVerse: Unifying Image and Video Editing and Generation with In-Context Learning}, author = {Xuan Ju and Tianyu Wang and Yuqian Zhou and He Zhang and Qing Liu and Nanxuan Zhao and Zhifei Zhang and Yijun Li and Yuanhao Cai and Shaoteng Liu and Daniil Pakhomov and Zhe Lin and Soo Ye Kim and Qiang Xu}, journal = {arXiv preprint arXiv:2509.20360}, year = {2025}, url = {https://arxiv.org/abs/2509.20360} } ```