ZJU & HKU open-source LayerRecall: a 1.65M-param memory router fixes long-video forgetting

青稞AI · wechat · 2026-09-11

Autoregressive video models squeeze early identity and scene cues out of their KV cache, so characters who leave the frame often come back with a different face or outfit. Zhejiang University (Yi Yang's team) and HKU open-sourced LayerRecall, which trains only 1.65M routing parameters (0.033% of the frozen 5B backbone) to decide what to retrieve and where in the network to inject it.

Key ideas

Results: on 100 held-out three-shot prompts, MemoBench Overall 0.548 and MovieBench 0.578 beat the best baselines (0.531 / 0.548) with VBench-Long (0.978) unchanged vs backbone. The router transfers without retraining to LongLive (0.4985→0.5430) and Self-Forcing (0.3270→0.4965). Extra routing overhead is only 3.5s.

Training/inference code, CHPM pipeline and the 100-prompt eval bank are open-sourced; users must supply Wan2.2-TI2V-5B and LongLive-2.0 weights, and the default 64s/24FPS config needs two GPUs.

Original post →

More from Multimodal

Multimodal channel →