paper-with-me

Papers

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

2023-03-01 · CVPR 2023 1 · Guozhen Zhang, Yuhan Zhu, Haonan Wang, Youxin Chen, Gangshan Wu, LiMin Wang

Effectively extracting inter-frame motion and appearance information is important for video frame interpolation (VFI). Previous works either extract both types of information in a mixed way or elaborate separate modules for each type of information, which lead to representation ambiguity and low efficiency. In this paper, we propose a novel module to explicitly extract motion and appearance information via a unifying operation. Specifically, we rethink the information process in inter-frame attention and reuse its attention map for both appearance feature enhancement and motion information extraction. Furthermore, for efficient VFI, our proposed module could be seamlessly integrated into a hybrid CNN and Transformer architecture. This hybrid pipeline can alleviate the computational complexity of inter-frame attention as well as preserve detailed low-level structure information. Experimental results demonstrate that, for both fixed- and arbitrary-timestep interpolation, our method achieves state-of-the-art performance on various datasets. Meanwhile, our approach enjoys a lighter computation overhead over models with close performance. The source code and models are available at https://github.com/MCG-NJU/EMA-VFI.

📄 PDF Abstract BibTeX arXiv:2303.00440

Code (1)

mcg-nju/ema-vfi 공식 구현 pytorch

Tasks

Video Frame Interpolation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Training Weakly Supervised Video Frame Interpolation With Events

2021-01-01 · ICCV 2021 10 · ZHIYANG YU, Yu Zhang, Deyuan Liu, Dongqing Zou 외

Event-based video frame interpolation is promising as event cameras capture dense motion signals that can greatly facilitate motion-aware synthesis. However, training existing frameworks for this task requires high f…

Video Frame Interpolation

UniEdit: A Unified Tuning-Free Framework for Video Motion and Appearance Editing

2024-02-20 · Jianhong Bai, Tianyu He, Yuchi Wang, Junliang Guo 외

Recent advances in text-guided video editing have showcased promising results in appearance editing (e.g., stylization). However, video motion editing in the temporal dimension (e.g., from eating to waving), which distin…

Video Editing

COMET: Contrastive Motion-Enhanced Temporal Reasoning for Video Multimodal Large Language Models

2026-08-21 · Chenghua Zhu, Zhaolu Kang, Qifan Shi, Siyan Wu 외 arxiv

Video multimodal large language models have advanced significantly, yet fine-grained motion-temporal understanding remains fragile. The core bottleneck is not only sparse frame sampling, but also the lack of a complete t…

Separate Motion from Appearance: Customizing Motion via Customizing Text-to-Video Diffusion Models

2025-01-28 · Huijie Liu, Jingyun Wang, Shuai Ma, Jie Hu 외

Motion customization aims to adapt the diffusion model (DM) to generate videos with the motion specified by a set of video clips with the same motion concept. To realize this goal, the adaptation of DM should be possible…

Learning Motion-Appearance Co-Attention for Zero-Shot Video Object Segmentation

2021-01-01 · ICCV 2021 10 · Shu Yang, Lu Zhang, Jinqing Qi, Huchuan Lu 외

How to make the appearance and motion information interact effectively to accommodate complex scenarios is a fundamental issue in flow-based zero-shot video object segmentation. In this paper, we propose an Attentive…

Semantic SegmentationUnsupervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation+1