paper-with-me

홈 › Papers

Deep Video Inpainting Detection

2021-01-26 · Peng Zhou, Ning Yu, Zuxuan Wu, Larry S. Davis, Abhinav Shrivastava, Ser-Nam Lim

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.

📄 PDF Abstract BibTeX arXiv:2101.11080

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderVideo Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Frequency-Aware Spatiotemporal Transformers for Video Inpainting Detection

2021-01-01 · ICCV 2021 10 · Bingyao Yu, Wanhua Li, Xiu Li, Jiwen Lu 외

In this paper, we propose a frequency-aware spatiotemporal transformers for deep In this paper, we propose a Frequency-Aware Spatiotemporal Transformer (FAST) for video inpainting detection, which aims to simultaneou…

DecoderVideo Inpainting

Copy-and-Paste Networks for Deep Video Inpainting

2019-08-30 · ICCV 2019 10 · Sungho Lee, Seoung Wug Oh, DaeYeun Won, Seon Joo Kim

We present a novel deep learning based algorithm for video inpainting. Video inpainting is a process of completing corrupted or missing regions in videos. Video inpainting has additional challenges compared to image inpa…

Image InpaintingLane DetectionVideo Inpainting

Detecting Inpainted Video with Frequency Domain Insights

2024-09-21 · Quanhui Tang, Jingtao Cao

Video inpainting enables seamless content removal and replacement within frames, posing ethical and legal risks when misused. To mitigate these risks, detecting manipulated regions in inpainted videos is critical. Previo…

Video Inpainting

Proposal-based Video Completion

2020-08-01 · ECCV 2020 8 · Yuan-Ting Hu, Heng Wang, Nicolas Ballas, Kristen Grauman 외

Video inpainting is an important technique for a wide variety of applications from video content editing to video restoration. Early approaches follow image inpainting paradigms, but are challenged by complex camera moti…

Image Inpaintingobject-detectionObject DetectionOne-shot visual object segmentation+2

Mumpy: Multilateral Temporal-view Pyramid Transformer for Video Inpainting Detection

2024-04-17 · Ying Zhang, Yuezun Li, Bo Peng, Jiaran Zhou 외

The task of video inpainting detection is to expose the pixel-level inpainted regions within a video sequence. Existing methods usually focus on leveraging spatial and temporal inconsistencies. However, these methods typ…

DecoderDiversityVideo Inpainting