paper-with-me

Papers

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

2024-04-17 · Ying Zhang, Yuezun Li, Bo Peng, Jiaran Zhou, Huiyu Zhou, Junyu Dong

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 typically employ fixed operations to combine spatial and temporal clues, limiting their applicability in different scenarios. In this paper, we introduce a novel Multilateral Temporal-view Pyramid Transformer ({\em MumPy}) that collaborates spatial-temporal clues flexibly. Our method utilizes a newly designed multilateral temporal-view encoder to extract various collaborations of spatial-temporal clues and introduces a deformable window-based temporal-view interaction module to enhance the diversity of these collaborations. Subsequently, we develop a multi-pyramid decoder to aggregate the various types of features and generate detection maps. By adjusting the contribution strength of spatial and temporal clues, our method can effectively identify inpainted regions. We validate our method on existing datasets and also introduce a new challenging and large-scale Video Inpainting dataset based on the YouTube-VOS dataset, which employs several more recent inpainting methods. The results demonstrate the superiority of our method in both in-domain and cross-domain evaluation scenarios.

📄 PDF Abstract BibTeX arXiv:2404.11054

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiversityVideo Inpainting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Focus 설명 없음

Similar Papers 제목 키워드 기반

TBP-Former: Learning Temporal Bird's-Eye-View Pyramid for Joint Perception and Prediction in Vision-Centric Autonomous Driving

2023-03-17 · CVPR 2023 1 · Shaoheng Fang, Zi Wang, Yiqi Zhong, Junhao Ge 외

Vision-centric joint perception and prediction (PnP) has become an emerging trend in autonomous driving research. It predicts the future states of the traffic participants in the surrounding environment from raw RGB imag…

Autonomous DrivingBird's-Eye View Semantic Segmentation

Visualizing the Passage of Time with Video Temporal Pyramids

2022-08-25 · Melissa E. Swift, Wyatt Ayers, Sophie Pallanck, Scott Wehrwein

What can we learn about a scene by watching it for months or years? A video recorded over a long timespan will depict interesting phenomena at multiple timescales, but identifying and viewing them presents a challenge. T…

Refined Temporal Pyramidal Compression-and-Amplification Transformer for 3D Human Pose Estimation

2023-09-04 · Hanbing Liu, Wangmeng Xiang, Jun-Yan He, Zhi-Qi Cheng 외

Accurately estimating the 3D pose of humans in video sequences requires both accuracy and a well-structured architecture. With the success of transformers, we introduce the Refined Temporal Pyramidal Compression-and-Ampl…

3D Human Pose EstimationPose Estimation

PRformer: Pyramidal Recurrent Transformer for Multivariate Time Series Forecasting

2024-08-20 · Yongbo Yu, Weizhong Yu, Feiping Nie, Xuelong Li

The self-attention mechanism in Transformer architecture, invariant to sequence order, necessitates positional embeddings to encode temporal order in time series prediction. We argue that this reliance on positional embe…

Multivariate Time Series ForecastingTemporal SequencesTime SeriesTime Series Forecasting+1

Efficient End-to-End Video Question Answering with Pyramidal Multimodal Transformer

2023-02-04 · Min Peng, Chongyang Wang, Yu Shi, Xiang-Dong Zhou

This paper presents a new method for end-to-end Video Question Answering (VideoQA), aside from the current popularity of using large-scale pre-training with huge feature extractors. We achieve this with a pyramidal multi…

Computational EfficiencyQuestion AnsweringRetrievalText to Video Retrieval+2