Latent-VC-Data / README.md
BRZ911's picture
Upload README.md with huggingface_hub
06cc5e2 verified
|
Raw
History Blame Contribute Delete
2.33 kB

Latent-VC-Data

Latent Video Cache for Video Reasoning

Latent-VC overview

Paper GitHub Model

Introduction

Latent-VC (Latent Visual Cache) introduces a recurrent latent visual cache inside the decoder of a large multimodal model to mitigate Visual Anchoring Decay in long-form video reasoning. Instead of relying on a pure read-once, generate-many pipeline, Latent-VC constructs a compact latent visual memory before answer generation, enabling the model to preserve grounding to visual evidence throughout reasoning.

This dataset contains the video training data used to train the Latent-VC-9B model, built on Qwen3.5-9B-Base and trained with two stages: Supervised Fine-Tuning (SFT) with contrastive cache alignment, followed by GRPO with vision-grounded rewards and latent grounding supervision.

Dataset Details

Usage

Please refer to the official GitHub repository for instructions on how to download and use this dataset for training and evaluation.

License

Please refer to the GitHub repository for license details.

Citation

If you find this work useful, please cite:

@misc{zhang2026latentvisualcachevideo,
      title={Latent Visual Cache for Video Reasoning},
      author={Yongheng Zhang and Zhipeng Xu and Hao Wu and Yinghui Li and Di Yin and Xing Sun and Philip S. Yu},
      year={2026},
      eprint={2607.02607},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2607.02607},
}