English

Deep Video Inpainting Detection

Computer Vision and Pattern Recognition 2021-01-28 v1

Abstract

This paper studies video inpainting detection, which localizes an inpainted region in a video both spatially and temporally. In particular, we introduce VIDNet, Video Inpainting Detection Network, which contains a two-stream encoder-decoder architecture with attention module. To reveal artifacts encoded in compression, VIDNet additionally takes in Error Level Analysis frames to augment RGB frames, producing multimodal features at different levels with an encoder. Exploring spatial and temporal relationships, these features are further decoded by a Convolutional LSTM to predict masks of inpainted regions. In addition, when detecting whether a pixel is inpainted or not, we present a quad-directional local attention module that borrows information from its surrounding pixels from four directions. Extensive experiments are conducted to validate our approach. We demonstrate, among other things, that VIDNet not only outperforms by clear margins alternative inpainting detection methods but also generalizes well on novel videos that are unseen during training.

Keywords

Cite

@article{arxiv.2101.11080,
  title  = {Deep Video Inpainting Detection},
  author = {Peng Zhou and Ning Yu and Zuxuan Wu and Larry S. Davis and Abhinav Shrivastava and Ser-Nam Lim},
  journal= {arXiv preprint arXiv:2101.11080},
  year   = {2021}
}
R2 v1 2026-06-23T22:33:50.330Z