Streaming Video Editing with Easy Adaptation
Summary
This paper introduces SVEET, a framework for high-quality streaming video editing that leverages a pretrained video diffusion model to enable auto-regressive editing with real-time performance on a single GPU.
View Cached Full Text
Cached at: 09/22/26, 11:26 AM
Paper page - Streaming Video Editing with Easy Adaptation
Source: https://huggingface.co/papers/2609.24788
Abstract
Inthispaper,weproposeSVEET,aframeworkthatrequiresmerelytrainingonapretrainedbidirectionalvideodiffusionmodelbutsupportshigh-qualitystreamingvideoeditinginanauto-regressivefashion.Totacklethisproblem,wefirstsystematicallyrevisitexistingvideo-to-videodiffusionapproachesandidentifytwokeyprinciplesforsuchstreamingadaptation:backbonefeaturedisentanglementandconditionalframeindependence.Buildingontheseinsights,wedevelopanovelparadigmforcontrollablevideogeneration.Atitscore,anauxiliarymodelbranchencodessourcevideoinputswithtemporallyindependentself-attention,andtheintermediatefeaturesareinjectedintothecorrespondingbackboneblocksforstreaming-compatiblecontrol.Moreover,tobridgethediscrepancybetweenthefeaturespacesofbidirectionalandstreamingmodels,weproposeadecoupledtrainingschemethatexplicitlyenforcestheorthogonalitybetweentheoptimizationdirectionsofvideocontrollabilityandmodelcausality.Suchdisentanglementensurescompatibilitybetweenthetwoobjectivesatinferenceandfacilitatessmoothzero-shotknowledgetransferacrossheterogeneousbackbonearchitectures.ExtensiveexperimentsdemonstratethatSVEETachievessuperioreditingqualitywhilemaintainingreal-timeperformance,attaining15FPSonasingleH100GPU17withoutanyauxiliaryaccelerationtechniques.Codesareavailableathttps://github.com/YujiaHu1109/SVEET.
View arXiv pageView PDFGitHub9Add to collection
Get this paper in your agent:
hf papers read 2609\.24788
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.24788 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.24788 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.24788 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
LiveEdit: Towards Real-Time Diffusion-Based Streaming Video Editing
LiveEdit proposes a causal, frame-by-frame streaming video editing framework that achieves real-time performance (12.66 FPS) via a three-stage distillation pipeline and AR-oriented mask cache, enabling stable long-horizon edits.
JoyAI-Video-Edit: Real-Time Open-Ended Video Editing with Autoregressive Diffusion
JoyAI-Video-Edit is a 16B-parameter autoregressive diffusion framework for real-time, open-ended video editing, achieving 720p editing at ~30 FPS on a single NVIDIA B200 GPU.
One Editor, Many Edits: A Unified Training-Free Framework for Diverse Video Editing
EditVid is a unified training-free video editing framework that supports instruction-guided and subject-guided edits using sparse causal memory, token injection, and soft latent blending, achieving high fidelity and outperforming baseline methods in benchmarks.
LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models
LongE2V leverages pre-trained video diffusion priors and introduces Autoregressive Unrolling, Adaptive Context Switching, Reencoding Alignment, and Event Voxel Density Augmentation to achieve high-quality video reconstruction, prediction, and frame interpolation from sparse event streams, outperforming state-of-the-art methods.
InfinityEdit: Infinite Video Editing with a Lightweight Edit-Ignition Adapter
InfinityEdit proposes a lightweight adapter for infinite video editing that enables continuous edits on streaming video frames using history, temporal, and edit attention modules, maintaining stability over unbounded sequences.