PermaVid: Consistent Video Generation Across Edits via Disentangled Context Memory
Summary
PermaVid introduces a multi-modal context memory that disentangles appearance and geometric structure to maintain long-term video consistency after editing operations, outperforming prior methods.
View Cached Full Text
Cached at: 06/16/26, 11:32 AM
Paper page - PermaVid: Consistent Video Generation Across Edits via Disentangled Context Memory
Source: https://huggingface.co/papers/2606.16449
Abstract
PermaVid addresses long-term video consistency after edits by using multi-modal memory banks that separate appearance and geometric structure, enabling coherent video generation across time and viewpoints.
Consistent video generation under editing operations requires persistence: when edits modify scene appearance or layout, subsequent generations should remain coherent across time and viewpoints. However, existing memory designs struggle to maintain long-term consistency after such modifications, as stored contexts may become outdated or invalid. To address this, we propose PermaVid, a novel framework built upon amulti-modal context memorythat disentanglesspatial contextintosemantic appearanceandgeometric structure, together with anedit-aware memory updateand retrieval strategy that keeps memory evolution aligned with subsequent observations. Specifically, we develop two complementary memory banks: anRGB context memorythat captures appearance-aware observations while implicitly encoding geometry, and adepth context memorythat preserves geometry-only structure disentangled from semantics. Building on this design, we introduce amemory-guided video generationmodel that performsmulti-modal feature fusionunder reference conditions drawn from mixed-modality memory contexts. Experiments demonstrate that our method maintains strong long-term semantic and structural consistency after edits, significantly outperforming state-of-the-art methods.
View arXiv pageView PDFProject pageGitHub3Add to collection
Get this paper in your agent:
hf papers read 2606\.16449
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/2606.16449 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.16449 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.16449 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Memento: Reconstruct to Remember for Consistent Long Video Generation
Memento is a subject-reconstruction-guided framework that improves long-form video generation by preserving recurring subjects through memory-based reconstruction and dual-query mechanisms, achieving state-of-the-art performance in long-term subject consistency and cross-shot coherence.
MilliVid: Hierarchical Latents for Long-Range Consistency in Video Generation
The paper introduces MilliVid, a method for improving long-range consistency in video generation by using a multi-scale autoencoder to compress frames into hierarchical tokens and then generating them with a coarse-to-fine diffusion model, outperforming baselines on Minecraft videos.
FadeMem: Distance-Aware Memory Consolidation for Autoregressive Video Diffusion
FadeMem introduces a distance-aware key-value memory consolidation mechanism that organizes historical video data into a temporal hierarchy, improving long-video generation under fixed cache constraints.
ContextMaster: Interactive Multi-Shot Video Creation via Fixed-Budget Sparse Context Routing
ContextMaster is a unified model for interactive multi-shot video creation that maintains shared history across generation, reference conditioning, and editing while using fixed-budget sparse context routing and two-stage privileged context distillation for efficiency.
ViSAGE: Constructing Self-Correcting Memories for Long-Form Video Understanding
ViSAGE is a multimodal agentic memory framework for long-form video understanding that builds self-correcting, entity-centric memories via cross-modal binding, bidirectional memory refinement, and multi-agent cross-verification, achieving 5.9% higher accuracy than baselines.