XiangpengYang commited on
Commit
0d1a388
·
1 Parent(s): 5767b1e
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -4,9 +4,19 @@
4
  [![arXiv](https://img.shields.io/badge/arXiv-2502.17258-B31B1B.svg)](https://arxiv.org/abs/2502.17258)
5
  [![HuggingFace Daily Papers Top1](https://img.shields.io/static/v1?label=HuggingFace%20Daily%20Papers&message=Top1&color=blue)](https://huggingface.co/papers/2502.17258)
6
  [![Project page](https://img.shields.io/badge/Project-Page-brightgreen)](https://knightyxp.github.io/VideoGrain_project_page/)
7
- ![visitors](https://visitor-badge.laobi.icu/badge?page_id=knightyxp.VideoGrain&left_color=green&right_color=red)
8
  [![Demo Video - VideoGrain](https://img.shields.io/badge/Demo_Video-VideoGrain-red)](https://youtu.be/JKDLet618hU)
9
 
 
 
 
 
 
 
 
 
 
 
10
  <table class="center" border="1" cellspacing="0" cellpadding="5">
11
  <tr>
12
  <td colspan="2" style="text-align:center;"><img src="assets/teaser/class_level.gif" style="width:250px; height:auto;"></td>
 
4
  [![arXiv](https://img.shields.io/badge/arXiv-2502.17258-B31B1B.svg)](https://arxiv.org/abs/2502.17258)
5
  [![HuggingFace Daily Papers Top1](https://img.shields.io/static/v1?label=HuggingFace%20Daily%20Papers&message=Top1&color=blue)](https://huggingface.co/papers/2502.17258)
6
  [![Project page](https://img.shields.io/badge/Project-Page-brightgreen)](https://knightyxp.github.io/VideoGrain_project_page/)
7
+ [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fknightyxp%2FVideoGrain&count_bg=%23C83DB9&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=visitors&edge_flat=false)](https://hits.seeyoufarm.com)
8
  [![Demo Video - VideoGrain](https://img.shields.io/badge/Demo_Video-VideoGrain-red)](https://youtu.be/JKDLet618hU)
9
 
10
+ This repo contains the codebase for our ICLR 2025 paper "[VideoGrain: Modulating Space-Time Attention for Multi-Grained Video Editing](https://arxiv.org/abs/2502.17258)"
11
+
12
+ <!-- ## Introduction
13
+ VideoGrain is a novel framework to achieve multi-grained video editing.
14
+ - Perform Video Editing **WITH ONLY SINGLE IMAGE**
15
+ - turning video editing into an image editing problem
16
+ - can seamlessly build on top of image editing methods to perform diverse types of editing
17
+ - Training-Free
18
+ - Does not require any training/fine-tuning -->
19
+
20
  <table class="center" border="1" cellspacing="0" cellpadding="5">
21
  <tr>
22
  <td colspan="2" style="text-align:center;"><img src="assets/teaser/class_level.gif" style="width:250px; height:auto;"></td>