Closing the Loop: Training-Free Revisit Consistency for Autoregressive Generative Rendering
Summary
This paper introduces a training-free method to improve revisit consistency in autoregressive generative rendering by using temporal and spatial correspondences from the 3D engine to maintain consistent appearance when the camera revisits locations.
View Cached Full Text
Cached at: 07/27/26, 05:40 AM
Paper page - Closing the Loop: Training-Free Revisit Consistency for Autoregressive Generative Rendering
Source: https://huggingface.co/papers/2607.21848
Abstract
Recentconditionalvideogenerationmodelshaveshownpromisingpotentialstotransform3Denginerenderings,suchasdepthmapsanduntexturedgeometry,intophotorealisticvideosforgamingandimmersivecontentcreation.Theseapplicationsrequirelong-horizonauto-regressivegenerationthatcontinuouslysynthesizesnewframeswhilepreservingapersistent3Dworld.Auto-regressivegeneratorssynthesizevideochunkbychunkwithaboundedKVcache,sowhenthecamerarevisitsalocationafteritscontexthasbeenevicted,themodeloftenregeneratesinconsistentappearance,eventhoughtheconditioningrenderings(e.g.,depth)remainperfectlyalignedwiththeunderlyinggeometry.Weaddressthisrevisitinconsistencywithoutanypost-trainingbyexploitingcorrespondencesthe3Denginealreadyprovides:temporalcorrespondenceretrievespose-matchedhistoricallatentchunksintotheKVcacheasloop-closurememory,whilespatialcorrespondencefromcameraposeanddepthreprojectionbiasestoken-levelattentiontowardgeometricallycorrespondingregionsoftheretrievedchunks.Wedemonstrateourmethodonloop-closuretrajectoriesminedfromTartanAirandTartanGrounddatasettomirrorcomplicatereal-worldapplicationscenarios,whereitoutperformsexistingtraining-freebaselinesonrevisitconsistencywithoutlosingoverallvideoquality.ProjectPage:https://wenchao-m.github.io/ClosetheLoop.github.io/
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2607\.21848
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/2607.21848 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.21848 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.21848 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
GAE: Learning a Geometry-Native Latent Space for 3D-Consistent World Generation
The paper introduces GAE, a geometry-native autoencoder that creates a compact latent space for generating 3D-consistent scenes, enhancing visual quality and coherence over existing methods.
GenRecon: Bridging Generative Priors for Multi-View 3D Scene Reconstruction
GenRecon introduces a method for 3D scene reconstruction that integrates generative 3D priors with multi-view image conditioning, achieving high-fidelity, editable mesh reconstructions of indoor environments and outperforming existing methods by 16%.
LayerRecall: A State-Conditioned Memory Router for Long-Horizon Consistency in Video Generation
LayerRecall improves long-video consistency in diffusion models by selectively routing historical memory to specific layers, supervised by cross-horizon prediction matching.
Consistency Models
OpenAI introduces Consistency Models, a new family of generative models that enable fast one-step image generation by directly mapping noise to data, while supporting multi-step sampling and zero-shot editing tasks like inpainting and super-resolution. The approach achieves state-of-the-art FID scores on CIFAR-10 and ImageNet 64x64 for one-step generation.
The Past Frames the Future: Memory for Autoregressive Video Generation
This paper provides a comprehensive review of memory mechanisms for autoregressive video generation, addressing the challenge of maintaining historical information across extended sequences to ensure temporal persistence.