ChronoStitch: Training-Free Composition of Visual KV Memories for Long-Horizon Temporal Reasoning
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
- Naive KV cache concatenation fails temporal order.
- Visual tokens need 3-axis RoPE coordinates.
- Selective recomputation addresses content gaps.
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
- Improve long-video QA accuracy.
- Accelerate KV cache composition 3.3x.
- Preserve global temporal order in video.
Topics
- ChronoStitch
- Visual KV Memory
- Temporal Reasoning
- Long-Video QA
- Rotary Position Embedding
- Vision-Language Models
- Computer Vision
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.