MCPcopy Index your code
hub / github.com/MCG-NJU/EMA-VFI

github.com/MCG-NJU/EMA-VFI @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
121 symbols 472 edges 23 files 5 documented · 4%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Extracting Motion and Appearance via Inter-Frame Attention for Efficient Video Frame Interpolation arxiv

Extracting Motion and Appearance via Inter-Frame Attention for Efficient Video Frame Interpolation

Accepted by CVPR 2023

Guozhen Zhang, Yuhan Zhu, Haonan Wang, Youxin Chen, Gangshan Wu, Limin Wang

PWC PWC PWC PWC PWC PWC

:boom: News

  • [2023.03.12] We compared our method with other methods (VFIFormer and M2M) under extreme cases such as large motion and scene transitions. The video demonstrating our results can be found here (Bilibili).
  • [2023.03.12] Thanks to @jhogsett, our model now has a more user-friendly WebUI!

:satisfied: HighLights

In this work, we propose to exploit inter-frame attention for extracting motion and appearance information in video frame interpolation. In particular, we utilize the correlation information hidden within the attention map to simultaneously enhance the appearance information and model motion. Meanwhile, we devise an hybrid CNN and Transformer framework to achieve a better trade-off between performance and efficiency. Experiment results show that our proposed module achieves state-of-the-art performance on both fixed- and arbitrary-timestep interpolation and enjoys effectiveness compared with the previous SOTA method.

Runtime and memory usage compared with previous SOTA method:

:two_hearts:Dependencies

  • torch 1.8.0
  • python 3.8
  • skimage 0.19.2
  • numpy 1.23.1
  • opencv-python 4.6.0
  • timm 0.6.11
  • tqdm

:sunglasses: Play with Demos

  1. Download the model checkpoints (baidu&code:gi5j)and put the ckpt folder into the root dir.
  2. Run the following commands to generate 2x and Nx (arbitrary) frame interpolation demos:
python demo_2x.py        # for 2x interpolation
python demo_Nx.py --n 8  # for 8x interpolation

By running above commands, you should get the follow examples by default:

:sparkles: Training for Fixed-timestep Interpolation

  1. Download Vimeo90K dataset
  2. Run the following command at the root dir:
  python -m torch.distributed.launch --nproc_per_node=4 train.py --world_size 4 --batch_size 8 --data_path **YOUR_VIMEO_DATASET_PATH** 

The default training setting is Ours. If you want train Ours_small or your own model, you can modify the MODEL_CONFIG in config.py.

:runner: Evaluation

  1. Download the dataset you need:

  2. Vimeo90K dataset

  3. UCF101 dataset
  4. Xiph dataset
  5. MiddleBury OTHER dataset
  6. SNU-FILM dataset
  7. HD dataset
  8. X4K1000FPS dataset

  9. Download the model checkpoints and put the ckpt folder into the root dir.

For 2x interpolation benchmarks:

python benchmark/**dataset**.py --model **model[ours/ours_small]** --path /where/is/your/**dataset**

For 4x interpolation benchmarks:

python benchmark/**dataset**.py --model **model[ours_t/ours_small_t]** --path /where/is/your/dataset

You can also test the inference time of our methods on the $H\times W$ image with the following command:

python benchmark/TimeTest.py --model **model[ours/ours_small]** --H **SIZE** --W **SIZE**

:muscle: Citation

If you think this project is helpful in your research or for application, please feel free to leave a star⭐️ and cite our paper:

@inproceedings{zhang2023extracting,
  title={Extracting motion and appearance via inter-frame attention for efficient video frame interpolation},
  author={Zhang, Guozhen and Zhu, Yuhan and Wang, Haonan and Chen, Youxin and Wu, Gangshan and Wang, Limin},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={5682--5692},
  year={2023}
}

:heartpulse: License and Acknowledgement

This project is released under the Apache 2.0 license. The codes are based on RIFE, PvT, IFRNet, Swin and HRFormer. Please also follow their licenses. Thanks for their awesome works.

Core symbols most depended-on inside this repo

pad
called by 20
benchmark/utils/padder.py
device
called by 17
Trainer.py
eval
called by 11
Trainer.py
load_model
called by 10
Trainer.py
warp
called by 8
model/warplayer.py
unpad
called by 7
benchmark/utils/padder.py
inference
called by 6
Trainer.py
read
called by 6
benchmark/utils/yuv_frame_io.py

Shape

Method 75
Function 25
Class 21

Languages

Python100%

Modules by API surface

model/feature_extractor.py37 symbols
model/loss.py15 symbols
Trainer.py13 symbols
benchmark/utils/pytorch_msssim.py12 symbols
model/flow_estimation.py10 symbols
model/refine.py9 symbols
benchmark/utils/yuv_frame_io.py8 symbols
dataset.py7 symbols
benchmark/utils/padder.py4 symbols
train.py3 symbols
model/warplayer.py1 symbols
config.py1 symbols

For agents

$ claude mcp add EMA-VFI \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact