[Update]: We uploaded the code of our model. The training framework is the same as E2FGVI, ProPainter, Fuseformer and so on.
Our propose model has the following merits that others have not:
- Bidirectional inpainting: Our method bidirectionally incorporates both past inpainted frames and forward reference frames to make the current generation become more temporally-consistent. This bidirectional design can fully exploit available information from the entire video to enhance temporal consistency.
- Error-aware inpainting: Our method exploits location priors for video inpainting to mark each token when calculating correlation in self-attention based on the given masks, which allows the model to distinguish different tokens with the awareness of error so as to produce more faithful results.
We place some video examples produced by our model below (click for details):
If you find this work is helpful, please cite our paper:
@article{hou2024bidirectional,
title={Bidirectional Error-Aware Fusion Network for Video Inpainting},
author={Hou, Jiacheng and Ji, Zhong and Yang, Jinyu and Zheng, Feng},
journal={IEEE Transactions on Circuits and Systems for Video Technology},
year={2024},
publisher={IEEE}
}We acknowledge the following works for their open source:
[1] ProPainter: Improving Propagation and Transformer for Video Inpainting, Zhou et al., In ICCV 2023.
[2] Towards End-to-End Flow-Guided Video Inpainting, Li et al., In CVPR 2022.
[3] Fusing Fine-grained Information in Transformers for Video Inpainting, Liu et al., In ICCV 2021.
[4] Learning Joint Spatio-Temporal Transformations for Video Inpainting, Zeng et al., In ECCV 2020.












