paper-with-me

홈 › Papers

VRWKV-Editor: Reducing quadratic complexity in transformer-based video editing

2025-09-30 · Abdelilah Aitrouga, Youssef Hmamouche, Amal El Fallah Seghrouchni arxiv

In light of recent progress in video editing, deep learning models focusing on both spatial and temporal dependencies have emerged as the primary method. However, these models suffer from the quadratic computational complexity of traditional attention mechanisms, making them difficult to adapt to long-duration and high-resolution videos. This limitation restricts their applicability in practical contexts such as real-time video processing. To tackle this challenge, we introduce a method to reduce both time and space complexity of these systems by proposing VRWKV-Editor, a novel video editing model that integrates a linear spatio-temporal aggregation module into video-based diffusion models. VRWKV-Editor leverages bidirectional weighted key-value recurrence mechanism of the RWKV transformer to capture global dependencies while preserving temporal coherence, achieving linear complexity without sacrificing quality. Extensive experiments demonstrate that the proposed method achieves up to 3.7x speedup and 60% lower memory usage compared to state-of-the-art diffusion-based video editing methods, while maintaining competitive performance in frame consistency and text alignment. Furthermore, a comparative analysis we conducted on videos with different sequence lengths confirms that the gap in editing speed between our approach and architectures with self-attention becomes more significant with long videos.

📄 PDF Abstract BibTeX arXiv:2509.25998

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Med-URWKV: Pure RWKV With ImageNet Pre-training For Medical Image Segmentation

2025-06-12 · Zhenhuan Zhou

Medical image segmentation is a fundamental and key technology in computer-aided diagnosis and treatment. Previous methods can be broadly classified into three categories: convolutional neural network (CNN) based, Transf…

Image SegmentationLong-range modelingMedical Image SegmentationSegmentation+1

Vision-RWKV: Efficient and Scalable Visual Perception with RWKV-Like Architectures

2024-03-04 · Yuchen Duan, Weiyun Wang, Zhe Chen, Xizhou Zhu 외

Transformers have revolutionized computer vision and natural language processing, but their high computational complexity limits their application in high-resolution image processing and long-context analysis. This paper…

image-classificationImage Classification

EvRWKV: A Continuous Interactive RWKV Framework for Effective Event-Guided Low-Light Image Enhancement

2025-07-01 · Wenjie Cai, Qingguo Meng, Zhenyu Wang, Xingbo Dong 외 arxiv

Event cameras offer significant potential for Low-light Image Enhancement (LLIE), yet existing fusion approaches are constrained by a fundamental dilemma: early fusion struggles with modality heterogeneity, while late fu…

Low-Light Image EnhancementSemantic Segmentation

Linear Video Transformer with Feature Fixation

2022-10-15 · Kaiyue Lu, Zexiang Liu, Jianyuan Wang, Weixuan Sun 외

Vision Transformers have achieved impressive performance in video classification, while suffering from the quadratic complexity caused by the Softmax attention mechanism. Some studies alleviate the computational costs by…

Feature ImportanceVideo Classification

CAST: Clustering Self-Attention using Surrogate Tokens for Efficient Transformers

2024-02-06 · Adjorn van Engelenhoven, Nicola Strisciuglio, Estefanía Talavera

The Transformer architecture has shown to be a powerful tool for a wide range of tasks. It is based on the self-attention mechanism, which is an inherently computationally expensive operation with quadratic computational…

Clustering