---
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.26 | 19.73 | 25.57 | 22.70 | 98.36 | 98.09 |
| STDF | 4.41 | 19.45 | 25.24 | 22.26 | 96.04 | 95.22 |
| First-Frame Propagation (w/ End-to-End Training) | ||||||
| SeΓ±orita-2M | 6.97 | 19.71 | 26.34 | 23.24 | 98.05 | 97.99 |
| Instruction-Guided (w/ End-to-End Training) | ||||||
| InsV2V | 5.21 | 19.39 | 24.99 | 22.54 | 97.15 | 96.57 |
| Lucy Edit | 5.89 | 19.67 | 26.00 | 23.11 | 98.49 | 98.38 |
| Ours (Ours) | 7.65 | 20.07 | 26.73 | 23.93 | 98.56 | 98.42 |
| Closed-Source Commercial Models | ||||||
| Runway Aleph | 7.44 | 20.42 | 27.70 | 24.27 | 98.94 | 98.60 |