InfinityEdit: Infinite Video Editing with a Lightweight Edit-Ignition Adapter
Summary
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.
View Cached Full Text
Cached at: 08/24/26, 04:39 AM
Paper page - InfinityEdit: Infinite Video Editing with a Lightweight Edit-Ignition Adapter
Source: https://huggingface.co/papers/2608.20910 Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
InfinityEdit enables continuous, unbounded video editing by using a lightweight adapter with history, temporal causal, and edit cross-attention modules to extend edits into future streaming frames while maintaining stability.
With large pretrained models, existing methods have effectively improved instruction-based video editing. However, most of them rely on an in-place editing assumption. They align the edited video with the given source clip frame by frame over a fixed time span. This pattern fails for open-ended streams, e.g., restyling a live game or applying a camera move to an ongoing shot. In such cases, edits must extend to future frames as they arrive, rather than be applied to a static input clip. In this paper, we study this setting and name itinfinite video editing: given a preceding segment and an edit request, a model must generate the next segment that continues the stream while applying the requested edit. This process repeats as an unbounded sequence of edit instructions arrives. This task brings two challenges: the edit must be a faithful continuation rather than a frame-wise rewrite, and generation quality must remain stable as edits accumulate. To address them, we first design a data-collection pipeline forinfinite video editing. Based on the collected data, we propose InfinityEdit, a lightweightedit adapterthat equips astreaming video generatorwith unbounded editing ability. The adapter contains three attention modules.History cross-attentionguides thedenoisingframes using the input frames.Temporal causal self-attentionkeeps temporal cues flowing only from earlier frames to later ones.Edit cross-attentioninjects the edit request into generation. During inference, the adapter is activated only in the chunk where an edit request arrives. Subsequent chunks are generated by the original model with a resetanchor frame. This scheme applies the edit while preserving the original model’s infinite generation ability. Extensive experiments show that InfinityEdit faithfully continues the stream under each edit, and stays stable over unbounded edit sequences.
View arXiv pageView PDFProject pageGitHub1Add to collection
Get this paper in your agent:
hf papers read 2608\.20910
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/2608.20910 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.20910 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.20910 in a Space README.md to link it from this page.
Collections including this paper1
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.
EditaLive! Unified Character Video Editing for Live Streaming
EditaLive is a novel framework for real-time human-centric live-stream video editing that adapts image animation models using causal generation and distillation for efficient streaming inference.
Echo-Infinity: Learning Evolving Memory for Real-Time Infinite Video Generation
Echo-Infinity introduces a learnable evolving memory mechanism for autoregressive video generation, enabling real-time infinite video generation with constant memory cost and state-of-the-art performance.
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.
Lightning Unified Video Editing via In-Context Sparse Attention
This paper introduces In-context Sparse Attention (ISA), a framework that significantly reduces computational costs in video editing by pruning redundant context and using dynamic query grouping. The authors demonstrate the method's effectiveness with LIVEditor, achieving near-lossless acceleration and state-of-the-art results on multiple video editing benchmarks.