FluencyVE: Marrying Temporal-Aware Mamba with Bypass Attention for Video Editing
Mingshu Cai, Yixuan Li, Osamu Yoshie, Yuya Ieiri
TL;DR
FluencyVE tackles the challenge of one-shot video editing with diffusion models by integrating a temporal-aware Mamba module to enable dense global frame attention with linear complexity, and introducing Bypass Attention to reduce parameter count via low-rank projections. The approach preserves the generative power of pretrained Stable Diffusion while significantly cutting training and inference costs, addressing temporal inconsistency and computational overhead common in prior methods. Through extensive experiments and ablations on frame consistency and textual alignment, FluencyVE demonstrates improved editing quality across backgrounds, styles, and subjects with substantial efficiency gains. This yields a practical, scalable path for video editing via diffusion models, with potential extensions toward adapter-based fine-tuning to further reduce training requirements.
Abstract
Large-scale text-to-image diffusion models have achieved unprecedented success in image generation and editing. However, extending this success to video editing remains challenging. Recent video editing efforts have adapted pretrained text-to-image models by adding temporal attention mechanisms to handle video tasks. Unfortunately, these methods continue to suffer from temporal inconsistency issues and high computational overheads. In this study, we propose FluencyVE, which is a simple yet effective one-shot video editing approach. FluencyVE integrates the linear time-series module, Mamba, into a video editing model based on pretrained Stable Diffusion models, replacing the temporal attention layer. This enables global frame-level attention while reducing the computational costs. In addition, we employ low-rank approximation matrices to replace the query and key weight matrices in the causal attention, and use a weighted averaging technique during training to update the attention scores. This approach significantly preserves the generative power of the text-to-image model while effectively reducing the computational burden. Experiments and analyses demonstrate promising results in editing various attributes, subjects, and locations in real-world videos.
