ChronoStitch: Training-Free Composition of Visual KV Memories for Long-Horizon Temporal Reasoning

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, long

Summary

ChronoStitch is a training-free method designed to compose independently stored visual Key-Value (KV) memories for long-horizon temporal reasoning in vision-language models. The approach addresses two key issues: positional errors from overlapping local multimodal Rotary Position Embedding (mRoPE) phases and content gaps where later video chunks were encoded without attending to earlier ones. ChronoStitch first re-bases stored post-rotary keys onto a global three-axis mRoPE coordinate system, preserving time, height, and width structure. Second, it selectively recomputes a small fraction (e.g., 35%) of high-deviation later-chunk visual tokens, allowing them to attend over the composed cache. Evaluated on Qwen2.5-VL-3B and the temporal split of TempCompass, ChronoStitch achieved 61.5% overall accuracy and 65.8% event ordering accuracy, outperforming naive composition and position-only variants. It also demonstrated a 3.3x speedup compared to full joint re-prefilling, making it efficient for query-time video memory.

Key takeaway

For Machine Learning Engineers building long-video question answering systems, you should consider ChronoStitch to efficiently extend temporal reasoning capabilities. This method allows you to reuse independently cached visual KV memories, avoiding costly full re-prefilling while significantly improving event-ordering accuracy. Implement its two-stage process of three-axis key re-basing and selective token recomputation to achieve a 3.3x query-time speedup and enhance temporal coherence in your models.

Key insights

Composing visual KV caches for long videos requires both positional re-basing and selective content repair.

Principles

Method

ChronoStitch re-bases stored post-rotary keys to global three-axis mRoPE coordinates, then selectively recomputes high-deviation later-chunk visual tokens against the composed cache.

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.