paper-with-me

Papers

OSVE: One Step Video Editing with One Step Diffusion Models

2026-07-22 · Habin Lim, Gyeong-Moon Park arxiv

Text-guided video editing with diffusion models is impractically slow, hindered by costly multi-step sampling and inversion. We present OSVE, the first framework to successfully adapt one-step Text-to-Image (T2I) models for high-quality video editing, addressing the core challenges of inversion, editability, and temporal consistency. To bypass slow iterative inversion, we train a learnable encoder that predicts the initial noise for each frame in a single forward pass. This encoder is trained with a novel Structure-Aware Editing (SAE) loss on a curated dataset of structurally-aligned image pairs, teaching it to preserve the source video's geometry during edits. For temporal coherence, we introduce Unified-Frame Editing (UFE), a technique that concatenates frame latents to facilitate cross-frame attention in a single generation step. Furthermore, for long videos, a sliding-window strategy with an anchor frame maintains global consistency. Our extensive experiments demonstrate that OSVE achieves editing quality comparable or superior to state-of-the-art multi-step methods, while operating approximately 155--171 times faster. This breakthrough paves the way for practical, real-time video editing applications. Code is available at https://github.com/KU-VGI/OSVE.

📄 PDF Abstract BibTeX arXiv:2607.19895

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Real-time One-Step Diffusion-based Expressive Portrait Videos Generation

2024-12-18 · Hanzhong Guo, Hongwei Yi, Daquan Zhou, Alexander William Bergman 외

Latent diffusion models have made great strides in generating expressive portrait videos with accurate lip-sync and natural motion from a single reference image and audio input. However, these models are far from real-ti…

Video Generation

Pix2Video: Video Editing using Image Diffusion

2023-03-22 · ICCV 2023 1 · Duygu Ceylan, Chun-Hao Paul Huang, Niloy J. Mitra

Image diffusion models, trained on massive image collections, have emerged as the most versatile image generator model in terms of quality and diversity. They support inverting real images and conditional (e.g., text) ge…

DenoisingText GenerationVideo Editing

Accelerating Diffusion-based Video Editing via Heterogeneous Caching: Beyond Full Computing at Sampled Denoising Timestep

2026-03-25 · Tianyi Liu, Ye Lu, Linfeng Zhang, Chen Cai 외 arxiv

Diffusion-based video editing has emerged as an important paradigm for high-quality and flexible content generation. However, despite their generality and strong modeling capacity, Diffusion Transformers (DiT) remain com…

Streaming Video Diffusion: Online Video Editing with Diffusion Models

2024-05-30 · Feng Chen, Zhen Yang, Bohan Zhuang, Qi Wu

We present a novel task called online video editing, which is designed to edit \textbf{streaming} frames while maintaining temporal consistency. Unlike existing offline video editing assuming all frames are pre-establish…

Video Editing

SEDiT: Mask-Free Video Subtitle Erasure via One-step Diffusion Transformer

2026-05-14 · Zheng Hui, Yunlong Bai arxiv

Recent breakthroughs in video diffusion models have significantly accelerated the development of video editing techniques. However, existing methods often rely on inpainting video frames based on masked input, which requ…