Closing the Loop: Training-Free Revisit Consistency for Autoregressive Generative Rendering

Wenchao Ma, Changran Liu, Sharon X. Huang, Haomiao Jiang

arXiv:2607.21848 · 2026-07-27 공개 · arXiv · PDF

video-generation kv-cache generative-models depth-maps auto-regressive-generation loop-closure tartanair tartanground

Abstract

Recent conditional video generation models have shown promising potentials to transform 3D engine renderings, such as depth maps and untextured geometry, into photorealistic videos for gaming and immersive content creation. These applications require long-horizon auto-regressive generation that continuously synthesizes new frames while preserving a persistent 3D world. Auto-regressive generators synthesize video chunk by chunk with a bounded KV cache, so when the camera revisits a location after its context has been evicted, the model often regenerates inconsistent appearance, even though the conditioning renderings (e.g., depth) remain perfectly aligned with the underlying geometry.We address this revisit inconsistency without any post-training by exploiting correspondences the 3D engine already provides: temporal correspondence retrieves pose-matched historical latent chunks into the KV cache as loop-closure memory, while spatial correspondence from camera pose and depth reprojection biases token-level attention toward geometrically corresponding regions of the retrieved chunks. We demonstrate our method on loop-closure trajectories mined from TartanAir and TartanGround dataset to mirror complicate real-world application scenarios, where it outperforms existing training-free baselines on revisit consistency without losing overall video quality. Project Page: https://wenchao-m.github.io/ClosetheLoop.github.io/

한국어 요약

한 줄 요약

3D 엔진에서 제공하는 대응 정보를 활용해 훈련 없이 자동 생성 렌더링의 재방문 일관성을 향상시킨다.

핵심 기여도

핵심 아이디어

기존 자동 생성 렌더링 모델은 KV 캐시 크기 제한으로 인해 카메라가 동일 장소를 재방문할 때 이전 렌더링과 일관되지 않은 결과를 생성하는 문제가 있었다. 이를 해결하기 위해, 3D 엔진에서 제공하는 **카메라 포즈**와 **메트릭 깊이** 정보를 활용해, 과거 렌더링된 뷰를 KV 캐시에 복원하고, 어텐션 메커니즘을 기하학적 대응 관계에 따라 조정한다. 이는 **추가 훈련 없이** 기존 사전 훈련된 모델을 활용해 재방문 일관성을 향상시키는 새로운 접근법이다. 특히, **SuperPoint + LightGlue** 기반의 키포인트 매칭을 통해 기하학적 일관성을 정량적으로 평가한다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용