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

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision and Pattern Recognition, Image and Video Processing · Depth: Expert, quick

Summary

ChronoStitch is a training-free method designed for composing independently stored visual key-value (KV) memories, addressing a critical challenge in long-video question answering. Traditional approaches that cache video chunks independently fail to preserve global temporal order due to local rotary position zero prefilling, leading to incorrect temporal phase collisions. ChronoStitch resolves this by re-basing post-rotary keys onto a global three-axis multimodal RoPE coordinate system, which maintains time, height, and width structure. It also selectively recomputes a small fraction of high-deviation later-chunk visual tokens to bridge content gaps. Tested on Qwen2.5-VL-3B and the temporal split of TempCompass, ChronoStitch improves event-ordering accuracy and runs 3.3x faster than full joint re-prefilling.

Key takeaway

For Machine Learning Engineers developing long-video question answering systems, ChronoStitch offers a robust, training-free solution to a common problem. If you are struggling with preserving global temporal order or inefficient KV cache composition in vision-language models, consider implementing this method. It significantly improves event-ordering accuracy and runs 3.3x faster than full joint re-prefilling, directly addressing limitations of naive chunk concatenation.

Key insights

ChronoStitch enables training-free composition of visual KV memories for long-horizon temporal reasoning by re-basing keys and selective recomputation.

Principles

Method

Re-base stored post-rotary keys onto a global three-axis multimodal RoPE coordinate system, then selectively recompute high-deviation later-chunk visual tokens.

In practice

Topics

Best for: AI Engineer, Research Scientist, 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 Computer Vision and Pattern Recognition.